Engine crash on Windows 10
Hello, Thanks for creating the GAME ENGINE. so other people can learn.
mkdir build cd build cmake .. -DJLE_BUILD_EDITOR=ON -DCMAKE_BUILD_TYPE=Release cmake --build .
ERROR
It seems like you succesfully built the engine, but the "engine settings" file is missing, located in GameResources/settings/enginesettings.es
If I remember correctly this is fine, it will be automatically created
Does the editor open up at all?
The settings file is saved when saving the engine settings here:
Does the editor open up at all? -> NO
This issue was fixed in https://github.com/Mormert/jle/commit/2918cb452d643b3ba96461c16925c309400c7019
Please use 'git fetch' and 'git pull' to get latest, and try again.
Let me know if it works. Thanks for the report.
@Mormert Thanks, The engine is working with a bug. I need to click slightly above the button to register the click, instead of directly on the button
@atharva-0123-cs , interesting. This issue you mention is not known, please post a new issue about it and provide more information if you can :)