Difference between revisions of "General problems FAQ"

From Emulation General Wiki
Jump to navigation Jump to search
(Common Questions)
(Common Questions)
Line 26: Line 26:
  
 
===Common Questions===
 
===Common Questions===
'''Q: Can I run [insert emulator here]?'''
+
'''1. Q: Can I run [insert emulator here]?'''
  
 
A: Generally, emulation runs off the CPU, with the GPU allowing for higher resolutions, AA, etc. If your CPU isn't good enough, you can't emulate a system too well. A commonly-recommended CPU is the '''Intel Core i5 2500k '''or the '''3570k'''. For DeSmuME and PPSSPP, enable the dynarec option for speedups. For GC/Wii and PS2 see the [[Dolphin]] and [[PCSX2]] pages, specifically, for recommended specs if a 2500k/3570k is not a viable option.
 
A: Generally, emulation runs off the CPU, with the GPU allowing for higher resolutions, AA, etc. If your CPU isn't good enough, you can't emulate a system too well. A commonly-recommended CPU is the '''Intel Core i5 2500k '''or the '''3570k'''. For DeSmuME and PPSSPP, enable the dynarec option for speedups. For GC/Wii and PS2 see the [[Dolphin]] and [[PCSX2]] pages, specifically, for recommended specs if a 2500k/3570k is not a viable option.
  
'''Q: Why is my PS2 game blurry?'''
+
'''2. Q: Why is my PS2 game blurry?'''
  
 
A: It's either interlacing or a filter in the game itself. For the former, switching the de-interlacing mode with F5 may help, and may cause flicker or screen shaking. For the latter, hacks are required. Either Aggressive-CRC if the game is listed there, or skipdraw (toy with the number, 1-100) might work otherwise.
 
A: It's either interlacing or a filter in the game itself. For the former, switching the de-interlacing mode with F5 may help, and may cause flicker or screen shaking. For the latter, hacks are required. Either Aggressive-CRC if the game is listed there, or skipdraw (toy with the number, 1-100) might work otherwise.
  
'''Q: I downloaded a PSX game from emuparadise. It's in .ecm format and won't open in an emulator. Why?'''
+
'''3. Q: I downloaded a PSX game from emuparadise. It's in .ecm format and won't open in an emulator. Why?'''
  
 
A: ECM is a compressed format. You need to decompress using PakkISO or ECM Tools (both provided on the emuparadise download page). It'll output as a .bin usually, which is what the .cue (assuming it comes with one - should do, if not make one as per instructions in the [[RetroArch]] page) uses to load the game.
 
A: ECM is a compressed format. You need to decompress using PakkISO or ECM Tools (both provided on the emuparadise download page). It'll output as a .bin usually, which is what the .cue (assuming it comes with one - should do, if not make one as per instructions in the [[RetroArch]] page) uses to load the game.
  
'''Q: I use LilyPad, but the esc key and various others don't work!'''
+
'''4. Q: I use LilyPad, but the esc key and various others don't work!'''
  
 
A: In the Input API (radio buttons in the top left of the LilyPad options), choose raw input.
 
A: In the Input API (radio buttons in the top left of the LilyPad options), choose raw input.
  
'''Q: I downloaded a file in a zip/rar/7z format, and inside it are a lot of files labelled either r00/r01 etc, part1/part2 etc or 001/002 etc files. What are these?'''
+
'''5. Q: I downloaded a file in a zip/rar/7z format, and inside it are a lot of files labelled either r00/r01 etc, part1/part2 etc or 001/002 etc files. What are these?'''
  
 
A: It's a split archive, usually RAR. Make sure you have 7-Zip installed. Do not use WinRAR. Extract all those files somewhere. Then, right click on the first in the sequence (e.g. r00/part1/etc) and, depending on the program used, should have an "Extract Here" command. Use it; it'll output the files you're looking for. You can then proceed to delete all those r0x/partx/etc files if you want, you don't need them anymore.
 
A: It's a split archive, usually RAR. Make sure you have 7-Zip installed. Do not use WinRAR. Extract all those files somewhere. Then, right click on the first in the sequence (e.g. r00/part1/etc) and, depending on the program used, should have an "Extract Here" command. Use it; it'll output the files you're looking for. You can then proceed to delete all those r0x/partx/etc files if you want, you don't need them anymore.
  
'''Q: How do I connect my PS3 controller to my computer?'''
+
'''6. Q: How do I connect my PS3 controller to my computer?'''
  
 
A: Use [[XInput Wrapper SCP]].
 
A: Use [[XInput Wrapper SCP]].
  
'''Q: My save states do not work in the new version of the emulator I downloaded. Why?'''
+
'''7. Q: My save states do not work in the new version of the emulator I downloaded. Why?'''
  
 
Save states are not compatible between different versions of emulators. Or between different emulators. Don't rely on them. Use real/battery saves which typically can be transfered, even if they need converted first.
 
Save states are not compatible between different versions of emulators. Or between different emulators. Don't rely on them. Use real/battery saves which typically can be transfered, even if they need converted first.

Revision as of 17:13, 6 July 2013

Here is a simple guide for the steps one should take to try to resolve your problems.

Steps to take

Update to latest version

Emulators can have stable builds that are weeks, months, and sometimes even years old. The "stable" version is often times just a randomly picked dev version. That is why the latest dev versions should be preferred. This could solve emulation issues most of the time. Links to dev builds can be found at the pages for PCSX-R, PCSX2, Dolphin, nullDC, DeSmuME and PPSSPP.

Change Settings

If you're using a plugin based emulator, graphical glitches and sound issues might be solved by changing the settings.

Check for known issues

There are resources available for emulators which lists the common known issues with games, and the solutions.

Check the archives

Sometimes, questions may have been asked and answered multiple times in the past. Check the Emulation General archives.

Foolz Archive


Common Questions

1. Q: Can I run [insert emulator here]?

A: Generally, emulation runs off the CPU, with the GPU allowing for higher resolutions, AA, etc. If your CPU isn't good enough, you can't emulate a system too well. A commonly-recommended CPU is the Intel Core i5 2500k or the 3570k. For DeSmuME and PPSSPP, enable the dynarec option for speedups. For GC/Wii and PS2 see the Dolphin and PCSX2 pages, specifically, for recommended specs if a 2500k/3570k is not a viable option.

2. Q: Why is my PS2 game blurry?

A: It's either interlacing or a filter in the game itself. For the former, switching the de-interlacing mode with F5 may help, and may cause flicker or screen shaking. For the latter, hacks are required. Either Aggressive-CRC if the game is listed there, or skipdraw (toy with the number, 1-100) might work otherwise.

3. Q: I downloaded a PSX game from emuparadise. It's in .ecm format and won't open in an emulator. Why?

A: ECM is a compressed format. You need to decompress using PakkISO or ECM Tools (both provided on the emuparadise download page). It'll output as a .bin usually, which is what the .cue (assuming it comes with one - should do, if not make one as per instructions in the RetroArch page) uses to load the game.

4. Q: I use LilyPad, but the esc key and various others don't work!

A: In the Input API (radio buttons in the top left of the LilyPad options), choose raw input.

5. Q: I downloaded a file in a zip/rar/7z format, and inside it are a lot of files labelled either r00/r01 etc, part1/part2 etc or 001/002 etc files. What are these?

A: It's a split archive, usually RAR. Make sure you have 7-Zip installed. Do not use WinRAR. Extract all those files somewhere. Then, right click on the first in the sequence (e.g. r00/part1/etc) and, depending on the program used, should have an "Extract Here" command. Use it; it'll output the files you're looking for. You can then proceed to delete all those r0x/partx/etc files if you want, you don't need them anymore.

6. Q: How do I connect my PS3 controller to my computer?

A: Use XInput Wrapper SCP.

7. Q: My save states do not work in the new version of the emulator I downloaded. Why?

Save states are not compatible between different versions of emulators. Or between different emulators. Don't rely on them. Use real/battery saves which typically can be transfered, even if they need converted first.

Ask Emulation General

If you still can't find a solution, ask Emulation General. Provide relevant details such as:

  • System specs, especially CPU
  • Emulator and version
  • Emulator settings/plugins
  • Game details
  • The problem itself. Do not forget that, because if you do then what comes out makes no sense whatsoever.