LackeyCCG

LackeyCCG Forum => Bug Report Forum => Topic started by: alexcampo on January 30, 2015, 03:50:31 PM

Title: Missing Fonts on Linux
Post by: alexcampo on January 30, 2015, 03:50:31 PM
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?
Title: Re: Missing Fonts on Linux
Post by: rgabriana on January 07, 2016, 08:30:15 PM
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!