Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/27/2020 in all areas

  1. Using the W7 versions of mf.dll, mfplat.dll plus msmpeg2adec.dll and msmpeg2vdec.dll (plus my newest kernel32.dll), I have restored H.264/AAC support to newer Firefoxes. You will have to use a tool like CFF Explorer to change the Operating System and Subsystem Versions from 6.1/6.2 to 6.0 before applying these files to your system. The issues facing later releases of Chromium, as far as I can tell, seem to be rooted in RtlFreeOemString's subroutines, which seem to differ between Vista and 7. With this in mind, I may start tampering with ntdll.dll in spite of its lack of redirect-ability and its digital signature (which other usermode dlls lack; but that changes in Windows 8). If I were to start extending ntdll, you would have no choice but to boot with my version and likely have to disable driver signing enforcement (which is how I run my 2012R2 in order to use my GPU drivers anyway). While I'm at it I could add NtOpenKeyEx (which later Chromiums ask for) as well as RtlQueryPerformanceCounter in order to simplify the process of preparing new Firefoxes. And all of those functions that some installers call when running with my kernel32.dll! And maybe ensure that winSAT works when display drivers use my user32.dll!
    5 points
  2. Awesome! Can confirm that your method is working for me here on 78 ESR
    3 points
  3. Can confirm here on ESR 68.10 too Edit: And here's Waterfox Classic 2020.07 Edit: Still getting playback errors with Netflix, despite Widevine component being installed and enabled. Will try a user agent spoof with W7 or W8's user agent and see if that changes anything.
    1 point
  4. Audacity is a x86 application, so unless you have some x86 extensions, it works on normal Vista
    1 point
  5. It should be. Each NT6 system file is applicable to all languages, with the mui files doing the hard work.
    1 point
  6. It is a bit of a precautionary step (I had trouble loading them with my initial modded mfplat.dll and the OS/subsystem minor versions untouched), but yes they do!
    1 point
  7. Visual Studio Code portable x64 works with Vista Extended Kernel https://drive.google.com/file/d/1mkg1nhEFa_j39RiV5Rb_zUcL0mwbWPV5/view?usp=sharing
    1 point
  8. I see now . The empty string reference is misleading. Registrar Lite (old 2.00) produces a "better" error "Values of type REG_MULTI_SZ are not allowed to contain empty lines. Remove them?" Technically "empty string" is appropriate, as the value in binary is an actual string, 00 terminated, and a double 00 00 means "end of value", but in default view the Registry editor renders the 00 as "newline", so "empty line" is more descriptive of what you see. Newer Registrar Lite (6.50) removes the "newline" without warning Try this one : http://aezay.dk/aezay/regcmd/ jaclaz
    1 point
  9. @roytam1 : Website issue/ bug report in latest New Moon 28 offering : Unfortunately, during the latest days, imgur.com have permanently thrust upon us their new, uglier, resource-heavier, mobile-device-targeting, interface, especially while being in their Upload section: After a successful image upload, you are presented with something like: When you click the Get share links button (to get access to "forum-type" link), a Share Options popup successfully emerges: The Copy Link green buttons do work, however, once finished, you can't dismiss the Share Options popup, because the X sign on the top right of it is unresponsive Actually, to get rid of that popup, you have to click on a page point outside of the popup but below its top, which, to say the least, is non-intuitive... <rant>Grrr... modern page layouts, designed for youngsters on smart phones with touch screens... Good ol' desktop computers are dying a horrible death these days... </rant>
    1 point
  10. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200725-4d76d4e-uxp-1e0bb1d35-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200725-4d76d4e-uxp-1e0bb1d35-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200725-4d76d4e-uxp-1e0bb1d35-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win32-git-20200725-af593444f-uxp-1e0bb1d35-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200725-af593444f-uxp-1e0bb1d35-xpmod.7z Official UXP changes since my last build: - Issue #618 - Remove eager instantiation - Debug follow up (6ac6136d1) - Merge pull request #1607 from g4jc/618 (7ee65ec4c) - Issue #1611 - Enable WASM by default but only enable jit when 64bit (d31ca27bb) - Issue #1612 - Add-ons targeting Toolkit's ID (and not Firefox's) should be considered "native" by the Add-ons Manager when using the Dual-GUID system (066caa4ee) - [css] Enable various arbitrarily-disabled CSS features in the platform. (1e0bb1d35) Official Basilisk changes since my last build: - Update back-end branch pointer (81a9034) - Update back-end branch pointer (214064b) - Issue MoonchildProductions/UXP#1611 - Use platform default for WASM (4d76d4e) Official Pale-Moon changes since my last build: - Issue #1811 - Indicate our per-monitor DPI-awareness to the O.S. (908df1c2b) - Update back-end branch pointer (536be431f) - Issue #1814 - Add controls for WASM (56f73ca56) - Follow up to Issue #1814 - Use correct casing for JavaScript (af593444f) My changes since my last build: - update ffmpeg to 3.4.8. (7fec328c8)
    1 point
×
×
  • Create New...