Ven0maus / SOD.Common

A common library for shadows of doubt modding.
MIT License
4 stars 4 forks source link

[BUG] Crash when SODStockMarket is used together with EvidenceLinkModifiers #33

Closed Neko14789 closed 4 months ago

Neko14789 commented 4 months ago

Describe the bug The game crashes when your mod (SODStockMarket) and EvidenceLinkModifiers are installed together

Reproduction scenario Install both Mods at the same time

Expected behavior Game starts and does not crash

Additional context It looks like your mod also throws some other errors in console, even when not installed together with EvidenceLinkModifiers

Ven0maus commented 4 months ago

Please provide more information, any [Error] exceptions you encounter in the logs. Also provide an actual reproduction scenario up until the crash happens so I can investigate.

I just ran the game with just SOD.Common and those 2 mods and it works fine. New game, and loading existing game all works fine. No crashes, no errors. The warnings shown by StockMarket can be ignored, as they don't break anything.

Neko14789 commented 4 months ago

Sorry, it seems like the crashing when starting the game is a result of more mods together than only this two. I have found out that a mod named "Winmin" contributed to this crash, but when I only test these 3 mods it works. It seems that some of my 35 installed mods crash when used in a special way together. Not sure how to easily find the issue. Sorry for raising an issue :(