-
Notifications
You must be signed in to change notification settings - Fork 4
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
[ISSUE] Bundled version broken on MacOS 10.14.6 #78
Comments
Thank you for the bug report. It seems like one of our dependencies somehow isn't in the prebuilt binary. You could, if you are inclined, try to run the Universal version through mono. @shinnova Could you assist here? I assume that the mac bundle somehow works differently - or that the dependencies might not work as expected on mac. |
Just did and the initial run works but it's not able to find the necessary file to actually run. The first error I get is the following
You may want to up the Docs to say the GameDirectory config value or -g option needs to look within the .app file. The full path is similar to: The program reports missing files and will not import mods due to it thinking that application is running (It is not and confirmed such) When importing
Running a problem check
Should I make this another ticket or follow here due to being both Mac related? |
I've split this up into 3 issues now: #78 is yours and renamed to match the problem. #79 and #80 will be prioritized and both seem rather easy to fix - or at least work around. I would also like to add: The Mac version of the game should be near identical to the Windows version since it runs in a wine wrapper. So I'm positive! It's likely we'll have a test version for you in a few hours. @shinnova, are you in agreement here? |
Yes, I'll prioritize these issues and I'll hopefully have a test version ready in a couple hours. |
We'll get access to a Mac and find what is causing the issue with the bundle, for now I've removed the bundled mac release. |
It might be worth adding information about downloading and installing Mono then |
Good point, adding that to the installation doc |
@hybridindie, some good news, and some bad news! Could you test and confirm that the bundled mac version of v0.6 actually works? |
Works perfectly with one exception - The Y/N responses are case-sensitive which causes the wizard to ask the same thing again or outright exit if you get the |
Thank you for confirming that the bundled mac version works better! Case-Sensitivity: Ops, that's easy enough to fix. We'll add that fix very soon. Regarding the "Found a mod applied by an unknown application" warning, not really sure why this happens sometimes. Still researching that. Likely a bug with reading the mods, we'll add some extra output to track the culprit. |
The bundled mac version still seems to be having some strange issues, we'll dig into this later. It's honestly a bit over our heads. Might need to just consider dropping the bundled version and rather provide proper makefiles and such. Someone with mkbundle experience would be handy :) |
@hybridindie - Could you try to run the v0.6 pre-release version with the problemchecker action? ( |
Everything is all good when except disable, you can't disable and backup without resetting but all other commands work as expected |
That's very interesting and it makes me wonder why I have issues on my mac install. Might be something to do with trying to access game data over nfs. We'll keep releasing the mac bundle the way we made the v0.6 prerelase. |
Describe the bug
When executing the runtime the following error occurs
This is a clean install as I am unable to get through the first part of the focus recommend first run
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To print help and create config file.
Desktop (please complete the following information):
Additional context
Had to download via wget as Safari adds a bad encoding and additional file extension
The text was updated successfully, but these errors were encountered: