You are not logged in.

#1 2017-07-11 07:08:04

JeffDaniel
Member
Registered: 2017-07-11
Posts: 1

Can't open Steam through WINE

I've tried the method on the WineHQ database, PlayOnLinux, winetricks, and now just tried installing via regular Wine. I'm obviously doing something wrong.

Every time I try to install Steam, there's always the same error. It installs, I just can't open it at all. Not even to the login screen. It installs just fine, and shows the "Updating Steam" screen. But after it updates, it just fails.

Here's the error log.

fixme:ver:GetCurrentPackageId (0x33e470 (nil)): stub
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
fixme:process:ProcessIdToSessionId Unsupported for other processes.
net.cpp (262) : Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (1)
net.cpp (262) : Fatal assert failed: net.cpp, line 262.  Application exiting.

Assert( Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (1) ):net.cpp:262

fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f006760, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f006760, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f006760, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0x3f006760, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0x3f006760, 0x3f041dd0, 0x3f041dc8) stub.
fixme:dbghelp:elf_search_auxv can't find symbol in module
_ExitOnFatalAssert
fixme:ver:GetCurrentPackageId (0x33eff4 (nil)): stub
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.

After that, nothing. I can't open it again, or else that message will show. I've even syslinked from my existing Windows install on another hard drive and still get the same message. I'm running wine-2.11.

Last edited by JeffDaniel (2017-07-11 07:09:21)

Offline

#2 2017-07-11 08:47:56

lisacvuk
Member
Registered: 2017-07-11
Posts: 1

Re: Can't open Steam through WINE

I've got the same issue. Steam worked fine yesterday. Today it just updated, then crashed.

$ wine steam
fixme:winediag:start_process Wine Staging 2.10 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ver:GetCurrentPackageId (0x33e440 (nil)): stub
net.cpp (262) : Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (1)
net.cpp (262) : Fatal assert failed: net.cpp, line 262.  Application exiting.

Assert( Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (1) ):net.cpp:262

fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f006760, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f006760, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f006760, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0x3f006760, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0x3f006760, 0x3f041dd0, 0x3f041dc8) stub.
fixme:dbghelp:elf_search_auxv can't find symbol in module
_ExitOnFatalAssert

Offline

#3 2017-07-11 09:17:55

martin31821
Member
Registered: 2017-07-11
Posts: 1

Re: Can't open Steam through WINE

Same problem here, Problem persists across all tested Wine versions from 1.9.24 (via PoL) up to 2.12.
Problem exists in x86 wine as well as in amd64.

Offline

#4 2017-07-11 10:12:55

felixonmars
Developer/TU
From: Wuhan, China
Registered: 2011-04-15
Posts: 67
Website

Re: Can't open Steam through WINE

Related upstream bug report: https://bugs.winehq.org/show_bug.cgi?id=43315
Staging patch: https://dev.wine-staging.com/patches/144/

wine-staging users should expect an updated package today to fix the issue. Users of other variants may need to compile his own wine with this patch applied.


PGP key: 30D7CB92
Key fingerprint: B597 1F2C 5C10 A9A0 8C60  030F 786C 63F3 30D7 CB92

Offline

#5 2017-07-15 12:10:03

SanTDR
Member
Registered: 2015-09-09
Posts: 9

Re: Can't open Steam through WINE

felixonmars wrote:

Related upstream bug report: https://bugs.winehq.org/show_bug.cgi?id=43315
Staging patch: https://dev.wine-staging.com/patches/144/

wine-staging users should expect an updated package today to fix the issue. Users of other variants may need to compile his own wine with this patch applied.

The bug report above reports that wine 2.12 fixes the issue, but I'm getting the following error:

fixme:ver:GetCurrentPackageId (0x32e440 (nil)): stub
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
fixme:process:ProcessIdToSessionId Unsupported for other processes.
wine --version
wine-2.12 (Staging)

Offline

#6 2017-07-15 17:14:44

PrimeArgon
Member
From: Holsworthy, Devon
Registered: 2017-07-14
Posts: 15

Re: Can't open Steam through WINE

Have you tried using Wine-staging branch of Wine, it might work for you but be aware that Steam is available in the repository natively without wine.


Arch + GNOME
------
Please post back your results to help others.

Offline

#7 2017-07-17 20:40:46

Spidey1980
Member
Registered: 2017-07-17
Posts: 1

Re: Can't open Steam through WINE

@PrimeArgon Like me, he probably wants to play a windows only game on wine, like Fortress Forever or a Steam copy of GTA:SA, for example.

Offline

#8 2017-07-19 11:00:56

Sylvain_07
Member
Registered: 2017-07-19
Posts: 4

Re: Can't open Steam through WINE

Same problem here.

solved to replace wine by wine-staging

Pacman -S wine-staging and use  wine version system on POL solve my pb.

for me :
2-12  and 2-12staging Pol version don't works

PS :  I use one 64 bits wine prefix

Last edited by Sylvain_07 (2017-07-19 11:02:28)

Offline

Board footer

Powered by FluxBB