- Joined
- Aug 7, 2013
- Messages
- 262
- Thread Author
- #1
I have used RuneMate a lot on my Windows 10 machine without any issues, but today I installed it on my Mac and everything appeared to be fine. However, after a successful installation, nothing happens.
Launching RuneMate results in the application icon briefly showing up, before disappearing again. If launched through Terminal, this is the error code: 10810
I'm currently trying a few suggestions from StackOverflow, will update if I find a solution.
Tried setting JAVA_HOME, but did not work: Where is JAVA_HOME on OSX Sierra (10.12), El Capitan (10.11), Yosemite (10.10), Mavericks (10.9), Mountain Lion (10.8) or OSX Lion (10.7)?
Result:
Launching RuneMate results in the application icon briefly showing up, before disappearing again. If launched through Terminal, this is the error code: 10810
Stephans-MacBook-Pro:~ stephanbijzitter$ open -a RuneMate
LSOpenURLsWithRole() failed for the application /Applications/RuneMate.app with error -10810.
I'm currently trying a few suggestions from StackOverflow, will update if I find a solution.
Seems Java is not configured correctly (launching RS works, though). Good progress/Applications/RuneMate.app/Contents/MacOS/JavaApplicationStub ; exit;
Stephans-MacBook-Pro:~ stephanbijzitter$ /Applications/RuneMate.app/Contents/MacOS/JavaApplicationStub ; exit;
Error: could not find libjava.dylib
Error: Could not find Java SE Runtime Environment.
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...188 completed.
[Process completed]
Tried setting JAVA_HOME, but did not work: Where is JAVA_HOME on OSX Sierra (10.12), El Capitan (10.11), Yosemite (10.10), Mavericks (10.9), Mountain Lion (10.8) or OSX Lion (10.7)?
Result:
Stephans-MacBook-Pro:~ stephanbijzitter$ vim .bash_profile
Stephans-MacBook-Pro:~ stephanbijzitter$ source .bash_profile
Stephans-MacBook-Pro:~ stephanbijzitter$ open -a RuneMate
LSOpenURLsWithRole() failed for the application /Applications/RuneMate.app with error -10810.
Stephans-MacBook-Pro:~ stephanbijzitter$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
Stephans-MacBook-Pro:~ stephanbijzitter$ echo $PATH
/Users/stephanbijzitter/.yarn/bin:/Users/stephanbijzitter/.nvm/versions/node/v6.2.2/bin:/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home/bin:/Users/stephanbijzitter/.rvm/gems/ruby-2.4.1/bin:/Users/stephanbijzitter/.rvm/gems/ruby-2.4.1@global/bin:/Users/stephanbijzitter/.rvm/rubies/ruby-2.4.1/bin:/Users/stephanbijzitter/.yarn/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/stephanbijzitter/.rvm/bin
Last edited: