IsraelAbebe / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

NPE Exception In jME Desktop System #529

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using custom app settings, and not loading defaults (change some settings, 
but load others from previous launches), if a settings dialog image isn't 
specified, the JME Desktop System crashes, and gives a Null Pointer Exception.
-----------------------------------------------------------------------
An example of the code is as follows:

AppSettings settings = new AppSettings(false);
settings.setFrameRate(60);
Start app = new Start();
app.setSettings(settings);
app.start();
-----------------------------------------------------------------------
My jME Build Details:

Product Version: jMonkeyEngine SDK 3.0beta
Java: 1.7.0_05; Java HotSpot(TM) 64-Bit Server VM 23.1-b03
System: Linux version 3.2.0-29-generic running on amd64; UTF-8; en_US 
(jmonkeyplatform)

Original issue reported on code.google.com by wargo.jo...@gmail.com on 11 Aug 2012 at 4:20

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 11 Nov 2012 at 8:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've fixed this little issue.

Original comment by dschulz1...@gmail.com on 8 Dec 2012 at 8:53

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r10038.

Original comment by remy.bou...@gmail.com on 22 Dec 2012 at 2:55

GoogleCodeExporter commented 8 years ago
thanks for the patch

Original comment by remy.bou...@gmail.com on 22 Dec 2012 at 2:55