Guad / GTACoop

An online co-op modification for GTA5
GNU General Public License v3.0
81 stars 71 forks source link

F9 Coop Scritp not working! #30

Closed xxLexanixx closed 8 years ago

xxLexanixx commented 8 years ago

// GTA V SCRIPT HOOK (build Dec 20 2015, v1.0.573.1a) // (C) Alexander Blade 2015 [10:32:10] INIT: Started [10:32:10] INIT: Success, game version is VER_1_0_350_1_STEAM [10:32:10] INIT: Registering script 'NativeTrainer.asi' (0x00007FFFC0E0A510) [10:32:10] INIT: Registering script 'ScriptHookVDotNet.asi' (0x00007FFFABF20700) [10:32:16] INIT: Pool 1 extended [10:32:16] INIT: Pool 2 extended [10:32:16] INIT: Pool 3 extended [10:32:16] INIT: Pool 4 extended [10:32:21] INIT: GtaThread collection size 172 [10:32:21] INIT: wnd proc 0x00000000FFFF06CF [10:32:21] INIT: IDXGISwapChain 0x00007FFFC9A6EF40 (0x00007FFFC9A21DA0) [10:32:21] INIT: IDXGISwapChain set [10:32:21] INIT: DX init started [10:32:21] INIT: DX feature level B000 [10:32:21] INIT: DX init succeeded [10:33:30] CORE: Requesting thread creation [10:33:30] CORE: Creating threads [10:33:32] CORE: Started control thread, id 40 active 1 [10:33:32] CORE: Started thread 'NativeTrainer.asi' (0x00007FFFC0E0A510), id 41 active 1 [10:33:32] CORE: Started thread 'ScriptHookVDotNet.asi' (0x00007FFFABF20700), id 42 active 1 [10:33:32] CORE: Launching main() for 'NativeTrainer.asi' (0x00007FFFC0E0A510), id 41 [10:33:32] CORE: Launching main() for 'ScriptHookVDotNet.asi' (0x00007FFFABF20700), id 42

What is wrong?!

xxLexanixx commented 8 years ago

[10:33:32] [DEBUG] Created script domain 'ScriptDomain_E2B9C557'. [10:33:32] [DEBUG] Loading scripts from 'd:\GTA 5\scripts' into script domain 'ScriptDomain_E2B9C557' ... [10:33:32] [DEBUG] Found 2 script(s) in 'GTACoOp.dll'. [10:33:32] [DEBUG] Found 0 script(s) in 'Lidgren.Network.dll'. [10:33:32] [DEBUG] Found 0 script(s) in 'NativeUI.dll'. [10:33:32] [DEBUG] Found 0 script(s) in 'Newtonsoft.Json.dll'. [10:33:32] [DEBUG] Found 0 script(s) in 'protobuf-net.dll'. [10:33:32] [DEBUG] Starting 2 script(s) ... [10:33:32] [DEBUG] Instantiating script 'GTACoOp.Main' in script domain 'ScriptDomain_E2B9C557' ... [10:33:34] [ERROR] Failed to instantiate script 'GTACoOp.Main' because constructor threw an exception: System.InvalidOperationException: Fehler im XML-Dokument (2,2). ---> System.InvalidOperationException: wurde nicht erwartet. bei Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderPlayerSettings.Read4_PlayerSettings() --- Ende der internen Ausnahmestapelüberwachung --- bei System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) bei System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) bei GTACoOp.Util.ReadSettings(String path) bei GTACoOp.Main..ctor() [10:33:34] [DEBUG] Instantiating script 'GTACoOp.PedThread' in script domain 'ScriptDomain_E2B9C557' ... [10:33:34] [DEBUG] Started script 'GTACoOp.PedThread'.

rakion99 commented 8 years ago

looks like the mod cant find/create GTACOOPSettings.xml

xxLexanixx commented 8 years ago

okay I see also that the file does not exist! Where can I get those ?! in the .zip data no inside

rakion99 commented 8 years ago

try this https://mega.nz/#!AtlWmDDJ!iixH-DuiIL21BqgUTFs-SYKCisKt2yI29gSqYDXFv_A place it on the script folder

xxLexanixx commented 8 years ago

perfect thanks!