Difference between revisions of "List of known bugs"

From RimWorld Wiki
Jump to navigation Jump to search
m
Line 14: Line 14:
 
|}
 
|}
  
==== Getting the game to run (v. 0.0.250) ====
+
==== Getting the game to run ====
  
 
* Unzip the gamefiles
 
* Unzip the gamefiles
Line 22: Line 22:
  
  
==== Creating new colony button doesn't work / Locale config reset fix ====  
+
==== Locale config reset fix ====  
<span class="pull-left plainlinks"><small>[http://ludeon.com/forums/index.php?topic=540.0 (original forum thread)]</small></span>
+
<span class="plainlinks"><sup>[http://ludeon.com/forums/index.php?topic=540.0 (original forum thread)]</sup></span> Creating new colony button doesn't work. 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.
 
 
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 13:45, 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

  • 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


Locale config reset fix

(original forum thread) Creating new colony button doesn't work. 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