Difference between revisions of "List of known bugs"

From RimWorld Wiki
Jump to navigation Jump to search
m (→‎Linux version: formatting and language fixes)
Line 13: Line 13:
 
==Linux version==
 
==Linux version==
 
|}
 
|}
<span class="pull-left plainlinks"><small>[http://ludeon.com/forums/index.php?topic=540.0 (forum)]</small></span>
 
  
 
==== Getting the game to run (v. 0.0.250) ====
 
==== Getting the game to run (v. 0.0.250) ====
Line 24: Line 23:
  
 
==== Creating new colony button doesn't work / Locale config reset fix ====  
 
==== Creating new colony button doesn't work / Locale config reset fix ====  
 +
<span class="pull-left plainlinks"><small>[http://ludeon.com/forums/index.php?topic=540.0 (original forum thread)]</small></span>
  
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.
+
New Colony button not working in Linux versio 0.0.250. The game starts (also instances when the game didn't launch at all), 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.
 
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.

Revision as of 11:36, 7 November 2013

0.0.250

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

Windows version


Folders-OS-Linux-Metro-icon.png

Linux version

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

(original forum thread)

New Colony button not working in Linux versio 0.0.250. The game starts (also instances when the game didn't launch at all), 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