https://bugs.winehq.org/show_bug.cgi?id=43315
Bug ID: 43315 Summary: Steam fails to start [After update 07/10/2017] Product: Wine Version: 2.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hwkiller@gmail.com Distribution: ---
Following an update received on 07/10/2017, Steam fails to start.
Prefix: 64bit Version: Wine 2.12 [Also occurs on Wine-staging 2.11] OS: Arch Linux
No overrides in prefix. Wine is not the cause of the error. I started Steam on my Wine-staging 2.11 two days ago, it was fine. Started Steam today, and it failed following an update to Steam. Updated Wine to 2.12 (non-staging), and the same error occurs. In sum, Steam update broke Steam in wine.
Error log: fixme:ver:GetCurrentPackageId (0x33e470 (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
https://bugs.winehq.org/show_bug.cgi?id=43315
hwkiller@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hwkiller@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
hwkiller@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
Kimmo Myllyvirta kimmo.myllyvirta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kimmo.myllyvirta@gmail.com
--- Comment #1 from Kimmo Myllyvirta kimmo.myllyvirta@gmail.com --- Created attachment 58657 --> https://bugs.winehq.org/attachment.cgi?id=58657 quick fix
This is related to WSAIoctl, SIO_GET_EXTENSION_FUNCTION_POINTER. The call is successful, but Steam compares if cbBytesReturned < 4, and it fails since wine sets it to 0. Not sure how correct the attached patch is, but at least Steam starts with it.
https://bugs.winehq.org/show_bug.cgi?id=43315
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #2 from Andrey Gusev andrey.goosev@gmail.com --- Confirming.
https://bugs.winehq.org/show_bug.cgi?id=43315
mrdeathjr28@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28@yahoo.es
https://bugs.winehq.org/show_bug.cgi?id=43315
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
BieHDC byi5000@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |byi5000@gmail.com
--- Comment #3 from BieHDC byi5000@gmail.com --- Temporary Workaround:
1. Backup your Steam package folder BEFORE it downloads the update (.wine/drive_c/Program Files (x86)/Steam/package)
2. Use Steam, play games etc...
3. After closing steam, delete the content of the package-folder and replace it with your backup
4. Repeat step 2 and 3 until you have hands on Wine-Staging-2.12 or regular Wine with the fix included
Steam doesn't allow you to not install it's client updates. You can also try setting the package folder to read only, i did not test that.
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #4 from mrdeathjr28@yahoo.es --- (In reply to Kimmo Myllyvirta from comment #1)
Created attachment 58657 [details] quick fix
This is related to WSAIoctl, SIO_GET_EXTENSION_FUNCTION_POINTER. The call is successful, but Steam compares if cbBytesReturned < 4, and it fails since wine sets it to 0. Not sure how correct the attached patch is, but at least Steam starts with it.
Confirmed with patch steam back to work
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #5 from Robert Walker bob.mt.wya@gmail.com --- (In reply to hwkiller from comment #0)
Following an update received on 07/10/2017, Steam fails to start.
Please can you fix your bug report title to use a non-locale specific date format. There's a good reason the Steam build date specifies the month in words!
FYI the actual build date from the Steam executable is:
"Thu, 06 Jul 2017 17:18:27 UTC"
(using the pev utility)
See also: https://www.theguardian.com/news/datablog/2013/dec/16/why-do-americans-write...
https://bugs.winehq.org/show_bug.cgi?id=43315
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #6 from Hans Leidekker hans@meelstraat.net --- (In reply to Kimmo Myllyvirta from comment #1)
Created attachment 58657 [details] quick fix
This is related to WSAIoctl, SIO_GET_EXTENSION_FUNCTION_POINTER. The call is successful, but Steam compares if cbBytesReturned < 4, and it fails since wine sets it to 0. Not sure how correct the attached patch is, but at least Steam starts with it.
Can you please add a test and submit the patch?
https://bugs.winehq.org/show_bug.cgi?id=43315
Sebastian Golebniak wnuczus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wnuczus@gmail.com
--- Comment #7 from Sebastian Golebniak wnuczus@gmail.com --- I am newbie in Wine. How can i use fix
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index f212ec2..107e2bb 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -4907,6 +4907,7 @@ INT WINAPI WSAIoctl(SOCKET s, DWORD code, LPVOID in_buff, DWORD in_size, LPVOID { TRACE("-> got %s\n", guid_funcs[i].name); *(void **)out_buff = guid_funcs[i].func_ptr; + total = sizeof(void*); break; }
?
Where have i past it?
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #8 from Robert Walker bob.mt.wya@gmail.com --- RE my previous comment. After applying the Staged patch...
The reported Steam Client details (via the About Steam popup):
Built: Jul 6 2017, at 10:21:01
for the affected version of Steam.
Which is basically what the bug report title _should_ reference.
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #9 from Robert Walker bob.mt.wya@gmail.com --- (In reply to Sebastian Golebniak from comment #7) ...
Where have i past it?
Please post in the WineHQ forums for user help.
https://bugs.winehq.org/show_bug.cgi?id=43315
Wesley Hirsch emperorshishire@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |emperorshishire@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
composizion3@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |composizion3@hotmail.com
--- Comment #10 from composizion3@hotmail.com --- Same error, 32-bit prefix, wine-staging 2.11, Gentoo
https://bugs.winehq.org/show_bug.cgi?id=43315
hwkiller@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Steam fails to start [After |Steam fails to start [After |update 07/10/2017] |update Thu, 06 Jul 2017]
https://bugs.winehq.org/show_bug.cgi?id=43315
Madh93 michelangelo93@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michelangelo93@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #11 from Madh93 michelangelo93@gmail.com --- Same error.
Prefix: 64bit Version: Wine-staging 2.11 OS: Linux Mint 18.1
https://bugs.winehq.org/show_bug.cgi?id=43315
iszotic@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iszotic@gmail.com
--- Comment #12 from iszotic@gmail.com --- Same here,
Kubuntu 16.04.2 LTS with wine-Staging 2.11 (in playonlinux) and wine-staging 2.12 (on system), both 32-bits prefix
https://bugs.winehq.org/show_bug.cgi?id=43315
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/ws2_32-WSAIoct | |l
--- Comment #13 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- @Kimmo Are you going to upstream this patch? The staging version had a test added as well.
https://bugs.winehq.org/show_bug.cgi?id=43315
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=43315
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |43319
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #14 from Kimmo Myllyvirta kimmo.myllyvirta@gmail.com --- (In reply to Alistair Leslie-Hughes from comment #13)
@Kimmo Are you going to upstream this patch? The staging version had a test added as well.
Feel free to upstream it, if it looks ok, it was just a quick hack originally. I'm guessing the test was added by Sebastian or Michael.
https://bugs.winehq.org/show_bug.cgi?id=43315
Miklós Máté mtmkls@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mtmkls@gmail.com
--- Comment #15 from Miklós Máté mtmkls@gmail.com --- The attached patch fixes the problem, and it looks like the correct fix. Thanks Kimmo.
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #16 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Miklós Máté from comment #15)
The attached patch fixes the problem, and it looks like the correct fix. Thanks Kimmo.
Sent upstream https://source.winehq.org/patches/data/135739
https://bugs.winehq.org/show_bug.cgi?id=43315
Tristan tristanritchie@me.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tristanritchie@me.com
--- Comment #17 from Tristan tristanritchie@me.com --- Same problem on mac 10.12.5. Looks like the update completely broke steam when run through wine... It's no longer launching with any wine version emulating any windows versions (7 through 10). How do I implement this patch?? I use 'PlayOnMac' to create and manage wine applications btw. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #18 from Tristan tristanritchie@me.com --- (In reply to Tristan from comment #17)
Same problem on mac 10.12.5. Looks like the update completely broke steam when run through wine... It's no longer launching with any wine version emulating any windows versions (7 through 10). How do I implement this patch?? I use 'PlayOnMac' to create and manage wine applications btw. Thanks!
Never mind wine-staging-2.12 works fine (just updated)!!!! Thanks for fix!
https://bugs.winehq.org/show_bug.cgi?id=43315
ross creary954@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |creary954@gmail.com
--- Comment #19 from ross creary954@gmail.com --- (In reply to Tristan from comment #18)
(In reply to Tristan from comment #17)
Same problem on mac 10.12.5. Looks like the update completely broke steam when run through wine... It's no longer launching with any wine version emulating any windows versions (7 through 10). How do I implement this patch?? I use 'PlayOnMac' to create and manage wine applications btw. Thanks!
Never mind wine-staging-2.12 works fine (just updated)!!!! Thanks for fix!
@tristan Can you tell me what you did to get PlayOnMac to work with staging 2.12 cause I downloaded, 2.12 staging from the website and I'm not sure if I need to be doing anything else cause my steam still isn't working :c
https://bugs.winehq.org/show_bug.cgi?id=43315
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Fixed by SHA1| |32334704e882eb225b4738a34d4 | |6c6407af12514 Resolution|--- |FIXED
--- Comment #20 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=32334704e882eb225b4738a34d...
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #21 from ross creary954@gmail.com --- (In reply to Alistair Leslie-Hughes from comment #20)
Fixed by http://source.winehq.org/git/wine.git/?a=commit; h=32334704e882eb225b4738a34d46c6407af12514
I'm not sure what that even means. How do I replace it? Not a tech guy, so if you could instruct me on how to change it on a mac so, PlayOnMac will work, thanks !
https://bugs.winehq.org/show_bug.cgi?id=43315
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #22 from Tristan tristanritchie@me.com --- (In reply to ross from comment #19)
(In reply to Tristan from comment #18)
(In reply to Tristan from comment #17)
Same problem on mac 10.12.5. Looks like the update completely broke steam when run through wine... It's no longer launching with any wine version emulating any windows versions (7 through 10). How do I implement this patch?? I use 'PlayOnMac' to create and manage wine applications btw. Thanks!
Never mind wine-staging-2.12 works fine (just updated)!!!! Thanks for fix!
@tristan Can you tell me what you did to get PlayOnMac to work with staging 2.12 cause I downloaded, 2.12 staging from the website and I'm not sure if I need to be doing anything else cause my steam still isn't working :c
Play on mac will not work until staging 2.12 is added to usable wine versions... You need to directly download wine-staging 2.12 package from https://dl.winehq.org/wine-builds/macosx/download.html (mac is at the bottom). Open the steam setup.exe with wine staging, fill everything out as you normally would, just remember where you put the files as you will need steam.exe to launch it!!! To launch it, open wine staging from your applications folder (this will open a terminal prompt), type the command "wine" followed by the path to the steam.exe file. bit of a pain but its easy once you get used to it. You will have to reinstall everything, but personal game data should have been stored on the steam claud. Everything runs perfectly :) hope i was thorough enough tell me if you need more info
https://bugs.winehq.org/show_bug.cgi?id=43315
AB busse95@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |busse95@gmail.com
--- Comment #23 from AB busse95@gmail.com ---
Play on mac will not work until staging 2.12 is added to usable wine versions... You need to directly download wine-staging 2.12 package from https://dl.winehq.org/wine-builds/macosx/download.html (mac is at the bottom). Open the steam setup.exe with wine staging, fill everything out as you normally would, just remember where you put the files as you will need steam.exe to launch it!!! To launch it, open wine staging from your applications folder (this will open a terminal prompt), type the command "wine" followed by the path to the steam.exe file. bit of a pain but its easy once you get used to it. You will have to reinstall everything, but personal game data should have been stored on the steam claud. Everything runs perfectly :) hope i was thorough enough tell me if you need more info
I followed theese steps, and got steam runnig with it.. But when i tried to run a game (in this case Age of empires 2)it won't work? anything else i can do in this situation?
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #24 from Tristan tristanritchie@me.com --- (In reply to AB from comment #23)
Play on mac will not work until staging 2.12 is added to usable wine versions... You need to directly download wine-staging 2.12 package from https://dl.winehq.org/wine-builds/macosx/download.html (mac is at the bottom). Open the steam setup.exe with wine staging, fill everything out as you normally would, just remember where you put the files as you will need steam.exe to launch it!!! To launch it, open wine staging from your applications folder (this will open a terminal prompt), type the command "wine" followed by the path to the steam.exe file. bit of a pain but its easy once you get used to it. You will have to reinstall everything, but personal game data should have been stored on the steam claud. Everything runs perfectly :) hope i was thorough enough tell me if you need more info
I followed theese steps, and got steam runnig with it.. But when i tried to run a game (in this case Age of empires 2)it won't work? anything else i can do in this situation?
I'm playing Age of empires II HD with DLC!!! Once in steam, right click the game and click on 'properties'. For set launch options in the first tab enter "-NoStartUp". Then browse local files under the local files tab and change 'Launcher.exe' to 'LauncherBak' and change 'AOE II.exe' (or something similar) to 'Launcher.exe'. you are basically just changing the executable file steam needs to run to start the game. This should fix all launch problems. if this still doesn't work, you might need to look into installing other wine add-ons (DirectX, Direct3D) as these can sometimes help run certain games.... I can't help you with those though. let me know if this works!!!!
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #25 from AB busse95@gmail.com ---
I'm playing Age of empires II HD with DLC!!! Once in steam, right click the game and click on 'properties'. For set launch options in the first tab enter "-NoStartUp". Then browse local files under the local files tab and change 'Launcher.exe' to 'LauncherBak' and change 'AOE II.exe' (or something similar) to 'Launcher.exe'. you are basically just changing the executable file steam needs to run to start the game. This should fix all launch problems. if this still doesn't work, you might need to look into installing other wine add-ons (DirectX, Direct3D) as these can sometimes help run certain games.... I can't help you with those though. let me know if this works!!!!
Thank you! working just fine now!!
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #26 from Tristan tristanritchie@me.com --- (In reply to AB from comment #25)
I'm playing Age of empires II HD with DLC!!! Once in steam, right click the game and click on 'properties'. For set launch options in the first tab enter "-NoStartUp". Then browse local files under the local files tab and change 'Launcher.exe' to 'LauncherBak' and change 'AOE II.exe' (or something similar) to 'Launcher.exe'. you are basically just changing the executable file steam needs to run to start the game. This should fix all launch problems. if this still doesn't work, you might need to look into installing other wine add-ons (DirectX, Direct3D) as these can sometimes help run certain games.... I can't help you with those though. let me know if this works!!!!
Thank you! working just fine now!!
No problem glad to help :)
https://bugs.winehq.org/show_bug.cgi?id=43315
AOE andreas_busse@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas_busse@hotmail.com
--- Comment #27 from AOE andreas_busse@hotmail.com ---
I'm playing Age of empires II HD with DLC!!! Once in steam, right click the game and click on 'properties'. For set launch options in the first tab enter "-NoStartUp". Then browse local files under the local files tab and change 'Launcher.exe' to 'LauncherBak' and change 'AOE II.exe' (or something similar) to 'Launcher.exe'. you are basically just changing the executable file steam needs to run to start the game. This should fix all launch problems. if this still doesn't work, you might need to look into installing other wine add-ons (DirectX, Direct3D) as these can sometimes help run certain games.... I can't help you with those though. let me know if this works!!!!
I followed those steps, got the game up and running just fine! but i can't join any multiplayer games? can i do something to fix that?
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #28 from hwkiller@gmail.com --- (In reply to AOE from comment #27)
I'm playing Age of empires II HD with DLC!!! Once in steam, right click the game and click on 'properties'. For set launch options in the first tab enter "-NoStartUp". Then browse local files under the local files tab and change 'Launcher.exe' to 'LauncherBak' and change 'AOE II.exe' (or something similar) to 'Launcher.exe'. you are basically just changing the executable file steam needs to run to start the game. This should fix all launch problems. if this still doesn't work, you might need to look into installing other wine add-ons (DirectX, Direct3D) as these can sometimes help run certain games.... I can't help you with those though. let me know if this works!!!!
I followed those steps, got the game up and running just fine! but i can't join any multiplayer games? can i do something to fix that?
Can you all PLEASE use another medium to discuss this? It's pinging my inbox and has nothing to do with this bug. In fact, even discussing how to install wine-staging on mac has nothing to do with this thread or bug. Bugzilla is not a forum.
https://bugs.winehq.org/show_bug.cgi?id=43315
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #29 from Maik Wagner maiktapwagner@aol.com --- I got aware of this bug only today through a users forum but also would like to confirm that wine-staging 2.12 makes Steam work again.
Startup on 2.12 (plain wine) failed but wine-staging 2.12 works fine.
https://bugs.winehq.org/show_bug.cgi?id=43315
Hannes hannes.uell@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hannes.uell@googlemail.com
--- Comment #30 from Hannes hannes.uell@googlemail.com --- Launching the steam.exe with Wine Staging 2.12 works fine but then after choosing the installing location it says "Close Steam to continue installation" while logically it has not been installed yet. Anybody with the same problem and any solution?
https://bugs.winehq.org/show_bug.cgi?id=43315
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|gyebro69@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=43315
tonyblum@me.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tonyblum@me.com
--- Comment #31 from tonyblum@me.com --- OS 10.9.5 Play on Mac 4.2.12 Wine 2.12-staging
I was able to get in and download aoe2 but now steam crashes everytime and I can't get back in and play it. Any ideas?
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #32 from tonyblum@me.com --- (In reply to AB from comment #23)
Play on mac will not work until staging 2.12 is added to usable wine versions... You need to directly download wine-staging 2.12 package from https://dl.winehq.org/wine-builds/macosx/download.html (mac is at the bottom). Open the steam setup.exe with wine staging, fill everything out as you normally would, just remember where you put the files as you will need steam.exe to launch it!!! To launch it, open wine staging from your applications folder (this will open a terminal prompt), type the command "wine" followed by the path to the steam.exe file. bit of a pain but its easy once you get used to it. You will have to reinstall everything, but personal game data should have been stored on the steam claud. Everything runs perfectly :) hope i was thorough enough tell me if you need more info
I followed theese steps, and got steam runnig with it.. But when i tried to run a game (in this case Age of empires 2)it won't work? anything else i can do in this situation?
Same problem...
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #33 from Nikolay Sivov bunglehead@gmail.com --- Open another report for next problem. This bug is fixed.
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #34 from Tristan tristanritchie@me.com --- (In reply to tonyblum from comment #32)
(In reply to AB from comment #23)
Same problem...
Come on you imbeciles read the above!!!! I explained in detail how to get it to work + this is not a forum for this stuff!! stop pinging my inbox!!!!!
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #35 from tonyblum@me.com --- (In reply to Tristan from comment #34)
(In reply to tonyblum from comment #32)
(In reply to AB from comment #23)
Same problem...
Come on you imbeciles read the above!!!! I explained in detail how to get it to work + this is not a forum for this stuff!! stop pinging my inbox!!!!!
Yeah, I know about the renaming the launcher.exe fix, but that's not the issue. I upgraded PlayonMac and now Steam won't open.
I think the problem is with wine, and I just wanna play aoe2 so I'm posting here.
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #36 from Katherine katheru19@gmail.com --- (In reply to Kimmo Myllyvirta from comment #1)
Created attachment 58657 [details] quick fix
This is related to WSAIoctl, SIO_GET_EXTENSION_FUNCTION_POINTER. The call is successful, but Steam compares if cbBytesReturned < 4, and it fails since wine sets it to 0. Not sure how correct the attached patch is, but at least Steam starts with it.
Can I apply this fix? I'm using wineskin-2.6.2 I can't install wine-staging since I'm on OS X 10.6.8, that's why this is the only way I could use Steam in the first place :(
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #37 from Michele Renosto composizion3@hotmail.com --- (In reply to tonyblum from comment #35)
I think the problem is with wine, and I just wanna play aoe2 so I'm posting here.
This is not a forum about wine, can't you read the title?
***STEAM FAILS TO START [After update Thu, 06 Jul 2017]***
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #38 from tonyblum@me.com --- (In reply to Michele Renosto from comment #37)
(In reply to tonyblum from comment #35)
I think the problem is with wine, and I just wanna play aoe2 so I'm posting here.
This is not a forum about wine, can't you read the title?
***STEAM FAILS TO START [After update Thu, 06 Jul 2017]***
lol, easy big fella. I take it the wine 2.12-staging is this issue since my OS is 10.9.5 and I'm trying to open it through PlayonMac.
When does the non-staging version come out?
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #39 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.2.
https://bugs.winehq.org/show_bug.cgi?id=43315
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexchandel@gmail.com
--- Comment #40 from Sebastian Lackner sebastian@fds-team.de --- *** Bug 43399 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=43315
goland gonuub@www.bccto.me changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gonuub@www.bccto.me
--- Comment #41 from goland gonuub@www.bccto.me --- can anyone tell me how to fix this bug?
https://bugs.winehq.org/show_bug.cgi?id=43315
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #42 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.13.
https://bugs.winehq.org/show_bug.cgi?id=43315
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=43315
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |neneda@www.bccto.me
--- Comment #43 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 43563 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=43315
--- Comment #44 from Jeff Zaroyko jeffz@jeffz.name --- *** Bug 43563 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=43315
Doron Behar doron.behar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |doron.behar@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43315
Carlo B castro8583bennett@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |castro8583bennett@gmx.com
--- Comment #45 from Carlo B castro8583bennett@gmx.com --- Hello Kimmo, any update for this issue? or do we have other sources to make it fixed? Thanks
Castro B. https://alternatives.co/