Video-Beta-Discuss Digest, Vol 11, Issue 4

Patric Moberger pmoberger at yahoo.com
Sun Feb 6 04:51:50 EST 2005


I have just downloaded the new software to use for my yahoo
messenger with mac. Still it says that I haven't registered
and that my trial period of 30 min is over and that I have
to register and pay another $19.95.
What's wrong?
--- video-beta-discuss-request at mailman.ioxperts.com wrote:

> Send Video-Beta-Discuss mailing list submissions to
> 	video-beta-discuss at mailman.ioxperts.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 
>
http://mailman.ioxperts.com/mailman/listinfo/video-beta-discuss
> or, via email, send a message with subject or body 'help'
> to
> 	video-beta-discuss-request at mailman.ioxperts.com
> 
> You can reach the person managing the list at
> 	video-beta-discuss-owner at mailman.ioxperts.com
> 
> When replying, please edit your Subject line so it is
> more specific
> than "Re: Contents of Video-Beta-Discuss digest..."
> > Today's Topics:
> 
>    1. Re: 1.1b43 - Security Spy (Steve Sisak)
>    2. Re: 1.1b43 - Toast (Steve Sisak)
>    3. Reporting Bugs (Steve Sisak)
> 

> ATTACHMENT part 3.1 message/rfc822 
> From: Steve Sisak <steve.sisak at ioxperts.com>
> Subject: Re: 1.1b43 - Security Spy
> Date: Fri, 4 Feb 2005 07:41:49 -0500
> To: IOXperts Video Beta Discussion
> <video-beta-discuss at mailman.ioxperts.com>
> 
> At 7:54 PM -0800 2/2/05, Hans Tobeason wrote:
> >Well, that didn't go well.  I downloaded the debug beta,
> installed, 
> >and checked that both my Fire-i cameras were recognized
> using Camera 
> >Identifier - Debug, which they were.  Then, I launched
> SecuritySpy.
> 
> I think we've got this one -- SecuritySpy is passing a
> nil pointer as 
> the outInputID to VDGetUniqueIDs() -- which is not
> documented as 
> legal or illegal -- and the driver is writing to it.
> 
> The next release will handle this -- I've sent Hans a
> patched driver off list.
> 
> If anyone else is using SS and needs a copy, contact me
> off list -- 
> I'd rather accumulate a few bug fixes before doing a full
> release.
> 
> Also, if anyone is switching between the normal and
> logging builds, 
> you may need to remove some of the pieces of the other
> variant -- the 
> installer isn't doing that at the moment.
> 
> (There may be no harm in having both installed, but it's
> something to 
> look for if you see any strange behavior -- especially
> extra video 
> inputs)
> 
> -Steve
> 
> -- 
>
_________________________________________________________________________
> Steve Sisak, CTO                                
> steve.sisak at ioxperts.com
> IOXperts, Inc.                                     voice:
> +1 617 876-2572
> 87 Bristol St #3A                                    fax:
> +1 617 876-2337
> Cambridge, MA 02139                               mobile:
> +1 617 388-6476
> 

> ATTACHMENT part 3.2 message/rfc822 
> From: Steve Sisak <steve.sisak at ioxperts.com>
> Subject: Re: 1.1b43 - Toast
> Date: Fri, 4 Feb 2005 09:19:05 -0500
> To: IOXperts Video Beta Discussion
> <video-beta-discuss at mailman.ioxperts.com>
> 
> At 9:32 AM +0100 2/3/05, Peter Vendlegård wrote:
> >Toast 6.0.7 crashed on launch with this and the b42
> driver. That is not good.
> 
> I think I just fixed this (I've sent you a logging build
> off list).
> 
> For the C++ programmers on the list, it appears 
> to been a compiler bug and/or Mach-O/dyld 
> weirdness.
> 
> What's happening is that Toast is calling the 
> Component Manager while dyld is loading a bundle, 
> presumably from the constructor of a static C++ 
> object -- I won't comment on how massively 
> illegal this is.
> 
> As a result, the Component Manager is loading and 
> calling us at a strange time and the vtable of a 
> two objects in our code is never initialized 
> (constructor not called?) and the first virtual 
> method call on that object causes a crash.
> 
> I worked around it by replacing:
> 
> static MyClass sfoo;
> 
> with
> 
> static MyClass& GetmyFoo()
> {
>     static MyClass* gFoo = nil;
> 
>     if (!gFoo)
>     {
>        gFoo = new MyClass;
>     }
> 
>     return *gFoo;
> }
> 
> Very ugly but seems to work. I need to verify if there's
> something better.
> 
> I'm going to consider this a partial solution 
> because there may be other partially constructed 
> objects lying around (but by the time the 
> application is running, everything should be 
> fine).
> 
> The fix will be in the next build -- if anyone 
> needs it before then, please contact me offline.
> 
> -Steve
> 
> -- 
>
_________________________________________________________________________
> Steve Sisak, CTO                                
> steve.sisak at ioxperts.com
> IOXperts, Inc.                                     voice:
> +1 617 876-2572
> 87 Bristol St #3A                                    fax:
> +1 617 876-2337
> Cambridge, MA 02139                               mobile:
> +1 617 388-6476
> 
> 

> ATTACHMENT part 3.3 message/rfc822 
> From: Steve Sisak <steve.sisak at ioxperts.com>
> Subject: Reporting Bugs
> Date: Fri, 4 Feb 2005 09:25:58 -0500
> To: video-beta-discuss at mailman.ioxperts.com
> 
> I forgot to mention that we have an online bug tracking
> system where 
> you can enter bugs and get e-mail notification of
> progress, etc.
> 
> The entry form is here:
> 
>   
>
<http://www2.ioxperts.com/fogbugz/default.php?pg=pgPublicEdit>
> 
> You can also upload log files, etc. here.
> 
> For new bugs, feel free to enter the details in FogBUGZ
> and post a 
> short note to the list as appropriate.
> 
> For early testing, I still want to make sure most bugs
> get mentioned 
> on the list so that multiple people aren't wasting time
> writing up 
> the same bug multiple times.
> 
> Thanks,
> 
> -Steve
> -- 
>
_________________________________________________________________________
> Steve Sisak, CTO                                
> steve.sisak at ioxperts.com
> IOXperts, Inc.                                     voice:
> +1 617 876-2572
> 87 Bristol St #3A                                    fax:
> +1 617 876-2337
> Cambridge, MA 02139                               mobile:
> +1 617 388-6476
> > _______________________________________________
> Video-Beta-Discuss mailing list
> Video-Beta-Discuss at mailman.ioxperts.com
>
http://mailman.ioxperts.com/mailman/listinfo/video-beta-discuss
> 



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


More information about the Video-Beta-Discuss mailing list