wincfg - unhandled exception

Questions about Wine on macOS.
Locked
Cynan
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 3:26 am

wincfg - unhandled exception

Post by Cynan »

Hi!

I'm very new to Wine, and Macs... so please bear with me.

I've installed Wine using the PKG, stable and development versions. I've also tried removing those (by dragging the app. from Applications to the Trash can) and then installing via Homebrew (where I'm at now).

With each install I have then tried to run 'winecfg' and have been presented with the same error: -

Code: Select all

preloader: Warning: failed to reserve range 00001000-00010000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000110000-0000000068000000
0009:err:process:__wine_kernel_init boot event wait timed out
0009:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000110000-0000000068000000
000f:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
000f:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
000f:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
000f:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
000f:err:ole:get_local_server_stream Failed: 80004002
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4d70
I've tried searching for this in the forums already and looked in the FAQs but could not find anything specific to this error.

Any clues?

Thank you!
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: wincfg - unhandled exception

Post by Gcenx »

Does Winecfg even actually open for you?
Cynan
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 3:26 am

Re: wincfg - unhandled exception

Post by Cynan »

No. All I see is the console output above. :(
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: wincfg - unhandled exception

Post by Gcenx »

That’s weird as the Winehq pkg releases work find on my system and so did wine provided by homebrew last I checked. I’m also running Mojave.

Have you ever ran wine before? As you could have a corrupted ~/.wine prefix that could be stopping winecfg from launching.
Cynan
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 3:26 am

Re: wincfg - unhandled exception

Post by Cynan »

I’ve never run it before. I tried removing ~/.wine and I get the same error.

Is there any way to make it show extra debugging information so we can see more of what is going on (or not as the car maybe)?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: wincfg - unhandled exception

Post by Gcenx »

This is strange at least winecfg should have launched, do you happen to have an anti virus or anti malware tool installed?

It seems to me wineserver doesn’t get launched causing wine to just fail
Cynan
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 3:26 am

Re: wincfg - unhandled exception

Post by Cynan »

McAfee is running. along with some other virtualisation servers - VirtualBox, Docker...

The wine server is running but seems to exit when I try and run winecfg. I worked out how to capture the output and I've attached it.
Cynan
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 3:26 am

Re: wincfg - unhandled exception

Post by Cynan »

File attached. Had to zip it as it was just over the 2MB limit.
Attachments
wine.log.zip
wineserver -d1
(74.66 KiB) Downloaded 181 times
Locked