Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled page fault on read access to FFFFFFFF at address 00000000 (thread 0024), starting debugger... #965

Open
kungfooman opened this issue Jun 2, 2024 · 1 comment

Comments

@kungfooman
Copy link

kungfooman commented Jun 2, 2024

Hi, I'm testing Call of Duty 2 and while it works very good, it crashed during a map change on a jump server with this error:

00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=4)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=5)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=5)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=6)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=6)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=7)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=7)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=4)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=4)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=5)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=5)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=6)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=6)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glColorMaski(buf=7)".
00d0:err:d3d:wined3d_debug_callback 0x1ee87d0: "GL_INVALID_VALUE in glDisableIndexed(index=7)".
wine: Unhandled page fault on read access to FFFFFFFF at address 00000000 (thread 0024), starting debugger...
Box86 with Dynarec v0.3.7 2e589f42 built on Jun  2 2024 06:31:02
winedbg detected, not launching it!
0024:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 32 424" (1359)
Read the Wine Developers Guide on how to set up winedbg or another debugger

I compiled it with: cmake .. -DRPI4=1 -DCMAKE_BUILD_TYPE=Release (so I can have -O3 optimisations)

Anyone has an idea what could be the cause?

Otherwise I'm so impressed by this work, I didn't know this was even possible. Genius!

@ptitSeb
Copy link
Owner

ptitSeb commented Aug 11, 2024

Map change usualy involve unloading / loading libs. I have fixed a few things in libdl lately, so it might be worth updating box86 to see if it works better or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants