Autumn :3
New Member
- Mar 16, 2026
- 3
- 1
Game Version
2026.3.11.3916Operating System
CachyOS, kernel 6.19.9-1-cachyosWhat Happened
Upon running the game from the terminal, it pretty much immediately returns an unhandled exception, doesn't even manage to open a window, or output anything other than the exception to the terminal before crashing.What Was Expected
The game running as normal.Reproduction Steps
- Run the game from the terminal. (Command: ./KSA)
- Game immediately returns the exception.
Reproduction Rate
Always.Additional Info
Full contents of the exception are as follows:Unhandled exception. System.ComponentModel.Win32Exception (13): An error occurred trying to start process '/home/autumnvleaves/Games/KSA/linux-x64/Brutal.Monitor.Subprocess' with working directory '/home/autumnvleaves/Games/
KSA/linux-x64/'. Permission denied
at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32
& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Brutal.Monitor.Monitor.Start(String debugLogPath)
at Brutal.Monitor.Monitor..ctor(String debugLogPath)
at KSA.Program..ctor(IReadOnlyList`1 inArgs)
at KSA.Program.Main(String[] inArgs)
fish: Job 1, './KSA' terminated by signal SIGABRT (Abort)
Upvote
0