Run game as written on git repo (puppeteering client + VR client)
Normal behaviour, game runs through to the end and server never crashes (unless the energy of the sim becomes too high too quickly).
Using server via command line:
Load same simulations as above
Run game as above
There is inconsistent behaviour, but the server will sometimes crash when a new simulation is loaded (using NarupaIMDClient.run_command("playback/load", index=n)). This has happened for both the buckyball and 17-ala simulations.
Using server via GUI:
Using server via command line:
NarupaIMDClient.run_command("playback/load", index=n)
). This has happened for both the buckyball and 17-ala simulations.fatal runtime error: Rust cannot catch foreign exceptions
The server has crashed when using the puppeteering client and a basic python client in a Jupyter notebook.