-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac app is missing executable #20
Comments
The difference seems to be in the file |
Hmm, ok, thanks. I'll take a look at that. |
Just an FYI on this. I don't think there has ever been a Mac OSX developer. At least not for 10+ years. |
This issue is the one holding 0.12 milestone, isn't it ? |
AFAIK, there are other issues, but I'm not up to date myself on which those are currently. There is some older talk on the sourceforge mailing list and most of the bugs are reported in tickets there. |
Using universalJavaApplicationStub seems to have addressed this issue. Trying out the nightly realease as of 2020-05-26 the configuration seems to have problems in finding its jar file, though:
Calling the startup script directly gives a less ominous error:
The From my modified Info.plist file
PS: you might also consider updating the universalJavaApplicationStub - it is currently at 3.0.6 compared to the 2.0.2 currently in use. Thanks a lot for addressing this issue and still supporting the MacOS X platform! |
Problem 1: I know nothing about mac packaging. Problem 2: There is no Info.plist file in our source tree, that must be being generated by our mac build process... see Problem 1. I am to make changes here, but it will need to be in terms of something I can see in our sources. Please advise. Progress: however the universalJavaApplicationStub is present in the source tree, and has now been updated (git.e9158e0). |
Downloaded the
mac.tar.bz2
ofdid not try others
So it seems this archive is incomplete.
A brief try on the
.jar
showed it unplayable on a notebook - while cursor control did work for n/s/w/e, specific keys for ne,se,sw,nw are missing, and remapping them had no effect..G
for Goto didn't work either, so it looks like movement is restricted to cardinal directions.The text was updated successfully, but these errors were encountered: