Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No PPSSPP v1.9 for macOS ??
04-01-2020, 07:41 PM
Post: #16
RE: No PPSSPP v1.9 for macOS ??
The 1.7.5 app does not work here.

Library not loaded: /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib
Referenced from: /Users/USER/Downloads/PPSSPP1.7.5.app/Contents/MacOS/PPSSPPQt
Reason: Incompatible library version: PPSSPPQt requires version 11.0.0 or later, but libSDL2-2.0.0.dylib provides version 9.0.0
Find all posts by this user
Quote this message in a reply
04-02-2020, 12:24 AM
Post: #17
RE: No PPSSPP v1.9 for macOS ??
(03-15-2020 05:35 PM)ClarkKent Wrote:  Tried it, didn't succeed. Seems to be more complicated than expected unter MacOS X...

It depends on the version of OS X you're running, I'm running 10.15 and it compiled fine, at least to what a dummy like me sees


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
04-02-2020, 04:57 AM
Post: #18
RE: No PPSSPP v1.9 for macOS ??
> Library not loaded: /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib

The instructions on the download page warn that you need to install SDL2:

Step 1: Install SDL2 via Homebrew
Open the Terminal app
Paste this into a terminal session: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebr...r/install)"
Follow the instructions, and wait for installation to finish
Paste this into a Terminal: brew install sdl2 libzip

-[Unknown]
Find all posts by this user
Quote this message in a reply
04-02-2020, 08:22 AM
Post: #19
RE: No PPSSPP v1.9 for macOS ??
(04-02-2020 04:57 AM)[Unknown] Wrote:  > Library not loaded: /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib

The instructions on the download page warn that you need to install SDL2:

Step 1: Install SDL2 via Homebrew
Open the Terminal app
Paste this into a terminal session: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebr...r/install)"
Follow the instructions, and wait for installation to finish
Paste this into a Terminal: brew install sdl2 libzip

-[Unknown]

SDL2 is installed otherwise PPSSPP 1.6.3 wouldn't work.
Find all posts by this user
Quote this message in a reply
04-02-2020, 09:14 AM
Post: #20
RE: No PPSSPP v1.9 for macOS ??
Can't you even read the log you provided? It's like 3 lines of easy to understand english text and the last line clearly tells you that you have version 9.0 while the new version of PPSSPP requires 11.0, update/install new version of SDL2.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
04-02-2020, 04:14 PM (This post was last modified: 04-02-2020 04:15 PM by ClarkKent.)
Post: #21
RE: No PPSSPP v1.9 for macOS ??
I upgraded SDL but it still crashes.

It's funny that I tried installing PPSSPP 1.9.3 Windows version in Parallels Desktop and it runs almost at same speed as the Mac native version.
Find all posts by this user
Quote this message in a reply
04-07-2020, 10:09 PM (This post was last modified: 05-19-2020 09:13 AM by The_Ur3an_Myth.)
Post: #22
RE: No PPSSPP v1.9 for macOS ??
(03-20-2020 12:32 PM)ClarkKent Wrote:  Ok, if this is so, can somebody try to compile it for MacOS X (working with 10.9.5)? If it works, a link to the compiled version would be very much appreciated...

Here is v1.9.3-604 for anyone who wants it :)

http://raboninco.com/eR9Y
Find all posts by this user
Quote this message in a reply
04-08-2020, 10:28 AM (This post was last modified: 04-09-2020 06:48 AM by ClarkKent.)
Post: #23
RE: No PPSSPP v1.9 for macOS ??
Thanx but not working on 10.9.5. I'll try it on a different system soon.
Edit: Works perfect with MacOS 10.14
Edit2: Doesn't start on MacOS 10.12.6 - error message is following but Frameworks are in the right place, Homebrew and libSDL2 installed of course.
Dyld Error Message:
Symbol not found: _objc_alloc_init
Referenced from: /Volumes/VOLUME/*/PPSSPPSDL.app/Contents/MacOS/../Frameworks/libSDL2-2.0.0.dylib
Expected in: /usr/lib/libobjc.A.dylib
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 dyld 0x00000001155769ee __abort_with_payload + 10
1 dyld 0x000000011557643b abort_with_payload_wrapper_internal + 90
2 dyld 0x0000000115576464 abort_with_payload + 9
3 dyld 0x0000000115551793 dyld::halt(char const*) + 361
4 dyld 0x000000011555189e dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
5 libdyld.dylib 0x00007fffd0298282 dyld_stub_binder + 282
6 ??? 0x000000010fd16140 0 + 4560347456
7 libSDL2-2.0.0.dylib 0x000000010fcda1dc Cocoa_CreateDevice + 12
8 libSDL2-2.0.0.dylib 0x000000010fcb2510 SDL_VideoInit_REAL + 302
9 libSDL2-2.0.0.dylib 0x000000010fc31d0d SDL_InitSubSystem_REAL + 154
10 0x000000010ea866cd main + 1245
11 0x000000010e6a77e4 start + 52
Find all posts by this user
Quote this message in a reply
04-10-2020, 07:08 AM (This post was last modified: 04-10-2020 07:08 AM by The_Ur3an_Myth.)
Post: #24
RE: No PPSSPP v1.9 for macOS ??
(04-08-2020 10:28 AM)ClarkKent Wrote:  Thanx but not working on 10.9.5. I'll try it on a different system soon.
Edit: Works perfect with MacOS 10.14
Edit2: Doesn't start on MacOS 10.12.6 - error message is following but Frameworks are in the right place, Homebrew and libSDL2 installed of course.

I don't know if it would work on an OS version earlier than Mojave and I only have Mojave and Catalina installed, so I'm unable to check for older versions unless someone knows how to set args in the terminal for a specific target version :(
Find all posts by this user
Quote this message in a reply
05-19-2020, 10:37 AM
Post: #25
RE: No PPSSPP v1.9 for macOS ??
So I installed High Sierra v10.13.6 to see if I can build from source that may have a chance of working on versions earlier than Mojave but instead I get this:

CMake Error at CMakeLists.txt:61 (include):
include could not find load file:

ccache


Normal Build
-- No build type selected, default to Release
CMAKE_SYSTEM_PROCESSOR: x86_64
Generating for x86, Release
Generating for x86_64, Release
CMake Error at CMakeLists.txt:460 (add_subdirectory):
The source directory

/Users/User1/Documents/PPSSPP Build/ext

does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:539 (find_package):
By not providing "FindFFmpeg.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "FFmpeg", but
CMake did not find one.

Could not find a package configuration file provided by "FFmpeg" with any
of the following names:

FFmpegConfig.cmake
ffmpeg-config.cmake

Add the installation prefix of "FFmpeg" to CMAKE_PREFIX_PATH or set
"FFmpeg_DIR" to a directory containing one of the above files. If "FFmpeg"
provides a separate development package or SDK, be sure it has been
installed.


-- Configuring incomplete, errors occurred!
See also "/Users/User1/CMakeFiles/CMakeOutput.log".
See also "/Users/User1/CMakeFiles/CMakeError.log".

The entire folder has been downloaded from the link in git and has not been modified

Xcode has been updated to the latest available for the OS as well as having Python updated and Homebrew
Find all posts by this user
Quote this message in a reply
05-20-2020, 10:20 PM
Post: #26
RE: No PPSSPP v1.9 for macOS ??
> does not contain a CMakeLists.txt file.

This most likely means you didn't use `git submodule update --init` after cloning.


I've recently learned that you can install ppsspp using `brew install ppsspp`.

https://brew.sh/

This will give you a bad FFmpeg, so some games will have glitches in videos. But for a large % of games it will work fine. I have not tried it, but apparently you can use `brew reinstall --HEAD ppsspp` to get the latest git build. It'll compile it for you.

-[Unknown]
Find all posts by this user
Quote this message in a reply
05-21-2020, 01:14 PM
Post: #27
RE: No PPSSPP v1.9 for macOS ??
(05-20-2020 10:20 PM)[Unknown] Wrote:  ...but apparently you can use `brew reinstall --HEAD ppsspp` to get the latest git build. It'll compile it for you.

-[Unknown]


I forgot about that after cloning however terminal gave me this:

Error: invalid option: --HEAD
Find all posts by this user
Quote this message in a reply
05-21-2020, 04:05 PM
Post: #28
RE: No PPSSPP v1.9 for macOS ??
Okay, I'd just try:

brew uninstall ppsspp; brew install --HEAD ppsspp

-[Unknown]
Find all posts by this user
Quote this message in a reply
05-21-2020, 04:56 PM (This post was last modified: 05-21-2020 05:01 PM by The_Ur3an_Myth.)
Post: #29
Tongue RE: No PPSSPP v1.9 for macOS ??
(05-21-2020 04:05 PM)[Unknown] Wrote:  Okay, I'd just try:

brew uninstall ppsspp; brew install --HEAD ppsspp

-[Unknown]

Yeah I did that shortly after but as expected another error came out

Terminal output (shortened):

make[2]: *** [PPSSPPSDL.app/Contents/MacOS/PPSSPPSDL] Error 1
make[2]: *** Deleting file `PPSSPPSDL.app/Contents/MacOS/PPSSPPSDL'
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Error 2
make: *** [all] Error 2


P.S. I remember having the CMakeLists problem on Catalina but I fixed it by copying the CMakeLists.txt to the ext folder Tongue but that didn't work here so problem after problem


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
05-22-2020, 02:24 AM
Post: #30
RE: No PPSSPP v1.9 for macOS ??
You need to paste more of the error, that's just the result of the error.

CMakeLists.txt is a configuration file. Copying it into ext will only make things not work.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: