e4-rendering icon indicating copy to clipboard operation
e4-rendering copied to clipboard

java fx demo hanging

Open ghost opened this issue 13 years ago • 5 comments

i set up the projects with java fx 2.2 and the latest runtime and tooling from efxclipse. Swing and swt run perfectly but the javafx contacts demo hangs right after the debug line: TrimBarRenderer.processContents(): toolbar:org.eclipse.ui.main.toolbar is logged. Will debug this myself too but wanted to ask if there are some changes not commited. Or maybe it is intended for javafx pre 2.2 ?

ghost avatar Jul 23 '12 13:07 ghost

Thx, I'll take a look at it. It is supposed to run with both JavaFX 2.2 and 2.1.

Kai

-----Original Message----- From: scela [mailto:[email protected]] Sent: Montag, 23. Juli 2012 15:17 To: Kai Toedter Subject: [e4-rendering] java fx demo hanging (#1)

i set up the projects with java fx 2.2 and the latest runtime and tooling from efxclipse. Swing and swt run perfectly but the javafx contacts demo hangs right after the debug line: TrimBarRenderer.processContents(): toolbar:org.eclipse.ui.main.toolbar is logged. Will debug this myself too but wanted to ask if there are some changes not commited. Or maybe it is intended for javafx pre 2.2 ?


Reply to this email directly or view it on GitHub: https://github.com/toedter/e4-rendering/issues/1

toedter avatar Jul 23 '12 17:07 toedter

Under Windows 7 everything works fine: Latest e(fx)clipse 1.0, latest JavaFX 2.2 (b18). Tested with both platform.runtime and platform.ui from 4.2 as well as from the latest git master.

While environment (OS etc.) are you using?

toedter avatar Jul 23 '12 18:07 toedter

Win 7, all 64 bit stack (java, javafx, eclipse). Maybe It is something i did with efxclipse installation but they seem fine up to that point. I'll fire the debugger and will be back with details.

ghost avatar Jul 23 '12 19:07 ghost

I use 64 bit Windows 7 but my Java stack is 32 bit...

-----Original Message----- From: scela [mailto:[email protected]] Sent: Montag, 23. Juli 2012 21:09 To: Kai Toedter Subject: Re: [e4-rendering] java fx demo hanging (#1)

Win 7, all 64 bit stack (java, javafx, eclipse). Maybe It is something i did with efxclipse installation but they seem fine up to that point. I'll fire the debugger and will be back with details.


Reply to this email directly or view it on GitHub: https://github.com/toedter/e4-rendering/issues/1#issuecomment-7187835

toedter avatar Jul 23 '12 19:07 toedter

Stepping into the run I see everything hangs on stage.show() in WWRenderer. I stepped into further and the last sane stack trace line is : Window$10.invalidated() line: not available then everything hangs. I'll try attaching JavaFX's source to see the code.

ghost avatar Jul 23 '12 19:07 ghost