Project

General

Profile

Emulator Issues #12940

Updated by pokechu22 almost 2 years ago

**Game Name?** 

 Another Code: R 


 **Game ID?** 

 RNOP01 


 **MD5 Hash?** 

 It's a wbfs file. 


 **What's the problem? Describe what went wrong.** 

 Trying to use the recent riivolution support, game shows a black screen with "error #001 unauthorized device has been detected." 
 The game is compatible with the riivolution app on Wii. 


 **What steps will reproduce the problem?** 

 Right click game, select "Start with riivolution patches", open a generic 'file replace' xml (that's been tested to work with other games) and select start, game hangs on error screen. 

 **Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.** 

 Yes, 5.0-16380 

 **Is the issue present in the latest stable version?** 

 No riivolution support in stable. 


 **What are your PC specifications?** (CPU, GPU, Operating System, more) 

 Windows 10, intel core i5 


 **Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots, 
 configuration files, savefiles, savestates)** 

 The XML I tested: 

 ~~~xml 
 <wiidisc `<wiidisc version="1"> 
	 <id game="RNO" /> 
		 <region type="P" /> 
	 <options> 
		 <section name="Another Code R Music Replacement"> 
			 <option id="On" name="Turn on Mods?"> 
				 <choice name ="Enabled"> 
					 <patch id="mods" /> 
				 </choice> 
			 </option> 
		 </section> 
	 </options> 
	 <patch id="mods"> 
		 <folder external="/" recursive="false" /> 
		 <folder external="/" disc="/" /> 
	 </patch> 
	
 </wiidisc> 
 ~~~ </wiidisc>` 

 Regarding this game: 
 While this game does work on the original riivolution it's known to be problematic in some very specific places, it has a gamebreaking bug if you play it with a usb loader (d2x cios, etc.) if the hdd cluster size is 64k knocking on doors hangs the game. And if you take a clean rip and rebuild it using wiimms iso tool "wit", it won't get past the title screen, however choosing Japanese as the language allows skipping the crash, so I eventually found that a file "LANG/ENG/SCRIPT/MEMORY.dat" that's loaded at startup was bigger in the Japanese file, and by adding a few 00 bytes to the other languages fixes the crash. 


 I'd like to know if possible, if there's some documentation on riivolution support vs original, beyond the commits? 
 Because I'm working on an undub that uses size-heavy video scenes and I'm using the "create" feature and codes to load the undub, this is to create a parallel setup with the "manual" version of the undub that inserts those files into the iso or wbfs so that it can work with usb loaders without giving up the original dub. But the problem is, after adding the videos (around 200 MB) the game started doing the same thing as *Another Code R*, it boots to the same exact error, so I'm wondering: is riivo limited to the "single layer" size of the game? I'll have to confirm if that's a thing in the original Riivolution. 

 This issue reminds me of loading a wbfs with a bigger size than the single layer size on old cios (wanin?) it would load but on modern cios (d2x) it would show this "unauthorized device" error, but I might be remembering wrong. If there's no way around this, there must be a way to convert single to double layer, surely.

Back