Project

General

Profile

Actions

Emulator Issues #12053

open

Pokemon Snap does not save photos to the message board

Added by TrivialMan about 4 years ago. Updated 8 months ago.

Status:
Accepted
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?

Pokemon Snap

Game ID? (right click the game in the game list, Properties, Info tab)

NAKE

MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)

Unknown, saved to my NAND copy. If there's some way to extract that using Dolphin I'd love to know though.

What's the problem? Describe what went wrong.

The Wii Virtual Console release of Pokemon Snap had the feature that you could, once per day, save a snapshot from your Gallery to the Wii Message Board. This feature does not seem to function in Dolphin.

What steps will reproduce the problem?

(Not part of the bug but explanation of how to get the game to a point to reproduce it)
Play through the game enough to have at least 1 photo saved in the Album. Then, from the title screen select Gallery. Choose a photo from the Report or Album to add to one of the 4 Gallery spots. Then, choose Enlarge on one of the photos.

(Bug starts here)
While Enlarged, use a Wiimote and press the - button (yes, the Wiimote even though this is an N64 Virtual Console title). You will receive a message saying that the photo was posted to the Wii Message Board. Return to the Wii System Menu and view the Wii Message Board only to find out the message and photo is not there.

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. Version 5.0-11843

Is the issue present in the latest stable version?

Unsure. I cannot load my NAND in Dolphin 5.0 and do not have a way to play the game without it.

If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)

I suspect that bisection would only lead me to the first build that supports my NAND.

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

Windows 10, I doubt the rest is relevant.

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

A log with all info enabled from right before I attempted to post the photo to the message board up until I ended emulation a moment later is attached.


Files

dolphin.log (243 KB) dolphin.log Log for posting photo from Pokemon Snap to Wii Message Board TrivialMan, 04/15/2020 12:30 AM
Actions #1

Updated by JMC4789 about 4 years ago

Have you tried enabling XFB2RAM? A lot of times the game will read XFB instead of EFB for this kind of thing.

Actions #2

Updated by TrivialMan about 4 years ago

XFB2RAM is just the disabled setting for "Store XFB Copies to Texture Only" right? If that's the case, I already had that set. Enabling it did not change behavior either. The only XFB setting I have enabled is "Skip Presenting Duplicate Frames".

However, I don't think this is a graphical issue. It's not that the photo attached to the message is corrupted or something, no message seems to be generated at all.

Actions #3

Updated by pokechu22 about 4 years ago

I can also confirm that nothing is saved (with "Store XFB copies to texture only" both checked and unchecked). The game also knows that it already saved a message if you try again (even after restarting it), but I think that it's just based on keeping a timestamp of the last saved photo and not letting you save one until the next day (as traveling back in time to an earlier day won't let you save one either), and not by querying the message board and finding an invisible message, though.

Actions #4

Updated by JMC4789 about 4 years ago

Oh, I see. Sorry, I misunderstood the issue.

Actions #5

Updated by pokechu22 almost 4 years ago

I did some more testing, and interestingly, saved photos still won't work if saved on console. I used bootmii/boot2 to create a NAND dump before the system menu loaded, and after importing that NAND into Dolphin, the photo isn't present. (But it did show up after I started the Wii menu from bootmii).

Another weird thing is that even though the clock seen in the system menu was WILDLY off in Dolphin (before, I didn't bother to set it, so it was some time in 2010; after importing my NAND the time ended up being in 2028), when saving in Dolphin the date on the message in shared2/wc24/mbox/wc24recv.mbx is the correct time. So, somehow, Pokémon Snap is getting the right time.

Actions #6

Updated by JMC4789 over 3 years ago

  • Status changed from New to Accepted

It's probably because of a time/date issue if someone wants to investigate this. I think this is essentially confirmed at this point as a valid issue.

Actions #7

Updated by TrivialMan about 3 years ago

I remembered that there are other games that post directly to the message board.

I was only able to test Super Mario Galaxy, but both the photographs of the Star List and the picture obtainable from the Grand Finale star course at the end of the game posted to the message board with text and an attached photo. The Photo Channel also detected these, let me edit them, and post the edited copies to the message board which also showed up without issue. Allegedly Metroid Prime 3, Super Mario Galaxy 2, Rabbids Lab, and Kirby's Epic Yarn also all allow you to post photos to the message board from in-game. If anyone has these and can confirm if the images post on Dolphin it might be interesting to find out if the problem with message board posts is specific only to Pokemon Snap or if certain games are affected and certain games are not.

Actions #8

Updated by TrivialMan almost 2 years ago

I did a bit more digging into this. As it turns out, I was completely wrong about what the problem actually was. The message board post with attached photo is generated by Pokemon Snap perfectly. However, it is stuck inside wc24recv.mbx in it's raw pseudo-email format (along with some mystery data in wc24recv.ctl that I can't decipher except for the string NAKE which is Pokemon Snap's ID). Manually decoding the text and image attachment components from base64 and then overwriting an existing message board post shows that the data is all there, it's just stuck in here instead of being moved to cdb.vff where it should be. I also learned here that there is at least 1 other game I've used with Dolphin that is affected by this: Wii Play. There's an email sitting in wc24recv.mbx about earning a gold medal in Shooting Range, but there is no such message on the actual message board. That one doesn't even have a photo attachment, it's pure text.

To summarize: The issue is not with Pokemon Snap, nor does it seem to be a date/time issue. Something about how Dolphin handles message board posts means that some emails are stuck in the temporary mailbox indefinitely and thus never post to the message board properly. But this also only happens with certain games. Pokemon Snap and Wii Play are bugged, Mario Galaxy and the Photo Channel are not.

If anyone is interested, I'm happy to upload any of the relevant mailbox or image files, though I suspect this should be easy to reproduce for anyone who owns one of the affected games.

Actions #9

Updated by JMC4789 almost 2 years ago

I wonder if it's just that Dolphin doesn't support Wii Connect 24 services...

Actions #10

Updated by TrivialMan almost 2 years ago

This may not be relevant information, but I tested that both Pokemon Snap and Wii Play can post to the message board on the Wii U in Wii mode on hardware. I don't know how exactly how any of this stuff is implemented, but I had heard that the Wii U didn't have Wii Connect 24 capabilities. If that's the case, it might point towards some other issue Dolphin has.

Actions #11

Updated by TrivialMan over 1 year ago

I saw in the latest (December 2022) progress report that some Wii Connect 24 features were implemented in Dolphin and booted up Pokemon Snap to check and see if that fixed this issue. Unfortunately that doesn't seem to be the case. If it is a Wii Connect 24 service, it is some other still unimplemented aspect of it.

Actions #12

Updated by TrivialMan 8 months ago

I see that noahpistilli is working on implementing many features of Wii Mail. I'll try and keep track of when their PRs are merged and see if any of the changes affect this issue, but as of 5.0-20078, the most recent development version that seems to interact with the whole mail system, there is no change to this issue.

Actions

Also available in: Atom PDF