Difference between revisions of "List of known bugs"

From RimWorld Wiki
Jump to navigation Jump to search
m
(Added category.)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{TOCright}}
+
==Official Forum Bug Threads==
=0.0.250=
+
Bugs found in released versions can be posted and found on the official forum.
{|
 
|[[File:Folders-OS-Windows-8-Metro-icon.png|36px]]
 
|
 
==Windows version==
 
|}
 
  
----
+
[https://ludeon.com/forums/index.php?topic=513.0 How to Report a Bug]
{|
 
|[[File:Folders-OS-Linux-Metro-icon.png|36px]]
 
|
 
==Linux version==
 
|}
 
  
==== Getting the game to run ====
+
*[https://ludeon.com/forums/index.php?board=11.0 Vanilla gameplay bugs]
 +
*[https://ludeon.com/forums/index.php?board=23.0 Modded gameplay bugs]
  
* Unzip the gamefiles
+
==Official Ludeon Bug Tracker==
* Set the executable bit for RimWorld250Linux.x86 or RimWorld250Linux.x86_64 as needed
+
Bugs for released and pre-released version are posted on the [https://ludeon.com/mantis/main_page.php Official Ludeon Bug Tracker (Mantis)].
** If double-clicking doesn't start the game, see ''Locale config reset fix below''
 
* Launch the game
 
  
  
==== Locale config reset fix  ====
+
[[Category:RimWorld game]]
<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
 
 
 
----
 
{|
 
|[[File:Folders-OS-Apple-Metro-icon.png|36px]]  
 
|
 
 
 
==Mac OS X version==
 
|}
 
 
 
----
 
=References=
 
*[http://ludeon.com/forums/index.php?board=11.0 RimWorld forums]
 

Latest revision as of 21:59, 22 June 2020

Official Forum Bug Threads[edit]

Bugs found in released versions can be posted and found on the official forum.

How to Report a Bug

Official Ludeon Bug Tracker[edit]

Bugs for released and pre-released version are posted on the Official Ludeon Bug Tracker (Mantis).