Amin
Amin
Thanks @jperedadnr, No logs. I've redirected the exe output to out.txt. The file is empty after running the program. To clarify, I am able to generate the exe file and...
> true I'm doing so right now. BTW, I've just understand that I've not provided enough information on how I am running the program. I was not running it via...
Here is the result when **mvn client:run** issued. The same with **mvn client:link client:run** ``` [Tue Jun 09 22:10:59 IRDT 2020][INFO] ==================== RUN TASK ==================== [Tue Jun 09 22:10:59 IRDT...
I'm not using reflection nor fxml. Here is the code snippet from #89 ``` TableView table = new TableView(); for (int i = 0; i < 100; i++) { TableColumn...
I'm testing the fix right now, If so, I will continue the rest in #89 since It has yet another part which is unresolved.
OK, the program is now running. However, it crashes when I do some scrolling over the table data then clicking a row (I am not sure if the reproduction steps...
Yes, my bad. I edited the comment above: 3. No logs available. Note: I clicked over a row. Then maximized the stage here is what happened (the image attached) 
Here are logs for last 3 executions with at least one crash [Tue Jun 09 22:29:26 IRDT 2020][INFO] ==================== RUN TASK ==================== [Tue Jun 09 22:29:26 IRDT 2020][FINE] PB Command...
I've found that it rarely happen when running via mvn client:run command. But it is very likely to happen when double clicking the exe file. (Can't log this?)
Yes you were. Now I did it. no logs when crashed. The out.txt file is empty again. A hundred percent of times it crashes when running directly via terminal as...