wine_kernel_init boot event wait time error on fresh gitwine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

wine_kernel_init boot event wait time error on fresh gitwine

Post by Das Letzte Einhorn »

I get this error in current git (wine-1.7.45-126-g6fe5546) when I try to open any program or even winecfg. See the log below

Code: Select all

[xavier@xavier-pc ~]$ export WINEPREFIX=/wine/test
[xavier@xavier-pc ~]$ winecfg
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
wine: Unhandled page fault on write access to 0x5000000708 at address 0x7faa588c91af (thread 0011), starting debugger...
err:process:__wine_kernel_init boot event wait timed out
Running wineboot --update did not solve the issue.

Any ideas on how to debug this? Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine_kernel_init boot event wait time error on fresh git

Post by dimesio »

Have you tried a clean wineprefix?
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Re: wine_kernel_init boot event wait time error on fresh git

Post by Das Letzte Einhorn »

dimesio wrote:Have you tried a clean wineprefix?
Yes.

Extra detail, I am on Arch Linux X64
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine_kernel_init boot event wait time error on fresh git

Post by dimesio »

There is a known issue with GCC 5.1. https://bugs.winehq.org/show_bug.cgi?id=38653
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Re: wine_kernel_init boot event wait time error on fresh git

Post by Das Letzte Einhorn »

Tagged myself to the report, I'll see if this fixes my problem once it is resolved. Thanks.
Locked