焦点和焦点不集中的JavaFX应用程序使用Java 8在macOS Mojave上导致“断言失败”

时间:2018-12-16 09:31:30

标签: java macos javafx

当我启动JavaFX(通用测试或完整版)应用程序时,又在IntelliJ IDE应用程序上也没有单击焦点时,再单击该应用程序,它将对其进行垃圾邮件处理。

2018-12-16 01:24:48.423 java[1549:66391] unrecognized type is 4294967295
2018-12-16 01:24:48.423 java[1549:66391] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:1969
2018-12-16 01:25:07.359 java[1549:66391] unrecognized type is 4294967295
2018-12-16 01:25:07.359 java[1549:66391] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:1969
2018-12-16 01:25:08.152 java[1549:66391] unrecognized type is 4294967295
2018-12-16 01:25:08.152 java[1549:66391] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:1969
2018-12-16 01:26:29.488 java[1549:66391] unrecognized type is 4294967295
2018-12-16 01:26:29.488 java[1549:66391] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:1969
2018-12-16 01:26:30.188 java[1549:66391] unrecognized type is 4294967295
2018-12-16 01:26:30.188 java[1549:66391] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:1969

当我使用macOS High Sierra时,它运行良好,并且从未遇到这些问题。但是,随着macOS Mojave的新更新,它给了我这些错误。

我无济于事。当前使用Java 1.8.0_181,但在1.8.0_191上也出现问题。 (Java 8)

目前(对于)中断应用程序尚无任何帮助,但确实会导致控制台垃圾邮件。

是什么导致此断言失败,我如何确定“无法识别的类型是4294967295”是什么?

当前想到的唯一解决方法是降级OS版本,但我不能要求所有用户都这样做。

0 个答案:

没有答案