http://bugs.winehq.org/show_bug.cgi?id=33147
Bug #: 33147 Summary: failed to load steamui localization file (steam won't install into clean wineprefix) Product: Wine Version: 1.5.25 Platform: x86 OS/Version: FreeBSD Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sthalik@misaki.pl Classification: Unclassified
Steam tries to update, fails, then:
failed to load steamui localization file
Fixed by reverting:
7ce90cc7198a6dee75a999e9502ff997e5d3a763
http://bugs.winehq.org/show_bug.cgi?id=33147
Stanisław Halik sthalik@misaki.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sthalik@misaki.pl
http://bugs.winehq.org/show_bug.cgi?id=33147
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2013-03-08 11:30:47 CST --- The behavior after an update failure is not really meaningful. You'll need to figure out why the update failed.
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #2 from Stanisław Halik sthalik@misaki.pl 2013-03-08 13:08:23 CST --- Says that it failed to clean up after installation. What kind of trace do you need? Syscall (truss), WINEDEBUG?
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #3 from Austin English austinenglish@gmail.com 2013-03-08 14:37:26 CST --- Works fine here in wine-1.5.25-133-gcb8ce94 with a clean WINEPREFIX.
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #4 from Stanisław Halik sthalik@misaki.pl 2013-03-08 16:45:06 CST --- (In reply to comment #3)
Works fine here in wine-1.5.25-133-gcb8ce94 with a clean WINEPREFIX.
Does it say 'proceeding anyway' after failed cleanup or retries?
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #5 from Stanisław Halik sthalik@misaki.pl 2013-03-12 11:02:10 CDT --- The issue is moot because ArmA 3 Alpha stopped working under Wine under strange circumstances. Had to migrate to a Windows VM, so won't be able to provide further testing.
Apparently steam's CDN has different MSI installers, some broken, some not, for different geodb locations, too.
http://bugs.winehq.org/show_bug.cgi?id=33147
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |echotty3@gmail.com
--- Comment #6 from Austin English austinenglish@gmail.com 2013-06-28 21:50:58 CDT --- *** Bug 24459 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=33147
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression CC| |austinenglish@gmail.com Summary|failed to load steamui |Steam fails to run on |localization file (steam |FreeBSD |won't install into clean | |wineprefix) | Regression SHA1| |7ce90cc7198a6dee75a999e9502 | |ff997e5d3a763
--- Comment #7 from Austin English austinenglish@gmail.com 2013-06-28 21:54:52 CDT --- I can confirm this. It's FreeBSD specific (works in Linux). Reverting 7ce90cc7198a6dee75a999e9502ff997e5d3a763 in wine-1.6-rc4 fixes it.
It doesn't appear to be specific to the update. If I install/update steam with wine-1.4, then close it, and re-run with 1.6-rc4, it fails while trying to verify some files.
I'm testing using PC-BSD, fwiw.
FreeBSD pcbsd-7162 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:06:52 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC i386
http://bugs.winehq.org/show_bug.cgi?id=33147
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
http://bugs.winehq.org/show_bug.cgi?id=33147
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Austin English austinenglish@gmail.com 2013-06-28 21:55:20 CDT --- And confirming.
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #9 from Austin English austinenglish@gmail.com 2013-06-28 22:11:25 CDT --- Created attachment 45029 --> http://bugs.winehq.org/attachment.cgi?id=45029 WINEDEBUG=relay,seh,tid,file
Here's a debug log, let me know if some other channels would be useful.
http://bugs.winehq.org/show_bug.cgi?id=33147
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|7ce90cc7198a6dee75a999e9502 | |ff997e5d3a763 |
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2013-06-29 04:00:34 CDT --- NtQueryDirectoryFile is broken on FreeBSD, technically that's not a regression, it never worked.
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2013-06-29 05:43:39 CDT --- Created attachment 45037 --> http://bugs.winehq.org/attachment.cgi?id=45037 Increase buffer size
Please try this as a workaround.
http://bugs.winehq.org/show_bug.cgi?id=33147
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #45037|0 |1 is obsolete| |
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2013-07-01 09:14:42 CDT --- Created attachment 45064 --> http://bugs.winehq.org/attachment.cgi?id=45064 Fix NtQueryDirectoryFile for non-wildcard
This is a probably more correct fix. Please give it a try.
http://bugs.winehq.org/show_bug.cgi?id=33147
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33909
http://bugs.winehq.org/show_bug.cgi?id=33147
--- Comment #13 from Austin English austinenglish@gmail.com 2013-07-01 12:39:31 CDT --- (In reply to comment #12)
Created attachment 45064 [details] Fix NtQueryDirectoryFile for non-wildcard
This is a probably more correct fix. Please give it a try.
This works against 1.6-rc4, thanks.
http://bugs.winehq.org/show_bug.cgi?id=33147
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |96b7c71cfe5acb9b319697dcff9 | |3b2e814c8b00f Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2013-07-01 14:50:16 CDT --- Committed as 96b7c71cfe5acb9b319697dcff93b2e814c8b00f, thanks for testing.
http://bugs.winehq.org/show_bug.cgi?id=33147
Bug 33147 depends on bug 33909, which changed state.
Bug 33909 Summary: loader/Makefile.in not compatible with BSD make http://bugs.winehq.org/show_bug.cgi?id=33909
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=33147
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com Regression SHA1| |7ce90cc7198a6dee75a999e9502 | |ff997e5d3a763
http://bugs.winehq.org/show_bug.cgi?id=33147
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2013-07-12 13:47:56 CDT --- Closing bugs fixed in 1.6-rc5.