TrueCraft icon indicating copy to clipboard operation
TrueCraft copied to clipboard

System.DllNotFoundException: libwebkitgtk-1.0.0.dylib

Open fyr77 opened this issue 8 years ago • 4 comments
trafficstars

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?

fyr77 avatar Mar 19 '17 21:03 fyr77

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

MggMuggins avatar Apr 23 '17 02:04 MggMuggins

You definitely don't have this problem on Ubuntu*.

ddevault avatar Apr 23 '17 02:04 ddevault

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.

MggMuggins avatar Apr 23 '17 03:04 MggMuggins

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.

ddevault avatar Apr 23 '17 03:04 ddevault