Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MoparGamer

#61
Great work Neuro :)
#62
At that point in time he hadn't arrived. I just let him live through a night, sleep, and do some other random things, he's still not loading in the editor and I checked the save file as well, He's still listed as a villager.

The new file: https://www.dropbox.com/s/4p6ioxs7d6ogk7n/Test%20%282%29.rwm
#63
Both issues were still present with the vanilla game, here's the save file https://www.dropbox.com/s/c4jhd13tby6zpwd/Test.rwm

The fourth colonist's name is Jaquese
#64
I may have another odd bug for you. I recently got a new colonist from an event, I went to edit him in the editor and he didn't appear in the editor, Haven't captured anyone yet so I don't know if it's specific to the event.

I'm going to switch back to vanilla Rimworld and test see if either of my issues are still present.
#65
Here's the save I was editing before and the mods I'm using:
Apothecarius (Adds a medicine production chain)
Clutter (Various aesthetic objects)
EdBInterface (Edits the in-game HUD)
ProjectArmory (More guns)
Tech Tree Minami (A lot of things)

I looked through the save myself and didn't see any odd traits, but I do have more than 2 traits per colonists and there are some additional jobs (In the overview's work tab)

https://www.dropbox.com/s/fg9tev6q7dd7osu/TheMountainTesting.rwm
#66
I might have found a trait editor bug or maybe just a mod conflict (Playing a modified game); after adding traits to a colonist, trying to add traits to a different colonist gives me the following error
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at RimWorldSaveEditor.Form1.button2_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
RimWorldSaveEditor
    Assembly Version: 0.9.6.5
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Mike/Desktop/RimworldSaveEditor/RimWorldSaveEditor.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

The error isn't fatal (doesn't crash the program) but it does repeat itself for all colonist after the first instance of it happening. re-opening the program allows me to edit traits again.

Also, upon loading a save file the entire backstory section is blank. It's easily fixed by clicking a colonist to load up their info.

Thanks for the editor :)