Modify ↓
#4551 closed defect (fixed)
r3007 causes an NPE on startup
Reported by: | Daeron | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | malenki |
Description
JOSM is unusable after r3007 as it causes an NPE on startup: (with clean config)
Build-Date: 2010-02-17 23:41:48 Revision: 3007 Is-Local-Build: true Memory Usage: 23 MB / 910 MB (7 MB allocated, but free) Java version: 1.6.0_17, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM Operating system: Linux java.lang.NullPointerException at org.openstreetmap.josm.io.MirroredInputStream.getZipEntry(MirroredInputStream.java:102) at org.openstreetmap.josm.gui.tagging.TaggingPreset.readFromPreferences(TaggingPreset.java:648) at org.openstreetmap.josm.gui.preferences.TaggingPresetPreference.initialize(TaggingPresetPreference.java:84) at org.openstreetmap.josm.Main.<init>(Main.java:214) at org.openstreetmap.josm.gui.MainApplication.<init>(MainApplication.java:49) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:193)
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r3009 also.
The strange thing is that after clicking away the error message, the window "Main window is being generated" remains. Clicking at it causes it to disappear but Josm still runs.