30 Jan 2002 Status report
--------------------------

I BUGS

1.0xC0000005-crash

Fixed.
The "this" pointer really proved to be NULL 

CNIDManager::AddRemoteMachine(CGUID id...) 
{
    CNIDDevice *p = 
         CNIDDevice::GetDescedantDevice (CGUID id);

   // WOW!  NO  NULL  CONTROLL  FOR  p !!!

   ... ElectMaster(p);  // Crash (no wonder)
}

If you look at CNIDDevice::GetDescedantDevice, you
will see an explicit NULL return. (For whom?)

CNIDDevice::GetDescedantDevice(CGUID id)
{
   // ...
   return NULL;
}

We just put an if-operator in the AddRemoteMachine 
function in place of my "wow" comment.

2. 
>The VNC settings are still not "sticking" on 
>Windows98.

We go on working on this bug. We have to install 
a Win98 box.

3.
>The VNC halo appears at odd times. It's there with 
>the old EchoFree halo when I first startup. Then, 
>as soon as I click a dependant device 

Odd thing really. By the way, could you give an idea
how we get a printer icon in the list? There is 
one printer in our lan connected to a server. We can 
not install Kaboodle on that server because it runs 
Unix.

II REMOTE CONNECTION

We go on trying to establish connection between our 
lan and yours. Everything works extremely slowly. 
PROBLEM:
1. pslei machine (via VNC): we created a new 
Kaboodle/EchoFree account [EMAIL PROTECTED] (it is 
not a real email box), downloaded and registered the 
register file.
2. pslei: went to "Create New Partnership", signed in
as [EMAIL PROTECTED] and requested to "Create new 
partnership" with [EMAIL PROTECTED] . "Wait for the 
partner client to connect" message appeared.
3. ws19 machine (local): went to "Create New 
Partnership", signed in as [EMAIL PROTECTED] and
requested to "Create new partnership" with
[EMAIL PROTECTED] "The user not registered" message
appeared (or something of that sort).

Does it require some time for the new account to 
become known all over the Internet? (I doubt).

-Oleg



_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to