Java EE 6 SDK setup crash in mac OS X

I tried to instal the latest version of the Java EE SDK 6 but i cant continue installing because it crashes with this message:
Using the user defined JAVA_HOME : /usr
Entering setup...
Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java...
SwixML 1.5 (#144)
SEVERE:
Expression NOME_DO_PRODUTO is undefined on line 86, column 289 in /templates/components.ftl.
SEVERE: Erro fatal
Erro fatal Argumentos=[-p, Default-Product-ID=glassfish, -p, Pkg-Format=zip, -p, Logs-Location=/tmp, -p, Platform-Plugin-Path=/tmp/install.032310165738/install/lib/platforms, -p, Provider-Path=/tmp/install.032310165738/install/lib/providers, -p, Answer-Files=,file:///tmp/install.032310165738/install.properties, -p, Log-Level=INFO, -p, Media-Location=file:///tmp/install.032310165738/install/metadata/, -p, Installable-Unit-Path=file:///tmp/install.032310165738/Product/] : Inicializando Orchestrator Causado por: Erro ao iniciar o assistente Causado por: Erro ao renderizar SWIXML Quadro=content area Causado por: Erro ao processar modelo swimxl Causado por: Expression NOME_DO_PRODUTO is undefined on line 86, column 289 in /templates/components.ftl.
does anyone have any ideia how to fix this?
thanks in advance.
Thiago Diniz

Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include any source code, project or application so that we can attempt to reproduce the issue internally.  If you'd like to keep your code private, feel free to email it directly to [email protected]  Once entered, please post back with the URL so that others effected can add their comments and votes.
Thanks,
Chris

Similar Messages

  • Java 2 runtime Environment setup failed with a return code of -1

    Hi!
    I have tried to install sdk 1_3_1_01 on Windows 2000 with ServicePack 2 and the error "Java 2 runtime Environment setup failed with a return code of -1" occured. As I saw, a lot of people has the problem but couldn't find a solution on this page!
    Please help !
    Me

    I've installed 1.3.1_01 on both W2K Workstation and Server, no problem. There's a bug report, but no workaround or solution.
    http://developer.java.sun.com/developer/bugParade/bugs/4412291.html
    and it's supposedly 'fixed' in 1.4.0 beta.
    http://java.sun.com/j2se/1.4/fixedbugs/fixedbugs-beta2.html
    You might try installing the beta version
    http://java.sun.com/j2se/

  • Error when launching JavaME SDK 3.0 on Mac OSX

    I have installed JavaME SDK 3.0 for mac, and it seems present and correct in my applications folder. However, when i try to launch it, the splash screen gets to 'starting modules', then I'm presented with an error:
    A java.lang.reflect.InvocationTargetException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:186)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjectsImpl(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:68)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    Then, I get:
    A java.lang.NullPointerException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.lang.NullPointerException
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:70)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    This continues for ages. The errors just keep on coming, and the mini IDE never launches. I do, however, see the device manger appear in the menubar for a couple of seconds, before it disappears and I get the next error. This repeats too.
    I have tried deleting the package from my applications folder, and the only support folder I can find: <username>/Library/Application Support/javame-sdk several times, and this has not helped.
    If i can provide any more useful info, please let me know - the log files mentioned in the error messages are so large I didn't think posting them would be helpful.
    I've been working on trying to solve this for several painful hours now, and any help you can offer would be gratefully received!

    Hi,
    I can see "Connection refused to host: localhost" message in your stack trace. Look at [http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn|http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn] and follow step 2, please. Hopefully it will help you.
    Best regards,
    Radko

  • Photoshop CS SDK Extension crashing Photoshop Windows CS6

    Photoshop Windows CS6 is crashing when using our Photoshop CS SDK extension, but not Mac and not CS5 or CS5.5.
    Anyone seen similar problems with Photoshop CS6 Windows?
    - Mark

    Any more details?
    Is there a specific point where it crashes?
    Harbs

  • Swing DnD Crashes on Mac OS X

    I've created an application with 5 colums, each with a JList. I'm using a transfer handler assigned to each JList. The JLists holds JComponents that can be dragged from one JList to another. This works beautifully on a PC, but crashes on Mac OS X using Panther and Java 1.4.2 Developer Preview 2. The crash is:
    java.lang.ClassCastException
         at sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:1189)
         at apple.awt.CDataTransferer.translateTransferable(CDataTransferer.java:125)
         at sun.awt.datatransfer.DataTransferer$5.run(DataTransferer.java:2018)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)The crash happens as soon as I drag the JComponent in the list. I've traced it out to EventDispatchThread.class at:
        void pumpEventsForHierarchy(int id, Conditional cond, Component modalComponent) {
            while (doDispatch && cond.evaluate()) {
                if (isInterrupted() || !pumpOneEventForHierarchy(id, modalComponent)) {
                    doDispatch = false;
        }I'm certainly NOT a java guru, so any help would be appreciated.

    I managed a work-around.
    The idea is simple:
    Since I'm trying to transfer objects within the same JVM, I can use a static list (or table) to store objects. The Transferables only transfer indices fo this static table, so nothing needs to be serialized.
    Although I'm sure the implementation could be improved, here's a working example:
    class JavaObjectTransferable implements Transferable, ClipboardOwner {
         public static String JVM_TRANSFER_NAME = "application/x-java-custom-jvm-transfer";
         static protected Hashtable savedObjects = new Hashtable();
         static protected int tableCtr = 0;
         /* Take an object. Store it in a table, based on a unique key.
         * Encode this key in an InputStream. Calling retrieveObject(InputStream) will
         * consult the table to retrieve the original object.
         * <P> Note that somewhere after storing an object, you should call removeObject()
         * to eliminate references to that object.
         public static InputStream storeObject(Object object) {
              synchronized(savedObjects) {
                   tableCtr++; //mark the next position in the table
                   savedObjects.put(new Integer(tableCtr),object);
                   int t = tableCtr;
                   byte[] b = new byte[4];
                   for(int a = 0; a<b.length; a++) {
                        b[a] = (byte)(( t >> ((b.length-1-a)*4)) & (0xFF));
                   InputStream in = new ByteArrayInputStream(b);
                   return in;
         /* Pulls this object out of the static storage.
         public static void removeObject(Object obj) {
              Enumeration e = savedObjects.keys();
              while(e.hasMoreElements()) {
                   Object key = e.nextElement();
                   Object element = savedObjects.get(key);
                   if(element==obj) savedObjects.remove(key);
                   if(element.equals(obj)) savedObjects.remove(key);
         /* Translates this InputStream to a key, and that key returns the
         * object originally stored in the table.
         * <BR> If the entry has been removed, or no matching key was found,
         * null is returned.
         public static Object retrieveObject(InputStream in) throws IOException {
              //step 1: convert the input stream to a byte array
              in.reset();
              int read = 0;
              int t = 0; //our sum
              while(read!=-1) {
                   read = in.read();
                   if(read!=-1) {
                        t = t*256+read;
              Integer i = new Integer(t);
              Object obj = savedObjects.get(i);
              return obj;
         DataFlavor[] array = new DataFlavor[1];
         InputStream stream;
         public JavaObjectTransferable(Object obj) throws ClassNotFoundException {
              DataFlavor flavor = new DataFlavor( JVM_TRANSFER_NAME, "JVM Object Transfer" );
              array[0] = flavor;
              stream = storeObject(obj);
         public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException {
              if(flavor.equals(array[0])) {
                   return stream;
              throw new UnsupportedFlavorException(flavor);
         public DataFlavor[] getTransferDataFlavors() {
              return array;
         public boolean isDataFlavorSupported(DataFlavor d) {
              if(d.equals(array[0])) return true;
              return false;
         public void lostOwnership(Clipboard c,Transferable t) {
              if(t instanceof JavaObjectTransferable) {
                   JavaObjectTransferable t2 = (JavaObjectTransferable)t;
                   try {
                        Object obj = retrieveObject(t2.stream);
                        if(obj!=null) //if it's still there
                             removeObject(obj); //remove it
                   } catch(IOException e) {
                        e.printStackTrace();
    And then when it comes time to interpret the DataFlavor, you can say:
    if(flavors.getMimeType().startsWith(JavaObjectTransferable.JVM_TRANSFER_NAME)) {
         Object obj = t.getTransferData(flavors[a]); //our input stream
         obj = JavaObjectTransferable.retrieveObject( (InputStream)obj ); //our object
         return obj;
    I make no guarantees, of course, but so far this code is treating me pretty well. :)
    Glad I found this forum... I would have hunted around all night trying to prevent the bug myself f I hadn't known it was a common problem with the Mac OS that I didn't trigger somehow.
    Cheers.

  • Midi setup crashes

    OK so here is what is happening.
    I plug a midi to usb cable into my macbook. the other end connects to my midi device. in this case the Yamaha DTXexplorer drum set. When I go to the midi setup I see the midi cable there and active. However as soon as I touch the drum set, (like tapping on the drum head sending a note) Midi setup crashes with a MAC crash message with the details in it. it says that this is being sent to Apple. (YES) I will post the details here once I get back home and replicate the issue. The same thing happens if I click on the "Test midi" button in midi setup menu. So I am not convinced the crash is completely related to the drum set rather an issue with midi setup. When I search google for this issue it seems like Midi normally just works fine..however in my case it doesn't. ANY help would be greatly appreciated!

    I have had a similar problem, and it looks as if many people over the years have had similar problems which have not been clarified by Apple. My problem was that if I used the Audio Midi Setup, it would disable my USB Midi input, and AudioMidi would crash if I input any Midi data. If I disabled AudioMidi, no other Midi input would work.
    I have solved this problem by creating a new AudioMidi profile, in which I enabled both the IAC Buses and my USB device. All seems OK now, though I have not tested over a significant time. It looks as if the default AudioMidiSetup profile can become corrupted.

  • Setup crashed when trying to set up/config TC from iPad or iPhone!!

    I'm trying to config Time Capsule for the first time from my iPad. Dont have any Mac (I know...)
    When filled in network name and password, I try to hit the next button. Then what happens is that the whole setup crashes, and I have to start all over.. This happens every time, even in my iPhone. Tried different names and passwords.
    Could some one pleide help my?? Thanks!!

    I have the newest updates om all devices. I must also add that the light starts blinking (on the TC) when I connect to the Internett...

  • AIR app crashes in Mac

    My AIR app often crashes unexpectedly on Mac. I read from the AIR 1.5.3 release note that:
    AIR applications crash on Mac when older resource files are present in Flex Builder 3
    Currently there is an issue that may cause your AIR application to crash on the Mac if you do not remove three older resource files that are still included in Flex Builder. To remove these files:
        1. In the Mac Finder, locate your "Adobe Flex Builder 3" applications folder and navigate to "/sdks/3.2.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources".
        2. Remove the following files: MainMenu.nib, AuthDialog.nib, and FlashPromptDialog.nib.
    But my app is developed under Windows. Is there any other causes of such crashes?

    I think one cause of such crash in Mac is PDF. When I hope PDFs, sometimes it crashes. It's still not easy to duplicate the crash when you actually want to duplicate but one possible way is:
    1. launch the app
    2. search something like "fmri plos biol"
    3. a list of papers will be found, most of them w/ PDF icon
    4. select a paper, also select the "web/pdf" tab right to "summary"
    5. select other papers, pdf will load for each paper
    6. keep changing paper selection, then sometimes the app will crash
    7. if not crash, then leave the app on for a while (say 1hr), then go back to the app, change paper selection.
    I can't guarantee these operations will lead to a crash for sure. But it's more likely than others.
    Thanks.

  • HT1296 I already have an itunes account on my laptop but have been setup on a mac and have songs that have not been purchased from the itunes store, I cannot get the songs from my iPhone onto my itunes account on the mac. how can I do this?

    I already have an itunes account on my laptop but have been setup on a mac and have songs that have not been purchased from the itunes store, I cannot get the songs from my iPhone onto my itunes account on the mac. how can I do this?

    You copy them from your old computer or your backup copy of your old computer.
    The iphone is not a backup/storage device.

  • Is it possible to use the JAVA Report Engine SDK to modify DESKI reports?

    Post Author: Nadine
    CA Forum: JAVA
    Hi, is it possible to add a complex filter to a DESKI report using the JAVA report engine sdk?
    In the developer tutorials for this API, I've only found references to WEBI in terms of modifying reports, though it seems to be possible to view DESKI reports with this sdk.
    I am a bit confused in terms of the scope of this API and how I would use it in regard to DESKI.
    Many thanks for any suggestions!
    Nadine

    Post Author: Ted Ueda
    CA Forum: JAVA
    Current (XI R2) version of ReportEngine API only supports refreshing/viewing functionality for Desktop Intelligence documents.  Document modification/creation is only supported with Web Intelligence documents.  Queries aren't modifiable for Deski using ReportEngine API - you can only do so using Desktop Intelligence Reporter SDK, which is COM based.Sincerely,Ted Ueda

  • I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Is Apple aware of this problem? No longer supported?

    My web page uses a Java Applet to allow my visitors to replay chess games; the Chess Viewer Deluxe applet was written by Nikolai Pilafov some time ago and has been working properly for some time (until recently). I don't monitor this part of my site regularly so I am not sure when it began to fail. On his web site [http://chesstuff.blogspot.com/2008/11/chess-viewer-deluxe.html] he has a link to check LiveConnect object functionality (which fails for OBJECT tags). His recommendation is to "seek platform specific support which might be available from the JRE developers for your platform".
    I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Until I checked the LiveConnect object functionality, I was unable to identify the source of the console error messages. This does seem to be the smoking gun.
    Is Apple aware of this problem? Are these classes no longer supported? Has anyone else had this problem? You can attempt to recreate the problem locally by going to my web page: http://donsmallidge.com/DonSmallidgeChess.html
    Thanks in advance for any help you can provide!
    Abbreviated Java Console output:
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03-384-10M3425 Java HotSpot(TM) 64-Bit Server VM
    load: class ZeroApplet.class not found.
    java.lang.ClassNotFoundException: ZeroApplet.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)
    load: class JavaToJS.class not found.
    java.lang.ClassNotFoundException: JavaToJS.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)

    I just went up to check the LiveConnect object functionality page AND IT WORKED THIS TIME! I must confess, this is very mysterious. I will do some more checking and reply here if I can determine why it is working now (and more importantly, why it didn't work before).

  • AIR 3.9 crashes on Mac OS X 10.9.1

    One of our users has suddenly started experiencing crashes on Mac. There has been no change to the application.
    Has already tried re-installing the app as well as AIR 3.9.
    What could be wrong? Any ideas? Thanks.
    Process:         Convo [1655]
    Path:            /Applications/Convo.app/Contents/MacOS/Convo
    Identifier:      convofy.0F156731A8EDAB9758133E30CA85B43DA5F59D40.1
    Version:         2013112901 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [183]
    Responsible:     Convo [1655]
    User ID:         501
    Date/Time:       2014-01-08 08:21:57.011 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  A3AF566D-9BEA-DCDA-E465-9307D4E90431
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Convo.app/Contents/MacOS/Convo
        __TEXT                 0000000000001000-0000000000007000 [   24K] r-x/rwx SM=COW  /Applications/Convo.app/Contents/MacOS/Convo
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x9a00b412 CFStringGetLength + 18
    1   com.apple.CoreFoundation                0x9a01f5d2 CFStringCompare + 18
    2   com.adobe.AIR                           0x01cbad32 0x1800000 + 4959538
    3   com.adobe.AIR                           0x01cbb97a 0x1800000 + 4962682
    4   com.adobe.AIR                           0x01cbbbc0 0x1800000 + 4963264
    5   com.adobe.AIR                           0x01b46055 0x1800000 + 3432533
    6   com.adobe.AIR                           0x01d2ff3c 0x1800000 + 5439292
    7   ???                                     0x0a7815a7 0 + 175642023
    8   ???                                     0x0a09d1eb 0 + 168415723
    9   com.adobe.AIR                           0x01a4c149 0x1800000 + 2408777
    10  com.adobe.AIR                           0x01a4cbf3 0x1800000 + 2411507
    11  com.adobe.AIR                           0x01bf69a0 0x1800000 + 4155808
    12  com.adobe.AIR                           0x01bf1b01 0x1800000 + 4135681
    13  com.adobe.AIR                           0x01bf6563 0x1800000 + 4154723
    14  com.adobe.AIR                           0x01d2b4d2 0x1800000 + 5420242
    15  ???                                     0x0776831e 0 + 125207326
    16  ???                                     0x08154c4c 0 + 135613516
    17  ???                                     0x082049ea 0 + 136333802
    18  ???                                     0x07f9fab6 0 + 133823158
    19  ???                                     0x07daf460 0 + 131789920
    20  com.adobe.AIR                           0x01995ce0 0x1800000 + 1662176
    21  ???                                     0x07fa03ad 0 + 133825453
    22  ???                                     0x07fa07d2 0 + 133826514
    23  ???                                     0x07f9fe64 0 + 133824100
    24  com.adobe.AIR                           0x01bf69a0 0x1800000 + 4155808
    25  com.adobe.AIR                           0x01bec77a 0x1800000 + 4114298
    26  com.adobe.AIR                           0x01d9d5b3 0x1800000 + 5887411
    27  com.adobe.AIR                           0x01f7ff50 0x1800000 + 7864144
    28  com.adobe.AIR                           0x01beccf5 0x1800000 + 4115701
    29  com.adobe.AIR                           0x01f67514 0x1800000 + 7763220
    30  com.adobe.AIR                           0x01d2f503 0x1800000 + 5436675
    31  ???                                     0x07765910 0 + 125196560
    32  ???                                     0x0775c9fc 0 + 125159932
    33  com.adobe.AIR                           0x01f675e5 0x1800000 + 7763429
    34  com.adobe.AIR                           0x01c83891 0x1800000 + 4733073
    35  com.adobe.AIR                           0x01c838ec 0x1800000 + 4733164
    36  com.adobe.AIR                           0x01c47d83 0x1800000 + 4488579
    37  com.adobe.AIR                           0x01c84571 0x1800000 + 4736369
    38  com.adobe.AIR                           0x01f12691 0x1800000 + 7415441
    39  com.adobe.AIR                           0x01f12d79 0x1800000 + 7417209
    40  com.adobe.AIR                           0x01cb5aa3 0x1800000 + 4938403
    41  com.adobe.AIR                           0x01cb6e6f 0x1800000 + 4943471
    42  com.apple.CoreFoundation                0x9a07ee3f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    43  com.apple.CoreFoundation                0x9a06fccb __CFRunLoopDoSources0 + 235
    44  com.apple.CoreFoundation                0x9a06f3ce __CFRunLoopRun + 1022
    45  com.apple.CoreFoundation                0x9a06ed5a CFRunLoopRunSpecific + 394
    46  com.apple.CoreFoundation                0x9a06ebbb CFRunLoopRunInMode + 123
    47  com.apple.HIToolbox                     0x9b773e2d RunCurrentEventLoopInMode + 259
    48  com.apple.HIToolbox                     0x9b773bb2 ReceiveNextEventCommon + 526
    49  com.apple.HIToolbox                     0x9b77398d _BlockUntilNextEventMatchingListInModeWithFilter + 92
    50  com.apple.AppKit                        0x936165a9 _DPSNextEvent + 1602
    51  com.apple.AppKit                        0x93615ad0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    52  com.apple.AppKit                        0x9360835c -[NSApplication run] + 727
    53  com.adobe.AIR                           0x0180a9ca 0x1800000 + 43466
    54  com.adobe.AIR                           0x0180ad10 0x1800000 + 44304
    55  libobjc.A.dylib                         0x9336d2af -[NSObject performSelector:withObject:] + 70
    56  convofy.0F156731A8EDAB9758133E30CA85B43DA5F59D40.1          0x00002f97 start + 2567
    57  convofy.0F156731A8EDAB9758133E30CA85B43DA5F59D40.1          0x000025c5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x94905046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9bb91dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9bb95cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x94905992 kevent64 + 10
    1   libdispatch.dylib                       0x993198bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x99319556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x94905046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9bb91dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9bb95cce start_wqthread + 30
    Thread 4:: BackgroundThread
    0   libsystem_kernel.dylib                  0x949047ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9bb92d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9bb94bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                           0x01d1e67d 0x1800000 + 5367421
    4   com.adobe.AIR                           0x01b508c8 0x1800000 + 3475656
    5   com.adobe.AIR                           0x01d1e79d 0x1800000 + 5367709
    6   com.adobe.AIR                           0x01d1e817 0x1800000 + 5367831
    7   com.adobe.AIR                           0x01d1e8c7 0x1800000 + 5368007
    8   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 5:: BackgroundThread
    0   libsystem_kernel.dylib                  0x949047ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9bb92d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9bb94bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                           0x01d1e67d 0x1800000 + 5367421
    4   com.adobe.AIR                           0x01b508c8 0x1800000 + 3475656
    5   com.adobe.AIR                           0x01d1e79d 0x1800000 + 5367709
    6   com.adobe.AIR                           0x01d1e817 0x1800000 + 5367831
    7   com.adobe.AIR                           0x01d1e8c7 0x1800000 + 5368007
    8   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 6:: ScriptTimeout
    0   libsystem_kernel.dylib                  0x949047ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9bb92d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9bb94c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                           0x01d1e6a9 0x1800000 + 5367465
    4   com.adobe.AIR                           0x01d68ea2 0x1800000 + 5672610
    5   com.adobe.AIR                           0x01d1e79d 0x1800000 + 5367709
    6   com.adobe.AIR                           0x01d1e817 0x1800000 + 5367831
    7   com.adobe.AIR                           0x01d1e8c7 0x1800000 + 5368007
    8   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x94905046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9bb91dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9bb95cce start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x94905046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9bb91dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9bb95cce start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x948fff7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x948ff16c mach_msg + 68
    2   com.apple.CoreFoundation                0x9a06ff69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x9a06f541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x9a06ed5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x9a06ebbb CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x937bff18 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 10:: CoreLoop
    0   libsystem_kernel.dylib                  0x949047ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9bb92d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9bb94c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                           0x01d1e6a9 0x1800000 + 5367465
    4   com.adobe.AIR                           0x01ef9a1d 0x1800000 + 7313949
    5   com.adobe.AIR                           0x01d1e79d 0x1800000 + 5367709
    6   com.adobe.AIR                           0x01d1e817 0x1800000 + 5367831
    7   com.adobe.AIR                           0x01d1e8c7 0x1800000 + 5368007
    8   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x948fff7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x948ff16c mach_msg + 68
    2   com.apple.CoreFoundation                0x9a06ff69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x9a06f541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x9a06ed5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x9a06ebbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9bee10b5 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x9bee0f2e -[NSThread main] + 45
    8   com.apple.Foundation                    0x9bee0e86 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x94904ace __select + 10
    1   com.apple.CoreFoundation                0x9a0bfdc6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x9bb905fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x9bb90485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x9bb95cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x01cbac9a  ecx: 0x00000001  edx: 0x08c40f50
      edi: 0x9a00b40e  esi: 0x00000000  ebp: 0xbfffd088  esp: 0xbfffd070
       ss: 0x00000023  efl: 0x00210282  eip: 0x9a00b412   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x6ff7 +convofy.0F156731A8EDAB9758133E30CA85B43DA5F59D40.1 (2013112901 - ???) <C0A725B7-6101-2311-809B-953143E250F2> /Applications/Convo.app/Contents/MacOS/Convo
       0xef000 -    0xf3ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.3 - 2.5.3fc1) <DAF7D11D-7AC8-38EA-AE89-903A9C59E1BB> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x1800000 -  0x3061fef +com.adobe.AIR (3.9.0.1380) <EB3F9AC7-1BFE-2269-D178-31EE05E7E675> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x6f52000 -  0x6f77ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x6f8c000 -  0x6f97ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x7851000 -  0x786cff5  com.apple.security.csparser (3.0 - 55471) <163EF76C-D82D-3CB6-9EF1-4F579644B893> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0x8feb4000 - 0x8fee6417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x9005eff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x9005f000 - 0x90225ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x9022f000 - 0x90261ffb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <30CF0E7B-3511-318F-AC31-06C29EDC111E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x9026b000 - 0x90273ffe  libGFXShared.dylib (9.0.83) <35644AAA-B1E7-367C-90C0-378024F8A46A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x90274000 - 0x904f0ff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <42542002-DCFF-3675-B919-440EC5057D56> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x904f1000 - 0x904fcfff  libcsfde.dylib (380) <C9E61AFB-1A9D-324B-9827-06B182CDD7B0> /usr/lib/libcsfde.dylib
    0x905b2000 - 0x905b3fff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x905b4000 - 0x905defff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x905df000 - 0x905f7ff7  libsystem_malloc.dylib (23.1.10) <69F485C9-B3E7-3E36-A06C-D7DFD29D22E1> /usr/lib/system/libsystem_malloc.dylib
    0x905f8000 - 0x905fcffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x90653000 - 0x90743ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x90744000 - 0x90b09ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x90b0a000 - 0x90b15ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90b16000 - 0x90b58fff  libGLU.dylib (9.0.83) <0D9BFE5A-435E-3C66-AF96-D3567B8FC87B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90b59000 - 0x90c70ffb  com.apple.WebKit (9537 - 9537.73.11) <74634980-1AC4-3874-9BC2-72E1ED8FB534> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90c71000 - 0x90c71fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x90c72000 - 0x90de2fff  com.apple.QTKit (7.7.3 - 2826.0.1) <2C936219-2C31-3912-8CD3-42A16844AFE2> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90de3000 - 0x90e34ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x90e35000 - 0x90e44fff  libGL.dylib (9.0.83) <E76D1F2A-D98B-3464-AD0B-FC1EBBADF027> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90e45000 - 0x90e6cfff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90e6d000 - 0x90f0cff7  libCoreStorage.dylib (380) <55467C87-E1A3-3057-B428-9BCEFD39E36D> /usr/lib/libCoreStorage.dylib
    0x90f0d000 - 0x90f10ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x90f11000 - 0x90f1fff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x90f20000 - 0x90f95ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <5C9BC698-0CC1-3F6A-9F9D-BCC3A9C3D6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9114b000 - 0x911a0fff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x911a1000 - 0x911a6ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x911a7000 - 0x911adffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x911ae000 - 0x915d3fe3  com.apple.VideoToolbox (1.0 - 1273.29) <200BFEED-8948-3266-A2C4-1DC6A695EC58> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x915d4000 - 0x915d4ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <8A37963C-DF6F-3DFF-94E9-407DC5DFEDA9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x915d5000 - 0x915e5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x915e6000 - 0x915eefff  libsystem_dnssd.dylib (522.1.11) <1C015806-B971-34F9-B162-3DF7897351D0> /usr/lib/system/libsystem_dnssd.dylib
    0x915ef000 - 0x91624ffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x91625000 - 0x91631ffe  libkxld.dylib (2422.1.72) <F9B35FA5-C936-3286-A055-2B0780A674AC> /usr/lib/system/libkxld.dylib
    0x91632000 - 0x91978ffb  com.apple.MediaToolbox (1.0 - 1273.29) <60F62850-70EC-38E8-9C7F-81204CF9C382> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91979000 - 0x919a5ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x919d0000 - 0x91a23fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x91a24000 - 0x91ae7ff1  com.apple.CoreText (352.0 - 367.15) <746AD442-F7B4-3273-A36D-C7103D26F727> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x91ae8000 - 0x91af6fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x91af7000 - 0x91b11ff7  com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x91b12000 - 0x91ba3fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x91ba4000 - 0x91badfff  com.apple.DiskArbitration (2.6 - 2.6) <6379523D-3196-370C-AE4A-8EA586E36909> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91bae000 - 0x91bafffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x91c17000 - 0x91c97ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x91c98000 - 0x91c9cffc  com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91c9d000 - 0x91cb8ff6  libPng.dylib (1038) <F39168D4-ABEB-3C2D-A763-B9D3E1EF43BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb9000 - 0x91cbbfff  com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91cbc000 - 0x91cc3ffe  com.apple.agl (3.2.3 - AGL-3.2.3) <E26A1D2C-596E-31F0-8E70-FC381874F8DA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91cc4000 - 0x91cefff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x91cf2000 - 0x91cfafff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x924bc000 - 0x924bfffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
    0x924c0000 - 0x924c5ff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x924c6000 - 0x924eeff7  libRIP.A.dylib (599.7) <461297C0-DDA9-3613-8F27-D7F1AC57208F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92506000 - 0x9250ffff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x92510000 - 0x9252bff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9256c000 - 0x925f5fff  com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x92659000 - 0x928d7ff7  com.apple.imageKit (2.5 - 770) <C2FE06B8-DB32-392F-9280-5C1CB148D174> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x928d8000 - 0x928dcffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x9291e000 - 0x9293afff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x9293b000 - 0x92949ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x92988000 - 0x92becfff  com.apple.CoreData (107 - 481) <F699EC21-57D9-3AE6-A17B-C1D1092780BD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92bed000 - 0x92c46ffa  libTIFF.dylib (1038) <691DAAFD-D72B-3BE9-AE5C-84AF86BE66CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92c47000 - 0x92c4ffff  liblaunch.dylib (842.1.4) <3798500D-4436-3AEB-B273-7F2428C33A4A> /usr/lib/system/liblaunch.dylib
    0x92c50000 - 0x92ca4fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <95A1E1CF-FC3E-3203-8683-34823CD70B6B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92ca5000 - 0x92cd5ff7  com.apple.CoreServicesInternal (184.8 - 184.8) <88528205-9452-3EEC-BB27-DAAA7EC81E04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x92cd6000 - 0x92d14ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92d15000 - 0x92d3dfff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x92d3e000 - 0x92da5ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x92da6000 - 0x92dcbff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x92dcc000 - 0x92dd5ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x92dd6000 - 0x92de8fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x92de9000 - 0x92df3ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <D6735614-EF4B-389F-BF99-7D8416A504BA> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x92df4000 - 0x92e5dfff  com.apple.datadetectorscore (5.0 - 354.0) <A5559FE6-7A00-383D-8665-C0D622409D85> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x92e5e000 - 0x92e5ffff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x92e60000 - 0x92e67ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9324c000 - 0x9332fff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x93353000 - 0x934fb4af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x934fc000 - 0x93539ffb  libGLImage.dylib (9.0.83) <FA15FEB5-54E4-313B-8E78-A2D2E6C88FE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9353a000 - 0x935b0ff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x935b1000 - 0x935b3ffe  libCVMSPluginSupport.dylib (9.0.83) <BD30BDD1-DD5B-3F31-A09B-C274EA93CD7C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x935b4000 - 0x935befff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x935bf000 - 0x935c6fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x935d2000 - 0x935eeff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x935ef000 - 0x9420aff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9420b000 - 0x9421dfff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x9421e000 - 0x94293ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x942fb000 - 0x94326ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x94327000 - 0x9432bffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9432c000 - 0x943beffe  libsystem_c.dylib (997.1.1) <D06FD754-8CE3-3EB7-BE05-2EF939BBE05F> /usr/lib/system/libsystem_c.dylib
    0x943bf000 - 0x943bffff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x943c0000 - 0x944edff9  com.apple.avfoundation (2.0 - 651.12) <1AB88210-F2E6-3318-ACB2-41ED5AE6A0EF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x944ee000 - 0x944f0fff  libsystem_configuration.dylib (596.12) <1C31C3F6-568D-3854-AE03-A5DA2F39297E> /usr/lib/system/libsystem_configuration.dylib
    0x94592000 - 0x945d8ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x945d9000 - 0x9472fff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x94730000 - 0x9476dff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x9476e000 - 0x9477cff3  com.apple.opengl (9.0.83 - 9.0.83) <16CFFD50-217E-3E18-88AF-7F2AD980628B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9477d000 - 0x9477efff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x9477f000 - 0x94788fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x94789000 - 0x9478efff  com.apple.MediaAccessibility (1.0 - 43) <1CC2B661-146A-3FF3-B843-508F611F7B4B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9478f000 - 0x9483bffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9483c000 - 0x9483fffa  libCGXType.A.dylib (599.7) <2738FF52-4B47-31AD-B7E5-412F6AFACC2A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9485f000 - 0x9485ffff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94869000 - 0x9489affa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x9489b000 - 0x948ecffb  com.apple.CoreMedia (1.0 - 1273.29) <BE08E6C7-5E6F-3B54-9C17-751CFCBD823D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x948ed000 - 0x9490aff4  libsystem_kernel.dylib (2422.1.72) <C5641F6C-E271-380A-A656-AE4C04345602> /usr/lib/system/libsystem_kernel.dylib
    0x9490b000 - 0x94943fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0C42A932-15E8-3CD1-AC35-1DF7D41B25A2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94d3b000 - 0x94dd9ff7  com.apple.PDFKit (2.9 - 2.9) <0792168D-320D-33EF-AE24-6CDCB8C1990A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x94dda000 - 0x94dfdff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x94dfe000 - 0x95124ffd  com.apple.JavaScriptCore (9537 - 9537.73.10) <B5331B86-DEBC-387A-8F3E-5B9FC28E8055> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95125000 - 0x952d1ff1  com.apple.QuartzCore (1.8 - 332.0) <07F9B77F-35A2-3D21-99FA-CD3FCE5B9C7B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x952d2000 - 0x952d2fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x952d3000 - 0x952d3fff  com.apple.quartzframework (1.5 - 1.5) <5BB3FDD4-4727-3D1B-9582-C96F36DA1542> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x952d4000 - 0x955d5ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x955d6000 - 0x955eaff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9612c000 - 0x96181ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x96182000 - 0x96185ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x96488000 - 0x964d4ff7  libcups.2.dylib (372) <9A2BE8DC-37E4-3019-B665-1036FE7868EA> /usr/lib/libcups.2.dylib
    0x964d6000 - 0x964d8fff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x964df000 - 0x965ebfff  com.apple.ImageIO.framework (3.3.0 - 1038) <0B4A6607-9FBC-3A6C-984A-0542DE8385FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x965ec000 - 0x96628ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x96629000 - 0x96633ff3  com.apple.DisplayServicesFW (2.8 - 360.8.14) <B14B15EC-41BA-37F6-B696-8BBA0E325C0C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x96634000 - 0x96728fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x96729000 - 0x9680fff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96810000 - 0x96863ff3  com.apple.CoreMediaIO (401.0 - 4544) <867D01AF-3326-39CB-A136-48AFE4BE9802> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x96864000 - 0x968c0ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9721c000 - 0x9726cff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9726d000 - 0x97286fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97287000 - 0x972b2ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x972b3000 - 0x97338ffc  com.apple.CorePDF (4.0 - 4) <73557F2A-B0EF-3128-90FE-8EDD7824CE73> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9735a000 - 0x981f5ffb  com.apple.WebCore (9537 - 9537.73.13) <85E27D26-9FA4-3CB0-9355-DDD7E3BBFBD7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x981f6000 - 0x98200ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x98201000 - 0x98239ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9823a000 - 0x9824dfff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9827f000 - 0x98283ffa  libGIF.dylib (1038) <5CEB4EDF-B0B6-33A6-BDDE-8C0D3226FA72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98284000 - 0x98288ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x98289000 - 0x98387fff  libJP2.dylib (1038) <EE0B9985-625D-39E6-B425-03FB75BA2594> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98388000 - 0x9838bff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x9838c000 - 0x98453ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x98454000 - 0x98461ff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x98462000 - 0x9856ffe4  com.apple.MediaControlSender (1.9 - 190.4) <DF0B5A99-046A-38C1-B68E-241CB2E622BC> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9857a000 - 0x98597ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x98598000 - 0x9862fff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9863c000 - 0x9863dffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9863e000 - 0x9863ffff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x98640000 - 0x9872bff4  com.apple.DiskImagesFramework (10.9 - 371.1) <FC13BD5A-0FB7-35D5-A8DF-0510CFA996FE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x9872c000 - 0x98b24ff3  com.apple.CoreGraphics (1.600.0 - 599.7) <DB004990-F06F-3768-AE4C-191B3C748EFC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x98b25000 - 0x98b90ff9  com.apple.Heimdal (4.0 - 2.0) <E3091095-A893-3089-8DA1-8705B3BE5BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x98b91000 - 0x98ba6ff3  com.apple.AppContainer (3.0 - 1) <B53ED2AD-9B19-316F-B7B9-80A3A94AC1D3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98ba7000 - 0x98e14ff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x98e15000 - 0x98eadff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x98eae000 - 0x98f21fff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x98f78000 - 0x98f7eff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x98f7f000 - 0x98fcdff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98fce000 - 0x98fdaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x98fdb000 - 0x9902afff  com.apple.opencl (2.3.57 - 2.3.57) <93385E1C-00D9-31BE-9652-7F3C09484B3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9902b000 - 0x9928cfff  com.apple.RawCamera.bundle (4.08 - 709) <941EB1CC-D625-3678-80B0-7D7299C7F261> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9928d000 - 0x992bcfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <05E81260-7DC7-3546-B45D-15B3E5DF056D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x992bd000 - 0x992bdfff  com.apple.Carbon (154 - 157) <C49AD4A1-8DE3-357D-AEF3-D6CD39EA91EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x992be000 - 0x992d7fff  libAVFAudio.dylib (32.2) <C4CBDFDF-8F77-3872-B7DE-D2D7982084BA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x992d8000 - 0x9930efff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x99316000 - 0x9932effd  libdispatch.dylib (339.1.9) <6249BAE5-044F-3A7A-9CCC-03FF7E6B405B> /usr/lib/system/libdispatch.dylib
    0x9932f000 - 0x99399ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x9939a000 - 0x9939cff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x993a0000 - 0x993a8ff7  libCGCMS.A.dylib (599.7) <A7404924-9A2B-3324-A934-BD08953E7098> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x993a9000 - 0x99693fd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x99694000 - 0x996b8fff  libJPEG.dylib (1038) <212B0986-9227-397C-9493-BCB190EC020E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x996b9000 - 0x996c3ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x997df000 - 0x997e3fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x997ec000 - 0x997efff3  com.apple.AppleSystemInfo (3.0 - 3.0) <99A923AE-121B-307D-AC1C-968976FBA225> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x99841000 - 0x9990eff7  com.apple.backup.framework (1.5.1 - 1.5.1) <91998CDF-3547-3183-A962-D9E981C14891> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9990f000 - 0x99a81ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <E5FFD35D-18CF-333C-BECE-39F8E47BE707> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99a82000 - 0x99ab0ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x99ab1000 - 0x99ad0ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x99ad1000 - 0x99be3ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x99be4000 - 0x99be4fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x99be5000 - 0x99beefff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x99bef000 - 0x99bfcfff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x99bfd000 - 0x99eefff8  com.apple.CoreImage (9.0.54) <D7BC3E53-EF5B-3A14-8808-8D45EE505B48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x99ef0000 - 0x99ef0ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x99ef1000 - 0x99f22ff4  com.apple.securityinterface (9.0 - 55047) <0D5ED2B8-C973-3C91-BA45-22501A043263> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x99f23000 - 0x99f2efff  com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x99f2f000 - 0x99f30ffa  libsystem_sandbox.dylib (278.10) <F3C9C427-AF9F-3CE0-95FF-DC9ACA0B5760> /usr/lib/system/libsystem_sandbox.dylib
    0x99f31000 - 0x99fcdfff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99fce000 - 0x99ff8ff7  libsandbox.1.dylib (278.10) <28813216-B652-3E4D-B0D5-BE49B385C6EC> /usr/lib/libsandbox.1.dylib
    0x99ff9000 - 0x9a1fbff7  com.apple.CoreFoundation (6.9 - 855.11) <50F70E07-043A-3A2F-87EF-A36BA6C5C9D9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9a1fc000 - 0x9a214fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9a215000 - 0x9a254ff7  com.apple.bom (12.0 - 192) <50F9D23C-9C9A-38BF-B4E2-66D93BE2A174> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9a255000 - 0x9a258fff  libdyld.dylib (239.3) <729B32AC-EEE2-3739-8CE3-F90838D51906> /usr/lib/system/libdyld.dylib
    0x9a25a000 - 0x9a261ff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x9a42a000 - 0x9a997fff  com.apple.QuartzComposer (5.1 - 316) <4FC30662-E3CC-3AE5-88CE-7B271B59EFF0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9a998000 - 0x9a9bcfff  libxpc.dylib (300.1.17) <252BC88F-A5CA-3E67-AEDB-3D7B9F4537E2> /usr/lib/system/libxpc.dylib
    0x9a9bd000 - 0x9aaa9ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x9aaaa000 - 0x9aedeff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9aedf000 - 0x9b041ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9b042000 - 0x9b0a0ff7  com.apple.CoreUtils (1.9 - 190.4) <9E43FF7D-7FCD-3032-9EF9-BCF6D09E73C3> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x9b0a1000 - 0x9b548fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <3F9E2986-8FF9-3339-A0C8-DC1186C4A5EC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9b549000 - 0x9b622ff6  com.apple.QuickLookUIFramework (5.0 - 622.3) <41D10880-AD68-3DE3-94F0-4CA9F44EBD5B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x9b623000 - 0x9b628ff3  libsystem_platform.dylib (24.1.4) <875321B9-34EF-3FCC-880C-633FA05223F5> /usr/lib/system/libsystem_platform.dylib
    0x9b629000 - 0x9b635ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9b669000 - 0x9b66afff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x9b66e000 - 0x9b6c3ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9b6c9000 - 0x9b6cbffb  libRadiance.dylib (1038) <F0D3F13B-5628-3DF9-8B86-A4D914567B25> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9b6cc000 - 0x9b6dcff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x9b6e8000 - 0x9b746ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9b747000 - 0x9b747fff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9b748000 - 0x9babdff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9babe000 - 0x9bb8efef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9bb8f000 - 0x9bb96ffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9bb97000 - 0x9bbdffff  com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9bbe0000 - 0x9bc49fff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9bc4a000 - 0x9bc90fff  libcurl.4.dylib (78) <EC84399F-5EA8-321B-B122-99730CC557C8> /usr/lib/libcurl.4.dylib
    0x9bc91000 - 0x9bc93fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x9bc94000 - 0x9bcc5ffd  com.apple.GSS (4.0 - 2.0) <6BA01155-4DAD-30EE-B480-D224650EA010> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9bcc6000 - 0x9bd27ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x9bd28000 - 0x9bd2cfff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9bd2d000 - 0x9be64ff3  com.apple.desktopservices (1.8 - 1.8) <4D853961-F911-3FE2-A7DF-3130EA1D8CEB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9be65000 - 0x9be70ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x9be73000 - 0x9be73fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9be74000 - 0x9c19fff6  com.apple.Foundation (6.9 - 1056) <C8AE9C03-3460-354A-A8B6-EF4955BE600D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9c1a0000 - 0x9c1b7ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <BF917B77-0935-3F56-A2B9-E62A58A713B8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9c1cc000 - 0x9c2a7ff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9c2a8000 - 0x9c2fdff7  com.apple.QuickLookFramework (5.0 - 622.3) <3C6ADC02-2C67-361B-B042-47DDCC0EDA5F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 11236
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=213.5M resident=60.4M(28%) swapped_out_or_unallocated=153.2M(72%)
    Writable regions: Total=102.0M written=41.1M(40%) resident=71.0M(70%) swapped_out=0K(0%) unallocated=30.9M(30%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1572K
    CG image                             80K
    CG raster data                       24K
    CG shared images                    180K
    CoreServices                       1512K
    Image IO                             64K
    Kernel Alloc Once                     4K
    MALLOC                             38.0M
    MALLOC (admin)                       48K
    Memory Tag 240                     34.4M
    Memory Tag 242                       12K
    Stack                              69.2M
    VM_ALLOCATE                        16.6M
    __DATA                             19.4M
    __IMAGE                             528K
    __LINKEDIT                         43.3M
    __OBJC                             3192K
    __PAGEZERO                            4K
    __TEXT                            170.3M
    __UNICODE                           544K
    mapped file                       104.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             503.3M

    Odd that this just started occurring.  I tried symbolicating the file but the output for the AIR portions were completely bogus.  We suspect the problem is due to a null CFString but without a good crash log we're stuck.  I assume this can't be reproduced on other systems?
    If the customer hasn't already, can they reboot their system and try generating a new log?
    Thanks,
    Chris

  • Java ME Platform SDK - S60 Emulator Problem

    Hi Everyone!
    I am new to S60 development. I searched the forum, and some other discussion forums but could not find any solution to my problem (If there is one in this forum, sorry about that).
    I installed Java ME Platform SDK 3.0 Early Access. I also installed Java SDK for S60-FP1, and added this platform to my IDE with no problems.
    The problem is, I can write and execute my code on S60 emulator, but Java IDE has got this annoying exception blinking on the bottom right side saying: "java.lang.IllegalArgumentException: Device S60Emulator not registered!". As I said, I can run the application, but I cannot debug because of some exceptions!
    Why this can be happening, can it be a misconfiguration or something?
    Thank you all!

    Did you check Release Notes of the SDK? I've seen it once - if memory serves it lists quite a lot of known bugs.
    Maybe the problem you describe is listed there too... and if you're really lucky then description may even mention some workaround for it.

  • How can i change backgroud color in Java ME Platform SDK 3?

    Hello.
    Yesterday i had donwloaded Java ME Platform SDK 3.0. It is IDE based on NetBeans core, but i didn't find any facility to change default colors. (NetBeans have option to change color theme). I am don't like working when background color is white, i prefer black. So, how change a background color? Can anybody help me to figure this problem out?
    p.s. sorry for my bad english (

    Hello,
    Unfortunately it is not possible. We will think about it for next release. Java ME SDK is not supposed to offer full IDE functionality (e.g. changing editor colors), that's why some features are missing. For full IDE support use NetBeans IDE with Mobility support.

  • Problem in connecting external URLs from Java ME Platform SDK 3.0

    Hello all,
    I am building a mobile application using Java ME Platform SDK 3.0. My application needs to connect to external web services. I have finished development of first module and it is running perfectly from actual mobile device. But the problem is:
    While developing the application I am used to test it with given mobile Emulators in Java ME Platform SDK 3.0. During this test I am not able to connect to external web service if I am testing if within local intranet using proxy server. To solve this I have configured Proxy Setting in the IDE at:
    Tools Menu -> Options -> General -> Manual Proxy Settings and given HTTP Proxy Server and it's Port. The same proxy settings are there in all web browsers in my machine.
    But It is giving error like:
    Unknown error 10054 during socket::read
    Strange thing is that the same application is running perfectly If my PC is not in Intranet and connected to internet directly.
    Please help me that how can I set proxy settings in Java ME Platform SDK 3.0 to get in working?
    Any suggestions regarding this will be helpful for me.
    Thanks to spare some time and read my post,
    Tejas.

    Hi Tejas,
    it should work. I tested it right now and my proxy was used without any problems. The way how you set proxy settings is correct.
    Could you try following to verify that it is a proxy problem or not, please?
    1. run demo application "Demos" (from Start Page or File->Open Sample Project)
    2. choose "HttpView" midlet and start it
    3. choose "cnn"
    4. if proxy is set correctly, you will see page source; otherwise you will get an error message
    If the demo runs fine, the problem is probably somewhere else in the communication.
    There is one limitation in proxy settings. Only proxy without username and password is supported. Isn't it your case?
    Regards,
    Radko

Maybe you are looking for

  • Slow database log in problems

    My developers are complaining that takes a user a long time to sign into the database through a SQL*Plus session. I don't see any obvious errors - if some one can through some light in this issue.

  • Moving Average Price - RM

    Hi, For the client, to perform actual costing we have enabled ML. Price Control :RM - V & SFG/FG - S, We have completed the product cost planning, performed GRR . For the mentioned above scenerio, request to answer the following queries: a) How to av

  • TO not getting created Automatically  for mvt 311

    Hi, I am facing issue while doing Stock transfer between 2 Sloc. TO is not automatically getting created once i do stock transfer in MB1B for mvt 311. I checked Tcode OMKX,OMKY,OMKZ, in  all of them "A" is maintained in Automatic TO field. Kindly let

  • Formatted Search: How 2 get the active value

    Hi , I defined a simple FS to learn, but keep getting the same values for different codes. Shortly, I have 2 tables, first one ( REASON) keeps ReasonID,Reason Description, etc. In the second one (MAIN) I enter other unrelated data and ReasonID. I wan

  • What's your favorite Reference Monitors?

    Looking to purchase a new pair of Active Monitors and was wondering what you guys were using with Logic out there? I was looking at the Alesis M1 Active MkII to start with..