Emaculation.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
pearpc_wip [2018/10/26 20:31] clockwisepearpc_wip [2018/10/26 20:49] – [Getting Started] clockwise
Line 64: Line 64:
   * Lowering "redraw_internal_msec" will make the mouse move more smoothly and will make the emulator feel a lot more responsive.  However, it may lead to frequent freezes.    * Lowering "redraw_internal_msec" will make the mouse move more smoothly and will make the emulator feel a lot more responsive.  However, it may lead to frequent freezes. 
   * The above value in "memory_size" refers to 128 MB.  Changing that to "memory_size=0x20000000" will set it to 512 MB.  If you experience crashes, leave it at 128 MB.   * The above value in "memory_size" refers to 128 MB.  Changing that to "memory_size=0x20000000" will set it to 512 MB.  If you experience crashes, leave it at 128 MB.
 +
 +**Note**: You can automate this process by creating a config file using [[https://github.com/SistemaRayoXP/PearPC-Config-File-Generator/blob/master/PearPC%20Config.zip|PearPC Config File Generator]].
  
 ===== Launching the Emulator ===== ===== Launching the Emulator =====
Line 105: Line 107:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-Q: I launch "ppc.exe" (with my config file) but nothing happens?+Q: I launch "ppc.exe" (with my config file) but nothing happens.
  
-A:  This will happen if the path to your disk image or ISO is incorrect.  Check them.  It may also happen if you are using a disk image that has the wrong file size.  Use the one in this guide.+A:  This will occur if the path to your disk image or ISO is incorrect.  Check them.  It may also happen if you are using a disk image that has the wrong file size.  Use the one in this guide.
  
 - -
Line 113: Line 115:
 Q: I get an error that says "we are hanging here" Q: I get an error that says "we are hanging here"
  
-A:  This happens (sometimes) when you try to boot from a DVD image of Mac OS X 10.4.  See the comment at the beginning of this guide.+A: This happens (sometimes) when you try to boot from a DVD image of Mac OS X 10.4.  See the comment at the beginning of this guide.
  
 - -
Line 119: Line 121:
 Q:  I get a black box on a grey screen when I try to boot. Q:  I get a black box on a grey screen when I try to boot.
  
-A:  Remove **"prom_env_bootpath = "** from your config file.+A: Try Removing **"prom_env_bootpath = "** from your config file.
  
 - -