https://bugs.winehq.org/show_bug.cgi?id=36627
Bug ID: 36627
Summary: Games For Windows Live 2.0.0687.0
(PANORAMA_V2.00_RTM.090421-2351) needs MSASN1.dll
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
there were a few GFWL/XLive bug comments in the past that stated "copying
MSASN1.dll solves the issue" (bug 28035).
There is indeed a specific version of GFWL that hard-binds to 'MSASN1.dll'.
'winetricks msasn1' obviously solves the problem for 'xlive.dll' load failure.
It doesn't solve GFWL init failure at runtime as
explained in https://bugs.winehq.org/show_bug.cgi?id=28035#c37
This bug is about adding a stub dll and possible implementation later.
The specific version is:
--- snip ---
xlive.dll
Microsoft Corporation
Games for Windows - LIVE DLL
2.0.0687.0 (PANORAMA_V2.00_RTM.090421-2351)
Wednesday 22 April 2009, 00.20.44
--- snip ---
Other versions such as '2.0.0672.0 (PANORAMA_V2.00_RTM.081022-0447)' don't have
this binding.
'xLiveRedist.msi' redist installer 'File' table dumped with 'ORCA':
--- snip ---
File Component_ FileName FileSize Version
s72 s72 l255 i4 S72
dxdx1037 DirectXRedist ze3kb3ub.cab|Mar2008_d3dx10_37_x86.cab 821508 512
xlive XLiveRuntimeComponent xlive.dll 14311680 2.0.687.0
sqmapidll SQMAPI sqmapi.dll 134144 6.0.6000.16386
dxdxsetupexe DirectXRedist DXSETUP.exe 527880 4.9.0.904
dxdx937 DirectXRedist rxp0yibt.cab|Mar2008_d3dx9_37_x86.cab 1446530 512
dxxinput DirectXRedist qdji7bjl.cab|APR2007_xinput_x86.cab 56902 512
dxdsetupdll DirectXRedist DSETUP.dll 97288 4.9.0.904
dxdsetup32 DirectXRedist dsetup32.dll 1694728 4.9.0.904
dxdllreg DirectXRedist an7grfka.cab|dxdllreg_x86.cab 47596 512
dxupdate DirectXRedist dxupdate.cab 97396 512
xlivecat XLiveRuntimeComponent kh3w9dph.cat|xlive.dll.cat 172173 512
xlivefnt XLiveRuntimeComponent xlivefnt.dll 13642496 2.0.687.0
...
--- snip ---
It bundles/installs .NET Framework 3.0
--- snip ---
Wine-dbg>info process
pid threads executable (all id:s are in hex)
00000024 1 'explorer.exe'
0000000e 8 'services.exe'
000000cf 4 \_ 'mscorsvw.exe'
00000019 3 \_ 'plugplay.exe'
00000012 4 \_ 'winedevice.exe'
00000008 1 'setup.exe'
00000034 6 \_ 'msiexec.exe'
0000003b 2 \_ 'gfwlivesetup.exe'
0000003e 1 \_ 'GFWLIVESetupStub.exe'
00000030 2 \_ 'dotnetfx3.exe'
00000028 2 \_ 'setup.exe'
--- snip ---
Starting a game that installed this specific GFWL version, for example
'Resident Evil 5' (bug 23914) yields:
--- snip ---
$ wine ./Launcher.exe
err:module:import_dll Library MSASN1.dll (which is needed by
L"C:\\windows\\system32\\xlive.dll") not found
err:module:import_dll Library xlive.dll (which is needed by L"C:\\Program
Files\\CAPCOM\\RESIDENT EVIL 5\\RE5DX9.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CAPCOM\\RESIDENT EVIL 5\\RE5DX9.EXE" failed, status c0000135
--- snip ---
Dumping the 'MSASN1.dll' import descriptor from main executable yields:
--- snip ---
...
26. ImageImportDescriptor:
OriginalFirstThunk: 0x005ED47C
TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970)
ForwarderChain: 0x00000000
Name: 0x005ECA68 ("MSASN1.dll")
FirstThunk: 0x000018B4
Ordinal/Hint API name
------------ ---------------------------------------
0x0019 "ASN1BERDecS32Val"
0x000C "ASN1BERDecGeneralizedTime"
0x000A "ASN1BERDecExplicitTag"
0x000F "ASN1BERDecNotEndOfContents"
0x0017 "ASN1BERDecPeekTag"
0x0053 "ASN1DecAlloc"
0x0025 "ASN1BERDecZeroCharString"
0x0008 "ASN1BERDecEndOfContents"
0x0031 "ASN1BEREncExplicitTag"
0x003C "ASN1BEREncS32"
0x002F "ASN1BEREncEndOfContents"
0x0013 "ASN1BERDecOctetString"
0x0005 "ASN1BERDecCharString"
0x0029 "ASN1BEREncBool"
0x0000 "ASN1BERDecBitString"
0x001F "ASN1BERDecU32Val"
0x004C "ASN1CEREncGeneralizedTime"
0x002C "ASN1BEREncCharString"
0x0028 "ASN1BEREncBitString"
0x0039 "ASN1BEREncOctetString"
0x003F "ASN1BEREncU32"
0x00DB "ASN1_CloseEncoder"
0x00DE "ASN1_CreateDecoder"
0x00E0 "ASN1_CreateEncoder"
0x00E3 "ASN1_Encode"
0x00E2 "ASN1_Decode"
0x00DA "ASN1_CloseDecoder"
--- snip ---
This might be also useful to split out ASN.1 API/helpers from builtin crypt.
$ sha1sum gfwlivesetup.exe
ed02393e367c2a9e47f2a3f10da553cc292fa22a gfwlivesetup.exe
$ du -sh gfwlivesetup.exe
171M gfwlivesetup.exe
$ wine --version
wine-1.7.19-70-gd6a59f7
Regards
--
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=47571
Bug ID: 47571
Summary: setup_exception stack overflow 2624 bytes in thread
0169 eip 000000007bcd8bd9 esp 0000000000130bd0 stack
0x130000-0x131000-0x530000
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joe(a)knocknet.net
Distribution: ---
Created attachment 64976
--> https://bugs.winehq.org/attachment.cgi?id=64976
Running Metro Exodus from the epic games store
2 Games that have worked previously with wine (admitedly one was Proton) now
throw this error when launching. I can upload more logs if required.
Both Metro Exodus through the Epic Games store and
Shadow of the Tomb Raider via Steam Proton throw a similar "setup_exception
stack overflow"
--
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=46637
Bug ID: 46637
Summary: CoCreateInstanceEx apartment not initialised
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: lilyrivers48(a)gmail.com
Distribution: ---
When loading Universe at War with GFWL:
0036:err:ole:CoCreateInstanceEx apartment not initialised
--
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.
http://bugs.winehq.org/show_bug.cgi?id=28768
Bug #: 28768
Summary: Kane & Lynch: Dead Men crashes on launch
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 36949
--> http://bugs.winehq.org/attachment.cgi?id=36949
terminal output
After starting the game, it shows a black screen for a moment, then it crashes.
The game uses Xlive (I installed it via winetricks).
I can't reproduce the problem in the demo version (the demo starts correctly).
The demo doesn't use Xlive.
The same crash with Wine-1.1.x, 1.2.3 etc.
Fedora 15 x86
Nvidia 250 / driver 280.13
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=15839
Summary: Games for Windows Live fails to initialize, resulting
Fallout 3 crash
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.gamesforwindows.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
When starting Fallout 3, Xlive.dll wants to create a warning message to
eventlog, this will cause later Fallout 3 crash after choosing new game in the
menu.
Eventlog entry:
fixme:advapi:RegisterEventSourceW ((null),L"XLive"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0002,0x0000,0x80000002,(nil),0x0004,0x00000000,0x33e540,(nil)):
stub
warn:eventlog:ReportEventW L"Fallout3.exe"
warn:eventlog:ReportEventW L"1.0.0.12"
warn:eventlog:ReportEventW L"1.2.0241.0 C:\\windows\\system32\\xlive.dll"
warn:eventlog:ReportEventW L"\n0x80004005\n\nGames for Windows LIVE
DLL\nC:\\windows\\system32\\msidcrl40.dll 4.200.513.1"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Mentioned crash occuring later:
wine: Unhandled page fault on read access to 0x00000000 at address 0xad8cdb
(thread 0024), starting debugger...
First chance exception: page fault on read access to 0xffffffff in 32-bit code
(0x013c92e3).
Backtrace:
=>1 0x013c92e3 in xlive (+0x892e3) (0x7b5bf8d8)
2 0x006250e2 in fallout3 (+0x2250e2) (0x0322ece0)
3 0x00000005 (0x00e8c008)
4 0x009830d0 in fallout3 (+0x5830d0) (0x00ae4410)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=15828
Summary: Microsoft Games for Windows - LIVE Redistributable setup
- blank EULA
Product: Wine
Version: 1.1.7
Platform: HP
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=bb38e1ce-b9b1-4e2b-9c3f-3b521e74b647&displaylang=en B
OS/Version: Solaris
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine in git, but the EULA is blank. Clicking in it allows it to show.
Native riched20/30 doesn't seem to help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=43864
Bug ID: 43864
Summary: Crash when installing Games for Windows - Live 3.5
from stand-alone installer
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59444
--> https://bugs.winehq.org/attachment.cgi?id=59444
Wine 2.18 terminal output
Wine 2.18 (devel): after installing Games for Windows - Live 3.5 from
stand-alone installer on Microsoft site, it crashes.
Wine 2.0.2 (stable): it doesn't crash.
OS: Lubuntu 16.04.3, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=5549
sha256: c9dc8da0a972fc885c965454bf1d69a44b269ca7cf295ccadcf888bfbdece5f5
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25799
Summary: GFWL (Games For Windows Live) Client Crashes at
startup
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Created an attachment (id=32876)
--> (http://bugs.winehq.org/attachment.cgi?id=32876)
Crash log
GFWL appeared to install without complaint but attempting to run GFWLClient.exe
results in a crash. Attaching crash log below. If someone has ideas/patches I
can do testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=31744
Bug #: 31744
Summary: Street Fighter X Tekken crashes while starting
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ubuntugamingproject(a)gmail.com
Classification: Unclassified
The game installs fine, but crashes when starting with an exception.
I know that it's caused by the xlive feature, which can be disabled downloading
the right dll and extracting it inside the main folder.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=40123
Bug ID: 40123
Summary: Chemsketch: Application doesnt start after
installation
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mickelhiebert(a)hotmail.com
Distribution: ---
Created attachment 53608
--> https://bugs.winehq.org/attachment.cgi?id=53608
Error displayed
After installation, chemsketch wont start and an error message displays.
--
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.