dsoal icon indicating copy to clipboard operation
dsoal copied to clipboard

Street Racing Syndicate crash

Open sashaaaaaaaaa opened this issue 1 year ago • 9 comments

Game crashes before you get to the main menu. DSOAL log attached. dsoallog.txt

sashaaaaaaaaa avatar Feb 27 '23 12:02 sashaaaaaaaaa

game never even starts with dsound backend on openal soft

sashaaaaaaaaa avatar Feb 27 '23 13:02 sashaaaaaaaaa

This looks really odd. It creates a device and seems to play/stream something, then closes the device. Then it starts doing things on another device it never seemed to open. I do notice some of the logs are getting chopped off and mixed up from different threads, so maybe some of the traces for that got swallowed up. Though either way, it seems to be setting the listener position/velocity/orientation deferred all the time followed by committing deferred settings. It does this a bunch of times just fine, but then starts throwing an error saying there's no context, for no apparent reason.

I'll need to figure out a way to stop the trace lines from getting overwritten so I can get a better view of what's going on.

kcat avatar Feb 28 '23 03:02 kcat