News:

A forum for users of LackeyCCG

Main Menu

Missing Fonts on Linux

Started by alexcampo, January 30, 2015, 03:50:31 PM

Previous topic - Next topic

alexcampo

Hi guys, I have a problem with Lackey on Linux. I dowloaded the file and i'm trying to run it trough Wine, but a pop-up website page comes up saying "Missing Fonts". But the fonts seem to be in the right place. The only help I found online was that the folder should be Adjacent to the .exe, but they actually are in the same folder. Any help?

rgabriana

run strace while executing the application and output the results to a file.

$strace -ff -o ~/lackey.log wine ~/LackeyCCG/LackeyCCG.exe


mine showed this:
/.wine/dosdevices/h:/LackeyCCG/fonts/fonts/Lato-Reg.ttf", 0x32f18c) = -1 ENOENT (No such file or directory)

So I created another "fonts" folder and copied the files it was looking for into that and viola!