Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Version 1.34 Linux

Not running. On start it displays Unity logo then black screen. In log I found error on unavailable path:

DirectoryNotFoundException: Could not find a part of the path '/home/xnl/tmp/OoT/OoT Linux_Data\COMBATSCRIPTS~\'.

Directory is existing:

/bin/ls '/home/xnl/tmp/OoT/OoT Linux_Data/COMBATSCRIPTS~' -l
-rw-r--r-- 1 xnl xnl 282 июн 19 04:10 combat0.txt
-rw-r--r-- 1 xnl xnl 373 июн 22 09:03 combat1.txt

Maybe in code you assumed that path separator on Linux is \

Log: https://pastebin.com/CWZ0tzhj

Aha, that does seem to be the problem. Luckily, shouldn’t be too hard to fix. In the meantime, wine should work.