-
Notifications
You must be signed in to change notification settings - Fork 12
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
Game Crashes on Dungeon 4 1st Quest with Original HUD #23
Comments
Oh my thank you SO much for this report. That's the culprit of the issue, now I can reproduce it every time. Not only that, but the game also crashes on Dungeon 5 for 2nd Quest with this patch as I found out by mistake. I'll check what the issue could be with the Original HUD code, shouldn't take long now that I have reproduced it consistently. |
Update: That one seems to be the one causing the crash when changing rooms in both Dungeon 4 of 1st Quest and also Dungeon 5 of 2nd Quest. I still haven't figured out exactly what part of that code is causing the crash, but if I comment that specific code out, the Original HUD optional patch works out just fine. So guess this will require some heavy debugging, since this code was made by an user that's long gone from the scene. |
Someone on RHDN seemed to find the root cause of the error. The bomb graphic is in the name table. |
Copying my response on RHDN in case you don't see it there - |
With the original HUD, the game will crash on the first quest when trying to enter the second room in Dungeon 4.
The text was updated successfully, but these errors were encountered: