Hello Scott. About list of "Engaged partners". You are right. Remote VPN connection can establish by two ways: 1 - My Kaboodle initializes connection. In that way my Kaboodle receives partner's downloaded file. 2 - Another Kaboodle initializes connection. In that way my Kaboodle sends partner's registration file. There is absolutely enough required information in both of these ways. All these ways had implemented. In debug build only I inserted additional column "Who activated". That column shows "I" in #1, and "Partner" in #2.
About "Remote Networks" tab. If PC1 already have VPN connection with PC2 and a user push the button "Connect" for that PC2, then the user only see the MessageBox "That connection already exists" with one button "OK". Please let me know the exact text of that MessageBox. About "GetHostName on the IP address (66.123.20.59)". In my tests one of the my Kaboodle shows the host name "Gnutella.GetEngaged.Net", but another Kaboodle shows the host name "adsl-66-123-20-59.dsl.snfc21.pacbell.net". All these host names are results of really internet search. I have changed that part of code: - if IP address is "66.123.20.59" then host name is "Gnutella.GetEngaged.Net" always. Also I found and fixed following bug. - Remote VPN connection to another PC; - Click "File Transfer" service icon, which belong to another PC; - We doesn't see Property Tabs belong to the "File Transfer", we see Property Tabs belong to the "VNC" service icon! That bug was in the function CNIDDevice* CNIDDevice::AddChild(LPCTSTR lpstrName,...). Old code commented. - Igor ----- Original Message ----- From: "Scott C. Best" <[EMAIL PROTECTED]> To: "Igor Kotelevsky" <[EMAIL PROTECTED]> Cc: "Kaboodle-devel" <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 10:31 PM Subject: Re: "User Status" tab > Igor: > > > You wrote: > > > ...So wouldn't Kaboodle > > > on their PC be able to detect which partnership was being activated? > > This not much safely. > > My Kaboodle can scan all partner registration files > > and check partner IP address with > > IP address of Kaboodle, which connected to my Kaboodle. > > Usually that scans will successfully. But sometimes, as you know, it failed. > > Now I have implemented that scan. > > No, I don't think that'll work. Here's what I meant: when > I initiate a VPN connection to my partner, I think they need to have > a PartnershipFile (which contains my public key) installed in order > for the connection request to be authenticated. Is that correct? > Or can I initiate a connection to a partner that doesn't have a > Partnership file for me installed? > > > The button "Disconnect..." also have implemented. > > I need some time for test. > > Good, thanks. You'll note that there used to be, a very long > time ago, a "Disconnect" button in the main GUI, right next to the > Refresh button. We took that button off the GUI, but the hooks to > disconnecting a VPN should still be in there. > > > Also I have inserted a button "Refresh". > > If a user activate tab, then tab refresh automatically. > > > > All my changes are in CVS server. > > Thanks! One more thing: the status tab of the VPN service now > shows that it's connected to the server. Cool. Problem is, it's doing > a GetHostName on the IP address (66.123.20.59). Please change it so > that it instead uses the HostName that's in the registry: "Gnutella. > GetEngaged.Net". > > -Scott > > > > ----- Original Message ----- > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > Cc: "Kaboodle-devel" <[EMAIL PROTECTED]> > > Sent: Thursday, August 08, 2002 9:13 AM > > Subject: Re: "User Status" tab > > > > > > > Igor: > > > I see your point. But...hmmm...when I initiate a VPN > > > connection with a remote partner, they need to have a partnership > > > file with my info installed on their machine. So wouldn't Kaboodle > > > on their PC be able to detect which partnership was being activated? > > > > > > I don't want to add anything to the protocol to make this > > > work. Not yet. If we have to, we can wait until the data channel > > > part of the VPN works, and then just send some "connection info" > > > data across that channel. > > > > > > Also, one more thing: in the list of "Engaged Networks" we > > > need a "Disconnect..." button next to each of them. If the user > > > clicks that, they get an "Are You Sure you want to break this > > > connection with PartnerName? YES/NO" MessageBox. If they click yes, > > > the VPN connection is torn down. > > > > > > Thanks! > > > > > > -Scott > > > > > > On Wed, 7 Aug 2002, Igor Kotelevsky wrote: > > > > > > > Hello Scott. > > > > There isn't a problem to list "Engaged partners" > > > > when my PC initialized VPN connection. > > > > In that case my PC always knows > > > > what "Partner's Registration File" had used for that connection. > > > > In that case my PC shows "First Name" of partner, > > > > or "Last Name", if "First Name" is empty, > > > > or "Login Email", if "Last Name" is empty. > > > > > > > > I see the problem to list "Engaged partners" > > > > when another PC initialized VPN connection to my PC. > > > > In that case my PC knows only > > > > IP address of another PC, which had initialized that connection. > > > > Now in that case my PC shows only <a.b.c.d>, where a.b.c.d is > > > > IP address of partner. > > > > > > > > Now I see following solutions. > > > > 1. Insert additional information into the "VPN connection protocol". > > > > I don't like that - the time for issue of release Kaboodle version 0.90 > > is > > > > close. > > > > I afraid that I can insert any bug into the "VPN connection protocol". > > > > 2. Insert little special protocol "Say your > > > > first_name-last_name-login_email". > > > > I'll insert little source code into the "TCP request to partner > > protocol". > > > > I had wrote that protocol when one Kaboodle ask other Kaboodle > > > > "please start independent VNC server on port number". > > > > Oleg also used that protocol for initialization "File Transfer". > > > > I know that protocol very good. > > > > I don't afraid that I can insert any bug into that protocol. > > > > > > > > - Igor > > > > > > > > ----- Original Message ----- > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; "Kaboodle-devel" > > > > <[EMAIL PROTECTED]> > > > > Sent: Tuesday, August 06, 2002 1:24 AM > > > > Subject: Re: Bug Report 03 August > > > > > > > > > > > > > Igor: > > > > > Hello! You were right: the servers went down this weekend > > > > > when we lost power. The HTTP server for http://www.getengaged.net > > > > > didn't startup, and the Gnutella server didn't startup listening > > > > > to port 4183. Sheesh. > > > > > I restarted everything manually, and the VPN connection > > > > > now works. Again. Thanks! > > > > > > > > > > Your TestGnuSock was *very* helpful debugging this. I was > > > > > wondering: could we add its capabilities to the VPN Service icon? > > > > > Right now, under the "User Status" tab, there is nothing. It would > > > > > be very helpful if this panel showed three things: > > > > > > > > > > 1. A user's registration status. For example: "You are registered > > > > > for the GetEngaged service as "[EMAIL PROTECTED]" or "You have > > > > > not yet installed a GetEngaged Registration file". > > > > > > > > > > 2. A Gnutella server status. It would show a scrollable list of the > > > > > active servers could read like this: > > > > > > > > > > gnutella.getengaged.net status=Active handshake=OK > > > > > > > > > > 3. A list of currently engaged partners. A scrollable list of the > > > > > active partners could read like this: > > > > > > > > > > Partner "Scott Best" engaged. status=Active, IP=a.b.c.d > > > > > > > > > > where the PartnerName is taken from the Partner's Registration > > > > > File. > > > > > > > > > > Thanks for your help! > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > On Mon, 5 Aug 2002, Igor Kotelevsky wrote: > > > > > > > > > > > Hello Scott. > > > > > > > > > > > > 1. I cannot to install the Registration and Partnership VPN files, > > > > > > because I cannot connect to the "http://www.getengaged.net". > > > > > > (VPN icon, Remote Networks Prop Tab, "Create New Partnership" > > button.) > > > > > > 2. Earlier I wrote the application TestGnuSock\TestGnuSock.dsp. > > > > > > That application checks connection to the "Gnutella" server. > > > > > > I run that application today. > > > > > > I cannot connect to the host "66.123.20.59" on the port number 4183. > > > > > > The WinApi function GetLastError() shows following error > > > > > > - No connection could be made because the target machine actively > > > > refused > > > > > > it. > > > > > > Earlier such connection there was successful. > > > > > > > > > > > > May be these addresses has changed? > > > > > > May be these services doesn't work now? > > > > > > > > > > > > - Igor > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; "Kaboodle-devel" > > > > > > <[EMAIL PROTECTED]> > > > > > > Sent: Sunday, August 04, 2002 5:30 AM > > > > > > Subject: Bug Report 03 August > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > Hello! Two pieces of news: > > > > > > > > > > > > > > 1. The fix using the WNetEnumResource function works. My Win98 > > > > > > > laptop running AOL doesn't crash now. It skips the whole > > > > > > > network detection, like it should. Thanks! > > > > > > > > > > > > > > 2. An old bug has re-appeared! After I install the Registration > > > > > > > and Partnership VPN files, the "Connect" button tries to > > > > > > > connect directly...and that's it! It doesn't try to connect > > > > > > > to the GetEngaged server like it should when "connect directly" > > > > > > > fails. I scanned the network traffic, and the GetEngaged > > > > > > > server is being contacted at startup. But that's it. > > > > > > > > > > > > > > Please focus on fixing #2 as soon as possible. Thanks! > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > On Fri, 2 Aug 2002, Igor Kotelevsky wrote: > > > > > > > > > > > > > > > Hello Scott. > > > > > > > > You wrote: > > > > > > > > > ...could you implement a check so that Kaboodle skipped the > > > > > > > > LAN-detection... > > > > > > > > > if it detected that the IP address of the interface matches > > the IP > > > > > > address > > > > > > > > of the default gateway. > > > > > > > > I'll think how it can be implemented. > > > > > > > > > > > > > > > > Now I have following proposition. > > > > > > > > Kaboodle can use a WinApi function WNetEnumResource (please see > > > > MSDN). > > > > > > > > If that function finds any network resource, then Kaboodle skips > > the > > > > > > > > LAN-detection. > > > > > > > > That proposition has implemented. > > > > > > > > Please CVS update and check it. > > > > > > > > If you'll want remove it, please comment out a macros > > > > > > > > #define _USE_CHECK_LAN > > > > > > > > from the file stdafx.h. > > > > > > > > - Igor > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > > > > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; "Kaboodle-devel" > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > Sent: Friday, August 02, 2002 1:44 AM > > > > > > > > Subject: Re: [Kaboodle-devel] Re: Bug Report, 22 July > > > > > > > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > > > Heya. As per the data I found today, could you implement > > > > > > > > > a check so that Kaboodle skipped the LAN-detection (and hence > > the > > > > > > > > > OS classification) process if it detected that the IP address > > of > > > > > > > > > the interface matches the IP address of the default gateway. > > > > > > > > > This might be the best way, for now, of Kaboodle surviving an > > > > > > > > > AOL-dialup setting. > > > > > > > > > > > > > > > > > > Once you get that check done, I think we can release > > > > > > > > > a 0.90 version publically. > > > > > > > > > > > > > > > > > > I'm also interested in what you think Kaboodle should > > > > > > > > > do if it detects it has more than one active LAN interface. > > > > > > > > > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, 1 Aug 2002, Igor Kotelevsky wrote: > > > > > > > > > > > > > > > > > > > Hello Scott. > > > > > > > > > > You wrote: > > > > > > > > > > > ... It lessens > > > > > > > > > > > Kaboodle's effectiveness as a network scanner if something > > > > joined > > > > > > > > > > > the LAN and could somehow dodge Kaboodle's detection by > > > > causing > > > > > > > > > > > an exception during OS detection and then hiding as a > > > > EF_NID_NONE. > > > > > > > > > > I restored old code of the function AutoDetectDeviceType() > > > > > > > > > > without *try-catch* block. > > > > > > > > > > If any exception will occur at that function, > > > > > > > > > > then there isn't a way for both > > > > > > > > > > defending against exception and > > > > > > > > > > don't hiding a device as an EF_NID_NONE. > > > > > > > > > > - Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > > > > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > > > > > > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; "Kaboodle-devel" > > > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > Sent: Wednesday, July 31, 2002 9:27 PM > > > > > > > > > > Subject: Re: [Kaboodle-devel] Re: Bug Report, 22 July > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > > > > > Will re-run shortly. A quick comment or two: > > > > > > > > > > > > > > > > > > > > > > > The really reason of that crash is unknown for me yet, > > > > > > > > > > > > but I think that we have to defend Kaboodle against > > that. > > > > > > > > > > > > Therefore I have inserted a *try-catch* block into the > > > > function > > > > > > > > > > > > DWORD CSearchNetworkManager::AutoDetectDeviceType(...). > > > > > > > > > > > > If any exception will occur, and *try-catch* block can > > > > intercept > > > > > > it, > > > > > > > > > > > > then that function will return EF_NID_NONE > > > > > > > > > > > > and Kaboodle doesn't will add that device into itself. > > > > > > > > > > > > (Old source code of AutoDetectDeviceType(...) is > > commented.) > > > > > > > > > > > > > > > > > > > > > > Hmmm. I like defending against exceptions, but I like > > > > > > > > > > > being able to detect all network devices as well. It > > lessens > > > > > > > > > > > Kaboodle's effectiveness as a network scanner if something > > > > joined > > > > > > > > > > > the LAN and could somehow dodge Kaboodle's detection by > > > > causing > > > > > > > > > > > an exception during OS detection and then hiding as a > > > > EF_NID_NONE. > > > > > > > > > > > > > > > > > > > > > > There's *got* to be a way to detect what interfaces a PC > > > > > > > > > > > is using, and to prevent Kaboodle from running > > auto-detection > > > > on > > > > > > > > > > > the WAN-side interface. > > > > > > > > > > > > > > > > > > > > > > > Also I want to notice following. > > > > > > > > > > > > The function AutoDetectDeviceType(...) checks type of > > device > > > > > > > > > > > > in following sequence: PC, Printer, Macintosh, > > Appliance. > > > > > > > > > > > > If all these checks failed, then the function returns > > the > > > > type > > > > > > > > > > EF_NID_PC. > > > > > > > > > > > > May be in this point the function have to return > > > > EF_NID_NONE? > > > > > > > > > > > > > > > > > > > > > > No, it needs to default to EF_NID_PC. The PC detection is > > > > > > > > > > > really just "Windows detection". If I'm running a *nix > > machine > > > > > > (Linux, > > > > > > > > > > > Solaris, BSD, etc), I want the PC icon to come up. > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > > > > > > > Updated, re-run, log files attached. Again, it looks > > > > > > > > > > > > > like its crashing after successfully discovering > > something > > > > on > > > > > > > > > > > > > the same subnet. Weird. > > > > > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, 30 Jul 2002, Igor Kotelevsky wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > Hello Scott. > > > > > > > > > > > > > > The log file WithAOL\NidLog.txt (connection via AOL > > and > > > > > > crash) > > > > > > > > > > > > > > shows following. > > > > > > > > > > > > > > The latest 3 strings are next: > > > > > > > > > > > > > > - StartOSDetection: BEGIN > > > > > > > > > > > > > > - AutoDetectDeviceType: BEGIN > > > > > > > > > > > > > > - AutoDetectDeviceType: 172.194.188.224 > > > > > > > > > > > > > > It seems to me that crash has occurred > > > > > > > > > > > > > > - inwardly to the function > > > > > > > > > > > > > > DWORD > > CSearchNetworkManager::AutoDetectDeviceType(...), > > > > or > > > > > > > > > > > > > > - inwardly to some function, which called from > > > > > > > > > > AutoDetectDeviceType(). > > > > > > > > > > > > > > (The log process is made so that if function ends > > then > > > > we > > > > > > see > > > > > > > > > > something > > > > > > > > > > > > > > like > > > > > > > > > > > > > > - AutoDetectDeviceType: BEGIN > > > > > > > > > > > > > > ... > > > > > > > > > > > > > > - AutoDetectDeviceType: END) > > > > > > > > > > > > > > I have added enhanced information into the file > > > > NidLog.txt. > > > > > > > > > > > > > > Please update latest CVS source and run Kaboodle in > > > > debug > > > > > > build. > > > > > > > > > > > > > > Please send to me NidLog.txt. > > > > > > > > > > > > > > > > > > > > > > > > > > > > You wrote: > > > > > > > > > > > > > > > ...Perhaps the OS detection process is not being > > > > bypassed > > > > > > > > > > correctly? > > > > > > > > > > > > > > Yes. From above log file I see, that OS detection > > > > process > > > > > > starts > > > > > > > > in > > > > > > > > > > case > > > > > > > > > > > > of > > > > > > > > > > > > > > connection via AOL. > > > > > > > > > > > > > > I didn't found Kaboodle's source code, which detect > > a > > > > modem. > > > > > > > > > > > > > > Now I don't know as to detect a modem. > > > > > > > > > > > > > > I'll try to search that. > > > > > > > > > > > > > > - Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > > > > > > > > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]> > > > > > > > > > > > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; "Kaboodle-devel" > > > > > > > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > Sent: Tuesday, July 30, 2002 8:44 AM > > > > > > > > > > > > > > Subject: Re: Bug Report, 22 July > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > > > > > > > > > Hello! I ran the latest CVS code in debug mode on > > my > > > > > > > > > > > > > > > Win98 laptop. It crashed whenever I ran it with > > AOL > > > > > > connected. > > > > > > > > > > > > > > > The attached zipfile has three log file sets in > > there. > > > > > > > > > > > > > > > One with no-AOL and no-LAN connection (no crash), > > one > > > > with > > > > > > > > > > > > > > > a LAN connection (no crash) and one with AOL > > (crash). > > > > The > > > > > > AOL > > > > > > > > > > > > > > > case looks like it does in fact start running OS > > > > > > detection. > > > > > > > > > > > > > > > I know we agreed that the network detection > > process > > > > > > > > > > > > > > > should be bypassed when Kaboodle connects to the > > > > Internet > > > > > > via > > > > > > > > > > > > > > > a modem. Perhaps the OS detection process is not > > being > > > > > > > > bypassed > > > > > > > > > > > > > > > correctly? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 29 Jul 2002, Igor Kotelevsky wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hello Scott. > > > > > > > > > > > > > > > > I don't found any information about error. > > > > > > > > > > > > > > > > Please update latest CVS source and run Kaboodle > > in > > > > > > debug > > > > > > > > build. > > > > > > > > > > > > > > > > You will find new log file - NidLog.txt. > > > > > > > > > > > > > > > > Please send that file to me. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The log files vpnsocket1.txt, vpnsocket2.txt now > > > > > > generate in > > > > > > > > > > > > Kaboodle > > > > > > > > > > > > > > > > install directory. > > > > > > > > > > > > > > > > That files appeared in pre-Akmosoft period. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > - Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > To: "Igor Kotelevsky" > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > Cc: "mailbox" <[EMAIL PROTECTED]>; > > "Kaboodle-devel" > > > > > > > > > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > Sent: Friday, July 26, 2002 8:32 PM > > > > > > > > > > > > > > > > Subject: Re: Bug Report, 22 July > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Igor: > > > > > > > > > > > > > > > > > The Kaboodle log files are attached. I didn't > > even > > > > > > > > > > > > > > > > > know Kaboodle was generating these. :) Can we > > > > write > > > > > > them > > > > > > > > > > > > > > > > > into the Kaboodle install directory instead of > > > > C:\.? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please let me know what progress you make on > > this > > > > > > > > > > > > > > > > > error source. It's holding up the public > > release > > > > of > > > > > > 0.90. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, 26 Jul 2002, Igor Kotelevsky wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hello Scott. > > > > > > > > > > > > > > > > > > The output files you have attached were > > really > > > > > > short. > > > > > > > > > > > > > > > > > > Please attach the Kaboodle's log files > > > > > > vpnsocket1.txt, > > > > > > > > > > > > > > vpnsocket2.txt. > > > > > > > > > > > > > > > > > > You can find these files in the directory > > C:\. > > > > > > > > > > > > > > > > > > Please remove these files before your test. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The description of "A fatal exception OE" > > can be > > > > > > finding > > > > > > > > on > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://support.microsoft.com/default.aspx?scid=/support/windows/topics/error > > > > > > > > > > > > > > > > > > msg/kbfe0e.asp > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > - Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > > > > > > > From: "Scott C. Best" <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > To: "mailbox" <[EMAIL PROTECTED]>; > > > > > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > Cc: "Kaboodle-devel" > > > > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > Sent: Friday, July 26, 2002 10:57 AM > > > > > > > > > > > > > > > > > > Subject: Re: Bug Report, 22 July > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > VK, Igor: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I tested this again tonight. I installed > > VC++ > > > > on > > > > > > my > > > > > > > > > > > > > > > > > > > poor little Win98 laptop, applied the > > latest > > > > SP5 > > > > > > > > service > > > > > > > > > > pack. > > > > > > > > > > > > > > > > > > > I compiled the latest source, connected to > > > > AOL, > > > > > > and > > > > > > > > > > started > > > > > > > > > > > > > > > > > > > the debug. Output attached (I don't know > > why > > > > it's > > > > > > so > > > > > > > > > > short, > > > > > > > > > > > > > > > > > > > but it is). > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Kaboodle starts, and the "Detecting > > Network" > > > > > > message > > > > > > > > > > > > > > > > > > > box comes up. At this point, in my > > opinion, it > > > > > > should > > > > > > > > > > detect > > > > > > > > > > > > > > > > > > > that it's on a modem and give up. It > > doesn't. > > > > > > About > > > > > > > > half a > > > > > > > > > > > > > > > > > > > minute later, "Classifying New Devices" > > comes > > > > up. > > > > > > > > About 10 > > > > > > > > > > > > > > > > > > > seconds later, Windows then blue screens > > with > > > > the > > > > > > > > message: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > "A fatal exception OE has occurred at > > > > > > 0028:C004A08B in > > > > > > > > VXD > > > > > > > > > > > > > > NDIS(01) + > > > > > > > > > > > > > > > > > > > 00002F1F. The current application will be > > > > > > terminated." > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The second time I tried this, the debug > > output > > > > > > looks > > > > > > > > > > > > > > > > > > > like it started the VNC auto-detection > > before > > > > it > > > > > > > > crashed. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Any advice appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 22 Jul 2002, Scott C. Best wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I tested Kaboodle on a un-networked > > Win98 > > > > > > machine > > > > > > > > which > > > > > > > > > > > > > > > > > > > > uses AOL as the dialup ISP. I connected > > to > > > > AOL, > > > > > > then > > > > > > > > > > started > > > > > > > > > > > > > > > > > > > > Kaboodle, and it blue-screen'd the PC > > when > > > > it > > > > > > got to > > > > > > > > the > > > > > > > > > > > > > > > > > > > > "Classifying Devices" part of startup. > > > > > > > > > > > > > > > > > > > > Ouch. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is it possible to restrict network > > detection > > > > to > > > > > > use > > > > > > > > only > > > > > > > > > > > > > > > > > > > > LAN-based interfaces, as opposed to > > > > > > > > modem-interfaces? I > > > > > > > > > > > > can't > > > > > > > > > > > > > > > > > > > > imagine that we'd ever want to ping 255 > > > > devices > > > > > > on > > > > > > > > one > > > > > > > > > > of > > > > > > > > > > > > AOL's > > > > > > > > > > > > > > > > > > > > subnets... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Scott > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > > > > This sf.net email is sponsored by: Dice - The leading > > online > > > > job > > > > > > > > board > > > > > > > > > > > > for high-tech professionals. Search and apply for tech > > jobs > > > > > > today! > > > > > > > > > > > > http://seeker.dice.com/seeker.epl?rel_code=31 > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > Kaboodle-devel mailing list > > > > > > > > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/kaboodle-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Kaboodle-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kaboodle-devel