Emulator Issues #1388
closed[Linux] Opening WAD files (thinks its an ISO)
0%
Description
What steps will reproduce the problem?
- Trying to open a WAD file in Dolphin for Linux
What is the expected output? What do you see instead?
Expect it to load the WAD file, but it instead treats it as an ISO and
fails with an error
What version of the product are you using? On what operating system?
Dolphin SVN R 4237 (latest trunk at the time of writing) on Linux
Updated by sl1nk3.s over 15 years ago
- Status changed from New to Questionable
What's the error message ? how are you trying to launch the wad file ? through the /e
parameter or through the gui ?
In any case, both works under windows and i don't think the code is that different on
linux :p
Updated by karamu.da.yo over 15 years ago
See attached. It does it in the command line as well using the -e parameter to launch it.
Updated by lpfaint99 over 15 years ago
error message has not been updated since the addition of wad support
your file is likely failing here (try dumping your wad again)
trunk/Source/Core/Core/Src/CoreParameter.cpp
line 150: else if (DiscIO::CNANDContentManager::Access().GetNANDLoader
(m_strFilename).IsValid())
Updated by karamu.da.yo over 15 years ago
The same WAD file works fine under Windows.
Updated by lpfaint99 over 15 years ago
thanks for that info, I'll take a look to see if i can find the problem
Updated by lpfaint99 over 15 years ago
- Status changed from Questionable to Fixed
This issue was closed by revision r4253.