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

There is a conflict with local installed lua #29

Open
allxrise opened this issue Mar 7, 2022 · 0 comments
Open

There is a conflict with local installed lua #29

allxrise opened this issue Mar 7, 2022 · 0 comments

Comments

@allxrise
Copy link

allxrise commented Mar 7, 2022

I'm on Windows 11, I just tried to install olympus from gamebanana normally but there was a strange bug that leaving Olympus screen blank white and not responding, I tried to delete AppData/Roaming/Olympus and AppData/Local/Olympus but It didn't worked. I tried to log olympus with running main.exe file in AppData/Roaming/Olympus with --console and I see olympus was trying to use my local installed lua.

pre-initializing
cwd:    C:\Users\dahil\AppData\Roaming\Olympus
src:    C:\Users\dahil\AppData\Roaming\Olympus
storageDir:     C:\Users\dahil\AppData\Local\Olympus
Failed loading lsqlite3
module 'lsqlite3' not found:
        no field package.preload['lsqlite3']
        no 'lsqlite3' in LOVE game directories.
        no file 'lsqlite3' in LOVE paths.
        no file 'C:\Users\dahil\scoop\apps\lua\current'
        no file 'C:\Users\dahil\scoop\apps\lua\current'
Failed loading lsqlite3complete
module 'lsqlite3complete' not found:
        no field package.preload['lsqlite3complete']
        no 'lsqlite3complete' in LOVE game directories.
        no file 'lsqlite3complete' in LOVE paths.
        no file 'C:\Users\dahil\scoop\apps\lua\current'
        no file 'C:\Users\dahil\scoop\apps\lua\current'
[finder]        found Celeste.exe root  D:\SteamLibrary\steamapps\common\Celeste
[finder]        found Celeste.exe root  D:\SteamLibrary\steamapps\common\Celeste
pre-initialized
love2d version  11.3.0.Mysterious Mysteries
SDL2 version    2.0.10
Olympus version 22.02.02.02-azure-2551-f63af
[sharp init]    starting thread
[sharpthread error]     sharp.lua:36: module 'subprocess' not found:
        no field package.preload['subprocess']
        no 'subprocess' in LOVE game directories.
        no file 'subprocess' in LOVE paths.
        no file 'C:\Users\dahil\scoop\apps\lua\current'
        no file 'C:\Users\dahil\scoop\apps\lua\current'
stack traceback:
        [C]: in function 'require'
        sharp.lua:36: in function <sharp.lua:28>
        [C]: in function 'xpcall'
        sharp.lua:28: in function 'fun'
        string:33: in function <string:32>
        [C]: in function 'xpcall'
        string:31: in main chunk
Failed loading lsqlite3
module 'lsqlite3' not found:
        no field package.preload['lsqlite3']
        no 'lsqlite3' in LOVE game directories.
        no file 'lsqlite3' in LOVE paths.
        no file 'C:\Users\dahil\scoop\apps\lua\current'
        no file 'C:\Users\dahil\scoop\apps\lua\current'
Failed loading lsqlite3complete
module 'lsqlite3complete' not found:
        no field package.preload['lsqlite3complete']
        no 'lsqlite3complete' in LOVE game directories.
        no file 'lsqlite3complete' in LOVE paths.
        no file 'C:\Users\dahil\scoop\apps\lua\current'
        no file 'C:\Users\dahil\scoop\apps\lua\current'

I removed lua from path and Olympus is working right now.

I think olympus should use own lua rather than my local lua, is that a bug?

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