List of known bugs

From RimWorld Wiki
Revision as of 11:34, 7 November 2013 by Shrike (talk | contribs) (→‎Linux version: formatting and language fixes)
Jump to navigation Jump to search

0.0.250

Folders-OS-Windows-8-Metro-icon.png

Windows version


Folders-OS-Linux-Metro-icon.png

Linux version

(forum)

Getting the game to run (v. 0.0.250)

  • Unzip the gamefiles
  • Set the executable bit for RimWorld250Linux.x86 or RimWorld250Linux.x86_64 as needed
    • If double-clicking doesn't start the game, see Locale config reset fix below
  • Launch the game


Creating new colony button doesn't work / Locale config reset fix

New Colony button not working in Linux versio 0.0.250. The game starts (also instances when the game didn't even launch), you can access the Load and Options screens via their buttons, but New Colony button does not work! No errors, no log files.

I think this is a Unity bug that only applies if your system locale is not English. All you have to do is start the game by prefixing it with LC_ALL=C, which effectively resets all locale configurations for the game.

So, instead of double-clicking on RimWorld250Linux.x86_64, do this:

  • Create an empty file (in the Rimworld folder)
  • Write these lines in it using any text editor:
#!/bin/bash
LC_ALL=C ./RimWorld250Linux.x86_64
  • Right-click the new file and set its permissions to executable
  • Double-click that new file to run the game

Folders-OS-Apple-Metro-icon.png

Mac OS X version


References