TitanNano / TS4ControlAnySim

mod for The Sims 4 to control any NPC sims
Apache License 2.0
48 stars 12 forks source link

MCCC says the mod is broken. Is this true or is it normal? No module named 'control_any_sim.ui' #102

Open vpuhoff opened 1 month ago

vpuhoff commented 1 month ago

Exception Date: 2024-06-23 23:03:40
Game Version: 1.107.112.1030-1.200.000.625.Release
Category ID: utils.py:120 Recommended Action You have a bad script mod. It may be out of date or broken. Check with the creator for an update or remove the mod listed. ControlAnySim.ts4script Reason The listed script mod failed to load and should be removed or updated. Failure: 'control_any_sim/ui' (control_any_sim.ui) No module named 'control_any_sim.ui' (ModuleNotFoundError: No module named 'control_any_sim.ui') MCCC Version 2024.3.0

TitanNano commented 1 month ago

This is a strange error. Are you using the latest version? Please post the full exception which should be somewhere next to your mods. Are you using any other mods besides mccc and this one?

vpuhoff commented 1 month ago

The mod version is the latest from curseforge, which is interesting, I did not find any problems with the mod, it works fine. It's just not clear why BE is swearing at him like that

image BE-ExceptionReport-OLD.zip

TitanNano commented 1 month ago

You have more than one copy of the mod in your game:

image
vpuhoff commented 1 month ago

You have more than one copy of the mod in your game: image

So this is normal for script mods, isn't it? package + script

TitanNano commented 1 month ago

This section is a bit strange, but if I understand it correctly, it is communicating that you have more than one copy of both the package and the script in your mods' folder. Can you verify that there are no duplicates anywhere in your mods' folder?

The exception you posted also indicates that the game is trying to load an older version of the mod. The message would make sense of there were more than one version being loaded at the same time.