Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaFX error: ANOMALY: meaningless REX prefix used

Tags:

java

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

When I google it I only get Minecraft related forum posts.

What does this error mean? What is REX prefix? Should I be worried about this anomaly?

Any help is appreciated.

like image 887
lkallas Avatar asked Mar 15 '15 16:03

lkallas


2 Answers

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.

like image 81
lkallas Avatar answered Nov 09 '22 02:11

lkallas


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.

like image 43
Zwulf Avatar answered Nov 09 '22 02:11

Zwulf