Results 1 to 2 of 2
-
22-01-2012, 13:44 #1
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- Germany
- Posts
- 11
AccessViolation with x86 in ts3server_minimal_sample
Hello,
with the ts3_server_minimal_sample in c# with SDK 3.0.1 I get an AccessViolation Exception with this line if I try to run it in x86 mode (x64 is working fine):
This remembers me to the wrong callback structure with the client sample which was solved by an updated callback.cs file:Code:uint error = ts3server.ts3server_initServerLib(ref cbs, LogTypes.LogType_FILE | LogTypes.LogType_CONSOLE | LogTypes.LogType_USERLOGGING, null);
http://forum.teamspeak.com/showthrea...h-.NET-managed
Could it be, that the callback structure is wrong? Could some TS3-Admin once more provide an updated callback structure, this time for the server?
Thank you
-
29-01-2012, 12:09 #2
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- Germany
- Posts
- 11
Hello,
I could solve this issue.
It was all about StdCall vs. Cdecl CallingConvention again.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


Reply With Quote