Trying to run winecfg causes Wine to abort

Questions about Wine on macOS.
Locked
arkamthebard
Newbie
Newbie
Posts: 2
Joined: Mon Aug 29, 2016 7:25 pm

Trying to run winecfg causes Wine to abort

Post by arkamthebard »

I accidentally upgraded Wine through Brew, so I uninstalled all versions of Wine and its dependencies and even after installing using the .pkg distribution of Wine staging 1.9.17 I keep getting this error when trying to run anything using Wine, including winecfg:

Code: Select all

thebardcomputer:~ arkamthebard$ winecfg
==1265==AddressSanitizer CHECK failed: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.8/clang-3.8/work/release_38/projects/compiler-rt/lib/asan/asan_thread.cc:204 "((AddrIsInStack((uptr)&local))) != (0)" (0x0, 0x0)
==1263==AddressSanitizer CHECK failed: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.8/clang-3.8/work/release_38/projects/compiler-rt/lib/asan/asan_thread.cc:204 "((AddrIsInStack((uptr)&local))) != (0)" (0x0, 0x0)
    #0 0x4727aacd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x54acd)

    #0 0x47350acd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x54acd)

wine: Assertion failed at address 0x7fff90f16f06 (thread 0013), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 18 56") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Assertion failed at address 0x7fff90f16f06 (thread 0015), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 20 56") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
==1257==AddressSanitizer CHECK failed: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.8/clang-3.8/work/release_38/projects/compiler-rt/lib/asan/asan_thread.cc:204 "((AddrIsInStack((uptr)&local))) != (0)" (0x0, 0x0)
==1261==AddressSanitizer CHECK failed: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_lang_llvm-3.8/clang-3.8/work/release_38/projects/compiler-rt/lib/asan/asan_thread.cc:204 "((AddrIsInStack((uptr)&local))) != (0)" (0x0, 0x0)
    #0 0x4627eacd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x54acd)

    #0 0x4627eacd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x54acd)

wine: Assertion failed at address 0x7fff90f16f06 (thread 000b), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 96") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Assertion failed at address 0x7fff90f16f06 (thread 0011), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 16 48") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
==1251==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.
==1251==ASan shadow was supposed to be located in the [0x1ffff000-0x3fffffff] range.
==1251==Process memory map follows:
//memory map here
==1251==End of process memory map.
err:module:attach_process_dlls "comctl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status 80000101 
Has anyone encountered this before? I'm on OS X El Capitan. I've been getting this error even when installing the latest stable release.
Locked