Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
焦点和非焦点JavaFX应用程序导致;断言失败“;在macOS Mojave上使用Java 8_Java_Macos_Javafx - Fatal编程技术网

焦点和非焦点JavaFX应用程序导致;断言失败“;在macOS Mojave上使用Java 8

焦点和非焦点JavaFX应用程序导致;断言失败“;在macOS Mojave上使用Java 8,java,macos,javafx,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:event

当我启动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的更新,它给了我这些错误

我环顾四周都没有结果。目前正在使用Java1.8.0_181,但问题也发生在1.8.0_191上。(爪哇8)

目前,它还没有做任何关于破坏应用程序的事情,但它确实会导致控制台被垃圾处理

是什么导致此断言失败?如何确定“未识别类型为4294967295”是什么


目前我想到的唯一修复方法是降级操作系统版本,但我不能要求我的所有用户都这么做。

如果使用Java 8u191/8u192会发生什么?我会检查并报告,但我现在用于分发的编译器只适用于1.8.0_181(开箱即用),这就是我决定继续使用它的原因。@Slaw,看起来是同一个问题。请同时查看此问题:可能有帮助…这看起来在JDK 8u202中得到了纠正。