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

[Bug] Cannot launch Olympus when user have lua installed on computer #112

Open
lxymahatma opened this issue Feb 16, 2025 · 0 comments
Open

Comments

@lxymahatma
Copy link

When having lua installed via scoop (Windows), Olympus will not launch and have error as following:

Error

sharp.lua:441: Failed running (Win32RegSet)(main)#1 Win32RegSet: sharp thread died


Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'error'
sharp.lua:441: in function 'setKey'
modinstaller.lua:21: in function 'register'
main.lua:609: in function 'load'
[love "callbacks.lua"]:136: in function '_love_run'
main.lua:97: in function <main.lua:96>
[C]: in function 'xpcall'
[C]: in function 'xpcall'

log.txt

From the log, Olympus is using user installed lua instead of bundled lua in Olympus folder and cannot find lsqlite3, which causes this error
Current solution is to uninstall lua

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant