122 lines
5.8 KiB
HTML
122 lines
5.8 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Troubleshooting</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="generator" content="HelpNDoc Personal Edition 3.6.0.345">
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
|
|
<!--[if lte IE 8]>
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
|
|
<![endif]-->
|
|
<style type="text/css">
|
|
#topic_header
|
|
{
|
|
background-color: #EFEFEF;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/hnd.js"></script>
|
|
<script type="text/javascript">
|
|
if (top.frames.length == 0)
|
|
{
|
|
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
|
|
top.location.href = "fceux.html?" + sTopicUrl;
|
|
}
|
|
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
|
|
{
|
|
top.FrameTOC.SelectTocItem("Troubleshooting");
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topic_header">
|
|
<div id="topic_header_content">
|
|
<h1>Troubleshooting</h1>
|
|
|
|
<div id="topic_breadcrumb">
|
|
<a href="FAQGuides.html">FAQ / Guides</a> ›› </div>
|
|
</div>
|
|
<div id="topic_header_nav">
|
|
<a href="FAQGuides.html"><img src="img/arrow_up.png" alt="Parent"/></a>
|
|
|
|
<a href="FAQGuides.html"><img src="img/arrow_left.png" alt="Previous"/></a>
|
|
|
|
<a href="ToolAssistedSpeedruns.html"><img src="img/arrow_right.png" alt="Next"/></a>
|
|
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="topic_content">
|
|
|
|
<p><span class="rvts17">Troubleshooting</span></p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p>This section describes potential problems/question that could arise when using FCEUX.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">Slow emulation / Sound crackle</span></p>
|
|
<p><br/></p>
|
|
<p>FCEUX may not run well on slower CPU's. You can improve performance by setting sound to low quality in the<a class="rvts18" href="SoundOptions.html"> Sound Dialog</a>. In addition, for windowed mode try enabling hardware acceleration in the <a class="rvts18" href="Video.html">Video config</a> dialog may also help.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">Slow savestates when recording movies</span></p>
|
|
<p><br/></p>
|
|
<p>On slower computers, savestates can be slow with long movies. A small speedup can be done by disabling config > enable > Backup savestates.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"The colors in game X do not look right"</span></p>
|
|
<p><br/></p>
|
|
<p>FCEUX uses the color palette of the old FCEU / FCEUXD branches. However, FCEUX comes pre-packaged with several additional color palettes. For more information see <a class="rvts18" href="Palette.html">Palette config</a> and <a class="rvts18" href="PaletteOptions.html">Palette options</a>.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"I converted a .fcm file to .fm2 but the .fm2 desyncs"</span></p>
|
|
<p><br/></p>
|
|
<p>Depending on what version of FCEU / Game your .fcm was made, there maybe a number of sync issues. These are listed in detail at <a class="rvts18" href="http://tasvideos.org/ConvertFCMtoFM2.html" target="_blank">http://tasvideos.org/ConvertFCMtoFM2.html</a>.</p>
|
|
<p><br/></p>
|
|
<p>In addition, the .fm2 conversion tool has had some issues on certain operating systems including Vista and Mac.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"When I attempt to load a Lua script I get an error / crash"</span></p>
|
|
<p><br/></p>
|
|
<p>Double check you have the Lua .dll files that came packaged with FCEUX 2.1. They must be in the /dll folder from the root directory (where fceux.exe is stored).</p>
|
|
<p><br/></p>
|
|
<p> </p>
|
|
<p><span class="rvts42">"Directdraw: Error creating secondary surface"</span></p>
|
|
<p><br/></p>
|
|
<p>Currently this error will happen when attempting to do Full screen mode on Windows Vista. In addition, there has been one reported case of this happening on the 32-bit version of Windows XP. This is a known issue with FCEUX that has not yet been resolved.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"Can't find FDS Bios image when I attempt to load a .fds game!"</span></p>
|
|
<p><br/></p>
|
|
<p>FCEUX requires the FDS Bios to be named disksys.rom. It must be located in the root directory (where fceux.exe is stored) or in the folder of the FDS Directory override (see <a class="rvts18" href="Directories.html">Directory overrides</a>).</p>
|
|
<p><br/></p>
|
|
<p>In addition, there are some bad versions of disksys.rom. The one FDS requires is 8192 bytes.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"How can I use Netplay / Where can I get FCEU Server?"</span></p>
|
|
<p><br/></p>
|
|
<p>Currently FCEUX is not compatible with the FCEU-server code. This is a known issue and will probably be resolved in a future release.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts42">"I have a Game Genie rom, how can I use it with FCEUX?" </span></p>
|
|
<p><br/></p>
|
|
<p>While FCEUX has a <a class="rvts18" href="GameGenieEncoderDecoder.html">Game Genie code converter</a>, you can also use game genie codes with the game genie rom. It must be named gg.rom and be placed in the root directory (where fceux.exe is stored). You must also check NES > Game Genie in the main menu.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/create-epub-ebooks">Produce electonic books easily</a></p>
|
|
</div>
|
|
|
|
<div id="topic_footer">
|
|
|
|
<div id="topic_footer_content">
|
|
2012</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
|