yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
667 stars 105 forks source link

MACE: crash in `voodoo::voodoo_renderer::add_rasterizer` #407

Open ToddLa opened 2 years ago

ToddLa commented 2 years ago

run MACE on MAME 244 crash in voodoo::voodoo_renderer::add_rasterizer

ToddLa commented 2 years ago

Problem is in util/delegate.h it is tweaking vtable pointers assuming Intel itanium, ie not checking for arm64 right.

ToddLa commented 2 years ago

I don't think delegate.h is the problem, I forced a different build path, same crash.