Crashing on character select screen.

Guildcard
0
Idk why but earlier in the day i been trying to play and just before the character screen fully loads up, game just crashes. Thought it was a windows update that i installed so i rolled it back and its still doing the same thing. Is there any solution for this?
 
Do you have an error log in EphineaPSO\log, it would be named something like error.log or dllerror.log?
Are you using custom textures?
Are you on Direct3D 12 API, or have you tried other API options?
Do you have a log in Window's Event Viewer with a red ! labeled Error?
 
checked for the error log and didn't see anything in it.
No custom textures.
I tried Direct 3d 9, 11 and 12, was gonna try Vulkan but got tired.
Checked Event viewer as i was typing it up and got 3 red ! errors

Faulting application name: psobb.exe, version: 0.0.0.0, time stamp: 0x00000000
Faulting module name: psobb.exe, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0043e5de
Faulting process id: 0x30E0
Faulting application start time: 0x1DD021B82548DEE
Faulting application path: C:\Users\stefa\EphineaPSO\psobb.exe
Faulting module path: C:\Users\stefa\EphineaPSO\psobb.exe
Report Id: 9162bb51-52b4-4931-b9af-66514674a46a
Faulting package full name:
Faulting package-relative application ID:
 
I don't know why that would crash there. The game is loading some file (could be one of many files), and it's checking if the second character of the string is ':', presumably checking for a Windows drive path. No idea why it would crash here. Most cases pass an address on the stack, some pass in an address from the executable's .data section.

So honestly, no idea why. It looks like the game is installed in a relatively usual place--that should be fine unless there's some type of hidden unicode character in the path (is this even possible? idk).

Is it only this account? Can you try making a new account to see if that can login, make chars, login as those chars?

If that doesn't work, I would try installing to a different location first like C:\EphineaPSO, and see if you have the same problem or crash.
 
Last time I had crashes there reinstalling fixed it. Assuming its loading some texture/effect and not seeing what it wants to its going kablam.
 
Back
Top