Exceptions on Intel Mac

Hello! I am trying to run Creator 2.1 on my MacBook Pro and when I am trying to create a project I am getting this error:
java.lang.IllegalArgumentException: File URL pointing to JAR is not valid classpath entry. Use jar: URL. Was: file:/Library/Java/Extensions/._.DS_Store/
     at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots(SourceForBinaryQuery.java:54)
     at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation$SFBQListener.getResult(MergedClassPathImplementation.java:326)
     at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addResources(MergedClassPathImplementation.java:363)
     at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPathResources(MergedClassPathImplementation.java:354)
     at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPath(MergedClassPathImplementation.java:293)
     at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPaths(MergedClassPathImplementation.java:107)
     at org.netbeans.modules.javacore.JMManager.resolveJavaExtent(JMManager.java:483)
     at org.netbeans.modules.java.JavaDataObject.handleCreateFromTemplate(JavaDataObject.java:518)
     at org.openide.loaders.DataObject$5.run(DataObject.java:718)
     at org.openide.loaders.DataObjectPool$1WrapAtomicAction.run(DataObjectPool.java:191)
     at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:432)
     at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
     at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:790)
     at org.openide.loaders.DataObject.createFromTemplate(DataObject.java:716)
     at com.sun.rave.project.jsfloader.JsfJspDataObject.handleCreateFromTemplate(JsfJspDataObject.java:329)
     at org.openide.loaders.DataObject$5.run(DataObject.java:718)
     at org.openide.loaders.DataObjectPool$1WrapAtomicAction.run(DataObjectPool.java:191)
     at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:432)
     at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
     at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:790)
     at org.openide.loaders.DataObject.createFromTemplate(DataObject.java:716)
     at com.sun.rave.api.jsf.project.ProjectTemplate.instantiateFileTemplate(ProjectTemplate.java:87)
     at com.sun.rave.api.jsf.project.ProjectTemplate.instantiateFile(ProjectTemplate.java:44)
     at com.sun.rave.api.jsf.project.ProjectTemplate.instantiateFile(ProjectTemplate.java:67)
     at com.sun.rave.api.jsf.project.ProjectTemplate.instantiateFile(ProjectTemplate.java:67)
     at com.sun.rave.api.jsf.project.JsfProjectTemplateJakarta.create(JsfProjectTemplateJakarta.java:63)
     at org.netbeans.modules.web.project.WebProjectGenerator.createProject(WebProjectGenerator.java:215)
     at com.sun.rave.jsf.project.services.WebProjectCreatorImpl.createProject(WebProjectCreatorImpl.java:37)
     at com.sun.rave.api.jsf.project.JsfProjectHelper.createWebProject(JsfProjectHelper.java:729)
     at com.sun.rave.api.jsf.project.ui.wizards.NewJsfProjectWizardIterator.instantiate(NewJsfProjectWizardIterator.java:77)
     at org.openide.loaders.TemplateWizard$Brigde2Iterator.instantiate(TemplateWizard.java:969)
     at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:557)
     at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:396)
     at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:218)
     at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1425)
     at org.openide.WizardDescriptor.access$900(WizardDescriptor.java:63)
     at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1327)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:383)
     at $Proxy15.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
     at java.awt.Component.processMouseEvent(Component.java:5554)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5319)
     at java.awt.Container.processEvent(Container.java:2010)
     at java.awt.Component.dispatchEventImpl(Component.java:4021)
     at java.awt.Container.dispatchEventImpl(Container.java:2068)
     at java.awt.Component.dispatchEvent(Component.java:3869)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
     at java.awt.Container.dispatchEventImpl(Container.java:2054)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3869)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Help on this issue would be greatly appreciated. I would love to use my MacBook with Creator 2.1.
Best

I set it to 1.4.2 but get this once I even try to start a project. And the "scan" bar is flickering. It was a fresh install (but I deleted the Creator 2 version before that, maybe I missed something?).
java.lang.NullPointerException
     at org.netbeans.modules.javacore.JMManager.scanFiles(JMManager.java:1060)
     at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:985)
     at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:794)
     at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:748)
     at org.openide.util.Task.run(Task.java:189)
     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

Similar Messages

  • I did it! Opened Intel Mac all by myself!

    Hello,
    For a girl, I like to think I'm a little tech savy. I like gadgets just like most guys. I have recently picked up a Intel Mac Mini and was kinda itching to crack it open to see what kind of trouble I could get into. (Hopefully none of course)
    Its my 3rd day with this new toy and I found it running very slow just surfing and thought maybe if I put a bit more ram in it, it might help. However, I only had an old 512 and turns out to be the wrong kind (ddr333). But I cracked open the case none the less just to torture myself!!!!
    All I can say is it was EASY as pie to open the case. I used a spatual, kind of rectangular, about 1.5 to 2 inches wide (didn't measure it) it was pretty flimsy and very thin and looked like it would do the job. I had on hand the tools that came with a replacement battery for the Ipod MIni. Futureshop had installed it and gave back the tools for me to keep. The plastic thingy used to pry open the Ipod Mini helped a bit to wedge the Mac Mini when I went to the other side, so all in all it took less than a minute to open the case. It actually looks hard and scary but isn't at all.
    I fretted about the antenna and checked the web abit ....just squeeze the 2 black thingys under the antenna together and it will pop up..but don't let it fly off, there's a spring under the antenna so be careful. The antenna is attached to a wire, so don't pull away..just lay it over the side for now and and remember its there so as to not rip it off the wires.
    Next step that was a bit tricky was getting this wire attached to a small plastic thing at the front off. Sorry can't really explain what it is but it needs to be popped off from where it is attached. I used my Ipod plastic tool to help wedge it upwards bit by bit to get it off. It is a very tight spot and even my little fingers got in the way. That took a few minutes.
    Now the part I hated the most was removing the screws. 3 are the same size and the 4th is longer. Make sure you place the mac mini a certain way when removing the screws so as to not mix them up. I place the screws in the way they were removed and made sure the mini was facing the same way when putting the screws back in. Not really rocket science but helps.
    Okay, what I didn't like about the screws is it was a bit tricky to get them out as they were not out in the open except for one. The screws are very tiny..my "00" screwdriver didn't work well but the tools from the Ipod Mini did come in handy..I used the screwdriver to remove the screws . (glad I had it) You need to be careful not to drop them in the hole when screwing the back in.
    Once all the screws were off and the little plastic connector removed, you can now gently lift up this top half where the harddrive is housed. When lifting, watch for the brownish cable that is attached on one side, it is attached to the top and bottom halves. You need to lean to top half over towards the brown cable so not rip it off. Also this is where the antenna is hanging over, so watch out you don't rip the antenna off at this stage too.
    To change the ram is just like changing ram on your laptop. Same clippy things.
    I checked the ram and yes, my old ram is not compatible so I'm S.O.L. and have to re-open this baby tomorrow as I'll be running out to get some.
    So when closing up the Mini, I gingerly flipped the top part back over and watched out for the antenna. Put the antenna back on by squeezing the black thingys again and it snapped into place nicely. No big there.
    Fussed a teeny bit to line up the holes. Put the plastic wire connector thingy back in at the front...it was tricky again as the space is so small to work in. Once I felt the top portion lined up, I carefully put the screws back in....praying that they didn't fall off into the unit. That would really pee me off as I would have to probably turn it upside down to get the screw out!?!? But all was well!
    Lastly, put the case back on. First gently placing it on and lining it up as there is a metal thingy at the back end and make sure no wires are hanging out. Once I thought everything looked okay, I had to tap each corner down until the case went into place completely. Viola!!! All for not!!!
    Hopefully everything will be fine tomorrow when I do it all over again. If I can do it..so can you!!!
    Enjoy all!

    Sal,
    No.
    1. The actual text of the warranty and the applicable law* govern, not the manual. For the armchair lawyers who bring up e) in the warranty: The burden of proof of damage caused is still on Apple.
    2. Reread the manual: It does not and cannot legally say that opening the case voids the warranty.
    Even though the manual says that there are no user upgradable parts, it doesn't change Apple's obligations under the warranty or take away your rights under federal (and New York state) statutes.
    One thing to keep in mind: Anything you install and anything you break because you did so are not covered by warranty. If you don't know what you're doing, you should stay out of the guts of your computer.
    -Wayne
    *I linked to the actual text of the applicable federal statute and interpretation of that statute by the federal agency that is charged with enforcing it.

  • How can you FORCE Classic mode to run on an Intel Mac? OS 9 emulation Rosetta Software Design

    Hello everyone, I had a few thoughts on running Classic mode on intel macs which I wanted to share.
    Now I know little about software design, but maybe someone who does could tell me if these ideas I had are at all feasible:
    Now in the first place I now that, technically, "Classic" mode went out back with Tiger because of the switch to Intel chips. Switching to Intel, Rosetta was required to "translate" pre and non-intel OSX applications, with the exception of Classic since Rosetta does not translate deep enough into the system to do that. As a substitute to Classic, SheepShaver, Basilisk II, etc. can be used to emulate OS 9, but these are very lousy applications compared to Classic mode.
    Is there ANY way whatsoever Rosetta could be edited, or Classic itself so that it will work on intel macs?
    (that is, with the exception of 10.7+ systems since these don't even use Rosetta)
    I know if Classic was placed on an intel mac, it would tell you to download Rosetta, but from there will crashes because frameworks in the system's library does not support (or was not designed for) Classic...
    So what I wanted to know:
    What if an old, Classic supporting PowerPC system's library folder was added to an Intel computer in a location other then that computers real system folder (as not to confuse the real, current system) and Classic manually edited so that it would search for the needed frameworks/etc files in the new location? Would it work?
    Since, after all, it now has the correct "system" to run on (which before Rosetta could not convert), do you think there's any chance it would work and function properly?
    Now beyond that, I wouldn't know the actual results (or consequences). I suppose the main problem to consider would be that the the PPC's system frameworks/etc wouldn't work at all on an Intel (which leads us back to Rosetta lacking in this area), and since those frameworks will be searching for other files in the system library (which would bring them to the current, Intel system) the same results would happen: crash! Or maybe sensing the system was mixed up, one or more files would try to "fix" themselves, and in turn destroy the computer's real system.
    So, would it be worth a try?
    I'd love to hear any other thoughts on running Classic on Intel...

    There is an "easier" way to acquire SheepShaver called Chubby Bunny and I have put together a post with some safe links that are relevant to this topic.  I see that emaculation is one of them.
    Why do you need OS 9 greater than 9.04?
    Feel free to let me know if you need any more help.
    With the newer Intel Macs, you have to run a Classic emulator such as SheepShaver, which requires you to extract the Mac ROMs from your older Classic Mac and then install Mac OS 9.
    A related program is Chubby Bunny, which comes bundled with all of that included.
    More information on SheepShaver:
    http://www.emaculation.com/doku.php/sheepshaver_mac_os_x_setup
    and
    http://www.everymac.com/mac-answers/mac-os-9-classic-support-faq/run-macos-9-on- intel-macs.html
    and more information about Chubby Bunny:
    http://www.macwindows.com/OS9_on_Intel_Mac.html#092408b
    and
    http://hackthemac.blogspot.co.uk/2008/08/chubby-bunny-old-virtual-machine.html
                                  [click on image to enlarge]

  • Windows Vista Installation on New Intel Mac

    I bought a full version of Vista about two years ago. I removed it from the Intel Mac I had originally installed it on. Indeed, I've replaced the HD it was on, but for reasons other than removal of Vista.
    I installed Vista successfully on a new Intel Mac, but it won't accept my Product Key.
    I followed the instructions and tried the online activation. After entering a very long string of numbers, I received a curt, automated, "We do not recognize your registration number. Please call back at another time." The line then disconnected.
    Various searches online have produced no result. The Microsoft help page has an article on registration, but all searches from it for my issue lead me back to that same page.
    I assume that the fact that the OS was registered on the other machine has caused a problem, but I note that the license lets me install the OS on one machine. This, I am doing. As the OS was sickeningly expensive, I'd like to reinstall to get some use out of it.
    Any ideas?

    That's sort of what I feared.
    Considering that almost no one buys a "full license" to Windows other than factory installed on a machine or as an upgrade, I figured the problem I had would generally be unusual, except for people who installed it new on an Intel Mac, which is why I posted the question here.
    I've not been able to find on Microsoft's help page a phone number to call Microsoft about this issue, and, as I said, all purported web-based solutions send me right back to the very same web page about product registration. If they weren't a monopoly, they wouldn't be able to get away with this.

  • IChat does not work on intel macs

    Has anyone with an intel mac gotten this to work successfully? Of course you probably wouldn't be here if you did. But if anyone had problems and eventually resolved them. How?
    I've gone through the basics, opening ports; taking out the router (AirPort Express); turning off the firewall; unpluging everything, including the power cord; still nada. Everything is downloaded and up to date with security patches. My bandwith is unlimited on iChat and the intranet/Lan for Quicktime (and I've toggled on and off the instant on option) and I have a FTTH service with 100MBps ceiling on up and down and never hit anywhere near that (so it isn't a bandwith issue). Repaired permissions in disk utility about a million times. I've verified that the other computer I'm trying to connect to is up to snuff according to the suggested specs through the various blogs posted here.
    And frankly I'm at my wits end. I've given it my all, and can't get back to the apple store until this weekend, but if it isn't fixed there and then (if not before by the advice of you helpful folk), they're taking this DOA computer back and I'm taking my money back.
    So any last advice before my fateful trip to apple land? Anything I'm maybe over looking? Would posting the report from when it crashes help anyone sort this out? I'll do it anyway:
    Date/Time: 2006-03-15 23:04:42.731 +0900
    OS Version: 10.4.5 (Build 8H1455)
    Report Version: 4
    Command: iChat
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Parent: WindowServer [100]
    Version: 3.1.4 (432)
    Build Version: 1
    Project Name: iChat
    Source Version: 4320000
    PID: 2700
    Thread: 11
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libTIFF.dylib 0x91b259e8 LZWDecode + 1139
    1 libTIFF.dylib 0x91b111c1 cgTIFFReadEncodedStrip + 257
    2 com.apple.ImageIO.framework 0x918ff23d getBandProcTIFF + 2359
    3 com.apple.ImageIO.framework 0x918e664f CGImagePlusUpdateCache + 329
    4 com.apple.ImageIO.framework 0x918e636b CGImagePlusCreateImage + 122
    5 com.apple.AppKit 0x9337fd16 -[NSBitmapImageRep _loadData] + 674
    6 com.apple.AppKit 0x9337eb8e +[NSBitmapImageRep _imagesWithData:hfsFileType:extension:zone:] + 5156
    7 com.apple.AppKit 0x9339c648 +[NSBitmapImageRep _imageRepsWithData:hfsFileType:extension:] + 92
    8 com.apple.AppKit 0x9339c0b9 +[NSImageRep imageRepsWithContentsOfFile:] + 646
    9 com.apple.AppKit 0x933f80aa -[NSImage _expandRep:] + 1330
    10 com.apple.AppKit 0x93378338 -[NSImage _expand] + 109
    11 com.apple.AppKit 0x93378201 -[NSImage size] + 127
    12 com.apple.iChat 0x0005d6a6 0x1000 + 378534
    13 com.apple.iChat 0x0005d653 0x1000 + 378451
    14 com.apple.iChat 0x00064677 0x1000 + 407159
    15 com.apple.iChat 0x000640eb 0x1000 + 405739
    16 com.apple.iChat 0x00063eee 0x1000 + 405230
    17 com.apple.iChat 0x00063dbe 0x1000 + 404926
    18 com.apple.iChat 0x00063d02 0x1000 + 404738
    19 com.apple.Foundation 0x926f104f nsnotecallback + 230
    20 com.apple.CoreFoundation 0x9084b861 __CFXNotificationPost + 345
    21 com.apple.CoreFoundation 0x9084308c _CFXNotificationPostNotification + 600
    22 com.apple.Foundation 0x9270ebda -[NSNotificationCenter postNotification:] + 117
    23 com.apple.Foundation 0x9270d047 -[NSNotificationQueue enqueueNotification:postingStyle:coalesceMask:forModes:] + 271
    24 com.apple.viceroy.framework 0x97416dcf -[VCNotificationGateway _postNewFrameNotifiation:] + 67
    25 com.apple.Foundation 0x92712259 __NSFireMainThreadPerform + 352
    26 com.apple.CoreFoundation 0x908557e8 __CFRunLoopPerformPerform + 82
    27 com.apple.CoreFoundation 0x9082263d CFRunLoopRunSpecific + 1213
    28 com.apple.CoreFoundation 0x90822179 CFRunLoopRunInMode + 61
    29 com.apple.HIToolbox 0x92ed28e0 RunCurrentEventLoopInMode + 285
    30 com.apple.HIToolbox 0x92ed1fe7 ReceiveNextEventCommon + 385
    31 com.apple.HIToolbox 0x92ed1e3e BlockUntilNextEventMatchingListInMode + 81
    32 com.apple.AppKit 0x93352ad1 _DPSNextEvent + 576
    33 com.apple.AppKit 0x933526be -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    34 com.apple.AppKit 0x9334c443 -[NSApplication run] + 512
    35 com.apple.AppKit 0x93340397 NSApplicationMain + 573
    36 com.apple.iChat 0x000030d2 0x1000 + 8402
    37 com.apple.iChat 0x0007e7e5 0x1000 + 514021
    Thread 1:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973f80ab CameraList_Thread + 423
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973fa27b Queue_Get + 253
    2 com.apple.viceroy.framework 0x973f8eea -[VCNotificationGateway notificationGatewayProc:] + 209
    3 com.apple.Foundation 0x926f91b0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x9001ab3c select + 12
    1 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ca8dda MPWaitOnQueue + 198
    2 ...thesis.MacinTalkSynthesizer 0x167f2229 MTBEWorker::WorkLoop(MTBEWorker*) + 235
    3 ...thesis.MacinTalkSynthesizer 0x167f2397 MTBEWorkerStartMPTask + 17
    4 ...ple.CoreServices.CarbonCore 0x90ca8c34 PrivateMPEntryPoint + 51
    5 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ca8dda MPWaitOnQueue + 198
    2 ...thesis.MacinTalkSynthesizer 0x167f2229 MTBEWorker::WorkLoop(MTBEWorker*) + 235
    3 ...thesis.MacinTalkSynthesizer 0x167f2397 MTBEWorkerStartMPTask + 17
    4 ...ple.CoreServices.CarbonCore 0x90ca8c34 PrivateMPEntryPoint + 51
    5 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90037f27 machwaituntil + 7
    1 libSystem.B.dylib 0x9003a692 usleep + 82
    2 ....speech.synthesis.framework 0x918d2e52 PollChannelStatus + 38
    3 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90049337 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9480ad54 -[ABRemoteImageLoader workLoop] + 158
    2 com.apple.Foundation 0x926f91b0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x9000a607 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082295e CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083382f CFRunLoopRun + 60
    3 com.apple.viceroy.framework 0x9746a063 Camera_IdleThread2 + 101
    4 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x9746d175 Camera_FrameThread + 1565
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x9000a607 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082295e CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083382f CFRunLoopRun + 60
    3 ...le.QuickTimeUSBVDCDigitizer 0x15e13b8d APW::PTA::IsochronousThread::Start(APW::PTA::IsochronousThread*) + 297
    4 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 11 Crashed:
    0 com.apple.viceroy.framework 0x9743e4d2 GetCPUIdle + 909
    1 com.ecamm.iglasses 0x005d0623 PrintDebug + 25
    2 com.apple.viceroy.framework 0x97430bcb Conference_OnCaptureSound + 2449
    3 com.apple.viceroy.framework 0x974a7aa8 DeviceManager_OnCaptureSound(void*, float*, double) + 304
    4 com.apple.viceroy.framework 0x97449a79 Microphone_CallbackThread + 1557
    5 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x9744925f Microphone_NullDevice + 374
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x90049337 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9145fb60 CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9145fa82 CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x9145e4f2 HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x9145e239 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x91452875 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x9000a607 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082295e CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90822179 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9272e861 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x926f91b0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x9001ab3c select + 12
    1 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x9000a607 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082295e CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90822179 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9275595e +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x926f91b0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x9001ab3c select + 12
    1 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 18:
    0 libSystem.B.dylib 0x90049337 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x947cda85 -[ABMetaDataController workLoop] + 357
    2 com.apple.Foundation 0x926f91b0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 19:
    0 libSystem.B.dylib 0x9001090c read + 12
    1 com.apple.viceroy.framework 0x97446730 EncRspProc + 225
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 20:
    0 libSystem.B.dylib 0x9001e91c recvfrom + 12
    1 com.apple.viceroy.framework 0x9743ab5c RTPRecvRTP + 136
    2 com.apple.viceroy.framework 0x9749b91c RTPRecvProc + 647
    3 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 21:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x9743c4c6 SoundPlayer_AlarmThread + 282
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 22:
    0 libSystem.B.dylib 0x90049337 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x97450036 Speaker_CallbackThread + 691
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 23:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x9744c2d6 Speaker_NullDevice + 900
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 24:
    0 libSystem.B.dylib 0x90049337 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9145fb60 CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9145fa82 CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x9145e4f2 HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x9145e239 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x91452875 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 25:
    0 libSystem.B.dylib 0x9001ab3c select + 12
    1 com.apple.viceroy.framework 0x97430e95 Conference_RecvThread + 249
    2 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 26:
    0 libSystem.B.dylib 0x900251e7 semaphorewait_signaltrap + 7
    1 ...le.QuickTimeUSBVDCDigitizer 0x15e1af7b APW::VDO::USBVDC::NativeQueue::WaitForFilledFrame() + 81
    2 ...le.QuickTimeUSBVDCDigitizer 0x15e21f8e APW::VDO::USBVDC::ConversionThread::Start(APW::VDO::USBVDC::ConversionThread*) + 54
    3 libSystem.B.dylib 0x90024b47 pthreadbody + 84
    Thread 11 crashed with i386 Thread State:
    eax: 0x00000000 ebx: 0x9743e156 ecx:0x011cbc0d edx: 0x00000000
    edi: 0x00000000 esi: 0x00000000 ebp:0xb06a7cc8 esp: 0xb06a7c20
    ss: 0x0000002f efl: 0x00010246 eip:0x9743e4d2 cs: 0x00000027
    ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x17bfff com.apple.iChat 3.1.4 (432) /Applications/iChat.app/Contents/MacOS/iChat
    0x5c9000 - 0x5cafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x5cf000 - 0x5e4fff com.ecamm.iglasses v1.3.2 (1.3.2) /Library/InputManagers/Ecamm/Plugins/iGlasses.plugin/Contents/MacOS/iGlasses
    0x5fd000 - 0x5fefff com.li.hao.saftloader 1.3.0 (423) /Library/InputManagers/Saft/SaftLoader.bundle/Contents/MacOS/SaftLoader
    0x16c0000 - 0x16c9fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x171a000 - 0x1755fff com.apple.QuickTimeFireWireDV.component 7.0.4 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1761000 - 0x1790fff com.apple.QuickTimeIIDCDigitizer 7.0.4 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x17a2000 - 0x17befff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x17c5000 - 0x17e5fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x15e12000 - 0x15e51fff com.apple.QuickTimeUSBVDCDigitizer 1.3.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x15ec6000 - 0x15ec6fff com.apple.bluetooth.SCOCoreAudioDriverIDPlugIn 1.7.2 (1.7.2f10) /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverIDPlugIn.bundle/C ontents/MacOS/IOBluetoothSCOAudioDriverIDPlugIn
    0x160f8000 - 0x1621efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16246000 - 0x1643bfff com.apple.ATIRadeonX1000GLDriver 1.4.24 (4.2.4) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x16757000 - 0x1675bfff com.apple.audio.AudioIPCPlugIn 1.0.0 (1.0) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x16777000 - 0x167a0fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x167e6000 - 0x16832fff com.apple.speech.synthesis.MacinTalkSynthesizer 3.4 /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/ MacinTalk
    0x16a7e000 - 0x16a7ffff com.ecamm.iGlassesVDIG iGlasses v1.3.2 (1.3.2) /Library/Components/iGlasses.component/Contents/MacOS/iGlasses
    0x16a84000 - 0x16a8bfff com.apple.iokit.IOUSBLib 2.4.0 /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x175ab000 - 0x175aefff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x70000000 - 0x70105fff com.apple.audio.units.Components 1.4.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4bfff dyld 44.17 /usr/lib/dyld
    0x90000000 - 0x9016efff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901be000 - 0x901c0fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c2000 - 0x901fefff com.apple.CoreText 1.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90225000 - 0x902fafff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031a000 - 0x90769fff com.apple.CoreGraphics 1.258.23 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90800000 - 0x908c8fff com.apple.CoreFoundation 6.4.5 (368.26) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90906000 - 0x90906fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90908000 - 0x909fbfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a4b000 - 0x90acafff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90af3000 - 0x90b56fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bc5000 - 0x90bccfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd1000 - 0x90c41fff com.apple.framework.IOKit 1.4.2 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c56000 - 0x90c68fff libauto.dylib /usr/lib/libauto.dylib
    0x90c6e000 - 0x90f13fff com.apple.CoreServices.CarbonCore 682.9 (679) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f56000 - 0x90fbefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90ff6000 - 0x91033fff com.apple.CFNetwork 129.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91045000 - 0x91055fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91060000 - 0x910defff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91113000 - 0x91131fff com.apple.Metadata 10.4.4 (121.35) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9113d000 - 0x9114bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9114e000 - 0x91301fff com.apple.security 4.2.1 (24989) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ef000 - 0x913f7fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fe000 - 0x91424fff com.apple.SystemConfiguration 1.8.5 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x9143dfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91441000 - 0x914bafff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91508000 - 0x91508fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9150a000 - 0x91535fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91548000 - 0x9161cfff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91655000 - 0x916d2fff com.apple.print.framework.PrintCore 4.4 (177.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x916ff000 - 0x917a9fff com.apple.QD 3.10.7 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917cf000 - 0x9181afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91839000 - 0x9184ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9185b000 - 0x91875fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9187f000 - 0x918bcfff com.apple.LaunchServices 176 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d0000 - 0x918dbfff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e2000 - 0x91916fff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91928000 - 0x919dafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a20000 - 0x91a36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a3b000 - 0x91a57fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a5c000 - 0x91abafff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aca000 - 0x91acefff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ad0000 - 0x91b07fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b0a000 - 0x91b4dfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91b53000 - 0x91b6dfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b72000 - 0x91b74fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91b76000 - 0x91b76fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91b78000 - 0x91bfbfff com.apple.vImage 2.2 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c02000 - 0x91c02fff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c04000 - 0x91c49fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91c51000 - 0x91c76fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91c7d000 - 0x92200fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9223d000 - 0x925effff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9261c000 - 0x926a0fff com.apple.DesktopServices 1.3.2 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x926dc000 - 0x9290efff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92a1a000 - 0x92af8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92b15000 - 0x92c02fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92c12000 - 0x92c29fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c34000 - 0x92c8bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92c9f000 - 0x92c9ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ca1000 - 0x92cb1fff com.apple.ImageCapture 3.0.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92cbf000 - 0x92cc7fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ccd000 - 0x92cd2fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92cd8000 - 0x92d69fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92d7d000 - 0x92d80fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92d83000 - 0x92da0fff com.apple.openscripting 1.2.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92db0000 - 0x92db6fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92dbc000 - 0x92e1ffff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92e43000 - 0x92e84fff com.apple.NavigationServices 3.4.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92eab000 - 0x92eb8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ebf000 - 0x92ec4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92ec9000 - 0x931bbfff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x932c0000 - 0x932cbfff com.apple.opengl 1.4.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x932d0000 - 0x932ebfff com.apple.DirectoryService.Framework 3.0.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93339000 - 0x93339fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9333b000 - 0x939f4fff com.apple.AppKit 6.4.5 (824.35) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93d75000 - 0x93deffff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93e28000 - 0x93ee8fff com.apple.audio.toolbox.AudioToolbox 1.4.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f27000 - 0x93f27fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93f29000 - 0x940defff com.apple.QuartzCore 1.4.4 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94124000 - 0x94165fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9416d000 - 0x941a6fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x941e3000 - 0x9422afff com.apple.bom 8.3 (86.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94234000 - 0x94269fff com.apple.vmutils 4.0.1 (87) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x942ab000 - 0x942bbfff com.apple.securityfoundation 2.1.1 (26040) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x942c8000 - 0x94305fff com.apple.securityinterface 2.1.1 (24989) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94321000 - 0x94330fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94337000 - 0x94342fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9438e000 - 0x943a8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x943ae000 - 0x9465ffff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947bf000 - 0x94907fff com.apple.AddressBook.framework 4.0.3 (477.6) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94993000 - 0x949a2fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949a9000 - 0x949d2fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949d8000 - 0x949e7fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949eb000 - 0x94a0ffff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a1b000 - 0x94a38fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94a3f000 - 0x94aa5fff com.apple.Bluetooth 1.7.2 (1.7.2f10) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d61000 - 0x94df3fff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e4c000 - 0x94f2bfff com.apple.JavaScriptCore 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94f5e000 - 0x95237fff com.apple.WebCore 417.22 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95393000 - 0x953b6fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96100000 - 0x96112fff com.apple.speech.SpeechDictionary 3.4 /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechD ictionary
    0x9652d000 - 0x9652dfff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a0c000 - 0x96a2dfff com.apple.speech.LatentSemanticMappingFramework 2.4 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96a9d000 - 0x96b52fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b6c000 - 0x96b6dfff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96b6f000 - 0x96b74fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96ca8000 - 0x96ca9fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x973ef000 - 0x974d4fff com.apple.viceroy.framework 270.16 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97bf2000 - 0x97bf4fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e1d000 - 0x989b9fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x992b6000 - 0x992c1fff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x992cb000 - 0x99437fff com.apple.MessageFramework 2.0.8 (749.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: MacBookPro1,1, BootROM MBP11.0044.B02, 2 processors, Intel Core Duo, 2.16 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: DIMM0/BANK 0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: DIMM1/BANK 1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 0.1.12
    Bluetooth: Version 1.7.2f10, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: ethernet, sppci_ethernet, Airport
    Serial ATA Device: ST910021AS, 93.16 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    any of that make any sense to anyone?
    Thanks for any help you can give, and feel free to share your similar frustrations,
    Jesse

    Hi Jester,
    Two things,
    The Quicktime setting is going to need to be 1.5Mb as iChat dislike LAN/Intranet
    iGlasses is not going to work with iChat unless you ask iChat to run with Rosetta.
    Go to the File Menu and use the Open With Rosetta option.
    This is because you may not have the iGlasses as a Unviversal coded Add-on. See the third bullet point.
    Update it if required. Delete it for Trouble shooting (Crashed Thread 11)
    The paths are in this bit
    0x5c9000 - 0x5cafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x5cf000 - 0x5e4fff com.ecamm.iglasses v1.3.2 (1.3.2) /Library/InputManagers/Ecamm/Plugins/iGlasses.plugin/Contents/MacOS/iGlasses
    0x5fd000 - 0x5fefff com.li.hao.saftloader 1.3.0 (423) /Library/InputManagers/Saft/SaftLoader.bundle/Contents/MacOS/SaftLoader
    What is Saft or SaftLoader ??
    3:27 PM Wednesday; March 15, 2006

  • Need help with Intel Mac mini... potential logic board failure...

    Hey everyone! For the past couple years, I've been using an Intel Mac mini which I was able to afford before rough times hit for me. It has been a champ for a long time, until recently. In the past week, the clock would lose time ever so often, and last week, whenever I'd try to power it up in the morning (as I shut it down every night), it wouldn't start up most times (meaning, you hit the power, nothing... no LED, no fan, nothing on screen, nada). After a while, I would somehow manage to get it to start. I assumed at this point, the lithium battery (coin type CR2032, not the traditional 1/2 AA purple battery) was shot. Since I'm in the middle of a job transition, I was waiting until I had time to put in a new battery, which I was planning to do this weekend. Then Wednesday happened...
    I go to start it, nothing... A week before this, I started losing time and sometimes it would not boot. I figured eventually I would be able to start it since I was able to sometimes get it to start after a half hour or more. That didn't happen. So I decided to go ahead and swap in the new battery. I do that, power it up, nothing. I reset the SMC (same as PMU on the PPC Macs), to no avail. I reseated the RAM, and did everything I could think of, but it's deader than Elvis. I also had took the power supply to a guy who had a voltimeter. He said voltage was getting to all pins.
    I went back and read some of the archives on this board. Someone mentioned something about a repair exception. It mentioned that sometimes if you call AppleCare (even if you don't have it) and ask for a repair exception, sometimes they'll agree to have the logic board replaced due to it being a documented problem. How true is this and who should I contact?
    Can anyone suggest anything here? If I can't revive the mini, I may have to drag my iMac back out and try to set it up to run OS X. I can't no where near afford another computer at this point. I'm praying the mini can be fixed. I would appreciate any and all suggestions!
    Thanks in advance!
    Tommy

    It does sound like the logic board has gone bad. However, there are no current repair extension programs open on the Mac Minis.
    This page lists the open extensions:
    http://www.apple.com/support/exchange_repair/
    So that's not an option. I assume that the Mini doesn't have AppleCare (whoops.), so I would not count on Apple covering it, but it's always worth a shot. You can call AppleCare (1-800-275-2273) or visit your local Apple Store

  • Intel Mac Mini Core Solo - Kernel Panic on Boot

    I was wondering if anyone who has purchased the Intel Mac Mini is having issues with Kernel Panics during the booting sequence?
    I got a Core Solo from the local Apple store (couldn't wait to play, I'm waiting on the Core Duo I ordered online to come still ). The first thing I did was fire it up check it out for a few minutes, then I put the install disc in and reinstalled a clean OS, with less options because I'm planning on hooking it up to my TV so I don't need space hogs like Garageband etc on my TV computer. I got the updates that popped up, then shutdown the computer. I took it out to the living room and hooked it up to the tv and I got a black message about needing to restart (a kernel panic) right when the blue progress loading bar comes up on boot. I spent a while with it trying to figure out what was wrong, ran the Apple Hardware Test, booted it fine in Safe Boot. Finally I got tired of it and reinstalled the OS again.
    It was fine for a day, working fine out on the tv. I brought it back in my room to play with a few things like Darwine, etc. Shut it down, came back an hour or so later booted it up and got the kernel panic on boot. Safe boot still worked fine. I spent some time trying to look for panic logs but didn't see any. I ran the disk utility and did a Full erase and it worked fine. I reinstalled the OS again. Ran MemTestOSX and it worked fine. I left it running the Apple Hardware Test for about 6 hours or more, and it performed perfectly.
    This morning it still seemed ok, except sometimes on a cold boot when the blue progress bar screen should come on... my monitor just shows black and the light on the monitor goes inactive. So, I press the button on the back to sleep it, then bring it out of sleep with the keyboard and the OS is sitting there booted.
    It seems like a weird combination of software and hardware problems, but maybe it's all hardware problems. I can't get past Safe Boot working when the OS stops loading. Right now the computer is working fine.
    I'm waiting for my Core Duo to come in the mail and verify that it works flawlessly, then I'll take the Solo to the store and ask them to look at it.
    Anyone have any similar experiences so far?

    It seems like the mini is doing alright so far. I think maybe the full erase solved whatever issue it was having. I also got my Core Duo Mini yesterday in the mail and it's performing like a champ. Definitely a nice machine.
    I'll close my question for now, since the Core Solo Mini seems alright. But, as a warning don't get on Front Row's bad side. I tried force quitting it because it was taking too long to load the videos folder and then tried shutting down from a terminal and ended up having to turn the machine off.

  • Best app for QT on Intel Mac Mini kiosk?

    Hi all:
    I've sent variations of this message off to various folks and fora pertaining to Flash, Director, Livestage, etc., so I thought I'd ask here as well.
    I'm working on a very high profile exhibit here in NYC, which is opening to the public on Sept. 11th (draw your own conclusions). It involves a number of standard definition (not HD) video-based kiosks.
    These are running on bottom of the line off-the-shelf single-core Intel Mac Minis w/ 512MB RAM. No, we cannot change the platform. We have to make it work with what we have.
    We built our prototype in Director. Unfortunately, using QT in Director projects on Intel-based Macs is a non-starter, because Director executables are not Universal Binary yet.
    The app is very simple -- a black background that just waits to trigger the video on a mouse click and returns to the black background when the movie is done playing.
    The key thing is we need to display the highest possible image quality. We had hoped to use H.264. We've also tried 3IVX and Motion JPEG B, all of which play beautifully in the QT Player but stutter noticeably once in Director. This turns out to be a known problem, and a Universal Binary version of Director isn't due until next year.
    I've also tried making a QuickTime Media Link (QTL) file that allows us to "quit when done" so that we can use BuddyAPI to open the program with the QT Player and then drop back to the Director app when done.
    That works great, except for the fact that as of OSX 10.3, you can't hide the menu of an app when switching to another app, which looks terrible. Arrgh.
    Flash's Player v9 (which is Universal Binary) only runs in a Browser, not as a standalone. So unless there's a browser that will run fullscreen with no chrome, that's out for the foreseeable future as well.
    So now I'm thinking about building the whole thing as a self-contained QT movie in Livestage.
    Livestage only runs in Rosetta, so I don't know if the QT file I build run natively in the QT player, so that I can use h.264 or 3IVX or whatever without it stuttering. I'd be perfectly happy w/ 3IVX, by the way...
    Any help or direction appreciated. We have to have this up and running on site by next Monday, the 14th.
    best,
    FBC

    Right -- well, I'm not concerned with editing the video (I use FCP, too).
    I completely understand the role of bitrate in making videos look good, and for the record, I've gotten decent looking videos from Motion JPEG B at the Medium (default) quality settings...
    But that's not my question here. The problem is playing back any QT codec as an asset in a larger application (eg, Flash, Director, Livestage) running specifically on the Intel Mac Minis. At the root of the problem is lack of universal binary projectors.
    At the moment, the best option I have so far is using SAFT to put Safari into Kiosk mode (no title bar, etc.) and using that to play back a Flash SWF file (which give me the needed interactivity) as the default home page.
    We're also going to try to roll our own Cocoa app as a wrapper for a 3ivx file. That will almost certainly look better than even a very high bandwidth FLV/SWF.
    Any other ideas appreciated...

  • IUnitOfMeasure returns wrong format on Intel Mac -- CS2 SDK !!

    Hi,<br /><br />I am trying to convert the Point value to the current document measurement system and it is working fine on other Macs except Intel Mac. It is returning some weired trailing decimal values when run on an Intel Mac. Any ideas how to fix that.<br /><br />On Intel mac the returned value is something like "4.180599999999999 in" when expected is "4.1805 in:<br /><br />InterfacePtr<IUnitOfMeasureSettings> iMeasurePrefs(docWorkspaceRef, IID_IUNITOFMEASURESETTINGS);<br /><br />int16 vUnitIndex = iMeasurePrefs->GetYUnitOfMeasureIndex();<br /><br />InterfacePtr<IMeasurementSystem> ms(gSession, IID_IMEASUREMENTSYSTEM);<br />InterfacePtr<IUnitOfMeasure> vCurrentUnit(ms->QueryUnitOfMeasure(vUnitIndex));<br /><br />vCurrentUnit->Format(vCurrentUnit->PointsToUnits(pointY), result);<br /><br />Any clues !!<br /><br />thanks<br />shwetag

    Roger--
    Thanks for the reply. According to the man page for hdiutil, the parameters I'm using should allow me to create a bootable Intel ISO file on the PPC. For example, I've created a work directory with the files to be burned inside it. The command I've used is:
    *+hdiutil makehybrid -o new.iso work/ -iso -eltorito-boot work/isolinux.bin -no-emul-boot+*
    But, no workee. That's what puzzles me. If it's the same OS version, why doesn't it work? Unless there's some code in the command that's tied specifically to the hardware type that the command is running on...

  • Will a Saittek Eclipse usb keyboard work with an Intel Mac Mini?

    The Saittek Eclipse is my favorite keyboard.
    Anybody know if it will work with an Intel Mac Mini.
    Box only says Windows, but I'm just wondering if everything except volume controls will work fine? (it is also illuminated, with a light level control, but I'm guessing this shouldn't matter with Windows vs OS X?)

    I am a writer though  and a photographer (strictly point and shoot) for a couple of orgs.  I just don't want o run out of space.  And I hate!! slow response time.  
    Is the i5 adequate as well?
    Glad to have found an Apple guru so quickly.  May very well buc you more in the future.

  • What 32inch plus tv to buy in the UK to use with new intel Mac mini

    As the title - What 32inch plus tv to buy in the UK to use with 1.83 intel Mac mini. It does not have to have freeview as I will be using tubestick. I do want to use the hdmi connection. Who's got a great setup, with no issues - model numbers appreciated £1200 ish budget

    So everything is working normal except for screen saver? Hmm. That's odd. Perhaps your settings are such that shortly after the screen saver kicks in the mini is also set to go to sleep. That would cause the screen to lose sync and give the "no signal" message. Check your Energy Saver against the Screen Saver settings and adjust the sleep interval if need be.
    FYI, running a screen saver on an LCD TV is not a good idea long term. An LCD uses a lamp as a backlight, and the lamp has a finite lifetime. Consuming it's limited hours of life by running a screen saver all the time (like overnight, everynight) will shorten considerably the service life of your TV.

  • Going from a PPC to an Intel Mac

    Will OS 10.8 Mountain Lion support PPC apps (those I've been running on OS 10.3 up to 10.5.8 Leopard)? I think they will run also on OS 10.6 Snow Leopard, but can't confirm until I have an Intel Mac (needed to run OS 10.6). If OS 10.8 will not support them, will OS 10.7 Lion? I Know that 10.9 Maverick will not.

    jimmh wrote:
    Thanks, Lyssa for your reply
    A good portion of the software you're running probably has an Intel-compatible version at this point.
    That's true, except for one really important CAD app I need. My CAD app (Canvas X) was no longer upgraded for Mac starting about 2007. It has been upgraded only for Windows. I think this is about the same time that Mac completed its switch from PPC to Intel, which most likely explains the unwillingness of my CAD company to upgrade. I'm reluctant to attempt running a Windows CAD app on a Mac, using Bootcamp or Parallels.
    Much better I think is to get the latest MacBook that will run OS 10.6
    Try running Canvas X in Snow Leopard Server installed into Parallels for use in Mavericks.
    Here is Adobe CS2 Photoshop (PowerPC) running in SLS in Parallels:
                                  [click on image to enlarge]

  • Regular crashes on Intel Macs

    I am seeing somewhat regular crashes on my Intel Mac, using
    either Safari or Firefox, that seem to be due to
    Flash_EnforceLocalSecurity.
    The tracebacks of the crash are always similar; anyone
    else?

    Yes. Flash crashes frequently on my Intel Mac (Flash CS3, OS
    10.5.2, all updates current). The crash is fatal. I get the
    spinning beachball of death in Flash and _cannot_ force quit out of
    the app. The only solution is to force my system to shut down.
    I have seen no clear pattern to this problem -- except the
    frequency (which is very high). Most recently it happened while
    moving a text block on the stage.

  • Bluetooth dialing on Intel Mac

    It seems that some OS X Universal Applications are not universally the same on Intel as on PowerPC.
    When you click on the label to the left of a phone number in Address Book you get an option menu to dial and to SMS using a bluetooth phone. Except if you are running Address Book on Intel!
    The solution seems to be to change the option to 'Open using Rosetta' fire up Address Book and you see the menu options (greyed out), the turn the option off and restart AB.
    MacBook Pro 2Ghz Mac OS X (10.4.5)

    One more thing.
    Bluetooth Sys. Prefs. for specifically the PDA-Sync service are not remembered regardless of the user account. I have also done a complete system clean install not A&I. I don't have another Intel Mac to test with, but there seems to be no issue with PwrPC machines.

  • Cubase SX4 on Intel Mac

    Hi
    I just wondered if anyone has started using Cubase SX4 on an Intel Mac?
    I can't get any of the plugins I used in SX3 to even show up in SX4. I have seached the Cubase forums and tried all kinds of possible fixes to no avail. eg remove blacklist, select path in plugin info,fix privs etc. To no avail. Any ideas?
    Also I would like anyone to use this thread to talk about anything related to Cubase on Intel Macs. Except the boring old vs Logic stuff.
    Cheers All!
    Gor

    Hi Andy
    They are all VST PPC. The one Universal plugin I have loads ok.
    I just read your thread on the cubase forum. Just for the record I am running SX 4 on an Intel Mini1.66. I posted here as I thought most Cubase users would be using Macpro.
    In contrast to the Pro, When SX4 is started up on the mini the cpu use is only 2 clicks on the performance meter about 5%. With 4 universal plugins playing ( the ones included in SX4) the cpu useage is about 35%. With plugs turned off 10%
    In SX3 startup cpu is more like 20% and I can use only three instruments. Coure this is all down to Rosetta which I thing does a pretty good job under that load.
    I hoped that I could run the host in Universal use universal plugs as much as possible and the odd PPc plug where ness thereby getting more options.
    I was thinking about getting a Macpro and running SX3 hoping the shear brute force of all those cpus even under Rosetta would be pretty awesome.
    Did you ever try SX3 on the Macpro?
    Cheers!
    Gordon

Maybe you are looking for