I keep receiving this script error when the game fails to load.
- <FSE>
<Error>Story Driver Initialization Error! System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File name: 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' #0: 0x00000 in System.Reflection.System.Reflection.Assembly:GetTypes (bool) (14D36C60
- ) #1: 0x00002 call in System.Reflection.System.Reflection.Assembly:GetTypes () () #2: 0x00028 callvirt in Awesome.StoryBus.Awesome.StoryBus.ToadMachine:RegisterToadings () () #3: 0x00000 call in Awesome.StoryBus.Awesome.StoryBus.ToadMachine:WorldStartup () () #4: 0x00000 call in Awesome.StoryBus.Awesome.StoryBus.Driver:Startup () () #5: 0x00015 call in Awesome.Awesome.Main:_WorldInitialize () () #6: 0x00000 call in Awesome.Awesome.Main:WorldInitialize () () #7: 0x000c9 call in Sims3.Gameplay.Sims3.Gameplay.InWorldState:Startup () () #8: 0x00012 callvirt in Sims3.SimIFace.Sims3.SimIFace.StateMachineStatus:StartupCurState () () #9: 0x00018 call in Sims3.SimIFace.Sims3.SimIFace.StateMachineStatus:SetState (Sims3.SimIFace.StateMachineState) (14552CE0 [14577FA0] ) #10: 0x0009c callvirt in Sims3.SimIFace.Sims3.SimIFace.StateMachine:Update (single) (1456BEE0
- ) #11: 0x00017 callvirt in Sims3.SimIFace.Sims3.SimIFace.StateMachine:Simulate () ()</Error>
</FSE>
I see that it does mention "Awesome" quite a lot, which I assume means something is going wrong with the mod. How do I fix the "Microsoft.VisualBasic" or "Story Driver Initialization Error!" issue and what is causing this?
If it helps, I'm running Windows 7 x64.
I had another mod framework (not AwesomeMod) that worked, except it disabled the mouth sliders (I'm not certain if that was just an issue with some of the various body sliders that insert into the mouth category). Thus, I've tried to put in a different one to see if it fixes that problem. Now I just get stuck at the loading page (though it is clearly working because the nointro.package is working) with this error.