• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 264 265 266 267 268 ... 369 Next »

Dolphin 2.0 Mac OS X build
View New Posts | View Today's Posts

Pages (4): « Previous 1 2 3 4 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin 2.0 Mac OS X build
01-19-2011, 08:06 AM
#21
wantfastcars Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Jan 2011
(01-17-2011, 05:42 AM)shawnanastasio Wrote: np.........by the way, just out of curiosity, did it give an error when it crashed? if so what was it? (99% chance it was unable to create open gl render or something)

No, no error. It would just load up this black screen with yellow text giving the path for the .gcm file (on my desktop), the graphics card, processor, and some other hardware things on my computer. The entire program then proceeds to quit, giving a "Dolphin quit unexpectedly" error from the operating system. No error from Dolphin, the program just crashes.
Find
Reply
01-19-2011, 10:15 AM
#22
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
than there is a possibility that you can in fact use dolphin......have you tried using my tool (link in my signature, and you will need nvidia cg toolkit and xcode)

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
01-20-2011, 08:45 AM
#23
wantfastcars Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Jan 2011
(01-19-2011, 10:15 AM)shawnanastasio Wrote: than there is a possibility that you can in fact use dolphin......have you tried using my tool (link in my signature, and you will need nvidia cg toolkit and xcode)

As far as I am aware I have a pre-compiled version of Dolphin on my computer, but I'd be willing to try your tool. However... I'm coding illiterate, so would you mind explaining exactly what I have to do, and how to do it? I'm running 10.6.6.
Find
Reply
01-20-2011, 10:35 AM
#24
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
there is a set of instructions in the wiki but if you need more help i can write an easier to follow version

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
01-21-2011, 09:20 AM
#25
stumptown
Unregistered
 
Hey Shawnanstasio, if you could write an easier to follow version that would be great. I guess you could say I'm somewhat of a noob but I seem to be picking things up pretty well. Thanks, your help is very much appreciated.
Reply
01-23-2011, 08:44 AM (This post was last modified: 01-23-2011, 08:44 AM by shawnanastasio.)
#26
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
stumptown, i have replied to your email......and for u wantfastcars, here is what i sent him:


1. From OSX install disc install XCode
2. install Nvidia CG Toolkit from: http://developer.download.nvidia.com/cg/Cg_3.0/Cg-3.0_November2010.dmg
3. Go to the Google code page of my tool (http://code.google.com/p/dolphin-emu-downloader )
4. Download the tool from downloads section
5. if safari didn't already, click on the downloaded file to unzip it
6. go to Finder > Applications > Utilities > Terminal - a window shouldcome up
7. copy the following into the window: no quotation marks "cd
Downloads\dolphindownloader && perl dolphindown.pl" and press Return
8. if this is the first time you are running the program on the computer type the number 1 and hit return. (required only one time per computer) ifit's not the first time go to step 10
9. when done repeat step 7 than to step 10
10. hit 2 and press enter
11. congrats you now have dolphin! To go to Downloads > dolphindownloader >dolphin-emu > Binary > and click Dolphin.app to run
12. to update your dolphin version just repeat step 7 and type 3 and hit return.


if u need help just ask

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
01-24-2011, 08:14 AM
#27
wantfastcars Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Jan 2011
(01-23-2011, 08:44 AM)shawnanastasio Wrote: stumptown, i have replied to your email......and for u wantfastcars, here is what i sent him:


1. From OSX install disc install XCode
2. install Nvidia CG Toolkit from: http://developer.download.nvidia.com/cg/Cg_3.0/Cg-3.0_November2010.dmg
3. Go to the Google code page of my tool (http://code.google.com/p/dolphin-emu-downloader )
4. Download the tool from downloads section
5. if safari didn't already, click on the downloaded file to unzip it
6. go to Finder > Applications > Utilities > Terminal - a window shouldcome up
7. copy the following into the window: no quotation marks "cd
Downloads\dolphindownloader && perl dolphindown.pl" and press Return
8. if this is the first time you are running the program on the computer type the number 1 and hit return. (required only one time per computer) ifit's not the first time go to step 10
9. when done repeat step 7 than to step 10
10. hit 2 and press enter
11. congrats you now have dolphin! To go to Downloads > dolphindownloader >dolphin-emu > Binary > and click Dolphin.app to run
12. to update your dolphin version just repeat step 7 and type 3 and hit return.


if u need help just ask

I thank you greatly for this description but... it's not working. Here's a screencap of my various attempts to remedy it in Terminal. But... what am I doing wrong?


Attached Files Thumbnail(s)
   
Find
Reply
01-24-2011, 11:24 AM
#28
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
you have to replace the "Downloads" part with your download directory and you also must unzip the file that you downloaded by clicking on it

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
01-27-2011, 08:03 AM
#29
wantfastcars Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Jan 2011
(01-24-2011, 11:24 AM)shawnanastasio Wrote: you have to replace the "Downloads" part with your download directory and you also must unzip the file that you downloaded by clicking on it

Yes yes I did, that's why I've tried with the desktop directories and such. The file is unzipped, too, it's in a folder. The .pl file is in a folder in that folder, which is in turn on my desktop. So the directory would be
C:\Users\Me\Desktop\Dolphindownloader\Dolphindownloader\dolphindown.pl
That's what isn't working. Unless I need to use the full file directory, including the C:\Users\Me part.

That didn't work either - still getting the error that the file doesn't exist.
Find
Reply
01-27-2011, 09:23 AM
#30
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
no, in mac C: dosent exist.....simply go to ur desktop and in finder navigate to dolphindown.pl and in terminal type "perl" (no quotes) than space than drag the dolphindown.pl from finder to terminal after perl and hit enter...that should do the trick

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
« Next Oldest | Next Newest »
Pages (4): « Previous 1 2 3 4 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode