ddevault / TrueCraft

Minecraft for hipsters
http://truecraft.io/
MIT License
2.4k stars 314 forks source link

System.DllNotFoundException: libwebkitgtk-1.0.0.dylib #264

Open fyr77 opened 7 years ago

fyr77 commented 7 years ago

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?

MggMuggins commented 7 years ago

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

ddevault commented 7 years ago

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

MggMuggins commented 7 years ago

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.

ddevault commented 7 years ago

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.