-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
CKAN GUI not usable on OS X El Capitan #1501
Comments
This comment has been minimized.
This comment has been minimized.
3 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I was able to get the gui working by installing the latest Mono from http://www.mono-project.com/download instead of using Mono from homebrew. |
@imichaeldotorg Anyway, it works. |
@tetsuchou If it works you can close this. |
The guide does not appear to have been so amended. Installing via homebrew does not work as of 2016-03-31, but installing mono per @imichaeldotorg's comment does work. I have amended the document. |
@imichaeldotorg added the line "NOTE: On OS X El Capitan you should download and install Mono 4" on line 5 of the wiki article, and it was not reverted. https://github.com/KSP-CKAN/CKAN/wiki/Home/_history |
I added that note right after I said "I'm going to edit the guide" in history d0a0746 , and it's still there. So what's wrong? I'm a little confused. But the problem remains according to @kenjura , but there is already a solution, so I think it not necessary to reopen this issue.In stead, the wiki should be edited. @kenjura has added another note, but I think it is not eye-catching enough, and the guide is a little messy, so I'm going to do some adjustment. In brief, El Capitan + Mon4.2.0 (Homebrew, automatically) + CKAN = NO If there are mistakes in what I've said above or wrote in wiki, please point out. I'm just a player and not so familiar about homebrew or Mono. Thank you. |
If CKAN is working on a Homebrew Mono install on Yosemite, then I would expect Yosemite is actually on Mono 4.CKAN doesn't work on Mono 3. |
There used to be a workaround for these kinds of issues which was to install some homebrew package that included libgdiplus.dylib which is, for some reason, lacking in the homebrew installation of certain mono-versions. |
I added some log info to this closed thread: #1844 (comment) basically it looks like mono on osx is having trouble finding the assembly for $ mono --trace=N:nothing ckan.exe gui -v
...
[0xa3878000:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'UIAutomationWinforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4ceacb585d99812' or one of its dependencies |
Homebrew confirmed as disaster. The wiki currently says not to use it (after one user's remarks suggesting that he was at least able to run ConsoleUI with it). |
In the homebrew cache there are mono-4.2.0.179.el_capitan.bottle.1.tar.gz and can-1.14.3.exe
I started Terminal and ran
ckan gui
The Terminal shows:
exception inside UnhandledException handler: Object reference not set to an instance of an object
It seems that CKAN gui isn't compatible with Mono4, but Mono3 isn't compatible with OS X El Capitan
The text was updated successfully, but these errors were encountered: