yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

Unable to run any game on Ryzen 2400G ( from yuzu 991)

Open streng12 opened this issue 2 years ago • 10 comments

After some update, all games on yuzu stopped working. I'm not sure about certain build where the issue occurs, but yuzu not working anymore on yuzu 1010 or 1009 but when i rollback to 922 then it start working again. The issue is that during first loading screens when shader loading should occur a yuzu application crashes. There is a completely empty log file with 0 bytes, so it crashes before log anything. In the windows event viewer is this specific issues:

Faulting application name: yuzu.exe, version: 0.0.0.0, timestamp: 0x62766e93 Missing module name: ucrtbase.dll, version: 10.0.16299.1059, timestamp: 0x27fc3e10 Exception code: 0xc0000409 Error spacing: 0x000000000006b0be Faulting process identification: 0x17a0 Faulting Application Start Time: 0x01d862e5f356cf8b Faulting Application Path: C: \ Users \ User \ AppData \ Local \ yuzu \ yuzu-windows-msvc \ yuzu.exe Faulting Module Path: C: \ Windows \ System32 \ ucrtbase.dll Report ID: c569ba2d-6faf-4e16-98f2-5dfd1afeab0d Faulting package full name: Identifying the faulty application with respect to the package:

Computer specifications: CPU: AMD Ryzen 5 2400G GPU: Integrated - Vega11 RAM: 16GB 3200Mhz CL16 (OC) MB: Gigabyte AB350N OS: Win10

streng12 avatar May 09 '22 14:05 streng12

You might need to update your Visual C runtime

https://yuzu-emu.org/downloads/ has a link to it.

Docteh avatar May 09 '22 14:05 Docteh

It was a first thing which I tried and doesnt help

streng12 avatar May 09 '22 14:05 streng12

3400G still works in here. Can you narrow the build number where it broke https://github.com/yuzu-emu/yuzu-mainline/releases

german77 avatar May 09 '22 15:05 german77

Try 974, there was a log posted with it in the discord server on a 2400G.

On Mon, May 9, 2022, 8:23 AM Narr the Reg @.***> wrote:

3400G still works in here. Can you narrow the build number where it broke https://github.com/yuzu-emu/yuzu-mainline/releases

— Reply to this email directly, view it on GitHub https://github.com/yuzu-emu/yuzu/issues/8323#issuecomment-1121246084, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABOQ27JA2XMUGZ7POS5STTVJEUYPANCNFSM5VOPXPZA . You are receiving this because you commented.Message ID: @.***>

Docteh avatar May 09 '22 15:05 Docteh

So I made a research and for me, the latest working build is a 990. It starts crashing from 991. Also tried 974 mentioned above and works fine.

streng12 avatar May 10 '22 09:05 streng12

restarting yuzu make an empty log, that's how it works. you must keep yuzu closed. may be related to the bug i reported today with radeon driver and vulkan renderer.

philectro avatar May 14 '22 13:05 philectro

Same issue here, the latest build will crash when loading game. Build 990 works fine too.

stu640978 avatar Jul 23 '22 20:07 stu640978

It looks like you are using Windows 10 version 1709 - ucrtbase.dll, version: 10.0.16299.1059

I have two partitions with old versions 1511 and 1803. Yuzu is crashing on both since mainline 991.

Probably related to #8247 and #8386.

vladkosi avatar Jul 24 '22 12:07 vladkosi

It looks like you are using Windows 10 version 1709 - ucrtbase.dll, version: 10.0.16299.1059

I have two partitions with old versions 1511 and 1803. Yuzu is crashing on both since mainline 991.

Probably related to #8247 and #8386.

You are right, I realized it some time ago but forgot to mention. Also need to note, once update to something newer than 1709, then build 990 and older start crashing. So in 991 something change when windows update needed.

streng12 avatar Jul 24 '22 15:07 streng12

Same issue here, the latest build will crash when loading game. Build 990 works fine too.

I just got a solution that can fix my issue from someone in the yuzu discord channel. If you are using 3rd-party antivirus(For example: I'm using ESET Internet Security) You might need to add the yuzu folder to the whitelist of your antivirus. After doing this, now my yuzu works fine as expected(I'm using early access build now).

https://yuzu-emu.org/wiki/faq/#yuzu-closes-when-launching-game

stu640978 avatar Jul 24 '22 15:07 stu640978

This should be fixed by https://github.com/yuzu-emu/yuzu/pull/8745. You can try the latest mainline build.

vladkosi avatar Aug 10 '22 14:08 vladkosi