Newest build - Won't open on Mac OS X
|
11-11-2014, 01:43 AM
(This post was last modified: 11-11-2014 03:36 AM by Phage.)
Post: #1
|
|||
|
|||
Newest build - Won't open on Mac OS X
Hi all--
(I'm running Mac OS X Yosemite. I have 16gb ram and i7 quad-core processor-- so there aren't any hardware issues as far as specs are concerned) I first downloaded the JPCSP v0.6 macOSX from the "downloads" page of http://jpcsp.org/ (it was 0.6 1772) This version seemed to worked absolutely fine, but when opening ISO's, I would get error messages. So I deleted it, and downloaded the newest version r3676. Now, when I open the program, it does nothing. The initial windows don't open, the Mac Menu bar has no options -- literally nothing to click on. Am I missing something? Thanks in advance! |
|||
11-11-2014, 08:40 AM
Post: #2
|
|||
|
|||
RE: Newest build - Won't open on Mac OS X
versions on download page are quite old ones , you should use the ones posted in the main page.
Try older version than 3676 to see if it works unfortunately we don't have a mac PC to be able to test... |
|||
02-15-2015, 01:23 PM
Post: #3
|
|||
|
|||
![]()
You need to start the emulator manually by running the Java interpreter.
I use the following shell script: #!/bin/csh -fe set curr_dir = `dirname "$0"` cd "$curr_dir/Jpcsp.app/Contents/Resources/Java" java -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/macosx -jar bin/jpcsp.jar Create a text file with this script. Save it in the same folder where you installed "Jpcsp" then left-click the file and "Open With" -> Terminal Works great in Yosemite 10.10.2 but for some reason is not using all CPU cores. |
|||
02-22-2015, 08:23 PM
Post: #4
|
|||
|
|||
RE: Newest build - Won't open on Mac OS X
(02-15-2015 01:23 PM)adriano0829 Wrote: You need to start the emulator manually by running the Java interpreter. I'm having the same issues as well. I am running Mavericks. Can you explain setp by step to get it to work? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)