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 · 1 comment
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

@OoLunar
Copy link

OoLunar commented Feb 26, 2025

Able to reproduce on Void Linux:

Error

threader.lua:544: thread#159>sharp.lua:424<utils.lua:361 not running!


Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'error'
threader.lua:37: in function 'update'
threader.lua:544: in function 'update'
main.lua:713: in function 'update'
[love "callbacks.lua"]:162: in function 'orig'
main.lua:102: in function <main.lua:99>
[C]: in function 'xpcall'

Edit: Nevermind, this problem seems unrelated.

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

2 participants