Game Keeps Randomly Crashing

Guildcard
42125155
I have tried countless times to get this fixed on my own before posting here in the forum, as I don't like to be a bother, but I don't know what else to do. I've update all of my drivers, I've tried playing with the game as an exception for DEP, I've tried playing the game with only Windows Essentials for DEP. I've uninstalled and reinstalled 3 times, I made sure I have the framework thing installed, I've added the exception to antivirus, I've updated graphics cards, played on lower settings, used default settings, various rendering settings, but the game still crashes at random intervals. Sometimes I'll play for 5 minutes, other times I can play for almost an hour. The game will freeze, stutter a few frames, freeze again, and then just crash. The only thing I've notice in common is that it crashes with other people. I have never crashed playing solo. I don't get any kind of report on why, or maybe I just don't know where to look. Any assistance would be greatly appreciated, because I'm losing my mind over here. Thanks in advance!
 
Open Event Viewer, expand Windows Logs on the left, click on Application, wait for it to load the events, and then find the Error event for when PSOBB crashed. It'll look something like this
Code:
Exception code: 0xc0000005
Fault offset: 0x004f840e
Faulting process id: 0x167E0
Faulting application start time: 0x1DBCB733CA5E621
Faulting application path: C:\EphineaPSO\psobb.exe
Faulting module path: C:\EphineaPSO\dinput8.dll
Post only the Exception code, Fault offset, and the final component of the Faulting module path (not the full path--just whatever is after the final backslash). In my case, it would be this:
Code:
Exception code: 0xc0000005
Fault offset: 0x004f840e
dinput8.dll
 
Back
Top