✅ rosetta error
Hi guys, i was just writing some crappy interpreter for fun and suddenly i get this error message, saying: "rosetta error: unexpectedly need to EmulateForward on a synchronous exception x86_rip=0x4572646736 arm_pc=0x4311881116 num_insts=3 inst_index=1 x86 instruction bytes: 0x5210756398796194133 0x5257824249051376781"
For me, this seems to be some low level emulation error, likely because i'm using an Apple Silicon Mac, has anyone else encountered this before? Thx
3 Replies
Other instances of this error I see online are related to catching signals. Are you expecting to receive signals? You can use dtrace or a similar program to check if you're catching any signals. You probably can't easily fix the rosetta issue but perhaps you can fix whatever signal your getting.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.it was a bit of a complex error in my code, i managed to fix it though, thank you!