User talk:Pokechu22: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
m (→‎Wii Fit Plus Channel issue: able to add configuration)
(→‎Wii Fit Plus Channel issue: is this confirmed? that this setting makes mini games unplayable)
Line 20: Line 20:


Yes, you were right. I had misunderstood the bug. I have made  all changes to the wiki pages of both the channel and main game to earlier revision. Thanks for enlightening me and sorry for being a nuisance and increasing your work. [[User:Tekashi|Tekashi]] ([[User talk:Tekashi|talk]]) 15:04, 29 May 2021 (CEST)
Yes, you were right. I had misunderstood the bug. I have made  all changes to the wiki pages of both the channel and main game to earlier revision. Thanks for enlightening me and sorry for being a nuisance and increasing your work. [[User:Tekashi|Tekashi]] ([[User talk:Tekashi|talk]]) 15:04, 29 May 2021 (CEST)
In the comments section of {{issue|11858}}, it is written that using "efb copies to texture only" results in breaking of various mini games. Is this confirmed? I don't have my balance board with me right now, that's why I couldn't test it. However I already wrote in the wiki pages of both the  channel and main game that applying this setting leads to make many mini games unplayable. And if this setting doesn't breaks them, then you can    remove/edit these changes from the wiki pages. [[User:Jack|Jack]] ([[User talk:Jack|talk]]) 07:52, 4 June 2021 (CEST)

Revision as of 06:52, 4 June 2021

ifexist vs Template:Exist

Using Template:Exist in certain cases (like on Template:Infobox VG) causes MediaWiki to throw a recursive template loop error (see Category:Pages with template loops). This happens because Template:Exist functions off of transclusion while ifexist does not. That's why ifexist is used instead. I mentioned this on the Template:Exist documentation here though I know that's pretty hard to find and not very explanatory... The tradeoff was triggering an actual error on MediaWiki or creating a bunch of bad redlinks, I chose to silence the errors instead. Either is technically fine though, the errors don't show up on the pages or affect page output at all as far as I can remember besides the hidden error category. (As I understand it, the transcluded templates which trigger the error are not actually used, so page output is not affected.) - Xerxes (talk) 05:26, 24 November 2019 (CET)

Thanks. I actually saw the warning but didn't know what to make of it. (I also didn't see any uses of Template:Exist in the history of Template:Infobox VG so I assumed it just never had been tried before, but I just didn't look beyond the first 50 entries so I missed your edit). IMO, having 243 entries in an error page where pages where the problem is actually present is visible is much preferable to having thousands of entries on a page that also is useful for knowing where to contribute. But I don't know if the error actually causes problems on the server end. (My guess is that the pages (I think I saw that Template:Exist uses pages as templates or something like that?) that trigger the infinite loop are those that actually have multiple versions, where the other version is transcluding the original version again. But I'm not sure if that's actually the case. If it is the case, I wonder if there's a way to detect that it's already at one level of transclusion and just stop?) --Pokechu22 (talk) 06:17, 24 November 2019 (CET)
I think it's as simple as one page's call to Infobox transcluding another page's call to Infobox (remember that Infobox VG is used on every single game page), or otherwise just having a template that calls itself in any way with or without transclusion, MediaWiki hates loops like that because it's designed to not be Turing complete. I didn't look too deeply but I don't think there's any other ways to detect the existence of a page besides these two methods. Maybe ifexist can be tweaked to not create redlinks on the server side, since it seems pretty useless to do that, but I don't know anything about that. - Xerxes (talk) 19:47, 24 November 2019 (CET)

Debugging Symbols

Are you sure Nerf N-Strike Elite has symbols in nerf.elf? It doesn't seem to be a regular ELF file. Interestingly, the other two games in the Nerf series do seem to have debug symbols in their ELF files. Flacs (talk) 03:52, 11 January 2020 (CET)

Yep, it does seem to have symbols in nerf.elf (when compared to main.dol). I was able to import it into ghidra and get symbols, which didn't happen with main.dol (which I think has the same code in it otherwise), and running strings nerf.elf | less and going to the end shows very symbol-looking things like insert__Q23std151__vec_deleter<Q210Metrowerks42range_map_entry<w,Q33std10ctype_base4mask>,Q23std69allocator<Q210Metrowerks42range_map_entry<w,Q33std10ctype_base4mask>>>FPQ210Metrowerks42range_map_entry<w,Q33std10ctype_base4mask>RCQ210Metrowerks42range_map_entry<w,Q33std10ctype_base4mask>Q210Metrowerks11int2type<3> (and more typical SDK functions). Both main.dol and nerf.elf have "ELFPATCH/WII v1.0 by Marc Bannister (based on Morton's ELF Compressor)" and "Copyright 2007 Electronic Arts Europe" near the start. Note that I have a US copy of the game (RL6E69, SHA-1 e5f38d127850eb3d69daca411102d1dc2ddd9370). --Pokechu22 (talk) 20:15, 11 January 2020 (CET)

Wii Fit Plus Channel issue

See this video - https://youtu.be/vvyPtc2PdrM In this video you can clearly see that issue 11858 of Mii faces and bar graph seems fixed, hence I am again changing the ratings and configuration of Wii Fit Plus and its channel in wiki. Tekashi (talk) 12:15, 28 May 2021 (CEST)

@Tekashi: There is one important aspect to this you seem not to be aware of. The setting matters when Wii Fit itself is launched, as that's when the graph and faces are generated. The setting's value when on the Wii Menu itself doesn't matter (as the problem happens when Wii Fit is saving textures, not when the Wii Menu is loading back the saved textures). Can you try it again, but actually launch the Wii Fit Plus channel and then return to the Wii Menu after it gets to the game's main menu? --Pokechu22 (talk) 22:32, 28 May 2021 (CEST)

Yes, you were right. I had misunderstood the bug. I have made all changes to the wiki pages of both the channel and main game to earlier revision. Thanks for enlightening me and sorry for being a nuisance and increasing your work. Tekashi (talk) 15:04, 29 May 2021 (CEST)


In the comments section of issue 11858, it is written that using "efb copies to texture only" results in breaking of various mini games. Is this confirmed? I don't have my balance board with me right now, that's why I couldn't test it. However I already wrote in the wiki pages of both the channel and main game that applying this setting leads to make many mini games unplayable. And if this setting doesn't breaks them, then you can remove/edit these changes from the wiki pages. Jack (talk) 07:52, 4 June 2021 (CEST)