v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
72 stars 61 forks source link

SaltyChat can't connect to TeamSpeak #126

Closed Bluscream closed 2 years ago

Bluscream commented 2 years ago

\AppData\Local\FiveM\FiveM.app\logs\CitizenFX_log_2022-06-13T184533.log:

[    106969] [b2545_GTAProce]             MainThrd/ React loaded, sending variables.
[    106969] [b2545_GTAProce]             MainThrd/ ^3[AUTH] rejected (Unauthorized: admin not found)
[    107328] [b2545_GTAProce]             MainThrd/ Error invoking callback for event __cfx_nui:SaltyChat_OnNuiReady: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.

[    107328] [b2545_GTAProce]             MainThrd/ Parameter name: src

[    107328] [b2545_GTAProce]             MainThrd/   at (wrapper managed-to-native) System.Runtime.InteropServices.Marshal:copy_from_unmanaged (intptr,int,System.Array,int)

[    107328] [b2545_GTAProce]             MainThrd/   at System.Runtime.InteropServices.Marshal.Copy (System.IntPtr source, System.Byte[] destination, System.Int32 startIndex, System.Int32 length) [0x00000] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at CitizenFX.Core.RemoteFunctionReference._InvokeNative (System.Byte[] argsSerialized) [0x00075] in C:\gl\builds\master\fivem\code\client\clrcore\RemoteFunctionReference.cs:97 

[    107328] [b2545_GTAProce]             MainThrd/   at CitizenFX.Core.RemoteFunctionReference.InvokeNative (System.Byte[] argsSerialized) [0x00000] in C:\gl\builds\master\fivem\code\client\clrcore\RemoteFunctionReference.cs:72 

[    107328] [b2545_GTAProce]             MainThrd/   at CitizenFX.Core.MsgPackDeserializer+<>c__DisplayClass36_0.<CreateRemoteFunctionReference>b__0 (System.Object[] args) [0x00007] in C:\gl\builds\master\fivem\code\client\clrcore\MsgPackDeserializer.cs:267 

[    107328] [b2545_GTAProce]             MainThrd/   at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,string)

[    107328] [b2545_GTAProce]             MainThrd/   at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,string)

[    107328] [b2545_GTAProce]             MainThrd/   at SaltyClient.VoiceManager.OnNuiReady (System.Object dummy, System.Object cb) [0x00048] in C:\Users\norbe\Desktop\saltychat-fivem-master\saltychat\SaltyClient\VoiceManager.cs:520 

[    107328] [b2545_GTAProce]             MainThrd/   at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)

[    107328] [b2545_GTAProce]             MainThrd/   at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/    --- End of inner exception stack trace ---

[    107328] [b2545_GTAProce]             MainThrd/   at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <74fbbe963b7e417b8d715b858c5c584f>:0 

[    107328] [b2545_GTAProce]             MainThrd/   at CitizenFX.Core.EventHandlerEntry+<Invoke>d__5.MoveNext () [0x00064] in C:\gl\builds\master\fivem\code\client\clrcore\EventHandlerDictionary.cs:107 

TS3Client Log:

6/13/2022 18:47:21  Salty Chat  Info    ID: 4db7a28c-de66-4e71-91e4-d443a49d34bc | Source: 127.0.0.1:11858 | Origin: nui://saltychat    
6/13/2022 18:47:21  Salty Chat  Info    Starting instance 3iwjcInsNa6ClhYo627x6OF1vVA=  
6/13/2022 18:47:27  Salty Chat  Info    No pong command in the last 6 seconds...    
6/13/2022 18:47:27  Salty Chat  Info    GameInstace 3iwjcInsNa6ClhYo627x6OF1vVA= will be reset...   
xPiwel commented 2 years ago

Issue already known by FiveM : https://github.com/citizenfx/fivem/issues/1488

Just put your game on Release instead of Canary/Beta for now, until they fix it.

image