rlane / rlane-oni-mods

Oxygen Not Included mods
5 stars 2 forks source link

Crash on meteor fire #4

Open GreeeM opened 5 years ago

GreeeM commented 5 years ago

Getting a "error occurred please restart the game" every time it tries to fire at a meteor. Tried the unsubscribe start and subscribe without it working, tried deleting it from my mod folder. Nothing helps.

loaded up everything with just the meteor mod and getting the same thing, here is the error log if that helps: https://pastebin.com/Hp0BHJfj

Flow86 commented 4 years ago

Hi, I get also a crash on meteor fire, but a different stacktrace:

MissingMethodException: Method not found: 'KFMOD.BeginOneShot'.
  at rlane.MeteorDefenseLaser.FireAt (.Comet comet, Single dt) [0x00000] in <filename unknown>:0 
  at rlane.MeteorDefenseLaser.Sim33ms (Single dt) [0x00000] in <filename unknown>:0 
  at SimAndRenderScheduler+Sim33msUpdater.Update (ISim33ms updater, Single dt) [0x00000] in <filename unknown>:0 
  at UpdateBucketWithUpdater`1[ISim33ms].Update (Single dt) [0x00000] in <filename unknown>:0 
  at StateMachineUpdater+BucketGroup.AdvanceOneSubTick (Single dt) [0x00000] in <filename unknown>:0 
  at StateMachineUpdater.AdvanceOneSimSubTick () [0x00000] in <filename unknown>:0 
  at Game.SimEveryTick (Single dt) [0x00000] in <filename unknown>:0 
  at Game.Update () [0x00000] in <filename unknown>:0 
warpfork commented 4 years ago

I made a new issue for the KFMOD.BeginOneShot problem: https://github.com/rlane/rlane-oni-mods/issues/8 as I'm still having that one today.