OS X 10.9.3 mit Java 8 läuft nicht

Installation and usage on Mac OS-X / Installation unter Mac OS-X
rolandk
Posts: 5
Joined: 26 May 2014 22:34
Location: Switzerland

OS X 10.9.3 mit Java 8 läuft nicht

Post by rolandk »

Hallo

Ich habe HELI-X5 auf einem alten Mac Pro mit OS X 10.9.3 und Java 1.7.0 laufen. Toller Simulator, ich bin sehr zufrieden damit.

Nun habe ich mir so einen neuen Mac Pro Kübel mit OS X 10.9.3, aber mit Java 1.8.0_05 angeschafft (meine Frau nennt das Teil abschätzig "iMer").

Nach der Installation konnte ich die Joystick-Konfiguration durchführen, aber danach ist nichts mehr passiert; d.h. in der Menü-Leiste steht noch Heli-X, aber sonst ist alles leer, es ist kein Fenster offen.

Wenn ich das Programm wieder starte, fragt es jedes Mal nach der Sprache, dann kommt der Statistics Dialog und wenn ich da OK drücke komme ich wieder zum leeren Bildschirm. Ein Registrierungs-Hinweis erscheint auch nicht.

Sieht wohl so aus als die neue Java Version wieder Ärger bereitet? Hat schon jemand Java 8 im Betrieb?

Grüsse
Roland
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Michael »

Hallo,

welche HELI-X-Version? 5.0? Was steht denn in der Konsole?

Danke
rolandk
Posts: 5
Joined: 26 May 2014 22:34
Location: Switzerland

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by rolandk »

Ich verwende die HELI-5X version die man momentan herunter laden kann (5.0.1401).

Code: Select all

$ ./runHELI-X.sh
Set new path for the resources: /Applications/HELI-X5.app/Contents/resources/
Set new path for the user files: /Applications/HELI-X5.app/Contents/files/
Couldn't find tag "WindowSettings" in file "/Applications/HELI-X5.app/Contents/files/Application/ApplicationSettings.xml"
Couldn't find tag "InfoWindow" in file "/Applications/HELI-X5.app/Contents/files/Application/ApplicationSettings.xml"
Couldn't find tag "ChatWindow" in file "/Applications/HELI-X5.app/Contents/files/Application/ApplicationSettings.xml"
Failed to enumerate device: Device open failed: -536870203
Controller found: Name: PPM(PPM)
Using Stick PPM
Digital component found:0
Digital component found:1
Digital component found:2
Analog component found:x
Analog component found:y
Analog component found:z
Analog component found:rx
Analog component found:ry
Controller configuration file not found: /Applications/HELI-X5.app/Contents/files/controller/PPM.xml
Exception in thread "LWJGL Renderer Thread" java.lang.UnsatisfiedLinkError: Can't load library: /Applications/HELI-X5.app/Contents/liblwjgl.dylib
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
	at java.lang.Runtime.load0(Runtime.java:809)
	at java.lang.System.load(System.java:1083)
	at org.lwjgl.Sys$1.run(Sys.java:70)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
	at org.lwjgl.Sys.loadLibrary(Sys.java:95)
	at org.lwjgl.Sys.<clinit>(Sys.java:112)
	at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:206)
	at java.lang.Thread.run(Thread.java:745)
Danach passiert nichts mehr. Die Library liblwjgl.dylib ist nicht in HELI-X5.app enthalten.
rolandk
Posts: 5
Joined: 26 May 2014 22:34
Location: Switzerland

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by rolandk »

Ich habe ja keine Ahnung von Java-Programmierung, aber ich habe mal die LIBJGL von http://lwjgl.org/installation.php und den Test wie unter Mac OS X ausgeführt. Das scheint zu funktionieren; ich erhalte zumindest das Window mit den veränderlichen Grautönen und kann in den Vollbildmodus umschalten. Falls es was hilft, der Test gibt:

Code: Select all

$ java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/lwjgl_fmod3.jar:jar/lwjgl_devil.jar:jar/jinput.jar: -Djava.library.path=native/macosx org.lwjgl.test.WindowCreationTest
The following keys are available:
ESCAPE:		Exit test
ARROW Keys:	Move window when in non-fullscreen mode
L:		List selectable display modes
0-8:		Selection of display modes
F:		Toggle fullscreen
SHIFT-F:	Toggle fullscreen with Display.destroy()/create() cycle
Found 24 display modes
Problem retrieving mode with 640x480x24@-1
Problem retrieving mode with 800x600x24@-1
Problem retrieving mode with 1024x768x24@-1
Performing Display.destroy()/create() cycle
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Michael »

Hallo

bitte starte HELI-X mit dem command file nicht mit dem Linux-Shell-Scrtpt. Dann schauen wir, was in der Konsole steht (Hilfsprogramme->Konsole)

Michael
Dindihi
Posts: 3
Joined: 29 May 2014 09:03

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Dindihi »

Hab auch dieses Problem. Startet auch hier nicht mit 10.9.3 & Java 1.8.
Wenn ich mittels launch.command starte erhalte ich:

Code: Select all

Exception in thread "main" java.lang.NoClassDefFoundError: com/jme3/util/JmeFormatter
	at HELIX.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jme3.util.JmeFormatter
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 1 more
Starte ich mittels Application icon (also normal) erhalte ich in der console:



Sorry, log scheint noch älter zu sein! Lass es jedoch mol drin, eventuell kanns jemand brauchen.
Date/Time: 2014-05-08 16:10:14 +0200
OS Version: 10.9.2 (Build 13C1021)
Architecture: x86_64
Report Version: 18

Command: HELIX
Path: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/java
Version: ??? (???)
Parent: bash [1897]
Responsible: iTerm [1685]

PID: 1901
Event: wakeups (microstackshots only)
Wakeups: 1520 wakeups per second for 30 seconds
Duration: 30.00s
Steps: 33

Hardware model: iMac14,2
Active cpus: 4
Fan speed: 1194 rpm


Powerstats for: java [1901]
Start time: 2014-05-08 16:10:15 +0200
End time: 2014-05-08 16:10:44 +0200
Parent: bash
Responsible: iTerm
Microstackshots: 29 samples (87%)
Primary state: 23 samples Frontmost App, Non-Background Priority, User mode
User Activity: 0 samples Idle, 29 samples Active
Power Source: 0 samples on Battery, 29 samples on AC
19 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8fac6fc9]
19 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8fac272a]
19 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8fac2899]
17 java_start(Thread*) + 246 (libjvm.dylib) [0x10e245786]
15 JavaThread::run() + 450 (libjvm.dylib) [0x10e31e742]
15 JavaThread::thread_main_inner() + 155 (libjvm.dylib) [0x10e31d005]
11 thread_entry(JavaThread*, Thread*) + 124 (libjvm.dylib) [0x10e11561b]
11 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 (libjvm.dylib) [0x10e0c5e34]
11 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 (libjvm.dylib) [0x10e0c5c88]
11 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
11 ??? [0x10ecbf4e7]
5 ??? [0x10ecc6325]
3 ??? [0x10ecc62e0]
2 ??? [0x10ecc5c60]
1 ??? [0x10ecde380]
1 ??? [0x10ecded95]
1 ??? [0x10ecc6210]
1 ??? [0x10eef9a95]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10eeffa48]
2 ??? [0x10f75e6ec]
2 ??? [0x10eef9a95]
2 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
2 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10eeffa1c]
1 ??? [0x10eef042c]
1 JVM_GetStackAccessControlContext + 390 (libjvm.dylib) [0x10e11a53c]
1 vframeStreamCommon::next() + 169 (libjvm.dylib) [0x10e28addd]
1 ??? [0x10f62a4c4]
1 ??? [0x10ef79cbc]
1 Unsafe_Unpark + 171 (libjvm.dylib) [0x10e332886]
1 Parker::unpark() + 55 (libjvm.dylib) [0x10e241347]
1 __psynch_cvsignal + 10 (libsystem_kernel.dylib) [0x7fff8bd126fe]
1 <Kernel mode>
4 ??? [0x10ecc62e0]
2 ??? [0x10f74fa31]
2 JVM_Sleep + 269 (libjvm.dylib) [0x10e115094]
2 os::sleep(Thread*, long, bool) + 216 (libjvm.dylib) [0x10e242698]
2 os::PlatformEvent::park(long) + 404 (libjvm.dylib) [0x10e242530]
2 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8bd12716]
2 <Kernel mode>
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc6255]
1 ??? [0x10ecc6210]
1 ??? [0x10ecd366e]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc6325]
1 ??? [0x10ecc6325]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc5ca5]
1 ??? [0x10ecc6210]
1 ??? [0x10eea06ff]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6325]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ef4d59c]
1 ??? [0x10eef9a95]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ef65c14]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ef154d4]
1 ??? [0x10eef9a95]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc5c60]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10f578364]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc5ed0]
1 ??? [0x10ecc5ed0]
1 ??? [0x10ecd366e]
1 Java_apple_laf_JRSUIControl_paintImage + 39 (libosxui.dylib) [0x124a537b5]
1 doPaintImage + 322 (libosxui.dylib) [0x124a53641]
1 JRSUIControlDraw + 59 (JavaRuntimeSupport) [0x10d5e59f6]
1 CUIDraw + 178 (CoreUI) [0x7fff9099748a]
1 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 2904 (CoreUI) [0x7fff90968a08]
1 CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 876 (CoreUI) [0x7fff9098b52c]
1 CUIArtFileRenderer::DrawPushButton(CUIDescriptor const*) + 782 (CoreUI) [0x7fff9098c490]
1 CUIArtFileRenderer::DrawPushButtonImages(CUIDescriptor const*, CGImage**, CGRect*, CGRect*) + 484 (CoreUI) [0x7fff9098e6a2]
1 CGContextDrawImages + 224 (CoreGraphics) [0x7fff86d00fb5]
1 ripc_DrawImages + 5556 (libRIP.A.dylib) [0x7fff91769021]
1 ripc_RenderImage + 262 (libRIP.A.dylib) [0x7fff917666aa]
1 RIPLayerBltImage + 1189 (libRIP.A.dylib) [0x7fff91766d31]
1 ripl_Mark + 23 (libRIP.A.dylib) [0x7fff91767a66]
1 argb32_image + 4709 (CoreGraphics) [0x7fff86ced2a1]
1 argb32_image_mark + 1709 (CoreGraphics) [0x7fff86d1215a]
1 argb32_sample_argb32 + 77 (CoreGraphics) [0x7fff86d7fea5]
1 ??? [0x10ecd366e]
1 JVM_Sleep + 269 (libjvm.dylib) [0x10e115094]
1 os::sleep(Thread*, long, bool) + 216 (libjvm.dylib) [0x10e242698]
1 os::PlatformEvent::park(long) + 404 (libjvm.dylib) [0x10e242530]
1 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8bd12716]
1 <Kernel mode>
2 ??? [0x10f6cce00]
3 CompileBroker::compiler_thread_loop() + 725 (libjvm.dylib) [0x10dfa679f]
3 CompileBroker::invoke_compiler_on_method(CompileTask*) + 1458 (libjvm.dylib) [0x10dfa4690]
2 C2Compiler::compile_method(ciEnv*, ciMethod*, int) + 172 (libjvm.dylib) [0x10df44252]
1 Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool) + 2235 (libjvm.dylib) [0x10dfa0da5]
1 Compile::Optimize() + 1421 (libjvm.dylib) [0x10df9e18f]
1 PhaseIterGVN::optimize() + 53 (libjvm.dylib) [0x10e26d731]
1 PhaseIterGVN::transform_old(Node*) + 58 (libjvm.dylib) [0x10e26dbf4]
1 IfNode::Ideal(PhaseGVN*, bool) + 6031 (libjvm.dylib) [0x10e08b437]
1 IfNode::up_one_dom(Node*, bool) + 20 (libjvm.dylib) [0x10e0899d8]
1 Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool) + 1717 (libjvm.dylib) [0x10dfa0b9f]
1 ParseGenerator::generate(JVMState*, Parse*) + 110 (libjvm.dylib) [0x10df448ce]
1 Parse::Parse(JVMState*, ciMethod*, float, Parse*) + 1379 (libjvm.dylib) [0x10e25c15d]
1 Parse::do_all_blocks() + 625 (libjvm.dylib) [0x10e25a5eb]
1 Parse::do_one_block() + 193 (libjvm.dylib) [0x10e25a2e7]
1 Parse::do_one_bytecode() + 18506 (libjvm.dylib) [0x10e264168]
1 Parse::do_call() + 506 (libjvm.dylib) [0x10e01e4de]
1 Compile::call_generator(ciMethod*, int, bool, JVMState*, bool, float, ciKlass*, bool, bool) + 1108 (libjvm.dylib) [0x10e01de42]
1 InlineTree::ok_to_inline(ciMethod*, JVMState*, ciCallProfile&, WarmCallInfo*, bool&) + 89 (libjvm.dylib) [0x10ded3a41]
1 InlineTree::check_can_parse(ciMethod*) + 93 (libjvm.dylib) [0x10ded2cf7]
1 ciMethod::get_flow_analysis() + 107 (libjvm.dylib) [0x10df605c7]
1 ciTypeFlow::do_flow() + 20 (libjvm.dylib) [0x10df6d8b6]
1 ciTypeFlow::flow_types() + 249 (libjvm.dylib) [0x10df6d7bd]
1 ciTypeFlow::df_flow_types(ciTypeFlow::Block*, bool, ciTypeFlow::StateVector*, ciTypeFlow::JsrSet*) + 549 (libjvm.dylib) [0x10df6d16f]
1 ciTypeFlow::flow_block(ciTypeFlow::Block*, ciTypeFlow::StateVector*, ciTypeFlow::JsrSet*) + 327 (libjvm.dylib) [0x10df6cde5]
1 ciTypeFlow::StateVector::apply_one_bytecode(ciBytecodeStream*) + 1732 (libjvm.dylib) [0x10df6c3c2]
1 ciTypeFlow::StateVector::do_new(ciBytecodeStream*) + 31 (libjvm.dylib) [0x10df6b999]
1 ciBytecodeStream::get_klass(bool&) + 262 (libjvm.dylib) [0x10df68bc0]
1 ciEnv::get_klass_by_index(constantPoolHandle, int, bool&, ciInstanceKlass*) + 153 (libjvm.dylib) [0x10df5861b]
1 ciEnv::get_klass_by_index_impl(constantPoolHandle, int, bool&, ciInstanceKlass*) + 444 (libjvm.dylib) [0x10df57978]
1 ciEnv::get_klass_by_name_impl(ciKlass*, constantPoolHandle, ciSymbol*, bool) + 698 (libjvm.dylib) [0x10df571ec]
1 SystemDictionary::find_constrained_instance_or_array_klass(Symbol*, Handle, Thread*) + 284 (libjvm.dylib) [0x10e2eeb62]
1 LoaderConstraintTable::find_constrained_klass(Symbol*, Handle) + 9 (libjvm.dylib) [0x10e196ebf]
1 LoaderConstraintTable::find_loader_constraint(Symbol*, Handle) + 109 (libjvm.dylib) [0x10e196e99]
1 Compiler::compile_method(ciEnv*, ciMethod*, int) + 144 (libjvm.dylib) [0x10dedda66]
1 Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) + 404 (libjvm.dylib) [0x10dedd25e]
1 Compilation::compile_method() + 109 (libjvm.dylib) [0x10dedd057]
1 Compilation::compile_java_method() + 88 (libjvm.dylib) [0x10dedce2e]
1 Compilation::build_hir() + 167 (libjvm.dylib) [0x10dedcc9f]
1 IR::IR(Compilation*, ciMethod*, int) + 133 (libjvm.dylib) [0x10def1ab3]
1 IRScope::IRScope(Compilation*, IRScope*, int, ciMethod*, int, bool) + 340 (libjvm.dylib) [0x10def1a02]
1 GraphBuilder::GraphBuilder(Compilation*, IRScope*) + 717 (libjvm.dylib) [0x10deec411]
1 GraphBuilder::iterate_all_blocks(bool) + 111 (libjvm.dylib) [0x10dee7f2f]
1 GraphBuilder::iterate_bytecodes_for_block(int) + 9289 (libjvm.dylib) [0x10deeb653]
1 GraphBuilder::invoke(Bytecodes::Code) + 2633 (libjvm.dylib) [0x10dee8fa7]
1 GraphBuilder::try_inline(ciMethod*, bool, Bytecodes::Code, Instruction*) + 222 (libjvm.dylib) [0x10dee8060]
1 GraphBuilder::try_inline_full(ciMethod*, bool, Bytecodes::Code, Instruction*) + 1076 (libjvm.dylib) [0x10dee78c6]
1 GraphBuilder::push_scope(ciMethod*, BlockBegin*) + 209 (libjvm.dylib) [0x10dee7363]
1 BlockListBuilder::BlockListBuilder(Compilation*, IRScope*, int) + 293 (libjvm.dylib) [0x10dedf4f9]
1 BlockListBuilder::set_leaders() + 59 (libjvm.dylib) [0x10dee6cc3]
1 ciMethod::bci_block_start() + 115 (libjvm.dylib) [0x10df60233]
1 MethodLiveness::compute_liveness() + 51 (libjvm.dylib) [0x10e21a0e3]
1 MethodLiveness::init_basic_blocks() + 252 (libjvm.dylib) [0x10e21982a]
1 GrowableArray<MethodLiveness::BasicBlock*>::GrowableArray(int, bool, unsigned short) + 82 (libjvm.dylib) [0x10e21a33c]
1 CompileBroker::compiler_thread_loop() + 375 (libjvm.dylib) [0x10dfa6641]
1 CompileQueue::get() + 122 (libjvm.dylib) [0x10dfa593a]
1 Monitor::wait(bool, long, bool) + 222 (libjvm.dylib) [0x10e221494]
1 Monitor::IWait(Thread*, long) + 168 (libjvm.dylib) [0x10e2212c4]
1 os::PlatformEvent::park(long) + 404 (libjvm.dylib) [0x10e242530]
1 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8bd12716]
1 <Kernel mode>
2 GCTaskThread::run() + 417 (libjvm.dylib) [0x10e053811]
2 StealRegionCompactionTask::do_it(GCTaskManager*, unsigned int) + 286 (libjvm.dylib) [0x10e267ed6]
2 SpinPause + 2 (libjvm.dylib) [0x10decfec2]
1 JavaMain + 2456 (java) [0x10d31bc99]
1 jni_CallStaticVoidMethod + 349 (libjvm.dylib) [0x10e0f3207]
1 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 447 (libjvm.dylib) [0x10e0f9fbe]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6255]
1 ??? [0x10ecc6210]
1 ??? [0x10ecc6210]
1 ??? [0x10ecd366e]
1 JVM_NewInstanceFromConstructor + 124 (libjvm.dylib) [0x10e11279d]
1 Reflection::invoke_constructor(oopDesc*, objArrayHandle, Thread*) + 385 (libjvm.dylib) [0x10e28a575]
1 Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*) + 3576 (libjvm.dylib) [0x10e28a24c]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecc6210]
1 ??? [0x10ecd366e]
1 JVM_DoPrivileged + 1206 (libjvm.dylib) [0x10e11ac86]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecdfa79]
1 InterpreterRuntime::_new(JavaThread*, ConstantPool*, int) + 94 (libjvm.dylib) [0x10e0c0f24]
1 InstanceKlass::initialize(Thread*) + 61 (libjvm.dylib) [0x10e09a623]
1 InstanceKlass::initialize_impl(instanceKlassHandle, Thread*) + 1479 (libjvm.dylib) [0x10e09a3a1]
1 InstanceKlass::call_class_initializer_impl(instanceKlassHandle, Thread*) + 191 (libjvm.dylib) [0x10e098f41]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc62e0]
1 ??? [0x10ecd350c]
1 InterpreterRuntime::prepare_native_call(JavaThread*, Method*) + 171 (libjvm.dylib) [0x10e0be303]
1 NativeLookup::lookup(methodHandle, bool&, Thread*) + 125 (libjvm.dylib) [0x10e224c8f]
1 NativeLookup::lookup_base(methodHandle, bool&, Thread*) + 155 (libjvm.dylib) [0x10e224af9]
1 NativeLookup::lookup_entry(methodHandle, bool&, Thread*) + 335 (libjvm.dylib) [0x10e22455f]
1 NativeLookup::lookup_style(methodHandle, char*, char const*, int, bool, bool&, Thread*) + 425 (libjvm.dylib) [0x10e223cbf]
1 JavaCalls::call_static(JavaValue*, KlassHandle, Symbol*, Symbol*, Handle, Handle, Thread*) + 108 (libjvm.dylib) [0x10e0c57e2]
1 JavaCalls::call_static(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 277 (libjvm.dylib) [0x10e0c56f5]
1 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 (libjvm.dylib) [0x10e0c54fa]
1 ??? [0x10ecbf4e7]
1 ??? [0x10ecc5fa0]
1 ??? [0x10ecd366e]
1 Java_java_lang_ClassLoader_00024NativeLibrary_find + 93 (libjava.dylib) [0x10d53fba7]
1 dlsym + 72 (libdyld.dylib) [0x7fff91a8f88c]
1 dlsym + 319 (dyld) [0x7fff6b068c7b]
1 ImageLoader::findExportedSymbolInImageOrDependentImages(char const*, ImageLoader::LinkContext const&, ImageLoader const**) const + 91 (dyld) [0x7fff6b06a89f]
1 ImageLoader::findExportedSymbolInDependentImagesExcept(char const*, ImageLoader const**, ImageLoader const**&, ImageLoader const**, ImageLoader const**) const + 305 (dyld) [0x7fff6b06a793]
1 ImageLoader::findExportedSymbolInDependentImagesExcept(char const*, ImageLoader const**, ImageLoader const**&, ImageLoader const**, ImageLoader const**) const + 165 (dyld) [0x7fff6b06a707]
1 startIOThread(void*) + 147 (CoreVideo) [0x7fff8f46d78f]
1 CVDisplayLink::runIOThread() + 608 (CoreVideo) [0x7fff8f46da08]
1 CVDisplayLink::performIO(CVTimeStamp*) + 206 (CoreVideo) [0x7fff8f46e5cc]
1 link_callback + 237 (QuartzCore) [0x7fff917fad40]
1 view_display_link(double, CVTimeStamp const*, void*) + 150 (QuartzCore) [0x7fff917fae7f]
1 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 2726 (QuartzCore) [0x7fff917fb95e]
1 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236 (QuartzCore) [0x7fff918060ef]
1 CA::OGL::Renderer::render(CA::Render::Update const*) + 655 (QuartzCore) [0x7fff918063f5]
1 CA::OGL::emit_shape(CA::OGL::Context&, CA::Shape const*) + 763 (QuartzCore) [0x7fff91809c61]
1 CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff91809f42]
1 CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 397 (QuartzCore) [0x7fff9180a105]
1 glDrawRangeElements_IMM_Exec + 265 (GLEngine) [0x7fff890f0a7a]
1 gleDoDrawDispatchCore + 104 (GLEngine) [0x7fff8912d116]
1 gleUpdateDrawFramebufferState + 525 (GLEngine) [0x7fff8912c40b]
1 gldUpdateDrawFramebuffer + 168 (libGPUSupportMercury.dylib) [0x7fff8fe9bf8e]
1 ??? (GeForceGLDriver + 3016818) [0x1234402e0872]
1 _pthread_mutex_lock + 64 (libsystem_pthread.dylib) [0x7fff8fac5645]
3 start + 52 (java) [0x10d319ed4]
3 main + 101 (java) [0x10d320699]
3 JLI_Launch + 1952 (java) [0x10d31a67c]
3 CreateExecutionEnvironment + 871 (java) [0x10d31e6db]
3 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8b32cf25]
3 __CFRunLoopRun + 831 (CoreFoundation) [0x7fff8b32d49f]
3 __CFRunLoopDoSources0 + 242 (CoreFoundation) [0x7fff8b32dd12]
3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x7fff8b33c661]
3 __NSThreadPerformPerform + 229 (Foundation) [0x7fff8815813e]
3 -[AWTStarter starter:] + 873 (libawt_lwawt.dylib) [0x1230d7afb]
3 +[NSApplicationAWT runAWTLoopWithApp:] + 156 (libosxapp.dylib) [0x1231474e8]
3 -[NSApplication run] + 553 (AppKit) [0x7fff8d286b2c]
3 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124 (libosxapp.dylib) [0x1231476d4]
3 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8d292a2b]
3 _DPSNextEvent + 1434 (AppKit) [0x7fff8d2933de]
3 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff877e45bc]
3 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff877e47b7]
3 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff877e4a0d]
3 CFRunLoopRunSpecific + 340 (CoreFoundation) [0x7fff8b32cf44]
3 __CFRunLoopDoObservers + 391 (CoreFoundation) [0x7fff8b33bd87]
3 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 (CoreFoundation) [0x7fff8b33be17]
3 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 71 (QuartzCore) [0x7fff917eb761]
3 CA::Transaction::commit() + 388 (QuartzCore) [0x7fff917dafd6]
3 CA::Context::commit_transaction(CA::Transaction*) + 236 (QuartzCore) [0x7fff917db33c]
3 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35 (QuartzCore) [0x7fff917db8b1]
3 CA::Layer::display_if_needed(CA::Transaction*) + 590 (QuartzCore) [0x7fff917dc162]
3 -[CAOpenGLLayer _display] + 395 (QuartzCore) [0x7fff91828e25]
2 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) + 758 (QuartzCore) [0x7fff9182929f]
2 ??? (GeForceGLDriver + 3100771) [0x1234402f5063]
1 ??? (GeForceGLDriver + 3100936) [0x1234402f5108]
1 ??? (GeForceGLDriver + 3010430) [0x1234402def7e]
1 ??? (GeForceGLDriver + 3010752) [0x1234402df0c0]
1 ??? (GeForceGLDriver + 3101187) [0x1234402f5203]
1 gpusSubmitDataBuffers + 141 (libGPUSupportMercury.dylib) [0x7fff8fe9a508]
1 IOAccelContextSubmitDataBuffers + 242 (IOAccelerator) [0x7fff9029d754]
1 IOConnectCallStructMethod + 56 (IOKit) [0x7fff88ea1c32]
1 IOConnectCallMethod + 349 (IOKit) [0x7fff88ea1a30]
1 io_connect_method + 377 (IOKit) [0x7fff88ef9a2e]
1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8bd0ea1a]
1 <Kernel mode>
1 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) + 733 (QuartzCore) [0x7fff91829286]
1 -[CGLLayer drawInCGLContext:pixelFormat:forLayerTime:displayTime:] + 238 (libawt_lwawt.dylib) [0x1230ad883]
1 jni_NewLocalRef + 147 (libjvm.dylib) [0x10e0e9f2f]
1 HandleMarkCleaner::~HandleMarkCleaner() + 73 (libjvm.dylib) [0x10dfdd3e9]
3 ??? [0xf003e95af8013887]
3 ??? [0x10f8af170]
3 ??? [0x10ef67f2a]
2 Java_sun_java2d_opengl_OGLRenderQueue_flushBuffer + 2886 (libawt_lwawt.dylib) [0x1230ced16]
2 ??? (GeForceGLDriver + 3100771) [0x1234402f5063]
2 ??? (GeForceGLDriver + 3100913) [0x1234402f50f1]
2 ??? (GeForceGLDriver + 2057460) [0x1234401f64f4]
2 ??? (GeForceGLDriver + 2056490) [0x1234401f612a]
2 ??? (GeForceGLDriver + 3008686) [0x1234402de8ae]
2 ??? (GeForceGLDriver + 3008975) [0x1234402de9cf]
2 ??? (GeForceGLDriver + 3015303) [0x1234402e0287]
1 Java_sun_java2d_opengl_OGLRenderQueue_flushBuffer + 1535 (libawt_lwawt.dylib) [0x1230ce7cf]
1 OGLContext_SetSurfaces + 232 (libawt_lwawt.dylib) [0x1230cb997]
1 ??? [0x100000f800007d]
1 ??? [0x10f4a766f]
1 SharedRuntime::dtan(double) + 198 (libjvm.dylib) [0x10e2a36b0]
1 __kernel_tan(double, double, int) + 1286 (libjvm.dylib) [0x10e2a1f36]
1 ??? [0xf002c23df801ec7f]
1 ??? [0x10f888768]
1 ??? [0x10eef042c]
1 JVM_GetStackAccessControlContext + 390 (libjvm.dylib) [0x10e11a53c]
1 vframeStreamCommon::next() + 57 (libjvm.dylib) [0x10e28ad6d]
1 frame::sender(RegisterMap*) const + 114 (libjvm.dylib) [0x10e031378]
1 frame::sender_for_compiled_frame(RegisterMap*) const + 162 (libjvm.dylib) [0x10e0310e4]
1 CodeCache::find_blob(void*) + 31 (libjvm.dylib) [0x10df8ae79]
1 nmethod::is_zombie() const + 11 (libjvm.dylib) [0x10e229f83]
1 ??? [0x10f8c55f5]
1 ??? [0x10f8abbb5]

Binary Images:
0x10d319000 - 0x10d329ff7 java <86862B0B-727E-3408-AA63-F29928C03D2E> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/java
0x10d53e000 - 0x10d561fe7 libjava.dylib (1) <66B5A3F0-73E3-3A2F-BCD8-241F089B85CF> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libjava.dylib
0x10d5e2000 - 0x10d5ebff7 com.apple.java.JavaRuntimeSupport 14.9.0 (14.9.0) <AB4F1817-A2DE-36F2-8052-3CD334906F79> /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
0x10de00000 - 0x10e59aff7 libjvm.dylib (1) <8662752D-50F9-38E7-B21A-556C38FD5307> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/server/libjvm.dylib
0x123094000 - 0x123103fff libawt_lwawt.dylib (1) <BE766C55-80CB-3099-A586-BDB1939436D6> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libawt_lwawt.dylib
0x123146000 - 0x12314bfff libosxapp.dylib (1) <88066D02-F160-3AC3-9F80-EA0D736F7A2E> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libosxapp.dylib
0x124a51000 - 0x124a55fff libosxui.dylib (1) <5B99CCC4-2413-3F1B-AA06-7987AC524CB7> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libosxui.dylib
0x123440000000 - 0x123440882ff7 com.apple.GeForceGLDriver 8.24.9 (8.2.4) <D25CEAA2-7269-3476-8A38-8C78D74D411B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff6b05d000 - 0x7fff6b090817 dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
0x7fff86cbc000 - 0x7fff875db68f com.apple.CoreGraphics 1.600.0 <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff877b6000 - 0x7fff87a60ff5 com.apple.HIToolbox 2.1 <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff880f5000 - 0x7fff883f3fff com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff88e9d000 - 0x7fff88f07ff7 com.apple.framework.IOKit 2.0.1 <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff89048000 - 0x7fff891d5ff7 GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8b2bd000 - 0x7fff8b4a2fff com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8bcfd000 - 0x7fff8bd19ff7 libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
0x7fff8d26f000 - 0x7fff8dde5fff com.apple.AppKit 6.9 (1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f46c000 - 0x7fff8f491ff7 com.apple.CoreVideo 1.8 (117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8fac1000 - 0x7fff8fac8ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff8fe97000 - 0x7fff8fea2fff libGPUSupportMercury.dylib (9.6) <3E5636DB-5EED-3C31-8B6D-8CBFE965BC12> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff9029c000 - 0x7fff902a0fff com.apple.IOAccelerator 98.14 (98.14) <13EE735B-BD43-3E9B-9908-E423A17C4517> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff90960000 - 0x7fff90a44fff com.apple.coreui 2.1 (231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff91758000 - 0x7fff91780ffb libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff917c8000 - 0x7fff91964ff3 com.apple.QuartzCore 1.8 (332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff91a8d000 - 0x7fff91a90ff7 libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib


Powerstats for: WindowServer
Start time: 2014-05-08 16:10:21 +0200
End time: 2014-05-08 16:10:34 +0200
Microstackshots: 3 samples (9%)
Primary state: 2 samples Non-Frontmost App, Non-Background Priority, User mode
User Activity: 0 samples Idle, 3 samples Active
Power Source: 0 samples on Battery, 3 samples on AC
2 start + 1 (libdyld.dylib) [0x7fff91a905fd]
2 main + 9 (WindowServer) [0x10f723f96]
2 CGXServer + 807 (CoreGraphics) [0x7fff86ebff26]
2 CGXRunOneServicesPass + 164 (CoreGraphics) [0x7fff86ebf6e9]
2 run_timer_pass + 379 (CoreGraphics) [0x7fff871140de]
2 update_display_callback + 125 (CoreGraphics) [0x7fff86f9b6c1]
1 CGXUpdateDisplay + 3412 (CoreGraphics) [0x7fff86f9c4d9]
1 CGXAcquireDisplayDeviceSurface + 4298 (CoreGraphics) [0x7fff86f39e8d]
1 CGXGLAccelAccess + 154 (CoreGraphics) [0x7fff86e2c956]
1 attach_surface + 203 (CoreGraphics) [0x7fff871bea0e]
1 gliAttachDrawableWithOptions + 264 (GLEngine) [0x7fff89056ae9]
1 gldAttachDrawable + 846 (libGPUSupportMercury.dylib) [0x7fff8fea1c24]
1 IOAccelGLContextSetDrawable + 143 (IOAccelerator) [0x7fff9029e7ac]
1 IOConnectCallStructMethod + 56 (IOKit) [0x7fff88ea1c32]
1 IOConnectCallMethod + 349 (IOKit) [0x7fff88ea1a30]
1 io_connect_method + 377 (IOKit) [0x7fff88ef9a2e]
1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8bd0ea1a]
1 <Kernel mode>
1 CGXUpdateDisplay + 8689 (CoreGraphics) [0x7fff86f9d976]
1 CGLayerComposite + 116 (CoreGraphics) [0x7fff86f37804]
1 CGXGLAccelComposite + 1233 (CoreGraphics) [0x7fff86e30f4d]
1 gl_composite_layers + 38 (CoreGraphics) [0x7fff86e3178e]
1 gl_composite_layer + 479 (CoreGraphics) [0x7fff86e358d9]
1 gl_composite_layer_core + 14742 (CoreGraphics) [0x7fff86e3d54a]
1 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8fac6fc9]
1 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8fac272a]
1 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8fac2899]
1 eventThread + 263 (CoreGraphics) [0x7fff87132818]
1 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8b3e2811]
1 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8b32cf25]
1 __CFRunLoopRun + 1830 (CoreFoundation) [0x7fff8b32d886]
1 __CFRunLoopDoSource1 + 478 (CoreFoundation) [0x7fff8b33c84e]
1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 (CoreFoundation) [0x7fff8b33c8d9]
1 __CFMachPortPerform + 157 (CoreFoundation) [0x7fff8b33c98d]
1 proc_donate_importance_boost + 73 (libsystem_kernel.dylib) [0x7fff8bd0f8b4]

Binary Images:
0x10f723000 - 0x10f723ffd WindowServer (599.21.1) <7A2481FF-A6FF-35E8-A36E-91A2F8D12863> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Resources/WindowServer
0x7fff86cbc000 - 0x7fff875db68f com.apple.CoreGraphics 1.600.0 <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff88e9d000 - 0x7fff88f07ff7 com.apple.framework.IOKit 2.0.1 <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff89048000 - 0x7fff891d5ff7 GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8b2bd000 - 0x7fff8b4a2fff com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8bcfd000 - 0x7fff8bd19ff7 libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
0x7fff8fac1000 - 0x7fff8fac8ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff8fe97000 - 0x7fff8fea2fff libGPUSupportMercury.dylib (9.6) <3E5636DB-5EED-3C31-8B6D-8CBFE965BC12> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff9029c000 - 0x7fff902a0fff com.apple.IOAccelerator 98.14 (98.14) <13EE735B-BD43-3E9B-9908-E423A17C4517> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff91a8d000 - 0x7fff91a90ff7 libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
Nur das Heli-X Menu erscheint. Keine Einstellungen usw. auch kein Bild.
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Michael »

Kannst Du bitte mal HELI-X 5 als Linux-version downloaden. In ein Directory entpacken und dort das Command-File aufrufen. Was geht dann? Welche Meldungen kommen?

Danke

Michael
Dindihi
Posts: 3
Joined: 29 May 2014 09:03

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Dindihi »

Klaro:
main:HELI-X5 username$ ./runHELI-X.command
Set new path for the resources: /Users/username/Desktop/HELI-X5/resources/
Set new path for the user files: /Users/username/Desktop/HELI-X5/files/
Couldn't find tag "WindowSettings" in file "/Users/username/Desktop/HELI-X5/files/Application/ApplicationSettings.xml"
Couldn't find tag "InfoWindow" in file "/Users/username/Desktop/HELI-X5/files/Application/ApplicationSettings.xml"
Couldn't find tag "ChatWindow" in file "/Users/username/Desktop/HELI-X5/files/Application/ApplicationSettings.xml"
Controller found: Name: Saitek Pro Flight Rudder Pedals(Saitek Pro Flight Rudder Pedals)
Controller found: Name: Saitek X52 Flight Control System(Saitek X52 Flight Control System)
Using Stick Saitek X52 Flight Control System
Digital component found:0
Digital component found:1
Digital component found:2
Digital component found:3
Digital component found:4
Digital component found:5
Digital component found:6
Digital component found:7
Digital component found:8
Digital component found:9
Digital component found:10
Digital component found:11
Digital component found:12
Digital component found:13
Digital component found:14
Digital component found:15
Digital component found:16
Digital component found:17
Digital component found:18
Digital component found:19
Digital component found:20
Digital component found:21
Digital component found:22
Digital component found:23
Digital component found:24
Digital component found:25
Digital component found:26
Digital component found:27
Digital component found:28
Digital component found:29
Digital component found:30
Digital component found:31
Analog component found:x
Analog component found:y
Analog component found:rz
Analog component found:z
Analog component found:rx
Analog component found:ry
Analog component found:slider
Digital component found:pov
Controller configuration file not found: /Users/username/Desktop/HELI-X5/files/controller/SaitekX52FlightControlSystem.xml
Exception in thread "LWJGL Renderer Thread" java.lang.UnsatisfiedLinkError: Can't load library: /Users/username/Desktop/HELI-X5/liblwjgl.dylib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:206)
at java.lang.Thread.run(Thread.java:744)
Statistik Fenster kommt noch, dann war's das :-(
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Michael »

Kannst Du mal die Bibliothe liblwjgl.dylib aus dem libs/jme3 Verzeichnis in /Users/username/Desktop/HELI-X5 kopieren ?

Michael
Dindihi
Posts: 3
Joined: 29 May 2014 09:03

Re: OS X 10.9.3 mit Java 8 läuft nicht

Post by Dindihi »

Diese "liblwjgl.dylib" Datei existiert nicht, weder bei der Linux, noch bei der Mac Version.
jme3 folder auch nicht, nur jme (ohne 3)

Schaue mal in der Windows Version, ob da diese Datei besteht.


Es besteht nur dir liblwjgl.jnilib Datei im lwjgl package, welches oben bereits besprochen wurde.


Edit:

ln -s liblwjgl.jnilib liblwjgl.dylib
hat gereicht. geht jetzt (Linux Version am Mac...Mac noch nicht getestet.


Edit2:
Wenn ich über den Finder Starte, geht's noch immer nicht. über Terminal geht's!
Post Reply