Lance36 Posted May 11, 2018 Share Posted May 11, 2018 Hi all, When I press the insert key to reload scripts it causes the game to crash. Any help would be appreciated. Here is the log ScripHookVDotNet2 produces: [16:32:42] [DEBUG] Created script domain 'ScriptDomain_7335BC96' with v2.10.6. [16:32:42] [DEBUG] Loading scripts from 'E:\GTA V\scripts' into script domain 'ScriptDomain_7335BC96' ... [16:32:42] [DEBUG] Successfully compiled 'SimplePowerPunch.cs'. [16:32:42] [DEBUG] Found 1 script(s) in 'SimplePowerPunch.cs'. [16:32:42] [iNFO] Loading assembly 'iFruitAddon.dll' ... [16:32:42] [DEBUG] Found 0 script(s) in 'iFruitAddon.dll'. [16:32:42] [iNFO] Loading assembly 'NativeUI.dll' ... [16:32:42] [DEBUG] Found 1 script(s) in 'NativeUI.dll'. [16:32:42] [iNFO] Loading assembly 'NIBMods.net.dll' ... [16:32:42] [DEBUG] Found 1 script(s) in 'NIBMods.net.dll'. [16:32:42] [iNFO] Loading assembly 'NoMoreShortcuts.dll' ... [16:32:42] [DEBUG] Found 1 script(s) in 'NoMoreShortcuts.dll'. [16:32:42] [iNFO] Loading assembly 'PauseMenu.dll' ... [16:32:43] [DEBUG] Found 0 script(s) in 'PauseMenu.dll'. [16:32:43] [iNFO] Loading assembly 'PedSelector.dll' ... [16:32:43] [DEBUG] Found 1 script(s) in 'PedSelector.dll'. [16:32:43] [iNFO] Loading assembly 'ScriptManager.dll' ... [16:32:43] [DEBUG] Found 1 script(s) in 'ScriptManager.dll'. [16:32:43] [iNFO] Loading assembly 'SharpDX.DirectInput.dll' ... [16:32:43] [DEBUG] Found 0 script(s) in 'SharpDX.DirectInput.dll'. [16:32:43] [iNFO] Loading assembly 'SharpDX.dll' ... [16:32:43] [DEBUG] Found 0 script(s) in 'SharpDX.dll'. [16:32:43] [iNFO] Loading assembly 'SharpDX.XInput.dll' ... [16:32:43] [DEBUG] Found 0 script(s) in 'SharpDX.XInput.dll'. [16:32:43] [iNFO] Loading assembly 'TFlash.net.dll' ... [16:32:43] [DEBUG] Found 1 script(s) in 'TFlash.net.dll'. [16:32:43] [iNFO] Loading assembly 'TwoPlayerMod.dll' ... [16:32:43] [DEBUG] Found 1 script(s) in 'TwoPlayerMod.dll'. [16:32:43] [DEBUG] Starting 8 script(s) ... [16:32:43] [DEBUG] Instantiating script 'SimpleSuperPunch.SimpleSuperPunchMod' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'SimpleSuperPunch.SimpleSuperPunchMod'. [16:32:43] [DEBUG] Instantiating script 'NativeUI.BigMessageThread' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'NativeUI.BigMessageThread'. [16:32:43] [DEBUG] Instantiating script 'NIBMods' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'NIBMods'. [16:32:43] [DEBUG] Instantiating script 'NoMoreShortcuts.NMS' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'NoMoreShortcuts.NMS'. [16:32:43] [DEBUG] Instantiating script 'PedSelector.PedSelector' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'PedSelector.PedSelector'. [16:32:43] [DEBUG] Instantiating script 'ScriptManager.ScriptMain' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'ScriptManager.ScriptMain'. [16:32:43] [DEBUG] Instantiating script 'TFlash' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'TFlash'. [16:32:43] [DEBUG] Instantiating script 'TwoPlayerMod' in script domain 'ScriptDomain_7335BC96' ... [16:32:43] [DEBUG] Started script 'TwoPlayerMod'. [16:32:43] [ERROR] Caught fatal unhandled exception: System.IO.FileNotFoundException: Could not load file or assembly 'iFruitAddon2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'iFruitAddon2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' at NoMoreShortcuts.NMS.Initialize(Object sender, EventArgs e) at GTA.Script.raise_Tick(Object value0, EventArgs value1) at GTA.Script.MainLoop() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. [16:34:21] [DEBUG] Aborted script 'NIBMods'. [16:34:40] [DEBUG] Unloading script domain 'ScriptDomain_7335BC96' ... [16:34:40] [DEBUG] Stopping 7 script(s) ... [16:34:40] [DEBUG] Aborted script 'SimpleSuperPunch.SimpleSuperPunchMod'. [16:34:40] [DEBUG] Aborted script 'NativeUI.BigMessageThread'. [16:34:40] [DEBUG] Aborted script 'NoMoreShortcuts.NMS'. Link to comment Share on other sites More sharing options...
Guest Posted May 11, 2018 Share Posted May 11, 2018 (edited) [16:32:42] [iNFO] Loading assembly 'iFruitAddon.dll' ... System.IO.FileNotFoundException: Could not load file or assembly 'iFruitAddon2, I suspect those two lines are related to the problem. It's loading iFruitAddon, it wants iFruitAddon2, check for an update of that dll file. It actually states that on the mod page of NoMoreShortcuts, you have to read descriptions as well as hitting the download button and installing it, they often contain essential information. Prerequisites ScriptHookV: ScriptHookVDotNet2: NativeUI: iFruitAddon2: https://github.com/Bob74/iFruitAddon2/releases Edited May 11, 2018 by Guest Link to comment Share on other sites More sharing options...
Lance36 Posted May 12, 2018 Author Share Posted May 12, 2018 Thank you, That was the issue in the end. Link to comment Share on other sites More sharing options...