You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the filesystem on macOS is case-insensitive. Since the folder the launcher executable tries to write to is named Launcher it fails and crashes fairly early on.
A workaround that should work is renaming launcher to anything else, but when I do that it tries to download updates for whatever it's named instead of launcher.
When reporting a bug/issue:
Fantasy Crescendo Version: N/A
Operating System: macOS
Expected Behavior: A working launcher
Actual Behavior: The launcher crashes
Steps to reproduce the behavior:
run ./launcher
It crashes
The text was updated successfully, but these errors were encountered:
Works now, but if I keep the default name it downloads as (launcher.dms) it still crashes trying to download a non-existent file. Renaming it to launcher works though.
By default the filesystem on macOS is case-insensitive. Since the folder the
launcher
executable tries to write to is namedLauncher
it fails and crashes fairly early on.A workaround that should work is renaming
launcher
to anything else, but when I do that it tries to download updates for whatever it's named instead oflauncher
.When reporting a bug/issue:
./launcher
The text was updated successfully, but these errors were encountered: