Jump to content

mjd79

Member
  • Posts

    193
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by mjd79

  1. 2 hours ago, D.Draker said:

    Yes, right, it's the highest I could get working on Vista, do you know what prevents 126 from starting. even on Win 8?

    The problem starts with version 127, it looks like chrome.dll is not able to create any process. because after substituting chrome.dll along with the kernel32 wrapper (and nothing more) by cracker who you probably known, D.Draker,  from github, the browser starts up. Unfortunately the information that x64dbg gives me at this stage of my knowledge doesn't give me much.

  2. Opera will probably work up to around version 110 (Chromium 125?) with DWrite.dll from Windows 10, replacing DiscardVirtualMemory with VirtualAlloc (or what I also recently discovered, DiscardVirtualMemory is in 8.1 in kernelbase.dll, so you can add by ExportTableTester redirection to this function in kernel32.dll exports and using it for opera_browser.dll e.g. as kernel33.dll) and with --no-sandbox. This is completely pointless due to depriving the browser of security, but for viewing DRM content you can do so. In my case, interestingly enough, DRM works on 8.1 after copying the widvine from Firefox to any compatible browser on Chromium.

    5234860400_1738853926.png

      

    On 12/6/2024 at 11:38 PM, Jaguarek62 said:

    I know that we have supermium browser and that it works flawlessly, I myself use it on daily basis, but I was bored the other day and discovered, that the newest chrome works on Windows "10" 9888, so how hard is it really to fix it for 8.1?

    JsLfOX.jpg

    Does it work without --no-sandbox? If so, the differences are unfortunately much greater than DWrite and DiscardVirtualMemory. The biggest problem of Windows versions lower than 10 is the Set/GetProcessMigitationPolicy functions. 8.0 and 8.1 have them, but their implentation is insufficient for Chromium.

  3. The easiest way for a “regular” user is to use, for example, NTlite trial version or, unfortunately, the undeveloped but free WinToolKit 1.7. Integrate drivers for both items in boot.wim and the selected edition in install.wim. 

    As for the drivers themselves, these should work for example (I successfully installed Windows 7 on a ThinkPad X270 with a 7th generation processor using them)

    https://download.gigabyte.com/FileList/Driver/mb_driver_intel_usb3_200series_w7.zip

  4. 1 hour ago, Jody Thornton said:

    How was that accomplished?

    Would this also work with ESR 128?

    For 128 ESR you only need api-ms-win-shcore-scaling-l1-1-1.dll from 8.1 and change minimum Major OS Version and subsystem version in all FF exes.

    This works up to version 132.0.2. How to do in the case of newer versions I will describe another time, I still have doubts that it is 100% stable.

  5. Try to ad this to registry by .reg file. 

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Google\Chrome]
    "ExtensionManifestV2Availability"=dword:00000002

    On Chrome 131 under Windows 10, I don't even get warnings about the end of support for Ublock and some other MV2.

    Edit: I checked on CatsXP 132 x64 (5.1.1)on Windows 7 - UBlock works without problems, there are no warnings about the end of its support. WidevineCDM has also been successfully repaired.

  6. What system are you using? Only 8.0 and 8.1 are able to work with a widevine copied from firefox without mods. 

    https://www.mediafire.com/file/bgtttjm9tn8wdrj/4.10.2830.100.zip/file

    Put the 4.10.2830.100 folder in:

    \User Data\WidevineCdm (you have to find the path to the profile yourself)

    I changed the system to 8.1, it has better app compatibility and is still better than 10 in any version in my opinion.

  7. As I wrote in my thread set up on the forum today, Supermium on W7 has a DRM problem in the form of, I don't know, “no license”? The problem occurs on any Chromium browser running on this system.

    Can ESU updates for the system help in any way? I have been installing the version with updates to 2018.06 for years, perhaps it is too old....

    Edit: Supermium fixed by patch attached by dev.

  8. Status as of 2025-05-30.

    Windows 8.1 and 8.0. 

    Chromium and Firefox-based browsers: 4.10.2891.0

    https://redirector.gvt1.com/edgedl/widevine-cdm/4.10.2891.0-win-x64.zip

    https://redirector.gvt1.com/edgedl/widevine-cdm/4.10.2891.0-win-x86.zip

    The x86 version will not work with x64 browsers and vice versa.

    - Chromium:

    First try updating in chrome://components (universal for every Chromium browser) If you are using an older version of the browser and the version you downloaded is e.g. from a few years ago, download above Widevine.

    For Chromium browsers, the path should look like this (you need to find the profile location yourself)

    Keep the current directory structure.

    \User Data\WidevineCdm\4.10.2891.0

    - Firefox: 

    As long as version 4.10.2830.0 is sufficient, and you are using one of the latest versions of 115ESR, just update Widevine in the plugins tab. If you need version 4.10.2891.0 or you are using an older version 115 ESR download the above Widevine.

    For Firefox browsers the path should look like this (you need to find the profile location yourself)

    Put widevinecdm.dll, widevinecdm.dll.sig, manifest.json and LICENSE in 4.10.2891.0 folder.

    \[user profile name]\gmp-widevinecdm\4.10.2891.0\

    Windows 7

    - work in progress, I want to create my own wrapper of missing functions.

  9. Most likely, you will not get an answer. Win32 devotes Supermium, I think, most of his time. Extended kernel for Vista I would boldly call abandoned - it's been almost a year and a half since the last version was released.

    He could find a helper to work on Supermium or hand over extended kernel to someone else, but that's his decision.

  10. 9 hours ago, Dixel said:

    Did you just run your Opera "out of the box" without modding?

    No, it's Blaukovitch crack, you can easily find it, here the link I will not give. The reason I share this is that he created wrappers for many system libraries and rewrote a few (api-ms), and I am very positively surprised that it works on Vista with the extended kernel.

    8680794400_1707913269.png

  11. While using Chrome 109 on the March 6 extended kernel, I noticed a status_access_violation error on some pages. The solution is to use --no-sandbox mode, or far safer, redirect the original DWrite.dll locally. BTW, with the March 6 version have kernel32 and kernel33.dll. For Chrome 109, it is better to redirect the latter locally, because then the system will be detected as Vista and no unsuccessful upgrade attempts will be made.

×
×
  • Create New...