Official eMule-Board: Bug Onbnconnect() - Official eMule-Board

Jump to content


Page 1 of 1

Bug Onbnconnect() maybe

#1 User is offline   Eulero 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2553
  • Joined: 09-August 07

Posted 16 April 2010 - 06:08 PM

sockets.cpp


BEFORE:




if (theApp.serverlist->GetServerCount() == 0) {
		connecting = false;
		LogError(LOG_STATUSBAR, GetResString(IDS_ERR_NOVALIDSERVERSFOUND));
		return;
}




AFTER:



if (theApp.serverlist->GetServerCount() == 0) {
		connecting = false;
        theApp.emuledlg->ShowConnectionState(); // FIX 
		LogError(LOG_STATUSBAR, GetResString(IDS_ERR_NOVALIDSERVERSFOUND));
		return;
}




without the fix and no server list, if you click the Connect button in the Server window, no longer works the Cancel. Posted Image

This post has been edited by Eulero: 16 April 2010 - 06:08 PM

0

#2 User is offline   Eulero 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2553
  • Joined: 09-August 07

Posted 17 November 2013 - 08:39 AM

After over 3 years, bug is still here.
0

#3 User is offline   Riso64Bit 

  • Magnificent Member
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 339
  • Joined: 24-March 09

Posted 07 February 2014 - 04:46 PM

fixed in SVN
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users