Qt is not working on a Mac
-
After searching the internet and reading similar problems people are having with different software I started thinking that I might be missing the font type used for certain parts of the program, since some people claim to have fixed them by adding the correct font or the encoding type.
Ref threads.
http://forums.macrumors.com/showthread.php?t=775283
http://www.tomshardware.com/forum/34-69-text-empires-trial-versionCould this be the issue?
Is there a possibility that I'm missing some fonts or the encoding need to be changed?
Any one out there having the same problem.
Thanks a lot for your help "volker"
-
Thanks a lot for your help!
I checked all of my fonts and all of them are active. I also tried to find a folder that could lead me to the font in Qt but nothing.
I will try to find the solution and if I find it I will post it here otherwise I will just develop on Windows :(
-
Ok, it least I'm not the only one having this issue, I hope this gets fixed soon.
-
Is there something I could do to try to fix it or this would be on Qt's end and I would need to wait for a fix?
It funny because I actually went and installed an old version (Qt SDK 1.1.2) thinking that that was going to work but nothing, same problem.
"I refuse to the idea that I would need to develop on two computers Mac/Windows"
Thanks a lot for your comments.
-
I am relatively certain anything that breaks Qt at runtime after installing the SDK is local to the current user. What you could try is to create a new Mac User, install the SDK there, and run it. If you get the same results there, we need to look in a different direction.
-
Thats it, I installed it using a different user and it worked, except for the error when closing the application but I can live with that.
Any idea what could I do with the bad user account?
Repair permissions maybe, I will try that...
Thanks a lot you made my day!!!!
-
Any one know what files from Qt could be causing the problem?
I basically tried to create a new user account but I have too many programs using databases, preferences etc that could be broken if I move to a different account.
Any help will be appreciated.
-
Found and fixed the problem.
The problem had to do with some corrupted fonts and as soon as I recover my system and user fonts to the default the application started working fine.
I basically followed the steps in the following page...
http://www.jklstudios.com/misc/osxfonts.html
Go to the bottom of the page to the Reinstalling your fonts: section and follow the instructions there. The instructions in this article are to restore your system and library fonts but if you have fonts in your user Fonts folder move them to a different folder and move them back using Font Book, the reason I used Font Book is because when you drop them into it to installed them, Font Book actually verifies that there are no duplicates in the other Fonts folders which could lead to font collision or corrupted fonts.
Read the whole article to have a better understanding of how fonts work, that’s a very good article.
Thanks