-
Notifications
You must be signed in to change notification settings - Fork 82
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
[AI/HS2] - Sideloader resolve warning spam at saving/loading studio scenes #189
Comments
The warnings indicate issues inside zipmods. Previous version of sideloader simply ignored them which caused a different set of issues, e.g. the accessories to studio items plugin not working correctly. The warnings can be resolved by fixing list files inside the listed zipmods to use proper group and category IDs (probably best to report to the mod authors). Make sure your sideloader modpack is up to date first. The error when saving is most likely because of malformed list files inside zipmods that are used in a given scene (most likely the same zipmods that are shown in the errors before). Try to pinpoint which zipmod triggers this issue. Although unlikely it could also be an interaction between a couple of different zipmods. |
I can choose any mod from any zipmod, I always get that message for that object. I tried with I don't know many different zipmods and not a single time I didn't get that message |
If you don't remove the offending items first then the error will keep appearing. It might be necessary to remove the zipmod file itself. |
What I'm saying is: The warning occours for EVERY zipmod. I can't remove all my mods. And I doubt every single one has an error. |
You're right, it does appear to be happening for all zipmod items. Looks like there's an underlying issue that got uncovered by the update. The new version shouldn't have any effect outside of the log message being logged however. |
Thanks for your great work. I feared I had some fundamental issue in my plugin collection. |
After updating my AI to the latest BepInEx, Bepis Plugins and AIAPI versions (and basically every plugin I could find to update), I encountered an issue with the latest sideloader versions beginning with the one included in the BepisPlugins_r19.3.3. With the BepisPlugins_r19.3.2 version those warning don't appear.
When loading or saving a scene with several items in it, the console is being spammed with Sideloader warnings for every item in the scene (see screenshot).
To reproduce the issue, basically is needed to have the latest BepisPlugins installed, add any objects to the scene and save the scene. To reproduce the second issue (im not sure if it is related to the first issue), I am not sure how to reproduce it, as it occours for me seemingly randomly.
Not really sure if that is relevant or not. I just encountered that issue after updating my plugins, since I sometimes wasn't able to save my scene anymore because of the following error:
Wanted to see if that issue still occours with the latest plugin versions. But for now I stay with the 19.3.2 BepisPlugins. Also it's hard to reproduce that inability to save the scene, as it seems to me that it would occour randomly.
The text was updated successfully, but these errors were encountered: