You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens 100% of the time for me in both the latest version (commit 7ddadef) and the initial GitHub commit (commit 02b9eff), both in my own game and in the VectorWar sample app.
Clicking 'OK' on that error window causes the game to close
Here's the call stack I get when running player one in a Debug build:
VectorWar.exe!Platform::AssertFailed(char * msg) Line 23 C++
> VectorWar.exe!RingBuffer<GameInput,64>::push(const GameInput & t) Line 39 C++
VectorWar.exe!UdpProtocol::SendInput(GameInput & input) Line 106 C++
VectorWar.exe!Peer2PeerBackend::DoPoll(int timeout) Line 139 C++
VectorWar.exe!Peer2PeerBackend::IncrementFrame() Line 335 C++
VectorWar.exe!ggpo_advance_frame(GGPOSession * ggpo) Line 139 C++
VectorWar.exe!VectorWar_AdvanceFrame(int * inputs, int disconnect_flags) Line 351 C++
VectorWar.exe!VectorWar_RunFrame(HWND__ * hwnd) Line 426 C++
VectorWar.exe!RunMainLoop(HWND__ * hwnd) Line 84 C++
VectorWar.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * __formal, wchar_t * __formal, int __formal) Line 181 C++
And here's a video of it:
ggpo_crash_when_spectator_leaves.mp4
The text was updated successfully, but these errors were encountered:
This happens 100% of the time for me in both the latest version (commit 7ddadef) and the initial GitHub commit (commit 02b9eff), both in my own game and in the VectorWar sample app.
Repro steps
Here's the call stack I get when running player one in a Debug build:
And here's a video of it:
ggpo_crash_when_spectator_leaves.mp4
The text was updated successfully, but these errors were encountered: