michael-fadely / sa2-battle-network

Online multiplayer for Sonic Adventure 2 PC
MIT License
31 stars 1 forks source link

Random crash on stage load #10

Closed michael-fadely closed 8 years ago

michael-fadely commented 8 years ago

Happens most consistently only in Emerald Hunting, and usually only happens on the client... and only without the Visual Studio debugger attached. Works with IDA though.

Either way, it's a null reference, and is likely related to actions being set too soon, so the game expects data to be somewhere that it isn't.

This is almost certainly caused by the current Emerald synchronization method.