[1.3.3159] Game crash with certain, not-bugged mod

Started by iriserika, November 13, 2021, 05:32:45 AM

Previous topic - Next topic

iriserika

I'm having problem with a mod called 'Rabbie the Moonrabbit'.
When I try to load this mod (turn on the mod and restart the game), game crash when loading.
To be specific, it crashes at 'initailizing...' stage.

I've checked every mod load order I could think of, and checked each mod one by one, and found out this mod is causing it.

Currently, there is no related bug reported for the mod. This crash issue seems to be exclusive for me :(
I've contacted the modder too, but he neither knew what is causing the problem.

I don't know, modder don't know. It doesn't seems like it is mod's fault, rather, my computer's fault.
But I don't know how to read the crash logs  :'(
That's why I'm posting it here, not in 'mod bug'.

So, I'm writing down Modconfig.xml here, and attaching Player.log and error.log.

<?xml version="1.0" encoding="utf-8"?>
<ModsConfigData>
  <version>1.3.3159 rev754</version>
  <activeMods>
    <li>brrainz.harmony</li>
    <li>ludeon.rimworld</li>
    <li>ludeon.rimworld.royalty</li>
    <li>unlimitedhugs.hugslib</li>
    <li>ludeon.rimworld.ideology</li>
    <li>erdelf.humanoidalienraces</li>   -> required mod. didn't cause any crash
    <li>showhair.kv.rw</li>  -> required mod. didn't cause any crash
    <li>runnelatki.rabbieracemod</li>
  </activeMods>
  <knownExpansions>
    <li>ludeon.rimworld.ideology</li>
    <li>ludeon.rimworld.royalty</li>
  </knownExpansions>
</ModsConfigData>


Canute

Hi,
QuotelameACM.acm caused an Access Violation (0xc0000005)
  in module lameACM.acm at 0033:62362cef.
first time i saw lameACM.acm, so i didn't a websearch.
https://www.processlibrary.com/de/directory/files/lameacm/401148/
Look's like the race use somekind of sound that your tool don't like.
Try to uninstal/deactivate lameACM and try it again.

iriserika

Never even heard of lameACM. First time I see this what is this??? Well... seems like mp3 file inside the mod is conflicting with lameACM in my computer...... What is lameACM anyway???

OK. I don't know what it is nor how to uninstall it, but removing 3 file [lame.???] [lameacm.xml] [lameacm.acm] inside the window/system32 folder seems to have fixed the problem. Well, I haven't played the mp3 file (which is the mod's new gun sound) ingame, but well, the game starts!

Thanks!