EverestAPI / EverestAPI/Olympus

Linux: Unending scanning and `sharp.lua:133: assertion failed!`

Open
#21 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
179
Forks
41
Avg merge
2d 16h
Merged PRs (30d)
8

Description

I'm ~~the 12-th linux user~~ trying to use `olympus` on Arch Linux with steam celeste installation, but it doesn't seem to work. When I run it, it just stucks in the "Scanning..." state. Using "Manually select Celeste.exe" doesn't help either. Here are the logs:

stdout log

```
; ./olympus
pre-initializing
cwd: /home/waffle/Downloads/dist
src: /home/waffle/Downloads/dist
storageDir: /home/waffle/.config/Olympus
pre-initialized
love2d version 11.3.0.Mysterious Mysteries
SDL2 version 2.0.10
Olympus version 21.07.23.02-azure-2253-954da
[sharp init] starting thread
[sharp init] starting subprocess /home/waffle/Downloads/dist/sharp/Olympus.Sharp.bin.x86_64 8400 nil
[sharp init] logging to /home/waffle/.config/Olympus/log-sharp.txt
[sharp init] reading init
[sharpthread error] sharp.lua:133: assertion failed!
stack traceback:
[C]: in function 'assert'
sharp.lua:133: in function
[C]: in function 'xpcall'
sharp.lua:28: in function 'fun'
string:33: in function
[C]: in function 'xpcall'
string:31: in main chunk
[finder] steam root /home/waffle/.local/share/Steam
[finder] steam common /home/waffle/.local/share/Steam/steamapps/common
[finder] steam common /home/waffle/steam/steamapps/common
[finder] steam additional library /home/waffle/steam/steamapps/common
[finder] steam install /home/waffle/.local/share/Steam/steamapps/common/Celeste
[finder] steam root /home/waffle/.local/share/Steam
[finder] itch db /home/waffle/.config/itch/db/butler.db false
[finder] lutris db /home/waffle/.local/share/lutris/pga.db
[finder] lutris root /home/waffle/.config/lutris
[finder] legendary root /home/waffle/.config/legendary false
```

`log-sharp.txt`

```
/home/waffle/Downloads/dist
FATAL ERROR
System.TypeInitializationException: The type initializer for 'System.Net.ServicePointManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section (/home/waffle/Downloads/dist/sharp/Olympus.Sharp.exe.config line 3)
at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.Load () [0x00043] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <1e6a1e890ba741b38804396a1899ecf8>:0
--- End of inner exception stack trace ---
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Net.ServicePointManager..cctor () [0x0003c] in <32fc020d7373456995b3d44fa885e01a>:0
--- End of inner exception stack trace ---
at Olympus.Program.Main (System.String[] args) [0x0013c] in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Net.ServicePointManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section (/home/waffle/Downloads/dist/sharp/Olympus.Sharp.exe.config line 3)
at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.Load () [0x00043] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <1e6a1e890ba741b38804396a1899ecf8>:0
--- End of inner exception stack trace ---
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <1e6a1e890ba741b38804396a1899ecf8>:0
at System.Net.ServicePointManager..cctor () [0x0003c] in <32fc020d7373456995b3d44fa885e01a>:0
--- End of inner exception stack trace ---
at Olympus.Program.Main (System.String[] args) [0x0013c] in :0
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.