New issue with awesomium_process.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
aimeec1995
Level 2
Level 2
Posts: 21
Joined: Tue Jul 11, 2017 9:25 am

New issue with awesomium_process.exe

Post by aimeec1995 »

I play a game called Garry's Mod via wine, and it spawns a child process called awesomium_process.exe. usually it is not an issue, but after an update this process hangs constantly and causes the game to freeze.

Sometimes, after a dozen or more attempts I will get through without it hanging on me and it will work, but you can see how this is inconvenient.

Is there anyway I could prevent this from executing? I set no execute flags on it and it tries to execute anyways. I tried to replace it with a harmless .exe, and it gets replaced by steam despite being read only. I really do not know what else to do.

The process should not be needed for normal operation of the game.

Using:

i386-wine-staging: 2.15,1
FreeBSD 11.1 amd64

I am going to try and produce some error logs to post here.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: New issue with awesomium_process.exe

Post by Bob Wya »

aimeec1995 wrote:I play a game called Garry's Mod via wine, and it spawns a child process called awesomium_process.exe. usually it is not an issue, but after an update this process hangs constantly and causes the game to freeze.
...
Try overriding the process executable: awesomium_process.exe; to disabled in the winecfg libraries tab.

Bob
aimeec1995
Level 2
Level 2
Posts: 21
Joined: Tue Jul 11, 2017 9:25 am

Re: New issue with awesomium_process.exe

Post by aimeec1995 »

Bob Wya wrote:
aimeec1995 wrote:I play a game called Garry's Mod via wine, and it spawns a child process called awesomium_process.exe. usually it is not an issue, but after an update this process hangs constantly and causes the game to freeze.
...
Try overriding the process executable: awesomium_process.exe; to disabled in the winecfg libraries tab.

Bob
I will try that.
Also i have captured this noise in the terminal as it froze... unsure if relevant

Code: Select all

 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x671e0b2c
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:iphlpapi:NotifyAddrChange (Handle 0x131c014c, overlapped 0x131c0150): stub
net.cpp (1913) : Assertion Failed: Unable to set default socket options, error 10022
Assert( Assertion Failed: Unable to set default socket options, error 10022 ):net.cpp:1913

fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f006bd0, 0x3f043cf0, 0x3f043ce8) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f006bd0, 0x3f043d28, 0x3f043d20) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f006bd0, 0x3f043dd0, 0x3f043dc8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0x3f006bd0, 0x3f043d60, 0x3f043d58) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0x3f006bd0, 0x3f043d98, 0x3f043d90) stub.
fixme:ver:GetCurrentPackageId (0x33f084 0x0): stub
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
net.cpp (1913) : Assertion Failed: Unable to set default socket options, error 10022
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
aimeec1995
Level 2
Level 2
Posts: 21
Joined: Tue Jul 11, 2017 9:25 am

Re: New issue with awesomium_process.exe

Post by aimeec1995 »

I am sorry, I believe this to be a higher issue, now.

This seems to be a bug with either wine or steam itself, but only for this particular game..

Where/how would I submit a bug report..?

Code: Select all

fixme:d3d_perf:surface_load_texture Downloading RGB surface 0x1ecbd688 to reload it as sRGB.
fixme:ntdll:EtwRegisterTraceGuidsW (0x20ff5e10, 0x222535a4, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x221fdbb8, (null), (null), 0x222535bc): stub
fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:ntdll:EtwRegisterTraceGuidsW (0x100b5e10, 0x113135a4, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x112bdbb8, (null), (null), 0x113135bc): stub
fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:gdi:GdiInitializeLanguagePack stub
fixme:d3d_perf:surface_load_texture Downloading RGB surface 0x1e0b3de0 to reload it as sRGB.
aimeec1995
Level 2
Level 2
Posts: 21
Joined: Tue Jul 11, 2017 9:25 am

Re: New issue with awesomium_process.exe

Post by aimeec1995 »

I do not think it is this process. Going to make a new thread
Locked