Difference between revisions of "List of known bugs"

From RimWorld Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
=0.0.250=
+
{{:List of known bugs/0.0.254B}}
{|
 
|[[File:Folders-OS-Windows-8-Metro-icon.png|36px]]
 
|
 
==Windows version==
 
|}
 
 
 
 
----
 
----
{|
 
|[[File:Folders-OS-Linux-Metro-icon.png|36px]]
 
|
 
==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  ====
 
<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.
 
 
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)<br />
 
* Write these lines in it using any text editor:
 
<pre>
 
#!/bin/bash
 
LC_ALL=C ./RimWorld250Linux.x86_64
 
</pre>
 
* Right-click the new file and set its permissions to executable <br />
 
* Double-click that new file to run the game
 
  
 +
{{:List of known bugs/0.0.250}}
 
----
 
----
{|
 
|[[File:Folders-OS-Apple-Metro-icon.png|36px]]
 
|
 
  
==Mac OS X version==
 
|}
 
  
----
 
 
=References=
 
=References=
 
*[http://ludeon.com/forums/index.php?board=11.0 RimWorld forums]
 
*[http://ludeon.com/forums/index.php?board=11.0 RimWorld forums]

Revision as of 14:18, 8 November 2013