Re: Cryptic exception when drawing in huge canvas

2018-11-08 Thread Kevin Rushforth
There is already a bug filed on this: https://bugs.openjdk.java.net/browse/JDK-8089835 Yes, a more meaningful error message would be useful. -- Kevin On 11/8/2018 11:35 AM, Selim Dincer wrote: Hey, this morning I was doing something with the canvas control and got its size wrong. It was

RFR: JDK-8088418: Reintroducing the JFR Pulse Logger

2018-11-08 Thread Marcus Hirt
Hi all, Please review this PR to reintroduce the JFR Pulse Logger. Jira: https://bugs.openjdk.java.net/browse/JDK-8088418 PR: https://github.com/javafxports/openjdk-jfx/pull/272 Kind regards, Marcus

Re: Problems building openjfx

2018-11-08 Thread Michael Ennen
Indeed it requires choco package manager and it is meant to be run in powershell. Thank you for taking the time to report what worked for you. If there are any changes you think should be added to the script, feel free to open a PR on https://github.com/javafxports/openjdk-jfx as it is now

RE: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
Thanks for your help Artur. I’ve compiled successfully and AudioClip is working without throwing the glib lite link error. For those also interested in compiling on a new machine, download the Windows 7 SDK. Before installing, make sure that you’ve removed the VC++ 2010 Redistributable

Cryptic exception when drawing in huge canvas

2018-11-08 Thread Selim Dincer
Hey, this morning I was doing something with the canvas control and got its size wrong. It was way taller than I expected and I had an NPE somewhere in NGCanvas but I didn't really understand what was wrong because nothing was pointing to my code. I don't know how it behaves on linux, I was

Re: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread Artur Khusainov
(misleading attachment in previous message, sorry) пт, 9 нояб. 2018 г. в 0:15, Artur Khusainov : > This is known issue. You probably already installed Microsoft Visual C++ > 2010 Redistributable. Uninstall both x64 and x86, then try again. > > > чт, 8 нояб. 2018 г. в 23:53, : > >> Thanks. I

Re: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread Artur Khusainov
This is known issue. You probably already installed Microsoft Visual C++ 2010 Redistributable. Uninstall both x64 and x86, then try again. чт, 8 нояб. 2018 г. в 23:53, : > Thanks. I tried installing the Windows 7 SDK from you link, but the > installer errored out mentioning that I needed the

RE: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
Thanks. I tried installing the Windows 7 SDK from you link, but the installer errored out mentioning that I needed the RTM .NET Framework 4. Should I try to install this as well from here? https://www.microsoft.com/en-us/download/details.aspx?id=17851 Is it possible to compile and link

Re: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread Kevin Rushforth
Sorry, that should be 'v7.1' (not 7.1a). -- Kevin On 11/8/2018 10:23 AM, Kevin Rushforth wrote: You need the Windows SDK v7.1a, which has the DirectShow Base Classes. -- Kevin On 11/8/2018 9:53 AM, c...@bekwam.com wrote: Hi, I'm able to build a non-media version of 8udev successfully.

Re: COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread Kevin Rushforth
You need the Windows SDK v7.1a, which has the DirectShow Base Classes. -- Kevin On 11/8/2018 9:53 AM, c...@bekwam.com wrote: Hi, I'm able to build a non-media version of 8udev successfully. However, when I try the -PCOMPILE_MEDIA option, I'm getting an error Task

COMPILE_MEDIA Error on 8udev - DirectShow Question

2018-11-08 Thread carl
Hi, I'm able to build a non-media version of 8udev successfully. However, when I try the -PCOMPILE_MEDIA option, I'm getting an error > Task :media:buildWinPlugins make: Entering directory '/cygdrive/d/hg/rt/modules/media/src/main/native/gstreamer/projects/win/fxpl ugins' make

RE: Gradle File Rename Error in 8u Dev Build

2018-11-08 Thread carl
Hi, No open files and I've tried a few variations of gradle with and without the daemon. I can issue a quick rm following the failed gradle so I don't think there's contention. -Carl -Original Message- From: Kevin Rushforth Sent: Thursday, November 8, 2018 11:53 AM To:

Re: Gradle File Rename Error in 8u Dev Build

2018-11-08 Thread Kevin Rushforth
Two questions: 1) Are you using the gradle daemon? If so, you might try disabling it. 2) Are you running any applications that might still have jfxrt.jar open? If so, you should stop them before rebuilding. -- Kevin On 11/8/2018 6:57 AM, c...@bekwam.com wrote: Hi, I was wondering

Re: Problems building openjfx

2018-11-08 Thread Dean Wookey
Hi Johan, Michael's build script helped me a lot. I'm on windows 10. It just runs in powershell after installing chocolatey, (.\tools\scripts\build1.ps from the openjdk root dir). The only environment variables I've got set are JAVA_HOME/JDK_HOME. I did have to make some modifications however to

Gradle File Rename Error in 8u Dev Build

2018-11-08 Thread carl
Hi, I was wondering if anyone's solved a renaming error I get when I run gradle. I have a reliable workaround which is to delete the file prior to running gradle. > Unable to rename old file (D:\hg\rt\build\sdk\rt\lib\ext\jfxrt.jar) to temporary file Thanks in advance, Carl

Re: [11] Request approval to backport 8211304: [macOS] Crash on focus loss from dialog on macOS 10.14 Mojave

2018-11-08 Thread Johan Vos
+1 for this backport. On Thu, Nov 8, 2018 at 2:15 PM Kevin Rushforth wrote: > Hi Johan, > > I request approval to backport the following critical bug to 11-dev (for > 11.0.2). > > JBS: https://bugs.openjdk.java.net/browse/JDK-8211304 > Changeset:

[11] Request approval to backport 8211304: [macOS] Crash on focus loss from dialog on macOS 10.14 Mojave

2018-11-08 Thread Kevin Rushforth
Hi Johan, I request approval to backport the following critical bug to 11-dev (for 11.0.2). JBS: https://bugs.openjdk.java.net/browse/JDK-8211304 Changeset: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/e864311d97e6 The changeset patch applies cleanly to 11-dev. -- Kevin