http://bugs.winehq.org/show_bug.cgi?id=59283 --- Comment #3 from gng <nen24t@gmail.com> --- Sorry for the verbose initial report. Here's the essential info: **Wine:** 11.0 (also wine-stable 11.0) **OS:** Ubuntu 24.04 x86_64 **Problem:** 32-bit apps crash on startup with NULL pointer access. 64-bit versions work fine. **Repro:** 1. `WINEPREFIX=~/test wineboot` 2. Install REAPER 32-bit (reaper.fm) 3. `wine "C:\Program Files (x86)\REAPER\reaper.exe"` **Backtrace:** ``` Unhandled exception: page fault on write access to 0x00000000 in wow64 32-bit code (0x003600a9). EIP:003600a9 ESP:0141a864 EBP:00688f36 EAX:00000000 EBX:006885e0 ECX:018eb0b0 EDX:00000000 =>0 0x003600a9 (0x00688f36) 0x003600a9: addb %al, (%eax) ``` Crash address is outside all loaded modules. Also reproduced with Garritan CFX Lite 32-bit. Full logs available on request. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.