got a bad erro #1474
Unanswered
R6s-Jackal
asked this question in
Q&A
got a bad erro
#1474
Replies: 1 comment 8 replies
-
Are you using a nightly version? You'll need to use one later than nightly.88 if you're using the game version v1.0.3258.0. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My all scripts mods does not work
Here is my Log
[23:19:50] [DEBUG] Loading API from .\ScriptHookVDotNet2.dll ...
[23:19:50] [DEBUG] Loading API from .\ScriptHookVDotNet3.dll ...
[23:19:50] [DEBUG] Loading scripts from E:\SteamLibrary\steamapps\common\Grand Theft Auto V\scripts ...
[23:19:50] [DEBUG] Loading assembly iFruitAddon2.dll ...
[23:19:50] [INFO] Found 1 script(s) in iFruitAddon2.dll resolved to API 2.11.6.
[23:19:50] [DEBUG] Loading assembly INMNativeUI.dll ...
[23:19:50] [INFO] Found 1 script(s) in INMNativeUI.dll resolved to API 2.11.6.
[23:19:50] [DEBUG] Loading assembly Metadata.dll ...
[23:19:50] [INFO] Found 1 script(s) in Metadata.dll resolved to API 2.11.6.
[23:19:50] [DEBUG] Loading assembly NativeUI.dll ...
[23:19:50] [INFO] Found 1 script(s) in NativeUI.dll resolved to API 2.11.6.
[23:19:50] [DEBUG] Loading assembly SPAII.dll ...
[23:19:50] [INFO] Found 3 script(s) in SPAII.dll resolved to API 2.11.6.
[23:19:50] [DEBUG] Instantiating script iFruitAddon2.iFruitAddon2 ...
[23:19:50] [INFO] Started script iFruitAddon2.iFruitAddon2.
[23:19:50] [DEBUG] Instantiating script INMNativeUI.BigMessageThread ...
[23:19:50] [INFO] Started script INMNativeUI.BigMessageThread.
[23:19:50] [DEBUG] Instantiating script Metadata.Scripts ...
[23:19:50] [INFO] Started script Metadata.Scripts.
[23:19:50] [DEBUG] Instantiating script NativeUI.BigMessageThread ...
[23:19:50] [INFO] Started script NativeUI.BigMessageThread.
[23:19:50] [DEBUG] Instantiating script SPAII.DebugCamera ...
[23:19:50] [INFO] Started script SPAII.DebugCamera.
[23:19:50] [DEBUG] Instantiating script SPAII.SPA2 ...
[23:19:51] [ERROR] Failed to instantiate script SPAII.SPA2 because constructor threw an exception: System.TypeInitializationException: “SPAII.Helper”的类型初始值设定项引发异常。 ---> System.TypeInitializationException: “SHVDN.NativeMemory”的类型初始值设定项引发异常。 ---> System.NullReferenceException: 未将对象引用设置到对象的实例。
在 SHVDN.NativeMemory..cctor()
--- 内部异常堆栈跟踪的结尾 ---
在 SHVDN.NativeMemory.StringToCoTaskMemUTF8(String s)
在 SHVDN.ScriptDomain.PinString(String str)
在 GTA.Native.Function.ObjectToNative(Object value)
在 GTA.Scaleform..ctor(String scaleformID)
在 SPAII.Helper..cctor() 位置 E:\Users\Bartholomew\Documents\GitHub\SPA-II\SPAII\Class\Helper.vb:行号 63
--- 内部异常堆栈跟踪的结尾 ---
在 SPAII.SPA2..ctor() 位置 E:\Users\Bartholomew\Documents\GitHub\SPA-II\SPAII\SPA2.vb:行号 18
[23:19:51] [DEBUG] Instantiating script SPAII.Timer ...
[23:19:51] [INFO] Started script SPAII.Timer.
[23:19:51] [ERROR] Caught fatal unhandled exception:
System.TypeInitializationException: “SPAII.Helper”的类型初始值设定项引发异常。 ---> System.TypeInitializationException: “SHVDN.NativeMemory”的类型初始值设定项引发异常。 ---> System.NullReferenceException: 未将对象引用设置到对象的实例。
在 SHVDN.NativeMemory..cctor()
--- 内部异常堆栈跟踪的结尾 ---
在 SHVDN.NativeMemory.StringToCoTaskMemUTF8(String s)
在 SHVDN.ScriptDomain.PinString(String str)
在 GTA.Native.Function.ObjectToNative(Object value)
在 GTA.Scaleform..ctor(String scaleformID)
在 SPAII.Helper..cctor() 位置 E:\Users\Bartholomew\Documents\GitHub\SPA-II\SPAII\Class\Helper.vb:行号 63
--- 内部异常堆栈跟踪的结尾 ---
在 SPAII.Timer.Timer_Tick(Object sender, EventArgs e) 位置 E:\Users\Bartholomew\Documents\GitHub\SPA-II\SPAII\Timer.vb:行号 13
在 SHVDN.Script.DoTick()
[23:19:51] [ERROR] The exception was thrown while executing the script SPAII.Timer.
[23:19:51] [WARNING] Aborted script SPAII.Timer.
在 System.Threading.Thread.AbortInternal()
在 System.Threading.Thread.Abort()
在 SHVDN.Script.Abort()
在 SHVDN.Script.DoTick()
在 SHVDN.Script.MainLoop()
Danke!
Beta Was this translation helpful? Give feedback.
All reactions