jorio / CroMagRally

The wildest racing game since man invented the wheel!
https://pangeasoft.net/cromag
Other
122 stars 13 forks source link

Crash: LoadDataFile:1643: :Sprites:Maps:StoneHengeMap.png #19

Open daviewales opened 1 week ago

daviewales commented 1 week ago

Thanks for bringing these old classics back to life!

I'm trying to play survival on StoneHenge, and I'm getting a crash with the following dialog:

LoadDataFile:1643: :Sprites:Maps:StoneHengeMap.png

image

Let me know if there's anything else I can do to help debug this.

I'm using the latest Flatpak on PopOS 22.04: v3.0.1

jorio commented 1 week ago

Whoops! That was a trivial filename casing issue. If you're eager to play this map before I cut a new release you can simply rename the file:

cd /var/lib/flatpak/app/io.jor.cromagrally/x86_64/stable/active/files/cromagrally/Data/Sprites/Maps
mv StonehengeMap.png StoneHengeMap.png
daviewales commented 1 week ago

Thanks!