This application has Unexpectedly Quit
Invocation of this Java Application has caused an Invocation TargetException. This Application will now exit (LAX)
hitting the details button throws up the following
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Unknown Source)
at java.util.Properties.load(Unknown Source)
at com.gallery.GalleryRemote.prefs.PropertiesFile.read(PropertiesFile.java:175)
at com.gallery.GalleryRemote.prefs.PropertiesFile.checkRead(PropertiesFile.java:144)
at com.gallery.GalleryRemote.prefs.PropertiesFile.getProperty(PropertiesFile.java:121)
at com.gallery.GalleryRemote.prefs.GalleryProperties.getIntProperty(GalleryProperties.java:353)
at com.gallery.GalleryRemote.GalleryRemoteMainFrame.initializeGR(GalleryRemoteMainFrame.java:52)
at com.gallery.GalleryRemote.GalleryRemote.main(GalleryRemote.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
could this be the reason why GR has been forgetting my URLs recently?? (i had to add the URL of each gallery on loading GR, until about an hour ago, when it started chucking up this error...)
strangely, it was working a couple of hours ago - until, immediatly after uploading some pics to one gallery, i had a BSOD, caused by my graphics card(ASUS V8170DDR - a geForce 4 MX440 - file anv4disp.dll has been casuing random crashes lately), and i was just wondering if there could be any correaltion between the two...
thanks for any insights you might have into this.
Posts: 1479
Yes, this is a sign the properties file is corrupt. Your best bet it to delete it...
Posts: 22
thanks for the prompt reply - but just one more question - where IS this properties file?
theres 3 or 4 in various places in the galery remote folder, and a fair few in the java folder...
Posts: 1479
http://gallery.menalto.com/modules.php?op=modload&name=GalleryDocs&file=index&page=gallery-remote.using.php#gallery-remote.using.preferences
Posts: 22
yay - its working!! :D
many thanks for all your help.