I noticed a very weird bug. When I was running the Sample Java "hello world" app (the guide for which can be found here: java hello world, I was able to run it fine using the "cmd.exe" and Powershell terminal programs.
However I have also installed, "Git For Windows" terminal on my windows machine. It has Bash commands and is very useful when working with projects using git. In this terminal program, I noticed that the Sample.java "hello world" program did not run as expected. Specifically the "OnFrame" function does not seem to get executed. I could not seen any of the print statements for this function in the "Git For Windows" terminal. However I did see "Connected" print statement, so I knew the controller was connected and working fine.
Like I said, the program compiled and ran absolutely fine in Powershell and cmd.exe. I could see all the print statements, including those in OnFrame method.
This was a very frustrating bug and kinda hard to track down. I would really appreciate if someone was able to verify it on their own machine. Any insight into why this may be occurring would also be very helpful.
Thank you!