Rain World

Rain World

Revivify
Got Revivify erroring it seems. Here is the logOutput data and Exception log.
logOutput:
[Error : Revivify] System.ArgumentException: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'System.Comparison`1[AbstractCreature]'.
at System.Collections.Generic.IntrospectiveSortUtilities.ThrowOrIgnoreBadComparer (System.Object comparer) [0x0000b] in <a1e9f114a6e64f4eacb529fc802ec93d>:0
at System.Collections.Generic.ArraySortHelper`1[T].Sort (T[] keys, System.Int32 index, System.Int32 length, System.Comparison`1[T] comparer) [0x0000c] in <a1e9f114a6e64f4eacb529fc802ec93d>:0
at System.Collections.Generic.List`1[T].Sort (System.Comparison`1[T] comparison) [0x00012] in <a1e9f114a6e64f4eacb529fc802ec93d>:0
at RXRandom.Shuffle[T] (System.Collections.Generic.List`1[T] list) [0x0000d] in <1014ff9a5d9941ab9e645d4f5c9384a5>:0
at RainWorldGame.SendScavsToPlayer () [0x000d0] in <1014ff9a5d9941ab9e645d4f5c9384a5>:0
at RainWorldGame.Update () [0x006ff] in <1014ff9a5d9941ab9e645d4f5c9384a5>:0
at MainLoopProcess.RawUpdate (System.Single dt) [0x0001a] in <1014ff9a5d9941ab9e645d4f5c9384a5>:0
at RainWorldGame.RawUpdate (System.Single dt) [0x0084c] in <1014ff9a5d9941ab9e645d4f5c9384a5>:0
at DMD<>?1153785472.Trampoline<RainWorldGame::RawUpdate>?-1543495168 (RainWorldGame , System.Single ) [0x00020] in <b7fc1962163844f289562088f59b7760>:0
at (wrapper delegate-invoke) <Module>.invoke_void_RainWorldGame_single(RainWorldGame,single)
at CrazyWeaponsPlugin.CrazyWeaponsMod.RawUpdatePatch (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) [0x00000] in <742f51e28fee4114a0f6023ffc606bfb>:0
at DMD<>?1153785472.Hook<RainWorldGame::RawUpdate>?181490176 (RainWorldGame , System.Single ) [0x0000a] in <928c8349ad4f4d83b69fe2801cab433e>:0
at DMD<>?1153785472.Trampoline<RainWorldGame::RawUpdate>?-828506112 (RainWorldGame , System.Single ) [0x00020] in <0fc9e3ed34a04eff8ff99c4f83d6b415>:0
at (wrapper delegate-invoke) <Module>.invoke_void_RainWorldGame_single(RainWorldGame,single)
at Pom.Pom.RainWorldGameRawUpdate (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) [0x00000] in <f26f3a5efaa94b93bb1c8a4d34b6c44c>:0
at DMD<>?1153785472.Hook<RainWorldGame::RawUpdate>?-1818709504 (RainWorldGame , System.Single ) [0x0000a] in <9e4eb074b5ef45ff8f37178c7a6cc53b>:0
at DMD<Update>?1153785472._ProcessManager::Update (ProcessManager this, System.Single deltaTime) [0x001ae] in <2b814f6a69ad4766b8e74d79e318dbc0>:0
at DMD<>?1153785472.Trampoline<ProcessManager::Update>?481308160 (ProcessManager , System.Single ) [0x00020] in <bbeae2844f0e41fcb2d49e53752d8bc6>:0
at (wrapper delegate-invoke) <Module>.invoke_void_ProcessManager_single(ProcessManager,single)
at MinimalistMultiplayer.DSClient.ProcessManager_Update (On.ProcessManager+orig_Update orig, ProcessManager self, System.Single deltaTime) [0x00001] in <ff5779e080aa45918b48dd1abbaed333>:0
at DMD<>?1153785472.Hook<ProcessManager::Update>?-1371387904 (ProcessManager , System.Single ) [0x0000a] in <1f2b493d0c7b4ab6a510f200a55374be>:0
at DMD<Update>?1153785472._RainWorld::Update (RainWorld this) [0x01629] in <2c565db9eed0416083c6535751bc1fbb>:0
at DMD<>?1153785472.Trampoline<RainWorld::Update>?-2101037056 (RainWorld ) [0x00020] in <383a6a51b22a45bd8013ed2f18a9a950>:0
at Revivify.Plugin.ErrorCatch (On.RainWorld+orig_Update orig, RainWorld self) [0x00000] in <84d6e4b45b0846db885a4a7bbcdd965b>:0
< >
Showing 1-4 of 4 comments
Exception Log: ArgumentException: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'System.Comparison`1[AbstractCreature]'.
System.Collections.Generic.IntrospectiveSortUtilities.ThrowOrIgnoreBadComparer (System.Object comparer) (at <a1e9f114a6e64f4eacb529fc802ec93d>:0)
System.Collections.Generic.ArraySortHelper`1[T].Sort (T[] keys, System.Int32 index, System.Int32 length, System.Comparison`1[T] comparer) (at <a1e9f114a6e64f4eacb529fc802ec93d>:0)
System.Collections.Generic.List`1[T].Sort (System.Comparison`1[T] comparison) (at <a1e9f114a6e64f4eacb529fc802ec93d>:0)
RXRandom.Shuffle[T] (System.Collections.Generic.List`1[T] list) (at <1014ff9a5d9941ab9e645d4f5c9384a5>:0)
RainWorldGame.SendScavsToPlayer () (at <1014ff9a5d9941ab9e645d4f5c9384a5>:0)
RainWorldGame.Update () (at <1014ff9a5d9941ab9e645d4f5c9384a5>:0)
MainLoopProcess.RawUpdate (System.Single dt) (at <1014ff9a5d9941ab9e645d4f5c9384a5>:0)
RainWorldGame.RawUpdate (System.Single dt) (at <1014ff9a5d9941ab9e645d4f5c9384a5>:0)
DMD<>?1153785472.Trampoline<RainWorldGame::RawUpdate>?-1543495168 (RainWorldGame , System.Single ) (at <b7fc1962163844f289562088f59b7760>:0)
CrazyWeaponsPlugin.CrazyWeaponsMod.RawUpdatePatch (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) (at <742f51e28fee4114a0f6023ffc606bfb>:0)
DMD<>?1153785472.Hook<RainWorldGame::RawUpdate>?181490176 (RainWorldGame , System.Single ) (at <928c8349ad4f4d83b69fe2801cab433e>:0)
DMD<>?1153785472.Trampoline<RainWorldGame::RawUpdate>?-828506112 (RainWorldGame , System.Single ) (at <0fc9e3ed34a04eff8ff99c4f83d6b415>:0)
Pom.Pom.RainWorldGameRawUpdate (On.RainWorldGame+orig_RawUpdate orig, RainWorldGame self, System.Single dt) (at <f26f3a5efaa94b93bb1c8a4d34b6c44c>:0)
DMD<>?1153785472.Hook<RainWorldGame::RawUpdate>?-1818709504 (RainWorldGame , System.Single ) (at <9e4eb074b5ef45ff8f37178c7a6cc53b>:0)
DMD<Update>?1153785472._ProcessManager::Update (ProcessManager this, System.Single deltaTime) (at <2b814f6a69ad4766b8e74d79e318dbc0>:0)
DMD<>?1153785472.Trampoline<ProcessManager::Update>?481308160 (ProcessManager , System.Single ) (at <bbeae2844f0e41fcb2d49e53752d8bc6>:0)
MinimalistMultiplayer.DSClient.ProcessManager_Update (On.ProcessManager+orig_Update orig, ProcessManager self, System.Single deltaTime) (at <ff5779e080aa45918b48dd1abbaed333>:0)
DMD<>?1153785472.Hook<ProcessManager::Update>?-1371387904 (ProcessManager , System.Single ) (at <1f2b493d0c7b4ab6a510f200a55374be>:0)
DMD<Update>?1153785472._RainWorld::Update (RainWorld this) (at <2c565db9eed0416083c6535751bc1fbb>:0)
DMD<>?1153785472.Trampoline<RainWorld::Update>?-2101037056 (RainWorld ) (at <383a6a51b22a45bd8013ed2f18a9a950>:0)
Revivify.Plugin.ErrorCatch (On.RainWorld+orig_Update orig, RainWorld self) (at <84d6e4b45b0846db885a4a7bbcdd965b>:0)
DMD<>?1153785472.Hook<RainWorld::Update>?1096189952 (RainWorld ) (at <ac0e651cf9944a9d877c526fd4d0a0a8>:0)
DMD<>?1153785472.Trampoline<RainWorld::Update>?1537405952 (RainWorld ) (at <e26a436b10a44443821f4cb70208c169>:0)
RainWorldTryCatch.RainWorldTryCatchPlugin.<OnEnable>b__0_0 (On.RainWorld+orig_Update orig, RainWorld self) (at <532d00fc174848708ef7c04b6e6addad>:0)
UnityEngine.Debug:LogException(Exception)
RainWorldTryCatch.RainWorldTryCatchPlugin:<OnEnable>b__0_0(orig_Update, RainWorld)
DMD<>?1153785472:Hook<RainWorld::Update>?-1749861888(RainWorld)
DMD<>?1153785472:Trampoline<RainWorld::Update>?743303680(RainWorld)
Guardian.LogHooks:RainWorld_Update(orig_Update, RainWorld) (at E:/RainWorldModding/Guardian/src/plugin/Hooks/LogHooks.cs:23)
DMD<>?1153785472:Hook<RainWorld::Update>?34765824(RainWorld)
Campaign: Artificer, Past Garbage Wastes
Additional Mods: More Slugcats, Jolly Coop, Crazy Weapons, Diverse Shelters, Minimalist Multiplayer, and Emerald's Tweaks.
Plus a few region mods and expedition addons (though it was not a expedition so I doubt it has a effect in it). Hope this might help, I am willing to give more data if needed.
Last edited by Conquest and Death; 10 Jul, 2023 @ 9:06pm
charlie 5 Aug, 2023 @ 5:06am 
same error mod might be broken for the time being
minty the cat 22 Jan, 2024 @ 12:16pm 
yeah dont get that mod it will break your game in a heart beat
< >
Showing 1-4 of 4 comments
Per page: 1530 50