问题描述
有时当我关闭 JavaFX 应用程序时,我的控制台上会出现以下错误:
Sometimes when I close my JavaFX application I get these errors on my console:
[0x7FEF231B2F8] ANOMALY: meaningless REX prefix used
[0x7FEF2320B64] ANOMALY: meaningless REX prefix used
当我用谷歌搜索时,我只会得到与 Minecraft 相关的论坛帖子.
When I google it I only get Minecraft related forum posts.
这个错误是什么意思?什么是 REX 前缀?我应该担心这个异常吗?
What does this error mean? What is REX prefix?Should I be worried about this anomaly?
感谢任何帮助.
推荐答案
看来这个异常是最近更换显卡引起的.不知道是驱动的原因还是卡本身的原因.
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.
这篇关于JavaFX 错误:异常:使用了无意义的 REX 前缀的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!