JavaFX error: ANOMALY: meaningless REX prefix used

后端 未结 3 1258
谎友^
谎友^ 2020-12-10 15:50

Sometimes when I close my JavaFX application I get these errors on my console:

[0x7FEF231B2F8] ANOMALY: meaningless REX prefix used
[0x7FEF2320B64] ANOMALY:          


        
相关标签:
3条回答
  • 2020-12-10 16:02

    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.

    0 讨论(0)
  • 2020-12-10 16:08

    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.

    0 讨论(0)
  • 2020-12-10 16:24

    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).

    The reason for this answer: It seams the monitor driver also has been the cause for this error message.

    0 讨论(0)
提交回复
热议问题