jle icon indicating copy to clipboard operation
jle copied to clipboard

Engine crash on Windows 10

Open atharva-0123-cs opened this issue 1 year ago • 5 comments

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 Screenshot (382)

atharva-0123-cs avatar Jul 24 '24 16:07 atharva-0123-cs

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:

image

Mormert avatar Jul 24 '24 19:07 Mormert

Does the editor open up at all? -> NO

Screenshot (383)

atharva-0123-cs avatar Jul 25 '24 09:07 atharva-0123-cs

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 avatar Jul 25 '24 13:07 Mormert

@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 avatar Jul 25 '24 19:07 atharva-0123-cs

@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 :)

Mormert avatar Jul 25 '24 19:07 Mormert