27.05.2010, 22:16
(This post was last modified: 27.05.2010, 22:18 by routeconverter.)
(27.05.2010, 18:23)hvdwolf Wrote: Hi, my first post here.
Welcome to this forum!
(27.05.2010, 18:23)hvdwolf Wrote: so not the prereleases as I assume they are now older than the one on the downloads page
That assumption is not valid for my release process. The prereleases are always the latest versions you can get. And I update them at least once a week.
(27.05.2010, 18:23)hvdwolf Wrote: The .app doesn't run at all. I opened it from the command line to get stderr/stdout in the terminal with
and gotCode:open RouteConverter.app
This normally means that the internal structure from the bundle is not correct.Code:LSOpenFromURLSpec() failed with error -10810 for the file /Users/harryvanderwolf/Documents/Navigon/RouteConverter/RouteConverter.app
I'm using the Maven osxappbundle-maven-plugin and thought it would produce reasonable bundles... Any hints regarding the pom.xml are appreciated.
(27.05.2010, 18:23)hvdwolf Wrote: Then I started the jar with
and gotCode:java -jar RouteConverter.jar
Code:java -jar RouteConverter.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
From which in conclude that this does not start the Java 6 but the Java 5?
(27.05.2010, 18:23)hvdwolf Wrote: The jar works fine apart from the map screen.
It worked after the UnsupportedClassVersionError?
(27.05.2010, 18:23)hvdwolf Wrote: It starts with an error "Can't open <blah blah> due to unknow file type" (note:translated back to english from dutch) for the source. This is due to the fact that the application somehow tries to open a folder instead of a file.
Some users reported this to me and I'm confused... do you have an idea what can cause this error?
(27.05.2010, 18:23)hvdwolf Wrote: And then I started the jar withwhich gave the following errorCode:java -XstartOnFirstThread -jar RouteConverter.jar
Code:Caused by: java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
This is the real issue - can you manage to use the 32-bit Java 6 version? Or is it easier if I'd package a RouteConverter with an 64-bit SWT-library?
(27.05.2010, 18:23)hvdwolf Wrote: Do you have more options for me to test?
The ones above? Would be great!
(27.05.2010, 18:23)hvdwolf Wrote: I built another mac bundle using Platypus (I'm the OSX bundle maintainer for Avidemux. I also use Platypus there), you can find it here: <http://panorama.dyndns.org/tmp/RouteConverter.app.zip/RouteConverter.app.zip>.
Unfortunately I get a 404 for that url.
(27.05.2010, 18:23)hvdwolf Wrote: It needs some improvements and an icon but that's easy to fix.
I simply zipped it for your convenience. The normal way of distribution on OSX would be a .dmg.
I know but the osxappbundle-maven-plugin states:
Quote:Things to be aware of:
* The DMG disk image will only be built on OS X
--
Christian
Christian
