Sign in to follow this  
Followers 0
RoLex

Still can't connect to ADC(S) hubs

4 posts in this topic

Hi.

 

I've always had problems connecting to ADC(S) hubs with ApexDC++, right now I'm on version 1.6.0.2165 x64, and again when I try to connect to below hub, nothing is happening:

[15:32:16] *** Connecting to adcs://hub.dcbase.org:16591...
[15:32:16] *** Connected
[15:35:59] *** Connecting to adc://hub.dcbase.org:16591...
[15:35:59] *** Connected

System log shows me following:

[15:35:59] ADC hub added (id = userdata: 000000000959F458)

I'm running 64-bit version of Windows 7 with all installed updates, no viruses.

 

When I try connecting with DC++ or FlylinkDC++, it works like a charm.

 

What is the problem here, my settings or bug in the client?

Share this post


Link to post
Share on other sites

This forum is dead or what? If so, where do I ask questions about ApexDC++?

Share this post


Link to post
Share on other sites

Oh ****, I found out that this happens only when ScriptPlugin is installed and startup.lua is loaded. I will take a look in the script to see what is causing this issue, be back with results.

Share this post


Link to post
Share on other sites

That was easy, here is a patch:

--- ./startup.lua	Mon Oct 20 23:34:49 2014
+++ ./startup.lua	Mon Oct 20 23:34:27 2014
@@ -1221,7 +1221,7 @@
 
 function adch.DataArrival( hub, msg )
 	if msg == "" then
-		return nil
+		return 1
 	end
 	local h = dcpp:getHub( hub )
 	if not h then

Issue closed, this patch should be included in default startup.lua file.

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0