[Bug 43315] New: Steam fails to start [After update 07/10/2017]
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(a)winehq.org Reporter: hwkiller(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 hwkiller(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hwkiller(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 hwkiller(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Kimmo Myllyvirta <kimmo.myllyvirta(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kimmo.myllyvirta(a)gmail.com --- Comment #1 from Kimmo Myllyvirta <kimmo.myllyvirta(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Confirming. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 mrdeathjr28(a)yahoo.es changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28(a)yahoo.es -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 BieHDC <byi5000(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |byi5000(a)gmail.com --- Comment #3 from BieHDC <byi5000(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #4 from mrdeathjr28(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #5 from Robert Walker <bob.mt.wya(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #6 from Hans Leidekker <hans(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Sebastian Golebniak <wnuczus(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wnuczus(a)gmail.com --- Comment #7 from Sebastian Golebniak <wnuczus(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #8 from Robert Walker <bob.mt.wya(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #9 from Robert Walker <bob.mt.wya(a)gmail.com> --- (In reply to Sebastian Golebniak from comment #7) ...
Where have i past it?
Please post in the WineHQ forums for user help. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Wesley Hirsch <emperorshishire(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emperorshishire(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 composizion3(a)hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |composizion3(a)hotmail.com --- Comment #10 from composizion3(a)hotmail.com --- Same error, 32-bit prefix, wine-staging 2.11, Gentoo -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 hwkiller(a)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] -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Madh93 <michelangelo93(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michelangelo93(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #11 from Madh93 <michelangelo93(a)gmail.com> --- Same error. Prefix: 64bit Version: Wine-staging 2.11 OS: Linux Mint 18.1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 iszotic(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iszotic(a)gmail.com --- Comment #12 from iszotic(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Alistair Leslie-Hughes <leslie_alistair(a)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(a)hotmail.com> --- @Kimmo Are you going to upstream this patch? The staging version had a test added as well. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |43319 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #14 from Kimmo Myllyvirta <kimmo.myllyvirta(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Miklós Máté <mtmkls(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtmkls(a)gmail.com --- Comment #15 from Miklós Máté <mtmkls(a)gmail.com> --- The attached patch fixes the problem, and it looks like the correct fix. Thanks Kimmo. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #16 from Alistair Leslie-Hughes <leslie_alistair(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Tristan <tristanritchie(a)me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tristanritchie(a)me.com --- Comment #17 from Tristan <tristanritchie(a)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! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #18 from Tristan <tristanritchie(a)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! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 ross <creary954(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |creary954(a)gmail.com --- Comment #19 from ross <creary954(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Fixed by SHA1| |32334704e882eb225b4738a34d4 | |6c6407af12514 Resolution|--- |FIXED --- Comment #20 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=32334704e882eb225b4738a34d... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #21 from ross <creary954(a)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 ! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #22 from Tristan <tristanritchie(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 AB <busse95(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |busse95(a)gmail.com --- Comment #23 from AB <busse95(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #24 from Tristan <tristanritchie(a)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!!!! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #25 from AB <busse95(a)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!! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #26 from Tristan <tristanritchie(a)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 :) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 AOE <andreas_busse(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas_busse(a)hotmail.com --- Comment #27 from AOE <andreas_busse(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #28 from hwkiller(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Maik Wagner <maiktapwagner(a)aol.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner(a)aol.com --- Comment #29 from Maik Wagner <maiktapwagner(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Hannes <hannes.uell(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hannes.uell(a)googlemail.com --- Comment #30 from Hannes <hannes.uell(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|gyebro69(a)gmail.com | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 tonyblum(a)me.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tonyblum(a)me.com --- Comment #31 from tonyblum(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #32 from tonyblum(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #33 from Nikolay Sivov <bunglehead(a)gmail.com> --- Open another report for next problem. This bug is fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #34 from Tristan <tristanritchie(a)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!!!!! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #35 from tonyblum(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #36 from Katherine <katheru19(a)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 :( -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #37 from Michele Renosto <composizion3(a)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]*** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #38 from tonyblum(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #39 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 2.0.x milestone from bugs included in 2.0.2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexchandel(a)gmail.com --- Comment #40 from Sebastian Lackner <sebastian(a)fds-team.de> --- *** Bug 43399 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 goland <gonuub(a)www.bccto.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gonuub(a)www.bccto.me --- Comment #41 from goland <gonuub(a)www.bccto.me> --- can anyone tell me how to fix this bug? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #42 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.13. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |neneda(a)www.bccto.me --- Comment #43 from Rosanne DiMesio <dimesio(a)earthlink.net> --- *** Bug 43563 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 --- Comment #44 from Jeff Zaroyko <jeffz(a)jeffz.name> --- *** Bug 43563 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Doron Behar <doron.behar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doron.behar(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43315 Carlo B <castro8583bennett(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |castro8583bennett(a)gmx.com --- Comment #45 from Carlo B <castro8583bennett(a)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/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org