RimTrans icon indicating copy to clipboard operation
RimTrans copied to clipboard

Launch problem

Open Ner-Kun opened this issue 4 years ago • 7 comments

The process appears for a few seconds in the task manager and then disappears without any error.

I try this:

Restart PC Administrator Mode Compatibility mode (Win8 Win7 etc...) Put unzipped files to C:\RimTrans(files) (System Drive); D:\RimTrans(files) Install .NET framework 4.6.1 (Microsoft says that a newer version is already installed)

It looks like I'm not the only one with such a mistake...

Ner-Kun avatar Nov 14 '21 09:11 Ner-Kun

Same :(

Covre912 avatar Jan 20 '22 14:01 Covre912

You should check the file named "Settings.xaml". It is probably here;

C:\Users\(username)\AppData\Roaming\RimTrans

According to this article, if the contents of that file are not generated fine, it may be possible to solve the launching problem by writing the appropriate settings. Try entering the following into that file;

<?xml version="1.0" encoding="utf-8"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <s:Double x:Key="AddModWindowHeight">600</s:Double>
  <s:String x:Key="RimWorldInstallDir">C:\Program Files (x86)\Steam\steamapps\common\RimWorld</s:String>
  <s:Double x:Key="OptionsWindowHeight">600</s:Double>
  <s:Double x:Key="MainWindowWidth">1080</s:Double>
  <s:Double x:Key="OptionsWindowWidth">971</s:Double>
  <WindowState x:Key="MainWindowState">Normal</WindowState>
  <s:String x:Key="WorkshopModsDir">C:\Program Files (x86)\Steam\steamapps\workshop\content\294100</s:String>
  <s:Double x:Key="AddModWindowWidth">971</s:Double>
  <s:Double x:Key="MainWindowHeight">667</s:Double>
  <s:Boolean x:Key="Selected_Japanese">True</s:Boolean>
</ResourceDictionary>

But you may have to change some parts of the code above if necessary.

  • [ ] Select your language.

  • <s:Boolean x:Key="Selected_Japanese"> -- The supported languages are English, Chinese Simplified, Chinese Traditional, Czech, French, Japanese, Russian, Spanish (Latin America), and Korean.

  • [ ] Reconfigure the directory section according to your environment.

  • <s:String x:Key="RimWorldInstallDir">C:\Program Files (x86)\Steam\steamapps\common\RimWorld</s:String> -- where your rimworld is

  • <s:String x:Key="WorkshopModsDir">C:\Program Files (x86)\Steam\steamapps\workshop\content\294100</s:String> -- where your mods are

I hope this solves the problem with the startup...

C-ljur avatar Mar 13 '22 12:03 C-ljur

Worked! Thanks a lot!

Covre912 avatar Mar 13 '22 16:03 Covre912

Thanks!!!

mrpetroveg avatar Sep 11 '22 18:09 mrpetroveg

Thanks!

peter4370 avatar Oct 29 '22 07:10 peter4370

Thanks!

HawnHan avatar Dec 25 '22 07:12 HawnHan

After the actions described by the author above, if RimTrans.exe all tot does not open, just change the extension from xml to xaml in the already edited "settings" file. Maybe it will be useful to someone.

Ilia44ilia avatar May 02 '24 14:05 Ilia44ilia