Linux case problem [message #24] |
Fri, 04 November 2022 23:02  |
fe31nz
Messages: 1 Registered: November 2022
|
Junior Member |
|
|
I am running RNT 1.0.2 on Windows 10 and Ubuntu 20.04. On Ubuntu, I got a crash. The output starts with:
Unhandled Exception:
Microsoft.Xna.Framework.Content.ContentLoadException: Could not load asset Scenario//audio//rnt-bell-class! Error: The directory was not found. ---> Microsoft.Xna.Framework.Content.ContentLoadException: The directory was not found. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "/opt/Road Not Taken Linux/Content/Scenario/audio/rnt-bell-class.xnb".
The problem is that the "Road Not Taken Linux/Content/Scenario" directory is actually all lower case "scenario". As a workaround, I created a link with the upper case spelling:
cd /opt/Road Not Taken Linux/Content
ln -s scenario Scenario
After that, I was able to run completely through the game.
|
|
|
|
|