Jump to content

burd

Member
  • Posts

    811
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by burd

  1. 9 minutes ago, win32 said:

    Yes it is. It turns out that Qt does not discriminate against Vista, and I just updated user32 so that Qt 5.10+ will work. Bugfixes for kernel32 have been made that allow browsers such as Brave 83 to load, but it appears that something else has broken page rendering in all Chromium browsers on my end.

    Sounds positive

     

    9 minutes ago, win32 said:

    3ds max 2021 starts, but now it complains about there being no IE10. If you run it through dependency walker then it doesn't, but then the licensing service whines and brings everything to a halt. (it relies on IE). Perhaps the IE10 platform preview could work.

    I doubt ie10 platform preview would work though i could be wrong , its very early based with a few minor improvements to ie9 

  2. 23 minutes ago, win32 said:

    And I also need to get Qt 5.10+ working before I can use it. :lol:

    At least they don't actively block users from installing/running it on unsupported platforms. I can't believe that more and more software only supports Windows 10 now.

    Is this the issue for logitech ghub? the qt plugin error thingy

  3. 6 hours ago, win32 said:

    I have now built a functional 32bit wrapper for ntdll, and it is being used by my kernel32 right now. So the focus will be on 32bit usermode improvements for the next while.

    So the functions to be upgraded to Windows 7 specifications:

    NtQueryInformationProcess

    NtQuerySystemInformation

    and probably more...

    And now I want to deal with RtlGetVersion. I think I'm close to figuring it out.

    
    .text:0000000078E9BD76                 mov     eax, [r9+118h]
    .text:0000000078E9BD7D                 mov     [rcx+4], eax
    .text:0000000078E9BD80                 mov     eax, [r9+11Ch]
    .text:0000000078E9BD87                 mov     [rcx+8], eax
    .text:0000000078E9BD8A                 movzx   eax, word ptr [r9+120h]
    .text:0000000078E9BD92                 mov     [rcx+0Ch], eax
    .text:0000000078E9BD95                 mov     eax, [r9+124h]
    .text:0000000078E9BD9C                 mov     [rcx+10h], eax
    .text:0000000078E9BD9F                 mov     r8, [r9+2F0h]

     

    have you released this?

  4. On 10/3/2020 at 2:04 AM, Jaguarek62 said:

    I don't think that the digital signature did anything. The game only shows mouse cursor and then it crashes. With the D3D12 on vulkan the game shows Direct x encountered an urecoverable error.

    Im using the same game Warzone on windows 7 and it crashes the same way the game is just not optimized properly i think , if i try safemode it does work for like 10-15seconds

  5. 6 minutes ago, win32 said:

    Now I have uploaded another one, that tries to bypass the problematic set of instructions.

    still the same , lol , maybe the issue is something completely different? i mean literally nothing is changing, the log files confirm that it is using the local folder aswell , still the same.

  6. 33 minutes ago, yoltboy01 said:

    Im sorry to interupt your current discussion, as I am not up to date for a few weeks now about this kernel. 

    My question is:

    Is Office 2013+ or Spotify working now or are you working on it currently?

    nope , he hasnt worked on other files , currently hes trying to get pascal running on vista at its real potential i.e

  7. 3 hours ago, win32 said:

    uploading revised version now.

    still the same :( , i also checked logs of a game , in windows 7 it loads nvoglv64.dll and nvwgf2umx.dll , but in vista it fails at nvwgf2umx.dll and doesnt even attempt to load nvoglv64.dll

×
×
  • Create New...