Fatal error on Mac OSX 10.8.3 when running tutorial 2 (Creating a Form)

Tutorial 1, hello world, works fine but tutorial 2 throws the following errors:
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x000000010c0e6e59, pid=882, tid=1799
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# V [libjvm.dylib+0x2a4e59]
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
--------------- T H R E A D ---------------
Current thread (0x00007fc95b8be000): JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
Registers:
RAX=0x00007fff53edb090, RBX=0x00007fff53edb018, RCX=0x0000000000000000, RDX=0x00007fff53edb018
RSP=0x00007fff53edaef0, RBP=0x00007fff53edaf00, RSI=0x0000000000000000, RDI=0x00007fff53edafc8
R8 =0x0000000000000000, R9 =0x0000000000000001, R10=0x00007fc95d873ad0, R11=0x00007fff7c3e4368
R12=0x00007fc95b8be000, R13=0x0000000000000278, R14=0x00007fff53edafc8, R15=0x00007fc95b8be1d8
RIP=0x000000010c0e6e59, EFLAGS=0x0000000000010246, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007fff53edaef0)
0x00007fff53edaef0: 0000000000000000 00007fff53edafc8
0x00007fff53edaf00: 00007fff53edb080 000000010c0dee61
0x00007fff53edaf10: 00007fc95d884300 0000000000000000
0x00007fff53edaf20: 00007fff53edaf18 0000000000000000
0x00007fff53edaf30: 0000000000000000 0000000000000001
0x00007fff53edaf40: 00007fc95d884610 0000000000000000
0x00007fff53edaf50: 00007fff9653b2c3 00007fc95d8841e0
0x00007fff53edaf60: 00007fc95d883fa0 0000000000000280
0x00007fff53edaf70: 00007fff53edafd0 00007fff96072e81
0x00007fff53edaf80: 0000000000000003 00007fff53edaf00
0x00007fff53edaf90: 000000005d881808 ffffffffffffffff
0x00007fff53edafa0: 0000000000000000 00007fc95d8841e0
0x00007fff53edafb0: 00007fff9653b2c3 00007fc95d8841e0
0x00007fff53edafc0: 00007fc95d884610 00007fc95d883fa0
0x00007fff53edafd0: 00007fff53edb080 00007fff9607311a
0x00007fff53edafe0: 000000010bd2e000 0000000000000001
0x00007fff53edaff0: ffffffffffffffff 0000000000000000
0x00007fff53edb000: 00007fff7ce770e0 000000000000000e
0x00007fff53edb010: 00007fff96073145 0000003000000018
0x00007fff53edb020: 00007fff53edb090 00007fff53edaf10
0x00007fff53edb030: 00007fc95b8be000 0000000000000000
0x00007fff53edb040: 00007fff9606af40 00007fff92b56354
0x00007fff53edb050: 00007fc95b8be000 00007fc95b8be000
0x00007fff53edb060: 000000010c0ded6b 0000000000000001
0x00007fff53edb070: 0000000000000001 00007fc95b8be1d8
0x00007fff53edb080: 00007fff53edb560 000000016fb72400
0x00007fff53edb090: 00007fc95d8817f0 00007fc95a8006f0
0x00007fff53edb0a0: 0000000000000048 00007fff7c2e0b48
0x00007fff53edb0b0: 00007fff53edb110 00007fff91966f5b
0x00007fff53edb0c0: 00007fff53edb360 0000000000000000
0x00007fff53edb0d0: ffff8036a2793b4f 00007fff53edb4e0
0x00007fff53edb0e0: 00007fc95a800800 00007fc95d86c4b0
Instructions: (pc=0x000000010c0e6e59)
0x000000010c0e6e39: 3e 00 48 83 c0 10 49 89 06 49 89 5e 28 5b 41 5e
0x000000010c0e6e49: 5d c3 90 55 48 89 e5 41 56 53 48 89 d3 49 89 fe
0x000000010c0e6e59: 48 8b 06 48 8b 48 10 48 8b 78 18 0f b7 71 42 e8
0x000000010c0e6e69: c5 2a 21 00 48 89 c6 48 83 e6 fe 4c 89 f7 e8 74
Register to memory mapping:
RAX=0x00007fff53edb090 is pointing into the stack for thread: 0x00007fc95b8be000
RBX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
RCX=0x0000000000000000 is an unknown value
RDX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
RSP=0x00007fff53edaef0 is pointing into the stack for thread: 0x00007fc95b8be000
RBP=0x00007fff53edaf00 is pointing into the stack for thread: 0x00007fc95b8be000
RSI=0x0000000000000000 is an unknown value
RDI=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x00007fc95d873ad0 is an unknown value
R11=0x00007fff7c3e4368: OBJC_EHTYPE_$_NSException+0x1880 in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation at 0x00007fff92a2a000
R12=0x00007fc95b8be000 is a thread
R13=0x0000000000000278 is an unknown value
R14=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
R15=0x00007fc95b8be1d8 is an unknown value
Stack: [0x00007fff536e8000,0x00007fff53ee8000], sp=0x00007fff53edaef0, free space=8139k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.dylib+0x2a4e59]
V [libjvm.dylib+0x29ce61]
C [libglass.dylib+0x16400] -[GlassTouches(hidden) sendJavaTouchEvent:]+0x450
C [libglass.dylib+0x15be4] listenTouchEvents+0x44
C [CoreGraphics+0x440a66] processEventTapData+0x258
C [CoreGraphics+0x4406f7] _CGYPostEventTapData+0xbd
C [CoreGraphics+0x4f7d4e] _XPostEventTapData+0x6b
C [CoreGraphics+0x4f7e46] CGYEventTap_server+0x6a
C [CoreGraphics+0x4407e5] eventTapMessageHandler+0x1e
C [CoreFoundation+0x2e40] __CFMachPortPerform+0x120
C [CoreFoundation+0x2d09] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__+0x29
C [CoreFoundation+0x2a49] __CFRunLoopDoSource1+0x99
C [CoreFoundation+0x35c02] __CFRunLoopRun+0x722
C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
C [HIToolbox+0x5feb4] RunCurrentEventLoopInMode+0xd1
C [HIToolbox+0x5fc52] ReceiveNextEventCommon+0x164
C [HIToolbox+0x5fae3] BlockUntilNextEventMatchingListInMode+0x3e
C [AppKit+0x155563] _DPSNextEvent+0x2ad
C [AppKit+0x154e22] -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]+0x80
C [AppKit+0x14c1d3] -[NSApplication run]+0x205
C [libglass.dylib+0x30a9] -[GlassApplication runLoop:]+0x309
C [Foundation+0x92d3a] __NSThreadPerformPerform+0xe1
C [CoreFoundation+0x12b31] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x11
C [CoreFoundation+0x12455] __CFRunLoopDoSources0+0xf5
C [CoreFoundation+0x357f5] __CFRunLoopRun+0x315
C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
C [java+0x742d] CreateExecutionEnvironment+0x367
C [java+0x1bdc] JLI_Launch+0x7a0
C [java+0x778a] main+0x65
C [java+0x1434] start+0x34
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007fc95b8b0000 JavaThread "Thread-4" daemon [_thread_in_native, id=33539, stack(0x00000001712f1000,0x0000000171371000)]
=>0x00007fc95b8be000 JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
0x00007fc95a892000 JavaThread "Thread-2" daemon [_thread_blocked, id=27651, stack(0x000000016fbbb000,0x000000016fcbb000)]
0x00007fc95a8a4800 JavaThread "Disposer" daemon [_thread_blocked, id=27395, stack(0x000000016fa5a000,0x000000016fb5a000)]
0x00007fc95a89b000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=22275, stack(0x000000016e79f000,0x000000016e89f000)]
0x00007fc95b8a4800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=22019, stack(0x000000016e69c000,0x000000016e79c000)]
0x00007fc95b89f000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=21763, stack(0x000000016e53c000,0x000000016e63c000)]
0x00007fc95d01b800 JavaThread "Service Thread" daemon [_thread_blocked, id=21251, stack(0x000000016e123000,0x000000016e223000)]
0x00007fc95d01a800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=20995, stack(0x000000016e020000,0x000000016e120000)]
0x00007fc95d019000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=20739, stack(0x000000016df1d000,0x000000016e01d000)]
0x00007fc95d002000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20483, stack(0x000000016de1a000,0x000000016df1a000)]
0x00007fc95a857800 JavaThread "Finalizer" daemon [_thread_blocked, id=16131, stack(0x000000016dbc9000,0x000000016dcc9000)]
0x00007fc95a857000 JavaThread "Reference Handler" daemon [_thread_blocked, id=15875, stack(0x000000016dac6000,0x000000016dbc6000)]
0x00007fc95c800000 JavaThread "main" [_thread_blocked, id=5891, stack(0x000000010c8ea000,0x000000010c9ea000)]
Other Threads:
0x00007fc95a854800 VMThread [stack: 0x000000016d9c3000,0x000000016dac3000] [id=15619]
0x00007fc95d012800 WatcherThread [stack: 0x000000016e226000,0x000000016e326000] [id=21507]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 24640K, used 11066K [0x000000014bef0000, 0x000000014da70000, 0x0000000167790000)
eden space 21120K, 52% used [0x000000014bef0000,0x000000014c9bebd0,0x000000014d390000)
from space 3520K, 0% used [0x000000014d700000,0x000000014d700000,0x000000014da70000)
to space 3520K, 0% used [0x000000014d390000,0x000000014d390000,0x000000014d700000)
ParOldGen total 56448K, used 0K [0x0000000114d90000, 0x00000001184b0000, 0x000000014bef0000)
object space 56448K, 0% used [0x0000000114d90000,0x0000000114d90000,0x00000001184b0000)
PSPermGen total 21248K, used 5606K [0x000000010fb90000, 0x0000000111050000, 0x0000000114d90000)
object space 21248K, 26% used [0x000000010fb90000,0x0000000110109af0,0x0000000111050000)
Card table byte_map: [0x0000000167790000,0x0000000167a4f000] byte_map_base: 0x0000000166f12380
Polling page: 0x000000010ca29000
Code Cache [0x000000010cabf000, 0x000000010cd2f000, 0x000000010fabf000)
total_blobs=339 nmethods=35 adapters=256 free_code_cache=48608Kb largest_free_block=49741696
Compilation events (10 events):
Event: 1.025 Thread 0x00007fc95d019000 nmethod 30 0x000000010cb3db90 code [0x000000010cb3dce0, 0x000000010cb3dd78]
Event: 1.025 Thread 0x00007fc95d019000 31 java.util.zip.ZipCoder::getBytes (192 bytes)
Event: 1.031 Thread 0x00007fc95d019000 nmethod 31 0x000000010cb3f990 code [0x000000010cb3fb80, 0x000000010cb401f0]
Event: 1.031 Thread 0x00007fc95d019000 32 java.util.zip.ZipCoder::encoder (35 bytes)
Event: 1.032 Thread 0x00007fc95d019000 nmethod 32 0x000000010cb3d4d0 code [0x000000010cb3d600, 0x000000010cb3d698]
Event: 1.032 Thread 0x00007fc95d019000 33 java.nio.charset.CharsetEncoder::reset (11 bytes)
Event: 1.032 Thread 0x00007fc95d019000 nmethod 33 0x000000010cb3d290 code [0x000000010cb3d3c0, 0x000000010cb3d418]
Event: 1.032 Thread 0x00007fc95d019000 34 java.nio.charset.CharsetEncoder::implReset (1 bytes)
Event: 1.032 Thread 0x00007fc95d019000 nmethod 34 0x000000010cb40c50 code [0x000000010cb40d80, 0x000000010cb40dd8]
Event: 1.042 Thread 0x00007fc95d01a800 nmethod 21 0x000000010cb47950 code [0x000000010cb47e40, 0x000000010cb4b4f0]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 1.034 Thread 0x00007fc95b8be000 Threw 0x000000014c94be48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c952370 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c957fe0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c95d130 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c962ef0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c966d28 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96a8b0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96eb48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.045 Thread 0x00007fc95b8be000 Threw 0x000000014c9749f0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Event: 1.058 Thread 0x00007fc95b8be000 Threw 0x000000014c97b300 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
Events (10 events):
Event: 1.045 loading class 0x00007fc95a41baf0
Event: 1.045 loading class 0x00007fc95a41baf0 done
Event: 1.045 loading class 0x00007fc95a43ea00
Event: 1.045 loading class 0x00007fc95a43ea00 done
Event: 1.045 loading class 0x00007fc95b004640
Event: 1.045 loading class 0x00007fc95b004640 done
Event: 1.058 loading class 0x00007fc95a4b4560
Event: 1.058 loading class 0x00007fc95a4b4560 done
Event: 4.133 Executing VM operation: EnableBiasedLocking
Event: 4.133 Executing VM operation: EnableBiasedLocking done

Dynamic libraries:
0x000000000b4b6000      /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x000000000b4b6000      /System/Library/Frameworks/Security.framework/Versions/A/Security
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x000000000b4b6000      /usr/lib/libz.1.dylib
0x000000000b4b6000      /usr/lib/libSystem.B.dylib
0x000000000b4b6000      /usr/lib/libobjc.A.dylib
0x000000000b4b6000      /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x000000000b4b6000      /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x000000000b4b6000      /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x000000000b4b6000      /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x000000000b4b6000      /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x000000000b4b6000      /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x000000000b4b6000      /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x000000000b4b6000      /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x000000000b4b6000      /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x000000000b4b6000      /usr/lib/libauto.dylib
0x000000000b4b6000      /usr/lib/libicucore.A.dylib
0x000000000b4b6000      /usr/lib/libxml2.2.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x000000000b4b6000      /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x000000000b4b6000      /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x000000000b4b6000      /usr/lib/liblangid.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x000000000b4b6000      /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x000000000b4b6000      /usr/lib/libDiagnosticMessagesClient.dylib
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x000000000b4b6000      /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x000000000b4b6000      /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x000000000b4b6000      /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x000000000b4b6000      /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x000000000b4b6000      /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x000000000b4b6000      /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x000000000b4b6000      /usr/lib/libCRFSuite.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x000000000b4b6000      /usr/lib/libc++.1.dylib
0x000000000b4b6000      /usr/lib/libc++abi.dylib
0x000000000b4b6000      /usr/lib/system/libcache.dylib
0x000000000b4b6000      /usr/lib/system/libcommonCrypto.dylib
0x000000000b4b6000      /usr/lib/system/libcompiler_rt.dylib
0x000000000b4b6000      /usr/lib/system/libcopyfile.dylib
0x000000000b4b6000      /usr/lib/system/libdispatch.dylib
0x000000000b4b6000      /usr/lib/system/libdnsinfo.dylib
0x000000000b4b6000      /usr/lib/system/libdyld.dylib
0x000000000b4b6000      /usr/lib/system/libkeymgr.dylib
0x000000000b4b6000      /usr/lib/system/liblaunch.dylib
0x000000000b4b6000      /usr/lib/system/libmacho.dylib
0x000000000b4b6000      /usr/lib/system/libquarantine.dylib
0x000000000b4b6000      /usr/lib/system/libremovefile.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_blocks.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_c.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_dnssd.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_info.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_kernel.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_m.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_network.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_notify.dylib
0x000000000b4b6000      /usr/lib/system/libsystem_sandbox.dylib
0x000000000b4b6000      /usr/lib/system/libunc.dylib
0x000000000b4b6000      /usr/lib/system/libunwind.dylib
0x000000000b4b6000      /usr/lib/system/libxpc.dylib
0x000000000b4b6000      /usr/lib/system/libcorecrypto.dylib
0x000000000b4b6000      /usr/lib/libstdc++.6.dylib
0x000000000b4b6000      /usr/lib/libbsm.0.dylib
0x000000000b4b6000      /usr/lib/libsqlite3.dylib
0x000000000b4b6000      /usr/lib/libxar.1.dylib
0x000000000b4b6000      /usr/lib/libpam.2.dylib
0x000000000b4b6000      /usr/lib/libOpenScriptingUtil.dylib
0x000000000b4b6000      /usr/lib/libbz2.1.0.dylib
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x000000000b4b6000      /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x000000000b4b6000      /usr/lib/system/libkxld.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x000000000b4b6000      /usr/lib/libxslt.1.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x000000000b4b6000      /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x000000000b4b6000      /usr/lib/libcups.2.dylib
0x000000000b4b6000      /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x000000000b4b6000      /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x000000000b4b6000      /usr/lib/libresolv.9.dylib
0x000000000b4b6000      /usr/lib/libiconv.2.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x000000000b4b6000      /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x000000000b4b6000      /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x000000000b4b6000      /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x000000000b4b6000      /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x000000000b4b6000      /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x000000000b4b6000      /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x000000000b4b6000      /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x000000000b4b6000      /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x000000000b4b6000      /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x000000000b4b6000      /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x000000000b4b6000      /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x000000000b4b6000      /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x000000000b4b6000      /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x000000000b4b6000      /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x000000000b4b6000      /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x000000010be42000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/server/libjvm.dylib
0x000000010c9ec000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libverify.dylib
0x000000010c9f9000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libjava.dylib
0x000000010cab6000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libzip.dylib
0x000000016dccb000      /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
0x000000016dce3000      /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
0x000000016dcf8000      /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x000000016dd05000      /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x000000016e538000      /Applications/IntelliJ IDEA 12.app/bin/libbreakgen64.jnilib
0x000000016e63e000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libnet.dylib
0x000000016e8c3000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libprism-es2.dylib
0x000000016e977000      /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x000000016eb6c000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x000000016ed14000      /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
0x000000016f03b000      /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x000000016f046000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x000000016f45a000      /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x000000016f946000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x000000016f95a000      /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat
0x000000016f98e000      /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x000000000b4b6000      /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x000000000b4b6000      /usr/lib/libcurl.4.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x000000000b4b6000      /usr/lib/libssl.0.9.8.dylib
0x000000000b4b6000      /usr/lib/libcrypto.0.9.8.dylib
0x000000000b4b6000      /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x000000000b4b6000      /usr/lib/libsasl2.2.dylib
0x000000016fb5c000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libglass.dylib
0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x000000000b4b6000      /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x000000000b4b6000      /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
VM Arguments:
jvm_args: -Didea.launcher.port=7536 -Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12.app/bin -Dfile.encoding=UTF-8
java_command: com.intellij.rt.execution.application.AppMain sample.Main
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/bin:/bin:/usr/sbin:/sbin
SHELL=/bin/bash
DISPLAY=/tmp/launch-g2yCr7/org.macosforge.xquartz:0
Signal Handlers:
SIGSEGV: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGBUS: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGFPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGPIPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGXFSZ: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGILL: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
SIGUSR2: [libjvm.dylib+0x3b2bc6], sa_mask[0]=0x00000004, sa_flags=0x00000042
SIGHUP: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGINT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGTERM: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGQUIT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
--------------- S Y S T E M ---------------
OS:Bsduname:Darwin 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
load average:0.96 1.20 1.37
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
Memory: 4k page, physical 5410872k(1352718k free)
/proc/meminfo:
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.7-b01) for bsd-amd64 JRE (1.7.0_17-b02), built on Mar 1 2013 06:41:23 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
time: Wed Apr 10 20:10:17 2013
elapsed time: 4 seconds

Similar Messages

  • Unsatisfied link error in mac osx 10.2.3

    Hi,
    unsatisfied link error in mac osx 10.2.3
    can you solve the problem why the error is occuring when i am trying to set port for printer .after seting port in the application then the swiping takes place. as the application is running but unable to communicate to wireless printer through bluetooth. as everything is fine (files like cu.dev and tty.dev are created in mac and i selected that file and saved it.swiping is not done through wireless ). the error i got is
    ERROR LOADING linuxSerialParallel:java.lang.unsatisfiedLinkError: no linux serialparallel in java library.path
    java.lang.unsatisfiedlinkerror:is session active
    please respond immediately regarding this issue
    thanking you,
    babu

    Your problem is definitely not related to 'Community Feedback and Suggestions'. And I cannot see any relationship to Oracle (at least according to the given informations).
    Werner

  • Keep getting "general installation error" message Mac OSX 10.8.5/Safari 6.0.5

    keep getting "general installation error" message Mac OSX 10.8.5/Safari 6.0.5 Followed all the instructions for uninstalling and clean installing. Just wont install

    Make sure you have it set to "show hidden files"
    Check BOTH places and you have to restart Finder
    Press "Quit This" and then go to the Finder Dock icon and right click it
    Select "Open"
    Open TIme Machine
    Go back to September 28 or earlier.
    You'll see the mach_kernel file in the Mac HD directory
    (I can't show it in the TM because screenshots don't work while it's open but here it is in my MAc HD)
    Right click it and select "Restore to"
    Then, when it goes back to Finder, choose the Mac HD directory and click OK.
    It will place the mach_kernel back where it was and you can install software again
    DON'T FORGET to go back and hide your files (and restart Finder) again, or you'll have a mess with the clutter of hidden files everywhere.

  • Mac OSX, 10.7.5, LR 5.6  After creating a new folder in the Destination section and importing images, the new folder name appears as 2010, no matter what name I give it.  Why is it doing this?

    Mac OSX, 10.7.5, LR 5.6  After creating a new folder in the Destination section and importing images, the new folder name appears as 2010, no matter what name I give it.  Why is it doing this?

    I am experiencing Mavericks failing to copy subdirectories from usb sticks, I am backing up game saves from a console. Both sticks I use are fine, same permissions of course since the console wrote the files. Sometimes it copies, sometimes it doesn't. It seems to be related to the mounting process.
    Thank God Apple hasn't (yet) broken bash.

  • Update a mac osx 10.3.9 now running on firefox 2.0.0.1 to 4.0?

    How do I update a mac osx 10.3.9 now running on firefox 2.0.0.1 to firefox 4.0 or higher?

    Other browsers that you can look at:
    * http://caminobrowser.org/download/releases/#os10.3.8
    * [http://en.wikipedia.org/wiki/ICab iCab]: http://www.icab.de/
    * http://www.seamonkey-project.org/releases/seamonkey1.1.19

  • Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    The only way to increase the size of the onscreen text in the Finder Menu Bar and in the Side bar in Finder Windows is to change the screen resolution in the OS X Preferences Pane under the Displays icon.
    What Mac and screen size are you using?

  • PhotoShop CS4 Fatal Error on Mac

    Hi,  Can anyone help with Photoshop CS4 issue on Mac OS 10.6.8?
    Getting— 'Fatal Error' missing component/library/applications/adobe version cue CS4/client4.0.0/version cue.framework  —  message when I try to open a file
    Before this, with the help of Gene7 i was able to re-activate with license recovery. Worked until I tried to open a file. Updates seem current...
    Thank you.
    Monte

    That library is missing. You need to reinstall the application (and updates) to replace the missing files.
    Most likely this is because you used Apple's "migration" tool, which doesn't copy all support files needed by applications.

  • Error 751011 - Mac OSX anyconnect client

    Hi all,
    I'm running into the following error when I use a Mac OSX anyconnect client when I try to connect.  Our Windows 7 anyconnect clients login just fine.
    3
    Oct 25 2013
    16:19:54
    751011
    Local:x.x.x.x:4500 Remote:y.y.y.y:34573 Username:Unknown Failed user authentication. Error: General Failure
    %ASA-3-751011: Local: localIP:port Remote:remoteIP:port Username:
    username/group Failed user authentication. Error: error
    A failure occured during user authentication within EAP for an IKE        version 2 remote access connection.
    • localIP:port—The local IP address and        port number
    • remoteIP:port—The remote IP address        and port number
    • username/group—The username or group        associated with this connection attempt
    • error—The error string that indicates        the specific error
    Any ideas of what could be causing this?  We are using certifcate and LDAP for AAA.
    Thanks in Advance.
    Bill

    Hi Harry,
    I have resolved the issue.  I didn't realize that I had to have the Mac Anyconnect pkg file copied to the flash of the ASA.  Once I did that the authentication issue went away.
    Bill

  • Air application full screen error in Mac OSX 10.7 Lion

    Hi
       We have an air application built using Flash Builder 4.5 with 4.5 SDK.
       The air application no problem to run on Windows and Mac OSX 10.6 Snow Leapard. However it has full screen issue on Mac OSX 10.7 Lion. When change to full screen mode, the whole screen disappear, press ESC and turn back to normal stage without any issue.
       We then use Flash Builder 4.5 with SDK 4.6 to compile and release, install the air application to Lion OS but still no luck.
       Air 3.1 installed on Lion OS
       Can some one please help?

    Is this still a problem?

  • Reproducible Shockwave player error under Mac OSX 10.6.3

    I develop Shockwave "jigsaw" puzzles with Director.  Sample at kayingleside.com.  My clients are experiencing problems with the most recent Shockwave player under Mac OSX 10.6 Snow Leopard.  Play a jigsaw at the above web site to experience the problem. 
    When you click on a puzzle piece it vanishes.  You can drag the mouse around as you would to move the puzzle piece but it is difficult to position correctly as the piece is invisible.  When you release the mouse button the piece reappears correctly in it's repositioned location. 
    I can reproduce this behavior myself on a Mac 2 x 2.8 GHz Quad-Core Intel Xeon.  2 GB 800 MHz DDR-2 FB-DIMM;  OSX Snow Leopard 10.6.3;   Shockwave  player 11.5.9r620.  The problem does NOT appear when playing the jigsaw puzzle within Director 11 under Snow Leopard nor  when running OSX 10.5.8.
    [email protected]
    kayingleside.com

    Hi
    According to the minimum sytem requirements required for the
    Adobe Photoshop Lightroom 4
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.6.8 or v10.7
    2GB of RAM
    1GB of available hard-disk space
    1024x768 display
    DVD-ROM drive
    Internet connection required for Internet-based services*
    So the Minimum required is MAC 10.6.8 or 10.7
    Hope It Helps
    Thanks

  • Web start Errors via Mac OSX 10.5.1

    I wanted to test out webstart on Linux, Windows and Mac OSX and my mac user could not start up the web start demo I had running.
    Mac OSX 10.5.1
    http://i4.tinypic.com/6jx07z9.png
    http://i9.tinypic.com/6x9d7vq.png
    The Demo:
    http://darkoria.labs.gorilla3d.com/webstart/demo.jnlp
    I am choosing java because its cross-platform and the 1 click web start is just a very nice way to deploy my video game. If anyone else had the same issue or maybe an answer it would help a lot.
    As a note Mac OSX 10.5 include Java 1.5

    Did you migrate your copy of InDesign to a new computer using the Migrate feature? If so, that doesn't work. You would have to use the Adobe Cleaner utility to clean out all your CS stuff, then reinstall from the original media or download file.
    Use the CC Cleaner Tool to solve installation problems | CC ... - Adobe

  • Why am I unable to update from firefox 4.0.1 on mac osX 10.6.8 when my Mac meets the requirements?

    I have a Mac OSX (10.6.8) with an 2.8 GHz Intel Core i7 Processor, 16GB 1067 MHz DDR3 memory and 2TB hard drive.
    Yet I am unable to upgrade from FireFox version 4.0.1
    I can no longer access my YouTube account, and other websites, because I am told the FireFox version I am running is not compatible.
    Why am I unable to upgrade to the latest version of FireFox?
    Do you just not want Mac owners to run your browser? It seems this is the case as this has been an ongoing issue that should have been resolved already.

    Firefox 4 versions and later '''do not run on a PowerPC Mac''' and require at least OS X 10.5 and '''an Intel Mac'''.
    [http://www.mozilla.org/en-US/firefox/10.0.2/system-requirements/ Firefox 10.0.2 System Requirements]
    The latest version for your ppc mac is 3.6.27 you can download from here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    [http://www.mozilla.org/en-US/firefox/3.6/system-requirements/ Firefox 3.6 System Requirements]
    1. Download a new copy of the Firefox program(3.6.27) from the above link
    2. Trash the current Firefox application to do a clean (re-)install.
    3. Install the new version that you have downloaded(3.6.27).
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/Installing%20Firefox%20on%20Mac Installing Firefox on Mac]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Mac OSX will not boot, when I log in, it shuts down after grey screen and grey loading bar show up: PLEASE HELP (:

    So here is a lowdown on my problem.
    I start my mac OSX, I hold down the alt/option key and load my MAC osx drive (which is the only drive available; however, when i do not hold down the alt/option key it will go to a black screen that says "no bootable device, press a key when device inserted").  Continuing, it then goes to my login screen where I have my username, and I can enter my password like usual.  I enter my password, hit the enter button (like I always do), and this is where my problem begins.
    After I enter my login and hit enter, the screen goes grey, with a little apple symbol in the middle and a different shade of grey loading bar underneath.  This grey loading bar shows up for about 10 seconds, fills up about 10-20 percent, and then shuts my computer down. 
    No matter what I do, this process repeats over and over, and heres where the problem gets worse, and this part is VERY IMPORTANT and is the most depressing, stressful part of the process.
    NONE of the startup/boot commands work except holding the alt/option key.  I can't hold: Command plus r; command pr  to reset PRAM; shift to enter safe mode.
    I really dont know what to do here :/.  I have files that I want on the hard drive, that are pretty important but not critical.  I gave up on wanting the files back but now I want to simply WIPE my computer and re-install a clean version of OSX onto the computer, but I CANNOT GET TO THE REINSTALLER :(.
    More information that may be helpful:
              I do have a partition on the HDD that I was going to use for Bootcamp, but it does not have anything installed on it (thus causing the "no bootable device" screen to load, and probably causing the boot commands not to work).
              My version of Mac OSX is 10.8.4. "MBP 15.4/2.8/16GB/768 flash"
              The last time I restarted my computer, my mac OSX RAM was down to 1.75 GB, with nothing open.  Usually when nothing is open the free RAM is around 10-13 GB (I know this because I have the activity monitor always open, and I use my computer a lot).
              Again, boot commands will not work, except for holding the alt/option key.
    So if anyone can help me fix my problem(s), which are:
    1: using boot commands; 2: reinstalling mac OSX; or 3: getting my files,
    I would love you forever.  I would really prefer 1 or 2.  Thanks for reading this.

    Oh and one more thing, I do not have a disc drive in the mac osx.  The version I have comes without one.
    I am very puzzled about what to do right now.

  • I have CS4 and my use a Mac osx 10.9.5  when trying to open illustrator i get message reading !fatal error - missing component/library?application support/adobe/adobeversion CUE CS4/Client/4.0.0/versionCue.framework

    Help as i have no idea how to rectify .  cheers

    Run the Cleaner tool and reinstall - without Version Cue.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • We are getting Licensing for product stopped working error on Mac OSX 10.6 computers

    We are getting error " Licensing for this product has stopped working.  This product has encountered a problem which requires that you restart your computer before it can be launched.  If you continue to see this message after restarting your computer, please contact either your IT administrator or Adobe technical support for help, and mention the error code shown at the bottom of this screen.  Error:  150:30  http://www.adobe.com/support/"
    We have tried restarting the computer and still get the error message.  What else can we try to get this running again.  We are using Mac Computers running OSX 10.6.8.

    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html

Maybe you are looking for

  • Half of my music will not show up on my iPod, but is perfect on my PC

    I have a Toshiba laptop running Vista that I bought last summer. A few months ago, my iPod just stopped coming on, or charging at all, so I stopped using it. I tried to use it again 2 weeks ago, and it loaded up all my music and worked perfectly, lik

  • Call SAP WebService in Excel

    Hello, I want to call a WebService from a SAP-System in Excel. I created this WebService with the WebService Creation Wizard by using a RFC function. The WebService expects two parameters of string and it delivers a table. I'm using the MS SOAP Type

  • In Outlook, only 1 RSS item shows up, from Sharepoint.

    Ok, I have not been able to find this one.  We have recently enabled RSS feeds on Sharepoint.  If we add the feed to outlook, it only displayes the FIRST item.  when you first subscribe, it looks like it goes through EVERY post, but only displays the

  • 9800 Pro blind flashing

    I got a ATI Radeon 9800 Pro I would like to flash for my beloved MDD. I know that the procedure is easier using a PC, but I don't have one. I read elsewhere that blind flashing on the mac itself is possible but I can't seem to find a comprehensive tu

  • Transfer Outlook Express Address Book & emails from old iMac 333 to iMac G5

    Trying to import my old address book and a collection of emails from Outlook Express 5.0.6 to Mail2.0.2. I've tried everything that Outlook requires and no luck yet. I am reluctant to reload all those names, addresses, etc. into my new iMac G5. Also,