You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Hey, I'm pretty new to C# and I'm trying to build true craft on my mac. Everything builds fine, server runs perfectly, but the Launcher always throws an exception about an missing libwebkitgtk-1.0.0.dylib. Where do I get this? Is there a formula in brew for this or do I just have to configure something?
The text was updated successfully, but these errors were encountered:
I'm having the same issue on Ubuntu 16.04. Although this project seems pretty inactive.
Btw, I'm kinda interested in hacking on this really cool program also. :P
Actually, I do understand what you mean. For some reason, it worked this time I ran the command. That's honestly kinda creepy...
Anyway, it looks a little similar to a dependency issue in another issue.
Regarding the original issue, you either have to install GTK on OSX (meh) or make the launcher work with Cocoa (better). You can change this here. The issue then becomes that OSX is bitchy about GUIs that aren't bundled up in their weird-ass application format.
Regarding the issue on Ubuntu just figure out which package provides the relevant library and install it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, I'm pretty new to C# and I'm trying to build true craft on my mac. Everything builds fine, server runs perfectly, but the Launcher always throws an exception about an missing libwebkitgtk-1.0.0.dylib. Where do I get this? Is there a formula in brew for this or do I just have to configure something?
The text was updated successfully, but these errors were encountered: