A
Anonymous
Guest
Beim Start(versuch) von Cachewolf scheitere ich irgendwie:
Das ganze mit der Java-Version unter Linux. Als Profil verwende ich eines, das auch auf dem Pocket PC läuft, aber selbst wenn ich ein neues anlege startet CW nicht. Das ganze ist übrigens Version 1.0.2320 (sowohl auf dem Rechner als auch auf dem Pocket PC).
Hat jemand eine Idee wo der Fehler zu suchen ist?
Code:
schrottie@fuuk-up:~$ java -jar /home/schrottie/geocaching/cachewolf/CacheWolf.jar
java.lang.NullPointerException
at ewe.fx.Mask.bitManipulate(Mask.java)
at ewe.fx.Mask.scale(Mask.java)
at ewe.fx.mImage.scale(mImage.java)
at CacheWolf.AttributesSelector.showAttributePalette(AttributesSelector.java:109)
at CacheWolf.AttributesSelector.setSelectionMasks(AttributesSelector.java:24)
at CacheWolf.FilterScreen.<init>(FilterScreen.java:255)
at CacheWolf.MainMenu.<init>(MainMenu.java:39)
at CacheWolf.MainForm.doIt(MainForm.java:100)
at CacheWolf.MainForm.<init>(MainForm.java:38)
at CacheWolf.CacheWolf.main(CacheWolf.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at ewe.reflect.Method.invokeInThread(Method.java)
at ewe.reflect.Method.nativeInvoke(Method.java)
at ewe.reflect.Method.invoke(Method.java)
at ewe.ui.mApp$1.run(mApp.java)
at ewe.sys.Coroutine.run(Coroutine.java)
Exiting application due to exception thrown in main().
schrottie@fuuk-up:~$
Hat jemand eine Idee wo der Fehler zu suchen ist?