https://bugs.winehq.org/show_bug.cgi?id=40905
Bug ID: 40905 Summary: PCSX2 1.4.0 needs api-ms-win-crt-runtime-l1-1-0.d._get_narrow winmain command line Product: Wine Version: 1.9.13 Hardware: x86-64 URL: http://pcsx2.net/download/releases/windows/send/40-win dows/119-pcsx2-1-4-0-binaries.html OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: api-ms-win-* Assignee: wine-bugs@winehq.org Reporter: 00cpxxx@gmail.com Distribution: Debian
In order to run the PlayStation 2 emulator msvcp140 is needed otherwise it will refuse to start. So "winetricks vcrun2015" and then when started again there is a crash about the unimplemented function.
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PCSX2 1.4.0 needs |PCSX2 1.4.0 needs |api-ms-win-crt-runtime-l1-1 |api-ms-win-crt-runtime-l1-1 |-0.d._get_narrow winmain |-0.dll._get_narrow_winmain_ |command line |command_line
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |florian@fkoeberle.de
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41008 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 41008 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PCSX2 1.4.0 needs |Multiple applications need |api-ms-win-crt-runtime-l1-1 |api-ms-win-crt-runtime-l1-1 |-0.dll._get_narrow_winmain_ |-0.dll._get_narrow_winmain_ |command_line |command_line (PCSX2 1.4.0, | |Battle.Net Launcher)
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 55172 --> https://bugs.winehq.org/attachment.cgi?id=55172 patch
Please test this one.
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Nikolay Sivov from comment #3)
Created attachment 55172 [details] patch
Please test this one.
Thanks, it seems to work, next is api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_p
I'll open a new bug.
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #5 from Florian florian@fkoeberle.de --- Thanks for the patch.
I tried to build wine, but I think I messed something up something with building because the Battle.net Launcher application freezed up in a loading bar screen and the following got logged:
err:wininet:open_http_connection create_netconn failed: 12029 err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
err:ntdll:RtlpWaitForCriticalSection section 0x72b984 "?" wait timed out in thread 0033, blocked by 002f, retrying (60 sec)
I think the problem was that I couldn't build with fonts, which are not installable as 32 bit package on my ubuntu system as they conflict with 64 bit package.
So sadly I can't test it out properly.
https://bugs.winehq.org/show_bug.cgi?id=40905
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@luukku.com --- The patch seems to help, but I do get a
wine: Call from 0x7b43bbfc to unimplemented function api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_p, aborting err:seh:setup_exception_record stack overflow 2048 bytes in thread 0009 eip 7bc45b76 esp 00230b30 stack 0x230000-0x231000-0x330000
Don't know if that overflow is related to the patch or not.
Next bug is clearly bug 41009.
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #7 from winetest@luukku.com --- Also the installer has a crash if you let directx install?
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- You don't really need this patch if you installed vcrun2015. Set api-ms-win-crt-stdio-l1-1-0.dll, ucrtbase, vcruntime140 as native,builtin, and it should work (maybe additional overrides are needed too).
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #9 from Florian florian@fkoeberle.de --- I didn't try to install the Battle.net App with the self build wine.
I don't want install vcrun2015 as I am not sure if it is allowed its license and since I want to support wine by reporting the issue and have it fixed in wine.
https://bugs.winehq.org/show_bug.cgi?id=40905
Kevin Brott winebugz@kbrm.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winebugz@kbrm.net
--- Comment #10 from Kevin Brott winebugz@kbrm.net --- The latest Battle.Net patch [Battle.net.7730] from today (26 Jul) breaks the Launcher again with a similar error for api-ms-win-crt-runtime-l1-1-0.dll. It is fixed by putting in a specific [native, builtin] override for it, and the patch includes: Battle.net.7730/api-ms-win-crt-runtime-l1-1-0.dll
So right now I have these overrides and it's working: api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll ucrtbase vcruntime140
https://bugs.winehq.org/show_bug.cgi?id=40905
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |russell.josephrussell@gmail | |.com
--- Comment #11 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 41016 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #12 from Joe Russell russell.josephrussell@gmail.com --- I'm very new to linux so could someone please advise on how to implement the patch?
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #13 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Joe Russell from comment #12)
I'm very new to linux so could someone please advise on how to implement the patch?
It is not very trivial, you have to get wine source code, apply the patch and compile wine. To compile wine you may need to install dependency libraries in your system.
https://wiki.winehq.org/Building_Wine https://wiki.winehq.org/Patching
This specific bug is in process of being fixed, that means in some more weeks it will be in a next release of wine, you can either wait (boring) or try to compile wine yourself (challenging and fun).
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #14 from Joe Russell russell.josephrussell@gmail.com --- Outstanding lol, What's the worst that can happen right? ;) I'll give it a go and see what kind of damage I can do! Thanks again
https://bugs.winehq.org/show_bug.cgi?id=40905
Fireslinger mtrypupenko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mtrypupenko@gmail.com
--- Comment #15 from Fireslinger mtrypupenko@gmail.com --- (In reply to Kevin Brott from comment #10)
The latest Battle.Net patch [Battle.net.7730] from today (26 Jul) breaks the Launcher again with a similar error for api-ms-win-crt-runtime-l1-1-0.dll. It is fixed by putting in a specific [native, builtin] override for it, and the patch includes: Battle.net.7730/api-ms-win-crt-runtime-l1-1-0.dll
So right now I have these overrides and it's working: api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll ucrtbase vcruntime140
Thanks so much for these Wine overrides, Battle.net launches just fine now. You are a life saver! However, the 'Keep me logged in' check box and text is greyed out. Even after logging in, and changing the settings option to remember my login, I still have to manually login every time I start Battle.net. Are you having the same experience as well? I was wondering if there's another library that I'm missing, to make that check box not greyed out?
https://bugs.winehq.org/show_bug.cgi?id=40905
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bidandou@gmail.com
--- Comment #16 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 41017 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
mth.provencal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mth.provencal@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #17 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Fireslinger from comment #15)
Thanks so much for these Wine overrides, Battle.net launches just fine now. You are a life saver! However, the 'Keep me logged in' check box and text is greyed out. Even after logging in, and changing the settings option to remember my login, I still have to manually login every time I start Battle.net. Are you having the same experience as well? I was wondering if there's another library that I'm missing, to make that check box not greyed out?
That seems unrelated to this bug, please open a new bug report. If possible attach screenshots too. After a brief search for similar problems in Windows all I could find was one report, so it could really be a Wine problem.
https://bugs.winehq.org/show_bug.cgi?id=40905
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Component|api-ms-win-* |msvcrt Status|NEW |RESOLVED Fixed by SHA1| |1411d800ee660b92798a0edbbc4 | |14e51a090da59
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com --- Fixed with http://source.winehq.org/git/wine.git/?a=commit;h=1411d800ee660b92798a0edbbc....
https://bugs.winehq.org/show_bug.cgi?id=40905
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juergen.sauer@automatix.de
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 41035 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41009
https://bugs.winehq.org/show_bug.cgi?id=40905
turgut kalfaoglu turgut@kalfaoglu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |turgut@kalfaoglu.com
--- Comment #20 from turgut kalfaoglu turgut@kalfaoglu.com --- Simple install the latest winetricks and then install vcrun2015.. vcrun2015 was not a requirement to play wow until now, but now the battle.net launcher seems to require it.
https://bugs.winehq.org/show_bug.cgi?id=40905
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jordan.smith17@btinternet.c | |om
--- Comment #21 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41077 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.16.
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 41035 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnaud.his@free.fr
--- Comment #24 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41108 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x CC| |mstefani@redhat.com
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jlqwom@yahoo.ca
--- Comment #25 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41185 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.w.klein@gmail.com
--- Comment #26 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41214 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |habw95@gmail.com
--- Comment #27 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41288 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Patrik Dufresne ikus060@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ikus060@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=40905
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #28 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.5.
https://bugs.winehq.org/show_bug.cgi?id=40905
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kikandother@gmail.com
--- Comment #29 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41556 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |belgarath@o2.pl
--- Comment #30 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41669 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |panicorett@gmail.com
--- Comment #31 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41760 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |getup180@live.com
--- Comment #32 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 41957 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #33 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41957 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #34 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 41957 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cpthenri2004@gmail.com
--- Comment #35 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41227 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |j.revuelta@gmail.com
--- Comment #36 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 42056 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jnobles10@gmail.com
--- Comment #37 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 42477 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
--- Comment #38 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 43255 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=40905
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Fisherwalker10@gmail.com
--- Comment #39 from Jeff Zaroyko jeffz@jeffz.name --- *** Bug 44415 has been marked as a duplicate of this bug. ***