http://bugs.winehq.org/show_bug.cgi?id=16414
Summary: New Xlive (8.12.2008 and newer) is not working
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder.m(a)email.cz
Created an attachment (id=17746)
--> (http://bugs.winehq.org/attachment.cgi?id=17746)
base log from crash
I just instaled new Xlive from this page:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6f966188-1e50-41c3…
(file gfwlivesetupmin.exe) and it is not working, I think it could be related
to advapi32.dll exactly to function UnregisterTraceGuids, which is not yet
implemented.
--
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=46130
Bug ID: 46130
Summary: Star Citizen (RSI launcher) installer needs
kernel32.dll.SetFileInformationByHandle
'FileIoPriorityHintInfo' info class semi-stub
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track:
https://www.winehq.org/pipermail/wine-devel/2018-November/134925.htmlhttps://www.reddit.com/r/wine_gaming/comments/9o3kic/new_to_wine_want_to_ge…https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/kernel32/file.c#l1086
--- snip ---
1089 BOOL WINAPI SetFileInformationByHandle( HANDLE file,
FILE_INFO_BY_HANDLE_CLASS class, VOID *info, DWORD size )
1090 {
1091 NTSTATUS status;
1092 IO_STATUS_BLOCK io;
1093
1094 TRACE( "%p %u %p %u\n", file, class, info, size );
1095
1096 switch (class)
1097 {
1098 case FileBasicInfo:
1099 case FileNameInfo:
1100 case FileRenameInfo:
1101 case FileAllocationInfo:
1102 case FileEndOfFileInfo:
1103 case FileStreamInfo:
1104 case FileIdBothDirectoryInfo:
1105 case FileIdBothDirectoryRestartInfo:
1106 case FileIoPriorityHintInfo:
1107 case FileFullDirectoryInfo:
1108 case FileFullDirectoryRestartInfo:
1109 case FileStorageInfo:
1110 case FileAlignmentInfo:
1111 case FileIdInfo:
1112 case FileIdExtdDirectoryInfo:
1113 case FileIdExtdDirectoryRestartInfo:
1114 FIXME( "%p, %u, %p, %u\n", file, class, info, size );
1115 SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
1116 return FALSE;
1117
1118 case FileDispositionInfo:
1119 status = NtSetInformationFile( file, &io, info, size,
FileDispositionInformation );
1120 break;
1121
1122 case FileStandardInfo:
1123 case FileCompressionInfo:
1124 case FileAttributeTagInfo:
1125 case FileRemoteProtocolInfo:
1126 default:
1127 SetLastError( ERROR_INVALID_PARAMETER );
1128 return FALSE;
1129 }
1130
1131 if (status != STATUS_SUCCESS)
1132 {
1133 SetLastError( RtlNtStatusToDosError( status ) );
1134 return FALSE;
1135 }
1136 return TRUE;
1137 }
--- snip ---
An actual implementation would be in ntdll/wineserver of course.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/file.c#l2507
Unfortunately one has to *buy* "pledge" a Star Citizen package before being
able to login and download something. Hence, I can't help here with diagnostics
and have to rely on third parties to have proper analysis/conclusions.
$ wine --version
wine-3.20
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=41634
Bug ID: 41634
Summary: Tera Launcher Fails
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eli(a)orbsky.homelinux.org
Distribution: ---
Its been some time since I fired up Tera. I thought it would be a good idea to
update the game, but when I start the launcher I get the following 2 dialogue
boxes:
The TERA Launcher is unable to load copycub.dll file.
ErrorMessage: Interop load failed
as well as
The TERA Launcher is unable to load steamsupport.dll file.
ErrorMessage: User cancelled...
The output I get when I launch from a console is:
~/.tera/drive_c/users/Public/Games/En Masse Entertainment/TERA>
WINEPREFIX=~/.tera wine TERA-Launcher.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:file:SetDefaultDllDirectories (800): stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8,
{0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33d7a8, (null), (null),
0x630b1d00): stub
fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18,
{797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33d7a8, (null), (null),
0x630b1d20): stub
fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28,
(nil), 0x630b1500
fixme:ntdll:EtwRegisterTraceGuidsA (0x63073bcf, 0x630b3258,
{9e3b3947-ca5d-4614-91a2-7b624e0e7244}, 1, 0x33d880, (null), (null),
0x630b3258): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x33dc1c, overlapped 0xea7c88): stub
fixme:winsock:WSALookupServiceBeginW (0x33db1c 0x00000ff0 0x33da84) Stub!
[1101/111035:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin
failed with: 8
fixme:ras:RasEnumConnectionsW (0x204fb8,0x1a7e634,0x1af0004),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0
func=500 method=0)
fixme:ras:RasEnumConnectionsW (0x204fb8,0x2fee4c4,0x1af0004),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0xea7c88): stub
fixme:advapi:EventUnregister deadbeef: stub
Thanks for looking into this
--
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=28035
Summary: Fallout 3 crashes when hitting play on launcher.
Product: Wine
Version: 1.3.26
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mister_a(a)aol.com
Created an attachment (id=35896)
--> (http://bugs.winehq.org/attachment.cgi?id=35896)
Backtrace of application
After clicking the play option on the launcher for Fallout 3, the game will
give a not responding error and crash.
--
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=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=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.
https://bugs.winehq.org/show_bug.cgi?id=41727
Bug ID: 41727
Summary: rundll32.exe error after upgrading wine staging
Product: Wine-staging
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56162
--> https://bugs.winehq.org/attachment.cgi?id=56162
run dll error
Dear Wine Staging,
wine --version (it is 32 bit)
wine-1.9.23 (Staging)
Every time I upgrade Wine Staging, on first run, I get the following
inconsequential error pop up:
rundll32.exe - .NET Framework
Unable to find a version of the runtime to run this application
This started after using Wine Tricks to install .NET
--
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=34854
Bug #: 34854
Summary: Crashed on starting Foxit Reader 606
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiandingzhe(a)163.com
Classification: Unclassified
Created attachment 46451
--> http://bugs.winehq.org/attachment.cgi?id=46451
back trace by the wine crash window
The main window of the foxit reader can be shown with all contents in it, but
then the crash dialog pops up.
The backtrace is attached.
The Foxit Reader is installed using "FoxitReader606.0722_enu_Setup.exe".
The output to STDOUT is below, I think most of them might be harmless:
$ wine Foxit\ Reader.exe
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so:
/usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object
file: No such file or directory
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmSetWindowAttribute (0x100be, 2, 0x32f370, 4) stub
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program
Files\\Foxit Software\\Foxit
Reader\\plugins\\jrsys\\x86\\jrsysMSCryptoDll.dll") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program
Files\\Foxit Software\\Foxit Reader\\plugins\\CommentsSummary.fpi") not found
fixme:thread:GetThreadPreferredUILanguages 52, 0x32e734, 0x32e7a4 0x32e73c
err:module:import_dll Library WLDAP32.dll (which is needed by L"C:\\Program
Files\\Foxit Software\\Foxit Reader\\plugins\\docusign_plugin.fpi") not found
err:module:import_dll Library WLDAP32.dll (which is needed by L"C:\\Program
Files\\Foxit Software\\Foxit Reader\\plugins\\facebook_plugin.fpi") not found
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:thread:GetThreadPreferredUILanguages 52, 0x32e734, 0x32e7a4 0x32e73c
fixme:thread:GetThreadPreferredUILanguages 52, 0x32e734, 0x32e7a4 0x32e73c
fixme:win:LockWindowUpdate (0x20020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:ieframe:PersistStreamInit_InitNew (0x176ef8)
fixme:ieframe:WebBrowser_put_RegisterAsDropTarget (0x176ef8)->(0)
fixme:ieframe:navigate_url Unsupported args (Flags 0x5ade8b4:3; TargetFrameName
0x5ade8a4:8)
fixme:uxtheme:BeginBufferedPaint Stub (0x3ac 0x32f698 2 (nil) 0x32f5e0)
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so:
/usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object
file: No such file or directory
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:iphlpapi:NotifyAddrChange (Handle 0x624e8fc, overlapped 0x624e8e0): stub
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x176fac)->((null) 1 0x32df24
(nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of group
{000214d1-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:ClientSite_GetContainer (0x176fac)->(0x32df00)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of group
{000214d1-0000-0000-c000-000000000046}
fixme:ieframe:ClientSite_GetContainer (0x176fac)->(0x32ef30)
fixme:imm:ImmReleaseContext (0x1018a, 0x640ff68): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 29
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x176fac)
fixme:wininet:InternetSetOptionExW Flags 00000000 ignored
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(20000): STUB
fixme:wininet:InternetSetOptionExW Flags 00000000 ignored
fixme:wininet:InternetSetOptionW Option 4 STUB
fixme:wininet:InternetSetOptionExW Flags 00000000 ignored
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 1
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x185d58)->(0x131d50)
fixme:win:EnumDisplayDevicesW ((null),0,0x32cb24,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 29
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of group
{000214d1-0000-0000-c000-000000000046}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group
{de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:msxml:ClassFactory_QueryInterface interface
{342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:mshtml:ASServiceProvider_QueryService
(0x640f220)->({b722be00-4e68-101b-a2bc-00aa00404770}
{332c4425-26cb-11d0-b483-00c04fd90119} 0x32cfb0)
fixme:msxml:ClassFactory_QueryInterface interface
{342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:mshtml:ASServiceProvider_QueryService
(0x640f220)->({b722be00-4e68-101b-a2bc-00aa00404770}
{332c4425-26cb-11d0-b483-00c04fd90119} 0x32d010)
fixme:mshtml:HTMLElement_contains (0x77582b8)->(0x776bf94 0x32bb04)
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 0009), starting debugger...
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so:
/usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object
file: No such file or directory
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
--
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=45337
Bug ID: 45337
Summary: Paint Shop Pro X6 Installer crashes after accepting
license agreement (requires winetricks msxml3)
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 61624
--> https://bugs.winehq.org/attachment.cgi?id=61624
Console Output wine 3.9 (staging)
Hello everyone,
when revisiting the issue of the Corel installers not working correctly I
downloaded the following file which is actually the PSP X6 version although it
is labelled X3.
http://www.corel.com/akdlm/6763/downloads/PaintShopProPhoto/X3/TBYB/PSPP_X3…
Revisiting my old bug reports I got the hint to do a
winetricks msxml3
which enabled to have the license agreement to be accepted but when choosing
the architecture to install (32- or 64-Bit) the program crashed and the
debugger didn't reveal any output.
wine 3.9 (staging) on openSUSE. Console output is attached.
--
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=44278
Bug ID: 44278
Summary: Aldi Steuer 2017 - Tax certificated can be loaded and
decrypted but eric-Library can't be located
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60105
--> https://bugs.winehq.org/attachment.cgi?id=60105
Console output wine 3.0rc3 (non-staging)
Hello everyone,
installing "Aldi Steuer 2017" works fine after upgrading to 3.0rc3 and I am
also stepping up as a maintainer for this program in the AppDB.
I would like to let you know that there seems to be some hic-ups calling a
library/interface for ELSTER (Elektronische Steuererklärung = Electronic tax
declaration can't be called).
Steps to reproduce:
- Open Steuer 2017
- Tab ELSTER -> Belegabruf einrichten (for culling documents)
- Zertifikatsdatei hinzufügen -> Zertifikatsdatei hinzufügen (add personal
certificate, in Germany we use an encrypted file to authenticate with online
tax declaration service)
- Choose "Certificate file" - "bitte auswählen" -> Zertifikatsdatei auswählen
- Select the path of the .pfx
- Klick "open"
- Enter culling code (Abrufcode eintragen) -> OK
- Click "Anmelden" (Sign in)
Console output is attached. Please let me know should you require further
information.
--
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=44836
Bug ID: 44836
Summary: Mod Organizer 2 crashes on
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ (64-bit)
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: labmailssadur(a)gmail.com
Distribution: ---
Created attachment 60881
--> https://bugs.winehq.org/attachment.cgi?id=60881
Console Output from initial launch of MO to crash
When trying to launch Mod Organizer 2, the application crashes with
"msvcp140.dll.?uncaught_exceptions@std@@YAHXZ" after launching the tutorial
dialogue (which does not display correctly).
Steps to reproduce:
1. Install Mod Organizer 2 (i.e. from
https://github.com/Modorganizer2/modorganizer/releases)
2. Install any Game supported by MO2.
3. Launch MO2 and point it to the game when asked to do so (otherwise MO2 will
exit before the crash can occur).
4. Watch the crash occur.
I am aware of Bug 44278, but it seems that the issue lies with the 64-bit
implementation of the function (see attachment).
Tested with TES4: Oblivion from GOG and TES5: Skyrim Special Edition from Steam
installed (in seperate Prefixes).
Further info:
Arch Linux, wine 3.4-2
64-bit 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=44880
Bug ID: 44880
Summary: Latest dev build of Mod Organizer 2 fails to
initialize dlls
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: labmailssadur(a)gmail.com
Distribution: ---
Created attachment 60947
--> https://bugs.winehq.org/attachment.cgi?id=60947
Console output of the crash.
The latest dev build of Mod Organizer 2 fails to launch and complains about
failing to initialize dlls (specifically usvfs_x64.dll).
Steps to reproduce:
1. Set up a fresh 64-bit prefix.
2. Download the dev build of MO2 (2.1.2dev6-Silarn-prerelease).
3. Try to launch it.
4. Watch it fail.
I am not allowed to link to the download, though it is available on the
ModOrganizerDevs Discord Channel (https://discord.gg/5tCqt6V) in the #builds
channel (make sure to pick the link titled as "Full Build", and not "PDBs").
Also, the problem does not occur in the release build (2.11).
--
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=40950
Bug ID: 40950
Summary: ProgramFiles(x86) environment variable is not created
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: programmerjake(a)gmail.com
Distribution: ---
the ProgramFiles(x86) environment variable is not created.
it should probably be set in
https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/process.c#L571
--
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=37163
Bug ID: 37163
Summary: WiX Toolset installer doesn't open
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Created attachment 49394
--> https://bugs.winehq.org/attachment.cgi?id=49394
wix38-stderr
The WiX Toolset installer (version 3.8) hangs without opening any windows. The
console output is attached.
--
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=37251
Bug ID: 37251
Summary: WiX Toolset v3.8 installer doesn't open with Wine-Mono
Product: Wine
Version: 1.7.26
Hardware: x86
URL: https://wix.codeplex.com/releases/view/115492
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49539
--> https://bugs.winehq.org/attachment.cgi?id=49539
installer's log
With bug 37163 fixed, the installer still pops up a dialog complaining that it
needs Microsoft .Net.
I'll attach a screenshot/log.
--
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=39254
Bug ID: 39254
Summary: Microsoft 365 Installer: Crashes on startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamesmfox(a)live.com
Distribution: ---
Created attachment 52321
--> https://bugs.winehq.org/attachment.cgi?id=52321
backtrace of wine
Microsoft 365 office installer crashers on startup (Before anything kind of gui
is shown)
--
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.