Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine crash on Windows 10 #24

Open
atharva-0123-cs opened this issue Jul 24, 2024 · 5 comments
Open

Engine crash on Windows 10 #24

atharva-0123-cs opened this issue Jul 24, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@atharva-0123-cs
Copy link

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)

@Mormert
Copy link
Owner

Mormert commented Jul 24, 2024

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

@atharva-0123-cs
Copy link
Author

Does the editor open up at all? -> NO

Screenshot (383)

@Mormert Mormert changed the title Building Errors in Windows 10 Engine crash on Windows 10 Jul 25, 2024
@Mormert
Copy link
Owner

Mormert commented Jul 25, 2024

This issue was fixed in 2918cb4

Please use 'git fetch' and 'git pull' to get latest, and try again.

Let me know if it works. Thanks for the report.

@Mormert Mormert added the bug Something isn't working label Jul 25, 2024
@atharva-0123-cs
Copy link
Author

@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

@Mormert
Copy link
Owner

Mormert commented Jul 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants