Font issue with OS X build
|
03-13-2013, 02:25 AM
Post: #1
|
|||
|
|||
Font issue with OS X build
I got the latest version of the source to compile, but I'm having a weird font issue or something. Anyone know what's going on and/or how to fix it?
http://i.imgur.com/du4nLo5.png |
|||
03-13-2013, 03:53 AM
Post: #2
|
|||
|
|||
RE: Font issue with OS X build
Try copying the assets directory from android/assets directory to the same folder you built in (e.g. build-mac/assets/.)
-[Unknown] |
|||
03-13-2013, 06:49 AM
Post: #3
|
|||
|
|||
RE: Font issue with OS X build
Hm, we should probably print an error and exit instead of loading this fallback xor texture....
|
|||
03-14-2013, 01:47 AM
Post: #4
|
|||
|
|||
RE: Font issue with OS X build
Hm, perhaps I'm building it wrong. I've got those assets in the main git folder. After running cmake, I'm just running make from there. Should I be doing this in another way? Thanks for your help.
I get a couple of errors from the console when running the build: E: /Applications/Games/Emulators/ppsspp/native/file/zip_read.cpp:241: E: Missing filesystem for ui_atlas.zim E: /Applications/Games/Emulators/ppsspp/android/jni/NativeApp.cpp:319: E: Failed to load texture |
|||
03-14-2013, 01:57 AM
Post: #5
|
|||
|
|||
RE: Font issue with OS X build
Right. They need to be copied from the main git folder to the build directory. For example, let's say you have:
/Applications/Games/Emulators/ppsspp/build-mac The assets directory needs to be: /Applications/Games/Emulators/ppsspp/build-mac/assets It won't look for it here: /Applications/Games/Emulators/ppsspp/assets Basically, whatever place "PPSSPPSDL" is, there also needs to be the assets folder, right next to it. -[Unknown] |
|||
03-14-2013, 04:24 AM
Post: #6
|
|||
|
|||
RE: Font issue with OS X build
They are in the build directory, is what I meant. Sorry, I'm a bit clueless when it comes to building code.
Example: http://i.imgur.com/FGFJnPU.png |
|||
03-14-2013, 05:23 AM
Post: #7
|
|||
|
|||
RE: Font issue with OS X build
Hmm, I guess it needs to be in the working directory when you run it.
-[Unknown] |
|||
03-14-2013, 03:33 PM
Post: #8
|
|||
|
|||
RE: Font issue with OS X build
Derp! Thanks, works great now.
|
|||
03-15-2013, 01:34 AM
Post: #9
|
|||
|
|||
RE: Font issue with OS X build
Would it be possible for somebody to post a Mac build? I dont have access to xcode right now so I cant compile it myself.
|
|||
« Next Oldest | Next Newest »
|