Community Forums Today's Posts     Member List     Archive    
Results 1 to 2 of 2
  1. #1
    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):

    Code:
    uint error = ts3server.ts3server_initServerLib(ref cbs, LogTypes.LogType_FILE | LogTypes.LogType_CONSOLE | LogTypes.LogType_USERLOGGING, null);
    This remembers me to the wrong callback structure with the client sample which was solved by an updated callback.cs file:
    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

  2. #2
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    11

    Thumbs up

    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •