-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map quests that have a click through dialog freeze with empty mouse position stack #2
Comments
Verified steam files, removed as many non-savegame breaking mods as I could (map preview, rocketman, inventory GUI, etc), deleted all mod files from workshop content and let steam re-download them all... etc.. Couldnt get the error to go away. Heres the log exercpt for the error.
|
I noticed one of the errors had a line about chemfuel; So I had Vanilla Chemfuel Expanded, removed that mod and tried again. It did throw errors, BUT it passed onto a completion window. I could continue the game, after recieving the infinite chemreactor item. So it seems that is a mod conflict to me. Sometimes it throws errors with the chemfuel line, other times it throws errors about the psychic emanator buff, (the first attempt after I removed the chemfuel expanded mod, it threw an error with buff to psychic emanator, but the next click succeeded which gave me the chemreactor item) so I think the reward items are incompatible with mods, perhaps. |
Stack trace ref: MoreFactionInteraction/Source/MoreFactionInteraction/World Incidents/Buff_Chemfuel.cs Line 44 in 91409b0
MoreFactionInteraction/Source/MoreFactionInteraction/World Incidents/Buff_Emanator.cs Line 11 in 91409b0
|
Hopefully fixed in a87cc2f |
The issue persists, unfortunately. Per conversation on discord - it appears the process is
The quest items do exist, and my save is at between point 1 and 2. I have a psychic emanator in inventory and can spawn a chemreactor. Removing chemfuel expanded mod allows the process to pass from 1 to 4 for chemreactor reward line. Removing every mod I have that references psychic emanators does not allow process to pass through to 4 for psychic reward line. It seems to me that the bug may not lie in checking whether or not the quest items exist, but with the applying of the buff to items or some other point between 2-4. Perhaps it is that the item variables have been altered and that is what is stopping it? |
Confirmed still a bug with new game with only 2 mods added. Harmony and More Factions Interactions. Spawned science expo, psychic emanator reward doesnt work sadly.
|
I think the error might lie with the buff function not working, perhaps looking at the buff effect or removing it (but still just giving the reward item) may allow the expo to continue functioning - and the buff can be reexamined later or redone? |
There is a discussion thread on the steam workshop page but I read that github issues are preferred for visibility.
https://steamcommunity.com/workshop/filedetails/discussion/2379076640/4943253385022306914/
Since multiple people appear to be having this issue, I'm posting here with what I've found as I have a save before a pawn enters the expo quest which will freeze every time.
The first time, it pulled me out of colony view straight to world map - where I got the empty mouse stack error - the icons on the world map were wrong ones, and the error came up every time I tried to click to continue. No way to proceed other than alt-f4.
Second time, I waited on the world map for the quest, but was still stopped by inability to click. I noticed that the mouse cursor was able to move the map selection hex around in the background (underneath the quest dialog)... Perhaps its an issue with which layer the mouse is being registered on.
I'll unload a few of my map related mods to see if anything changes.
The text was updated successfully, but these errors were encountered: