kakaragame / Kakara

The Kakara base game consisting of the client, engine, common game and server modules.
MIT License
3 stars 0 forks source link

JVM Crash #90

Closed ryandw11 closed 3 years ago

ryandw11 commented 3 years ago

Describe the bug JVM crash after loading into single player.

To Reproduce This is computer specific. Unknown what the specific issue is.

Expected behavior A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

wyatt-herkamp commented 3 years ago

TBH. I have no idea.

It will be fixed. However, not now.

wyatt-herkamp commented 3 years ago

Same error on a 1650.

Full PC specs Windows 10 Home build 1909 I5-10300H Nvidia 1650 Driver 442.23

wyatt-herkamp commented 3 years ago

Error caused when block selector is added.

https://github.com/kakaragame/Kakara/blob/master/client/src/main/java/org/kakara/client/scenes/maingamescene/MainGameScene.java#L175-L180

ryandw11 commented 3 years ago

Patched in Kakara Engine master build 30. https://github.com/kakaragame/Engine/commit/e515b18c0c83084562879c2f282734508c2b9088

Note: A side effect of the patch is that rendering normal meshes are less efficient.