[Runtime Bug]: Crash at first 3D scene in Phantasy Star Online Blue Burst (Ephinea)
Describe the bug
Game crashes when loading into the first 3D scene.
How do you reproduce the bug?
Select a character and try to load in.
Using included d3d8tod3d9.dll, with the game's launcher options set to d3d8. Issue is reproducible regardless of other settings.
What is the expected behavior?
Successfully loading in
Version
0.5.4-debugoptimized
Logs
NvRemixBridge.log d3d9.log PsoBB_d3d9.log
Crash dumps
NvRemixBridge.exe_20240808_143913.dmp
Media
No response
Hello @OopyDoopy, I made a change to fix an issue where a crash in dxvk-remix can crash again during DLSS deconstruction, which masks the original issue, leaving a NvRemixBridge crash dump file (.dmp) that we can't use to track down the original crash. I noticed that the dump file provided with this GitHub ticket seems to show a symptom of this. If and when you can, please reproduce the crash you previously reported using the latest dxvk-remix release build here (https://github.com/NVIDIAGameWorks/dxvk-remix/actions) or the build for the specific commit I made https://github.com/NVIDIAGameWorks/dxvk-remix/actions/runs/10118513607/artifacts/1745781365 , and upload a newly generated .dmp file.
Thank you!
Hi @OopyDoopy - checking in to see if you can re-test on the latest build per the comment above and let us know if the problem persists. We also want to inform you of our stale ticket policy, particularly that we will close this ticket as 'went-stale' if it doesn't receive an update in two weeks. Thanks!
Hey, sorry for the delay! I followed the above instructions and have repeated the crash, but a .dmp file isn't being generated anymore. I tried with the latest as well as the specific commit mentioned, same result. If I swap back to the original dxvk-remix build included with 0.5.4-debugoptimized, a .dmp file successfully generates.
I also tried a debugoptimized version of the latest dxvk-remix linked above and had the same result, no .dmp file.
I am also experiencing this issue and no dmp is being generated on the newest/your specific commit. Are there any conf flags that we can change that would increase the likelihood of a dmp file being generated?
I'm getting a different crash with the game when I try to reset settings in the RTX Remix Overlay. Should I make this a separate issue?
Describe the bug
Game crashes when reset settings is clicked. Produces error message that says
Microsoft Visual C++ Runtime Library
Assertion failed!
Program: C:\Users\SDSF\EphineaPSO.trex\d3d9.dll File: ../src/d3d9/d3d9_swapchain.cpp Line: 448
Expression: !"invalid vsync enable state"
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
Abort Retry Ignore
How do you reproduce the bug?
Click the reset settings button on the overlay on the character select screen.
Occurs with both DX9 and DX8 with d3d8tod3d9.dll
What is the expected behavior Settings are reset. Version dxvk-remix-fb5dcc9-650-release bridge-remix-3e91886-107-release
Logs PsoBB_d3d9.log d3d9_01.log NvRemixBridge.log
Crash dumps NvRemixBridge.exe_20240929_082710.dmp
Media
Hi @LordBombShell, that looks like a separate issue, can you please file a separate bug issue for it?
@OopyDoopy
I was reviewing this issue and trying to find a way forward. From the look at the original logs, it looks like the game or bridge client is closing unexpectedly, but isn't generating a dmp file. We can try to run a program that should be able to catch it. It is a bit involved but I would appreciate you giving it a shot if you can.
If you don't already have procdump installed, you can get it from this Microsoft page https://learn.microsoft.com/en-us/sysinternals/downloads/procdump.
You will need to make a batch script file (a text file with a ".bat" file extension) with the following 2 lines:
start procdump.exe -ma -e -h <YourGame>.exe
start procdump.exe -ma -e -h NvRemixBridge.exe
Please note, you have to change <YourGame> to whatever the executable for your game is called. For example, hl2.exe.
-
Launch the game, then run the .bat file. The bat file should open two console windows. If the windows close immediately, never launch, or complain that they don't know what procdump is, you'll need to add the procdump executable location to the "Path" in your Windows Environment Variables.
-
Reproduce the crash, and send any .dmp files generated back to us.
@nv-ajaus
I followed the above steps and I get the two terminal windows that pop-up and populate with info, but starting procdump crashes the game in less than a second and no dump files are created. Is there another configuration you'd recommend I try?
Thanks for the follow up, and for giving that a shot. Can you try running procdump.exe -n 1 -e -w <YourGame>.exe from a the command-line or powershell, and then running the game and see if that generates a dump file? Additionally, if that doesn't yield a dmp file again, can you tell me what message procdump generates in the command-line or powershell window?
For context about how this is different from before, instead of creating a new shell window this should just start procdump in the same shell that's already open. Also, it disables hang detection (since we believe the issue is a crash and not a hang), makes procdump wait for your game to start instead of attaching afterwards.
You might see procdump taking a crash dump for Unhandled: 406D1388. This is the application telling a potential debugger that a thread has it's name set, and shouldn't be fatal. You are supposed to be able to filter these out, but at least my installation of procdump (😠) doesn't seem to do that. There's a few ways to we might be able to workaround this.
- The most brute force way I can think of is to increase the number after
-n( for example-n 5) to the point where it finally takes a crash dump of something other thanUnhandled: 406D1388. - Alternatively, you could use the command
procdump.exe -e <YourGame>.exeAFTER the game boots up, as those threads usually get named near game start, but this isn't a surefire thing. I wanted to avoid this because you said that switching from the game and starting procdump seems to make the game crash. - If you already know your way around the Microsoft Visual Studio Debugger, it might just be easier to debug the game with it and wait for the exception. I'm not expecting this to be the case that its easy to do for everyone, but I did want to bring it up just in case.
Is it worth noting that the game uses a launcher that has a different name then the games exe? The launcher is called online.exe and the game is called PsoBB.exe. I have tried using both the launcher and the games exe for the <YourGame>.exe and neither of them are dumping. I tried the procdump.exe -n 1 -e -w <YourGame>.exe on both the launcher and the game and here is what I got for both:
C:\Users\SDSF\EphineaPSO>procdump.exe -n 1 -e -w online.exe
ProcDump v11.0 - Sysinternals process dump utility Copyright (C) 2009-2022 Mark Russinovich and Andrew Richards Sysinternals - www.sysinternals.com
Waiting for process named online.exe...
Process: online.exe (7712)
Process image: C:\Users\SDSF\EphineaPSO\online.exe
CPU threshold: n/a
Performance counter: n/a
Commit threshold: n/a
Threshold seconds: n/a
Hung window check: Disabled
Log debug strings: Disabled
Exception monitor: Unhandled
Exception filter: [Includes]
*
[Excludes]
Terminate monitor: Disabled
Cloning type: Disabled
Concurrent limit: n/a
Avoid outage: n/a
Number of dumps: 1
Dump folder: C:\Users\SDSF\EphineaPSO
Dump filename/mask: PROCESSNAME_YYMMDD_HHMMSS
Queue to WER: Disabled
Kill after dump: Disabled
Press Ctrl-C to end monitoring without terminating the process.
[10:01:52] Exception: 406D1388 [10:01:52] Exception: E06D7363.PAVEEMessageException@@ [10:01:52] Exception: E0434352.CLR [10:01:52] Exception: E06D7363.msc [10:02:00] Exception: 0000071A [10:02:00] Exception: E06D7363.PAVEEMessageException@@ [10:02:00] Exception: E0434352.CLR [10:02:00] Exception: E06D7363.msc [10:02:01] Process Exit: PID 7712, Exit Code 0x00000000 [10:02:01] The process has exited. [10:02:01] Dump count not reached.
and C:\Users\SDSF\EphineaPSO>procdump.exe -n 1 -e -w PsoBB.exe
ProcDump v11.0 - Sysinternals process dump utility Copyright (C) 2009-2022 Mark Russinovich and Andrew Richards Sysinternals - www.sysinternals.com
Waiting for process named PsoBB.exe...
Process: PsoBB.exe (9072)
Process image: C:\Users\SDSF\EphineaPSO\PsoBB.exe
CPU threshold: n/a
Performance counter: n/a
Commit threshold: n/a
Threshold seconds: n/a
Hung window check: Disabled
Log debug strings: Disabled
Exception monitor: Unhandled
Exception filter: [Includes]
*
[Excludes]
Terminate monitor: Disabled
Cloning type: Disabled
Concurrent limit: n/a
Avoid outage: n/a
Number of dumps: 1
Dump folder: C:\Users\SDSF\EphineaPSO
Dump filename/mask: PROCESSNAME_YYMMDD_HHMMSS
Queue to WER: Disabled
Kill after dump: Disabled
Press Ctrl-C to end monitoring without terminating the process.
[10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:44] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: 80000004.SINGLE_STEP [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: 80000004.SINGLE_STEP [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Exception: C0000094.INT_DIVIDE_BY_ZERO [10:02:45] Process Exit: PID 9072, Exit Code 0x00000001 [10:02:46] The process has exited. [10:02:46] Dump count not reached
Both of these crashes were before any 3D stuff came up. It was at the title screen instead of when loading past the character selector. The character selector does have 3D stuff in it.
Does this help?
The game exe (psobb.exe) crashes before anything is drawn on screen with procdump waiting for it.
Waiting for process named psobb.exe...
Process: PsoBB.exe (16236)
Process image: D:\Games\EphineaPSO RTX Remix\PsoBB.exe
CPU threshold: n/a
Performance counter: n/a
Commit threshold: n/a
Threshold seconds: n/a
Hung window check: Disabled
Log debug strings: Disabled
Exception monitor: Unhandled
Exception filter: [Includes]
*
[Excludes]
Terminate monitor: Disabled
Cloning type: Disabled
Concurrent limit: n/a
Avoid outage: n/a
Number of dumps: 1
Dump folder: D:\Games\EphineaPSO RTX Remix\
Dump filename/mask: PROCESSNAME_YYMMDD_HHMMSS
Queue to WER: Disabled
Kill after dump: Disabled
Press Ctrl-C to end monitoring without terminating the process.
[09:37:36] Exception: 80000004.SINGLE_STEP
[09:37:36] Process Exit: PID 16236, Exit Code 0x00000001
[09:37:36] The process has exited.
[09:37:36] Dump count not reached.