smo-practice
smo-practice copied to clipboard
Yuzu Issues
after a successful build and using the folder structure from @Briancbn ├── practice_mod │ ├── exefs │ │ ├── B424BE150A8E7D78701CBE7A439D9EBF.ips │ │ └── subsdk1 <-- smo-practice130.nso │ └── romfs │ └── LayoutData │ └── CounterCoin.szs
After I select resume the screen just stays black and if I select new game the cutscene will play but then afterwards it will still remain black

I should add that I have little to no understanding and have just been following the instructions up until now
@JustTre is this a typo?
│ └── romfs │ └── LayoutData │ └── CounterCoin.szs
CounterCoin.szs should be inside the LayoutData folder. and LayoutData should be inside romfs folder like this.
│ └── romfs
│ └── LayoutData
│ └── CounterCoin.szs
If it is correctly placed, I think it could be due to
- Yuzu version difference (I might try out the
882if I got more time at the weekend) - Mod version:
1.2.0, I think I tried with the latest one, but I can't remember for sure. - I did use self-compiled Yuzu on Ubuntu and compiled the mod on Ubuntu (let's hope it is not making the difference there).
- Dock mode?
Maybe the maintainers have more idea here.
It seems to be an error from copy and paste. I've tried to edit it but it didn't fix it but, I can assure you the folder structure is correct. I've also tried 3 different versions of yuzu as well including the one you used (835). Im also on windows 11 not linux. I built the mod with arch through a virtual machine. I don't know what the dock mode is I thought it was just there by default.
actually I think I'm on 1.2.1 will update the request if 1.2.0 works. (probably will)
No success with mod version 1.2.0 either :(
What progress does the save file you're loading have?
Ive tried loading cap kingdom and bowsers. I'm going to try metro and see if it works for me.
After trying to load day metro the screen still fades to black, but now the music continues to play while the frames dropped to 0.

It seems romfs/LayoutData/CounterCoin.szs is still missing/corrupted, that's the only thing I can think of.
Ive redownloaded it a few times. maybe its a bug in the windows version of yuzu
should I try the new version?
Let me try and reproduce the issue over the weekend and get back to you. On another note, you might want to try the 1.0.0 version patch on Yuzu, since it does not require the CounterCoin.szs (https://github.com/fruityloops1/smo-practice/issues/4#issuecomment-1002353937).
1.0.0 patch didn't work for me at all. I'm genuinely out of ideas
Can you check the log file of Yuzu, and see if there are obvious issues at the end? (%appdata%/yuzu/log)
Looking at the file I can't really tell but probably. I'll just attach it. yuzu_log.txt
[ 82.240890] Debug <Critical> core\arm\dynarmic\arm_dynarmic_64.cpp:operator ():120: Assertion Failed! ExceptionRaised(exception = 1, pc = 212A90A6B0, code = 2A90A6C0)
[ 82.240912] Core.ARM <Error> core\arm\dynarmic\arm_dynarmic_64.cpp:InterpreterFallback:86: Unimplemented instruction @ 0x212A90A6B4 for 25 instructions (instr = 00000021)
found this in the yuzu log file @MonsterDruide1