Can't create a New Project

Hi I have the following problem: The SDK not let me create new projects, when i use the option: File > New Proyect i get the message “Please wait” and no error appears, also sometimes the SDK it frozen and I must kill the process.

Does anyone know why?

PS: I’m using the SDK RC 2.0 on Ubuntu 12.04 and those errors appeared a few days after i started using the SDK

I’m having the same problem, you may want to follow the discussion here: http://hub.jmonkeyengine.org/forum/topic/sdk-hangs/

Can you say what graphics card and driver version you’re using?
That might help excluding potential causes.

<cite>@toolforger said:</cite> Can you say what graphics card and driver version you're using? That might help excluding potential causes.

VGA compatible controller: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6530D]

Driver Version: 9.00.11-120920a-147436C-ATI

this image have all you ask for, but the languje is spanish

Thanks.
That means if your and my problem are indeed the same, it’s not a driver issue.

Do you have an IDE log?
The SDK may not show the last error if it hangs before it can output the message.
The log file can be found at the location described in https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:troubleshooting, see “Preferences and Settings” and “Logs”.

here’s a link to download the log file. its has several lines, that why i upload the file and didn’t post the content.

I have looked in the Netbeans bug tracker, seems like this kind of behaviour hasn’t been reported there.
(For reference: Google search was [java]netbeans “java.lang.IllegalStateException: This must happen in the event thread!” firePropertyChange[/java])

Something in NewFile triggers an update that should happen inside the event loop but it’s outside.
Not sure whether that’s a Netbeans or an SDK problem. Somebody who’s doing actual SDK GUI programming should investigate this.

1 Like