1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-14 10:17:38 +01:00
bemani-guide/site/errorcodes/index.html
2023-08-30 17:14:11 +02:00

785 lines
31 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,noarchive,nofollow" />
<title>Error Codes - bemani.guide</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/darcula.min.css">
<script src="../js/jquery-1.10.2.min.js" defer></script>
<script src="../js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="bemani.guide" />
<meta property="og:title" content="Error Codes" />
<meta property="og:description" content="" />
<meta property="og:url" content="None" />
<meta property="og:image" content="img/icon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="64" />
<meta property="og:image:height" content="64" />
</head>
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="..">bemani.guide</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Expanded navigation -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="navitem">
<a href=".." class="nav-link">Home</a>
</li>
<li class="dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Games <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 25</a>
<ul class="dropdown-menu">
<li>
<a href="../games/iidx25/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/iidx25/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/iidx25/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 26</a>
<ul class="dropdown-menu">
<li>
<a href="../games/iidx26/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/iidx26/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/iidx26/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">IIDX 27</a>
<ul class="dropdown-menu">
<li>
<a href="../games/iidx27/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/iidx27/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/iidx27/lightning/" class="dropdown-item">Lightning Mode Specifics</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX IV</a>
<ul class="dropdown-menu">
<li>
<a href="../games/sdvx4/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/sdvx4/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/sdvx4/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">SDVX V</a>
<ul class="dropdown-menu">
<li>
<a href="../games/sdvx5/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/sdvx5/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/sdvx5/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n Usaneko</a>
<ul class="dropdown-menu">
<li>
<a href="../games/popnusaneko/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/popnusaneko/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/popnusaneko/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Pop&apos;n Peace</a>
<ul class="dropdown-menu">
<li>
<a href="../games/popnpeace/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/popnpeace/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/popnpeace/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">HELLO Pop&apos;n</a>
<ul class="dropdown-menu">
<li>
<a href="../games/hellopopn/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/hellopopn/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">DDR</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">DDR Ace</a>
<ul class="dropdown-menu">
<li>
<a href="../games/ddrace/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/ddrace/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/ddrace/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Jubeat</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Jubeat Clan</a>
<ul class="dropdown-menu">
<li>
<a href="../games/jubeatclan/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/jubeatclan/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/jubeatclan/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA Matixx</a>
<ul class="dropdown-menu">
<li>
<a href="../games/gitamatixx/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/gitamatixx/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/gitamatixx/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">GITADORA EXCHAIN</a>
<ul class="dropdown-menu">
<li>
<a href="../games/exchain/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/exchain/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/exchain/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Reflec Beat</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Reflec Beat: Reflesia</a>
<ul class="dropdown-menu">
<li>
<a href="../games/reflesia/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/reflesia/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/reflesia/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">NOSTALGIA</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Nostalgia FORTE</a>
<ul class="dropdown-menu">
<li>
<a href="../games/nostforte/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/nostforte/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/nostforte/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">Nostalgia Op.2</a>
<ul class="dropdown-menu">
<li>
<a href="../games/nostop2/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/nostop2/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/nostop2/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">BeatStream アニムトライヴ</a>
<ul class="dropdown-menu">
<li>
<a href="../games/beatstreamfinal/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/beatstreamfinal/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/beatstreamfinal/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-item">MÚSECA 1+1/2</a>
<ul class="dropdown-menu">
<li>
<a href="../games/musecafinal/setup/" class="dropdown-item">First Time Setup</a>
</li>
<li>
<a href="../games/musecafinal/problems/" class="dropdown-item">Common Problems/Tips</a>
</li>
<li>
<a href="../games/musecafinal/hexedits/" class="dropdown-item">Hex Edits</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="navitem active">
<a href="./" class="nav-link">Error Codes</a>
</li>
<li class="dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Extras <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="../extras/hexguide/" class="dropdown-item">Beginner Guide to Hex Editing</a>
</li>
<li>
<a href="../extras/ascs/" class="dropdown-item">Notes on the Most Common ASCs and Vendors</a>
</li>
<li>
<a href="../extras/parts/" class="dropdown-item">Arcade Parts List and Documentation</a>
</li>
<li>
<a href="../extras/spiceguide/" class="dropdown-item">SpiceTools Usage, Parameters, and Functionality</a>
</li>
<li>
<a href="../extras/spiceerrors/" class="dropdown-item">SpiceTools Error Messages</a>
</li>
<li>
<a href="../extras/pollingrates/" class="dropdown-item">List of Touchscreen Monitors and their Polling Rates</a>
</li>
<li>
<a href="../extras/streamaudio/" class="dropdown-item">Exclusive Audio Workarounds</a>
</li>
</ul>
</li>
<li class="navitem">
<a href="../externalresources/" class="nav-link">External Resources</a>
</li>
<li class="navitem">
<a href="../about/" class="nav-link">About</a>
</li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a rel="prev" href="../games/musecafinal/hexedits/" class="nav-link">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li class="nav-item">
<a rel="next" href="../extras/hexguide/" class="nav-link">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3"><div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
<div class="navbar-header">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents">
<span class="fa fa-angle-down"></span>
</button>
</div>
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">
<li class="nav-item" data-level="1"><a href="#bemani-error-codes" class="nav-link">BEMANI Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#universal-error-codes" class="nav-link">Universal Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-0000-0000" class="nav-link">5-0000-0000</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2000-0000" class="nav-link">5-2000-0000</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2002-0915" class="nav-link">5-2002-0915</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2600-0000" class="nav-link">5-2600-0000</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#iidx-error-codes" class="nav-link">IIDX Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-1500-0002" class="nav-link">5-1500-0002</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-1503-0004" class="nav-link">5-1503-0004</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-1505-0001" class="nav-link">5-1505-0001</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-1503-0042" class="nav-link">5-1503-0042</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-1506-0001" class="nav-link">5-1506-0001</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#sound-voltex-error-codes" class="nav-link">Sound Voltex Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-1506-0000" class="nav-link">5-1506-0000</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2009-0000" class="nav-link">5-2009-0000</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#popn-error-codes" class="nav-link">Pop&apos;n Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-2002-2400" class="nav-link">5-2002-2400</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#jubeat-error-codes" class="nav-link">Jubeat Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-2500-0000" class="nav-link">5-2500-0000</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#gitadora-error-codes" class="nav-link">GITADORA Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-1698-0000" class="nav-link">5-1698-0000</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-1506-0000_1" class="nav-link">5-1506-0000</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2500-0001" class="nav-link">5-2500-0001</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#5-2501-0000" class="nav-link">5-2501-0000</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#nostalgia-error-codes" class="nav-link">NOSTALGIA Error Codes</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="3"><a href="#5-1501-0000" class="nav-link">5-1501-0000</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div></div>
<div class="col-md-9" role="main">
<h1 id="bemani-error-codes">BEMANI Error Codes</h1>
<div class="admonition warning">
<p class="admonition-title">Before reading:</p>
<p>This section contains various gamecode errors that a user may run across. There is an innumerable amount of these and I sometimes wonder if it's truly possible to have them all listed.
Nonetheless, dozens, if not hundreds are currently missing. This list is a massive work in progress and will be updated with time.</p>
<p>Furthermore, not every solution listed can be the definitive solution to your error, sometimes various odd software and hardware nuances occur to create yet unseen issues.
I encourage you to be vocal about your solutions so that they can be added to the guide by <a href="/about/#contact">contacting me.</a></p>
</div>
<h2 id="universal-error-codes">Universal Error Codes</h2>
<h3 id="5-0000-0000">5-0000-0000</h3>
<div class="admonition tip">
<p>This error can appear across any game, it's a generic critical error with several possible solutions.</p>
<p>It is usually caused by network adapters that are enabled, other than the primary one used for network service. Try to disable some network adapters in Windows Device Manager, including hidden adapters.</p>
<p>It can also be caused by game files being set to read only, especially the dev folder. Uncheck read only property in file explorer for all game files.</p>
</div>
<h3 id="5-2000-0000">5-2000-0000</h3>
<div class="admonition tip">
<p>This error can appear across any game, it's a standard network error with several possible solutions.</p>
<p>First, make sure you have correctly entered your network service's URL properly with the <code>-url</code> parameter, that your internet connection is fine, and that the service is not down.
Also make sure you have correctly entered your PCBID with the <code>-p</code> parameter. </p>
<p>One other thing to check is that the data is supported by the service, and that the datecode used by the game
is not invalid. Don't modify things if you don't need to! If the data is from a clean, trusted source, then this is extremely unlikely to be the cause.</p>
</div>
<h3 id="5-2002-0915">5-2002-0915</h3>
<div class="admonition tip">
<p>This error can appear across any game, it's a standard network error with several possible solutions.</p>
<p>First, make sure you have correctly entered your network service's URL properly with the <code>-url</code> parameter, that your internet connection is fine, and that the service is not down.
Also make sure you have correctly entered your PCBID with the <code>-p</code> parameter. </p>
<p>One other thing to check is that the data is supported by the service, and that the datecode used by the game
is not invalid. Don't modify things if you don't need to! If the data is from a clean, trusted source, then this is extremely unlikely to be the cause.</p>
</div>
<h3 id="5-2600-0000">5-2600-0000</h3>
<div class="admonition tip">
<p>This error can appear across any game, it's a standard network error with several possible solutions.</p>
<p>First, make sure you have correctly entered your network service's URL properly with the <code>-url</code> parameter, that your internet connection is fine, and that the service is not down.
Also make sure you have correctly entered your PCBID with the <code>-p</code> parameter. </p>
<p>One other thing to check is that the data is supported by the service, and that the datecode used by the game
is not invalid. Don't modify things if you don't need to! If the data is from a clean, trusted source, then this is extremely unlikely to be the cause.</p>
</div>
<p>&nbsp;</p>
<h2 id="iidx-error-codes">IIDX Error Codes</h2>
<h3 id="5-1500-0002">5-1500-0002</h3>
<div class="admonition tip">
<p class="admonition-title">SOUND DATA CREATE ERROR</p>
<p>This error occured from a corrupted installation. If your data came from a trusted source and you're having this issue, consider redownloading the files and making sure your installation was done properly. Or, perhaps your hard drive is failing.</p>
</div>
<h3 id="5-1503-0004">5-1503-0004</h3>
<div class="admonition tip">
<p class="admonition-title">USBIO ERROR (NO ANSWER...)</p>
<p>This error occurs when the game times out trying to communicate with the I/O board.</p>
<p>When using tools, this typically happens because I/O emulation in tools takes too long, which can be caused by long-running background services on your computer. Usual offenders are: file-syncing software (GDrive, OneDrive, back up service, etc), anti-virus / malware scans, Windows Updates, or possibly bad hardware. Try to see if you can run tools at elevated process priority (SpiceTools already does this, but you can also try -realtime as last resort).</p>
<p>On a real cabinet this would typically be a hardware error with the I/O board. Check cable connection and the power supply to the I/O board.</p>
</div>
<h3 id="5-1505-0001">5-1505-0001</h3>
<div class="admonition tip">
<p class="admonition-title">SSD DATA ERROR</p>
<p>This error occurs when the data is horribly corrupt, incomplete, or modified incorrectly. Please redownload your data from a reliable source.</p>
</div>
<h3 id="5-1503-0042">5-1503-0042</h3>
<div class="admonition tip">
<p class="admonition-title">CAMERA DEVICE ERROR</p>
<p>This error occurs when camera devices are missing/not functional. To resolve either have two cameras connected to your machine or apply a <a href="/extras/hexguide/">hex edit</a> for your game's specific version and date code to simply not have this error occur on startup. It can be bypassed by hitting the <code>Test</code> button so it is not a critical error.</p>
</div>
<h3 id="5-1506-0001">5-1506-0001</h3>
<div class="admonition tip">
<p class="admonition-title">CLOCK ERROR</p>
<p>This error occurs when the clock is not set. To resolve, set the <code>CLOCK</code> in the service menu by hitting <code>SAVE AND EXIT</code> inside of the menu.</p>
</div>
<p>&nbsp;</p>
<h2 id="sound-voltex-error-codes">Sound Voltex Error Codes</h2>
<h3 id="5-1506-0000">5-1506-0000</h3>
<div class="admonition tip">
<p class="admonition-title">ACIO ERROR</p>
<p>A user had this error when they downloaded the game from an unreliable source, they redownloaded <code>libacio.dll</code> from a clean, trusted source and had no issues. If the error persists, consider redownloading the data from a reliable source entirely.</p>
</div>
<h3 id="5-2009-0000">5-2009-0000</h3>
<div class="admonition tip">
<p>This error was seen on Sound Voltex Booth, a user had messed up their dll files. Thus, the solution would be to leave files unmodified and do not needlessly tamper. If your data came from a trusted source and you're having this issue, consider redownloading the files and making sure your installation was done properly.</p>
</div>
<p>&nbsp;</p>
<h2 id="popn-error-codes">Pop&apos;n Error Codes</h2>
<div class="admonition tip">
<p>A user experienced this error every few minutes or so during play. If this issue occurs, make sure you have correctly inputted your chosen network's service URL and your PCBID correctly. </p>
</div>
<h3 id="5-2002-2400">5-2002-2400</h3>
<div class="admonition tip">
<p>This error was seen on Pop&apos;n Usaneko due to improper setup and bad parameter usage in SpiceTools, make sure to follow <a href="/games/popnusaneko/setup/">the first time setup</a> and utilize the <code>-url</code> and <code>-p</code> parameters in SpiceTools
so that you're not needlessly risking making mistakes in modifying the game's files. </p>
</div>
<p>&nbsp;</p>
<h2 id="jubeat-error-codes">Jubeat Error Codes</h2>
<h3 id="5-2500-0000">5-2500-0000</h3>
<div class="admonition tip">
<p class="admonition-title">BACKUP DATA ERROR</p>
<p>Follow the steps listed <a href="/games/jubeatclan/setup/#final-steps-and-setting-up-the-game">here</a></p>
</div>
<p>&nbsp;</p>
<h2 id="gitadora-error-codes">GITADORA Error Codes</h2>
<h3 id="5-1698-0000">5-1698-0000</h3>
<div class="admonition tip">
<p>This was seen in GITADORA Tri-Boost Re:EVOLVE. To resolve, uncheck the <code>Read Only</code> attribute on the following <code>contents</code> folders.</p>
<pre><code>- \contents\data\product\aep_x64\
- \contents\data\product\aep\
</code></pre>
<p>Also, remove the following files from these folders.</p>
<pre><code>- battle_matching_3.bin
- beargarden_3.bin
- common_3.bin
- custom_3.bin
- entry_3.bin
- game_combo_3.bin
- game_common_3.bin
- game_dm_3.bin
- game_gf_3.bin
- game_session.bin
- home.bin
- mission_result.bin
- record_3.bin
- select_music_3.bin
- tab_3.bin
- title_3.bin
- warning_3.bin
</code></pre>
</div>
<h3 id="5-1506-0000_1">5-1506-0000</h3>
<div class="admonition tip">
<p>Disable all the unused network adapters inside device manager (make sure to view the hidden ones as well and disable those too!)</p>
</div>
<h3 id="5-2500-0001">5-2500-0001</h3>
<div class="admonition tip">
<p class="admonition-title">BACKUP DATA ERROR</p>
<p>Follow the steps listed <a href="/games/gitamatixx/setup/#final-steps-and-setting-up-the-game">here</a></p>
</div>
<h3 id="5-2501-0000">5-2501-0000</h3>
<div class="admonition tip">
<p class="admonition-title">GROUP ID ERROR</p>
<p>The Group ID Error is caused when it finds another cab of the same kind (GF or DM) with the same Group ID on the network. In most cases for users, this means the computer is connected to BOTH Ethernet and Wi-fi so the game sees 2 instances of itself. Thus to resolve, make sure you do not have 2 devices on the same subnet like this by checking your connections accordingly.</p>
</div>
<p>&nbsp;</p>
<h2 id="nostalgia-error-codes">NOSTALGIA Error Codes</h2>
<h3 id="5-1501-0000">5-1501-0000</h3>
<div class="admonition tip">
<p>This error was seen in NOSTALGIA Op. 2 when a user had a bad AVS config, make sure your data is from a reliable source and consider redownloading or replacing the file.</p>
</div></div>
</div>
</div>
<footer class="col-md-12">
<hr>
<p>Made by a IIDX player.</p>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script>
var base_url = "..",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="../js/base.js" defer></script>
<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</body>
</html>