[Bug] Ninjin: Clash of Carrots (v1.0.0 & v1.3.0) crash on Startup (Ryujinx.HLE.Exceptions.UndefinedInstructionException) #581

Open
opened 2025-01-25 08:07:09 +00:00 by Lododar · 1 comment
Lododar commented 2025-01-25 08:07:09 +00:00 (Migrated from github.com)

Description of the issue

Trying to launch the game makes the emulator crash.

Reproduction steps

  1. Launch the game

Log file

Ryujinx_1.2.81_2025-01-25_08-58-47.log

OS

Windows 11

Ryujinx version

1.2.81

Game version

1.0.0 & 1.30

CPU

i5-9400F

GPU

NVIDIA GTX 1660Ti

RAM

16GB

List of applied mods

No response

Additional context?

No response

### Description of the issue Trying to launch the game makes the emulator crash. ### Reproduction steps 1. Launch the game ### Log file [Ryujinx_1.2.81_2025-01-25_08-58-47.log](https://github.com/user-attachments/files/18545272/Ryujinx_1.2.81_2025-01-25_08-58-47.log) ### OS Windows 11 ### Ryujinx version 1.2.81 ### Game version 1.0.0 & 1.30 ### CPU i5-9400F ### GPU NVIDIA GTX 1660Ti ### RAM 16GB ### List of applied mods _No response_ ### Additional context? _No response_
FluffyOMC commented 2025-02-15 00:33:28 +00:00 (Migrated from github.com)

The opcode 0xe7ffdefe (FE DE FF E7) is basically a debugging TRAP. So something we're doing earlier seems to tick it off.

Possibly the SurfaceFlinger erroring?

00:00:07.212 |I| HLE.OsThread.47 SurfaceFlinger CreateLayerFromId: Creating layer 1
00:00:07.282 |E| HLE.OsThread.7 SurfaceFlinger OnTransact: Error returned by transaction Disconnect: BadValue

That doesn't seem right though . Why would it immediately want to disconnect without a stub inbetween?

The opcode 0xe7ffdefe (FE DE FF E7) is basically a debugging TRAP. So something we're doing earlier seems to tick it off. Possibly the SurfaceFlinger erroring? ``` 00:00:07.212 |I| HLE.OsThread.47 SurfaceFlinger CreateLayerFromId: Creating layer 1 00:00:07.282 |E| HLE.OsThread.7 SurfaceFlinger OnTransact: Error returned by transaction Disconnect: BadValue ``` That doesn't seem right though . Why would it immediately want to disconnect without a stub inbetween?
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MeloNX/Ryujinx-ryubing#581
No description provided.