Results 46 to 60 of 110
-
12-10-2010, 23:46 #46
-= TeamSpeak Addict =-
- Join Date
- Jan 2010
- Location
- US
- Posts
- 135
When reference the latest DLL, my app just hangs there on load.
No errors, no nothing in output, error windows, etc. Just hangs. I tried redownloading it, but get the same issue.
If I revert back to the old DLL I was using, it works again. I have no idea what could be wrong. =)
-
14-10-2010, 11:54 #47
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
-
14-10-2010, 12:25 #48
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Switzerland
- Posts
- 246
What sync do you use ?
Sync or Async ?
-
14-10-2010, 14:25 #49
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
i use sync
-
14-10-2010, 15:51 #50
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Switzerland
- Posts
- 246
Hmm I can't help you then.
I'm using Sync too without any problems (for now only getting infos and editing the server(s))
-
14-10-2010, 17:07 #51
-= TeamSpeak Addict =-
- Join Date
- Jan 2010
- Location
- US
- Posts
- 135
I'm using Sync.
I'm also using VS2010 if that matters at all. Not using any other libraries other than the defaults.
-
14-10-2010, 17:10 #52
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Switzerland
- Posts
- 246
I'm using VS C# Express but don't think that the problem is linked to it...
Could it be that you still have bad references in your project ?
-
14-10-2010, 23:19 #53
-= TeamSpeak Addict =-
- Join Date
- Jan 2010
- Location
- US
- Posts
- 135
-
15-10-2010, 21:58 #54
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 29
The library is open source, so why don't you just grab the code, compile it and step into the assembly with the debugger? It would be a lot easier to locate the error if we know where to search for it. I can't help you here because I can't reproduce your error
-
22-10-2010, 18:08 #55
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Hey guys, sorry for the delay. I'm currently on the move to my new house. Will have time to help you on monday. Stay tuned.
SCO
-
23-10-2010, 16:14 #56
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
-
23-10-2010, 21:48 #57
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Ok, so no prob?!?! As the lib is intended for beta 29. For Versions below please use the correct version.
P.S. I know the reason for the hang is because of the logic added for the new greeting. When using a version pre beta 29 where the greeting is shorter, the logic will wait until greeting is fully received - which will never happen. Will change the logic later to be aware of this but when the correct version of the lib is used against the correct server version there wont be any problems.
-
25-10-2010, 20:30 #58
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
New Version 0.29.24.0
I've created a small maintenance release. You can download it here:
http://ts3querylib.codeplex.com/releases/view/54586
Changes:
- Changed greeting check to detect wrong greetings earlier.
- Added check to SyncTcpDispatcher whether the client received a ban message after connect.
- Added some tracing
Please report bugs and feel free to criticize me
SCO
-
27-10-2010, 07:38 #59
-= TeamSpeak Addict =-
- Join Date
- Jan 2010
- Location
- US
- Posts
- 135
Sorry, didn't realize that there was a version specific thing with this. However, the changes you made in the latest library fixed the problem for me. Thank you!
-
28-10-2010, 15:33 #60
-= TeamSpeak User =-
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 13
I need some help with the events. I just can't get it to work :/
This is what I try right now:
But it just doesn't work like that.Code://to register notifications queryrunner.RegisterForNotifications(ServerNotifyRegisterEvent.TextServer); queryrunner.Notifications.ServerMessageReceived += Notifications_ServerMessageReceived; //the void that should be used when the event happens void Notifications_ServerMessageReceived(object sender, MessageReceivedEventArgs e) { label2.Text = "message received"; }
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
BUG? Repeated query client connect/diconnect
By HHD_HELLBOUND in forum Bug ReportsReplies: 5Last Post: 09-02-2012, 08:04 -
[Solved] Normal user ban others?
By Morfi in forum Server SupportReplies: 21Last Post: 23-03-2010, 15:13 -
Beta 15 Crashing?
By MaXXimus in forum Linux / FreeBSDReplies: 4Last Post: 25-01-2010, 11:52 -
Query Port connection returns "ERROR: invalid id"
By Polecr0c in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 11-05-2006, 09:05


Reply With Quote
