anybody got a idea what could cause this? <https:/...
# tornadofx
n
anybody got a idea what could cause this? https://gist.github.com/NikkyAI/809525ed3466ec8ea179019dd3c41a2a this happens in a jfx/tornadoFX app that uses data2viz in a canvas and one additional textarea for log output figured it out.. something about unicode in strings messed up, so i have to try hard to not use geometric symbols from unicode
a
I had something similar with JFreeChart. If I remember correctly, it could be caused by ansinchronized access to rendering methods. What version of JavaFX do you use?
n
it was caused by unicode symbols and went away as i replaced then with
square
,
triangle
, etc written out
turns out my package managed claimed i have no version of openjfx installed, wonder where that came from then.. well.. mysterious but i use java 1.8_202