thirdy / durian

Path of Exile Items watcher
http://thirdy.github.io/durian/
GNU General Public License v2.0
35 stars 10 forks source link

Breaks lines #71

Open ghost opened 8 years ago

ghost commented 8 years ago

When I launch Durian first time after PC boot it breaks my automated list and gives crap results, etc. Also had same problem with '1hsword 280pdps 6crit', it would break 6crit to a new line for some reason? Had to replace to '1hsword 6crit 280pdps' and it fixed. So I prolly have to replace 'pure' with other mods too to stop it from breaking into new lines for no reason? untitled-1

thirdy commented 8 years ago

I've seen this happen on the Config tab too which caused bad behaviour too.

My thinking right now is to move to JavaFX as this bug is probably some weird stuff in Java Swing; or maybe my code for file i/o is wrong.. annoying bug that I spent time with already..

Anyway, I look forward to getting this solved when I re-write durian in JavaFX