Difference between revisions of "List of known bugs"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "{{TOCright}} {| |36px | ==Windows version== |} ---- {| |36px | ==Linux version== |} ...")
 
m
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
 +
=0.0.250=
 
{|
 
{|
 
|[[File:Folders-OS-Windows-8-Metro-icon.png|36px]]  
 
|[[File:Folders-OS-Windows-8-Metro-icon.png|36px]]  
Line 12: Line 13:
 
==Linux version==
 
==Linux version==
 
|}
 
|}
 +
<span class="pull-left plainlinks"><small>[http://ludeon.com/forums/index.php?topic=540.0 (forum)]</small></span>
 +
====Creating new colony====
 +
 +
New Colony button not working in Linux 0.0.250. This is the most effective tease ever :-) In Linux, the game starts just fine and I can access the Load and Options screens... but when clicking on New Colony... nothing happens! No errors, no log files.
 +
 +
I cannot load Kerbal Space Program without using LC_ALL=C so I tried it with RimWorld and sure enough, it works fine when I do. I think that this is a Unity bug that only applies if your 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.
 +
 +
So, in other words, instead of double-clicking on RimWorld250Linux.x86_64, do this:
 +
 +
- create an empty file <br />
 +
- write those 2 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
 +
  
 
----
 
----
Line 21: Line 40:
  
 
----
 
----
==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 04:43, 7 November 2013

0.0.250

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

Windows version


Folders-OS-Linux-Metro-icon.png

Linux version

(forum)

Creating new colony

New Colony button not working in Linux 0.0.250. This is the most effective tease ever :-) In Linux, the game starts just fine and I can access the Load and Options screens... but when clicking on New Colony... nothing happens! No errors, no log files.

I cannot load Kerbal Space Program without using LC_ALL=C so I tried it with RimWorld and sure enough, it works fine when I do. I think that this is a Unity bug that only applies if your 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.

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

- create an empty file
- write those 2 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