-
Notifications
You must be signed in to change notification settings - Fork 25
Problems starting on MacOSX #54
Comments
Hello @breiler, Do you have anything in the logs ? Can you send them ? Thanks, |
|
Can you paste the .metadata/.log please ? |
Oh sorry, I missed that:
|
I don't see any unexpected behaviour, except the NPE, but I guess you hit the OK button with nothing in the combobox, right ? Any way to do a live debug ? |
Hmm interesting. And if you start, and check the log (.metadata/.log), does the Null pointer exception appears when the dialog pops up ? With no interaction from your side ? |
Good test, it seems that the exception occurs when closing the application. |
Ok, so my guess is that the combo is nicely populated, but a focus issue prevents you from selecting anything in it. One workaround that might work is to go in the folder : and modify or create the Valid values for target board parameters are:
Let me now if that works. |
That works for getting the software to start, unfortunately the same focus issue exists for the rest of the application once it's loaded. |
Yes, I was kind of expecting that... Will take a look asap |
Last try, if you have it running in Eclipse, try commenting lines 53 and 54 and 98 in files
I have no other clues than that. I'll have to set up a test environment. |
I feel like a noob... =( |
Well, don't feel like a noob. The setup is really not easy, and it took me a LOT of time to do it. For now, I'll setup a MacOS environment. Always usefull. |
@breiler I manage to solve the issue by using Java JDK 1.8.151. Multiple java application report the same issues. Unfortunatly, so far I couldn't find anyone who clearly identified the issue. |
I'm using MacOSX 10.12.6. According to the metadata log Goko is running Java 9.0.4 which I also have installed but is not my default. I tried to remove that Java version (simply by just deleting it) and Goko started using my Java 1.8.0_60 which works. Thanks! I have the same problem with the 3D preview though. |
No Goko is supposed to run on Java 8, not 9. |
I have problems starting Goko on a Mac where the first window won't allow me to select controller. The drop down menu and the ok/cancel buttons are unresponsive and nothing happens when I click on them.
Also tried cloning the project, building and running it with the latest source with the same result.
The text was updated successfully, but these errors were encountered: