DemoFighterWithNetcode
DemoFighterWithNetcode copied to clipboard
Error when starting server three times
Pressing the "start server" button three times will cause the game to crash. Console log:
Error
Network.lua:376: Network error: Invalid argument
Traceback
[C]: in function 'error'
Network.lua:376: in function 'ReceiveData'
main.lua:432: in function 'update'
RunOverride.lua:53: in function <RunOverride.lua:35>
[C]: in function 'xpcall'
I discovered this while unable to get a client to connect to a server on the same machine. I thought the server wasn't starting, but attempting to start the server again crashed eventually.
I have the same issue.