0 files liked
2 comments
0 videos
0 uploads
0 followers
Spotted this and thought id give it a try...I cannot get the mod to instantiate. I stripped my scripts back to only OTB, NatUI and Ifruit So i was testing on the bare minimum.
Initially i got
[ERROR] Failed to instantiate script LSlife.LSL because constructor threw an exception: System.TypeInitializationException: The type initializer for 'LSlife.PremiumLiveDialog' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'NAudio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
at LSlife.PremiumLiveDialog..cctor()
--- End of inner exception stack trace ---
at LSlife.PremiumLiveDialog.LoadFromIni(ScriptSettings ini)
at LSlife.LSL.Setup()
at LSlife.LSL..ctor()
I tried disabling premium features in the config but remained the same, I also added NAudio and then the error changed to
[ERROR] Failed to instantiate script LSlife.LSL because constructor threw an exception: System.TypeInitializationException: The type initializer for 'LSlife.PremiumLiveDialog' threw an exception. ---> System.TypeLoadException: Could not load type 'NAudio.Wave.WaveFileWriter' from assembly 'NAudio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41'.
at LSlife.PremiumLiveDialog..cctor()
--- End of inner exception stack trace ---
at LSlife.PremiumLiveDialog.LoadFromIni(ScriptSettings ini)
at LSlife.LSL.Setup()
at LSlife.LSL..ctor()
I dont think NAudio was required but seems to be causing an issue for me.
Recently got back into GTA - Enjoying this mod @Chris22622 thanks for making some nice additions on the original.
I have also found an issue with hiring dealers, when only one is hired everything seems fine but soon as i hire a second they dont spawn when logging back into the game.
This can be fixed by opening the LSLife_Dealers.xml. Each dealers hash is set to 0 <hash>0</hash> changing this to a ped model such as <hash>Skidrow01AFM</hash> fixes the problem but needs to be done each time i launch the game.
I have noticed also the rival dealers dont spawn, still need to look into that further into this.
Hope this helps some with AWOL dealers.