Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Yuzu Issues #8

Open
JustTre opened this issue Jan 18, 2022 · 15 comments
Open

Yuzu Issues #8

JustTre opened this issue Jan 18, 2022 · 15 comments

Comments

@JustTre
Copy link

JustTre commented Jan 18, 2022

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

Screenshot 2022-01-18 075929
Screenshot 2022-01-18 080053

I should add that I have little to no understanding and have just been following the instructions up until now

@Briancbn
Copy link
Contributor

Briancbn commented Jan 18, 2022

@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 882 if 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.

@JustTre
Copy link
Author

JustTre commented Jan 18, 2022

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.

@JustTre
Copy link
Author

JustTre commented Jan 18, 2022

actually I think I'm on 1.2.1 will update the request if 1.2.0 works. (probably will)

@JustTre
Copy link
Author

JustTre commented Jan 18, 2022

No success with mod version 1.2.0 either :(

@fruityloops1
Copy link
Owner

What progress does the save file you're loading have?

@JustTre
Copy link
Author

JustTre commented Jan 19, 2022

Ive tried loading cap kingdom and bowsers. I'm going to try metro and see if it works for me.

@JustTre
Copy link
Author

JustTre commented Jan 19, 2022

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.

Screenshot 2022-01-18 210653

@fruityloops1
Copy link
Owner

It seems romfs/LayoutData/CounterCoin.szs is still missing/corrupted, that's the only thing I can think of.

@JustTre
Copy link
Author

JustTre commented Jan 20, 2022

Ive redownloaded it a few times. maybe its a bug in the windows version of yuzu

@JustTre
Copy link
Author

JustTre commented Jan 20, 2022

should I try the new version?

@Briancbn
Copy link
Contributor

Briancbn commented Jan 21, 2022

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 (#4 (comment)).

@JustTre
Copy link
Author

JustTre commented Jan 21, 2022

1.0.0 patch didn't work for me at all. I'm genuinely out of ideas

@MonsterDruide1
Copy link
Contributor

Can you check the log file of Yuzu, and see if there are obvious issues at the end? (%appdata%/yuzu/log)

@JustTre
Copy link
Author

JustTre commented Jan 22, 2022

Looking at the file I can't really tell but probably. I'll just attach it.
yuzu_log.txt

@JustTre
Copy link
Author

JustTre commented Jan 25, 2022

[ 82.240890] Debug core\arm\dynarmic\arm_dynarmic_64.cpp:operator ():120: Assertion Failed!
ExceptionRaised(exception = 1, pc = 212A90A6B0, code = 2A90A6C0)

[ 82.240912] Core.ARM 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants