-
Notifications
You must be signed in to change notification settings - Fork 2
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
Collision mesh crash #16
Comments
Is there a specific game location that crashes often? To set expectations: There isn't too much that can be done about buggy debug draws. The tool just switches them on and that's it. If there's a consistent crash, it might be possible to patch the game to not crash but that will likely just result in nothing being shown. |
I haven't tested a lot of areas. The specific area that it was crashing in a lot was consecrated snowfield, mountaintops, and Enir-Ilim. Edit: it seems to be extremely inconsistent with when it crashes, it worked great for a long time in the Haligtree, but now it seems to instantly crash the game when enabled. |
If you check Event Viewer -> Windows Logs -> Application, you should be able to find crash logs. I got a crash inside nvwgf2umx.dll, part of NVIDIA drivers. Crashes outside the game itself are especially difficult to debug. Updating graphics drivers may fix or improve this but otherwise it's pretty far beyond my capability to fix. |
Turning on collision mesh works, for a couple seconds. Then the game instantly crashes. App version 1.12.3
The text was updated successfully, but these errors were encountered: