java JavaFX 错误:异常:使用了无意义的 REX 前缀
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29063306/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
JavaFX error: ANOMALY: meaningless REX prefix used
提问by lkallas
Sometimes when I close my JavaFX application I get these errors on my console:
有时,当我关闭 JavaFX 应用程序时,我的控制台上会出现以下错误:
[0x7FEF231B2F8] ANOMALY: meaningless REX prefix used
[0x7FEF2320B64] ANOMALY: meaningless REX prefix used
When I google it I only get Minecraft related forum posts.
当我用谷歌搜索时,我只得到与 Minecraft 相关的论坛帖子。
What does this error mean? What is REX prefix? Should I be worried about this anomaly?
这个错误是什么意思?什么是 REX 前缀?我应该担心这个异常吗?
Any help is appreciated.
任何帮助表示赞赏。
采纳答案by lkallas
It seems that this anomaly is caused by recent graphics card replacement. I don't know exactly if it is caused by the drivers or the card itself.
看来这个异常是最近更换显卡引起的。不知道是驱动的原因还是卡本身的原因。
Didn't think of that before, but anomalies started right after graphics card upgrade. With old card I can't reproduce these anomalies anymore.
之前没有想到,但在显卡升级后立即出现异常。使用旧卡,我无法再重现这些异常情况。
I hope this answer is somewhat helpful to others.
我希望这个答案对其他人有所帮助。
回答by Zwulf
I have had installed the team viewer 10 monitor driver. After uninstalling I was able to set up the monitor brightness again (the main reason for uninstalling the driver).
我已经安装了 team viewer 10 显示器驱动程序。卸载后我可以再次设置显示器亮度(卸载驱动程序的主要原因)。
The reason for this answer: It seams the monitor driver also has been the cause for this error message.
这个答案的原因:它接缝监视器驱动程序也是导致此错误消息的原因。
回答by Philip Vaughn
I just started getting this error in eclipse in my javaFX programs after I replaced my desktop with a new one (the new Desktop has an AMD Graphics card as opposed to nVidia in the old one). This could be the cause I suppose. I actually would like to suppress these errors in eclipse if it's possible.
在我用新桌面替换我的桌面(新桌面有一个 AMD 显卡,而不是旧的 nVidia)后,我才开始在我的 javaFX 程序中的 eclipse 中遇到这个错误。这可能是我认为的原因。如果可能的话,我实际上想在 eclipse 中抑制这些错误。