http://bugs.winehq.org/show_bug.cgi?id=20623
Summary: Swiftkit crashed
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frt975(a)gmail.com
SwiftKit Crashed. I gave vb6run gecko and Java installed.
--
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=38714
Bug ID: 38714
Summary: 64-bit ARM Windows applications from Windows SDK crash
in entry (loader needs to set/randomize cookie for PE
modules)
Product: Wine
Version: 1.7.44
Hardware: aarch64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this is more an educated guess since I only have remote access to some 64-bit
ARM Linux VM without proper debugging tools.
Winedbg/gdb proxy is unusable as of now and my shiny JTAG Debugger for
Cortex-A5x (ICD) can't work "remotely".
Anyway, I think I gathered enough information without the need for debugging.
Don't complain about 'root' - it's not my machine :)
--- snip ---
# wine64 winedbg arm64/mt.exe
Wine-dbg>info process
pid threads executable (all id:s are in hex)
>00000024 1 'mt.exe'
00000026 2 \_ 'wineconsole.exe'
00000014 4 'explorer.exe'
0000000e 5 'services.exe'
0000001b 3 \_ 'plugplay.exe'
00000012 3 \_ 'winedevice.exe'
Wine-dbg>info thread
process tid prio (all id:s are in hex)
0000000e services.exe
0000001e 0
0000001d 0
00000016 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001a 0
00000019 0
00000013 0
00000014 explorer.exe
00000023 0
00000022 0
00000021 0
00000015 0
0000001b plugplay.exe
00000020 0
0000001f 0
0000001c 0
00000024 (D) Z:\root\wine\64\arm64\mt.exe
00000025 0 <==
00000026 wineconsole.exe
00000028 0
00000027 0
--- snip ---
--- snip ---
Wine-dbg>si
be_arm64_single_step: not done
Unhandled exception: illegal instruction in 64-bit code (0x000000014010ce78).
Register dump:
ARM64 EL0t Mode
Pc:000000014010ce78 Sp:0000007f8aa6fe20 Lr:000000014010ca7c
Pstate:0000000060000000(-ZC-)
x0: 0000007f8bd0c000 x1: 0000000000000005 x2: 0000007f8bd0e000 x3:
0000000000000001 x4: 0000000000000001
x5: f5183970d346f95f x6: 0000000000000001 x7: 0000000000000002 x8:
00002b992ddfa232 x9: 00002b992ddfa232
x10:00000000031bb537 x11:0000007f8bd0f078 x12:0000007ffb057a54
x13:0000007ffb057a58 x14:0000007ffb057b20
x15:0000007f8bb35908 ip0:0000007f8b966120 ip1:0000007f8b9c9e10
x18:0000007f8bb359d0 x19:0000007f8bd0c000
x20:000000014010ca70 x21:0000000000000000 x22:0000007f8b949000
x23:0000007f8acd3584 x24:0000007f8acfd000
x25:0000007f8aee07f0 x26:0000007ffb057e90 x27:0000007ffb057e08
x28:0000007f8ad15000 Fp:0000007f8aa6fe20
Stack dump:
0x0000007f8aa6fe20: 0000007f8aa6fe30 0000007f8acd35e0
0x0000007f8aa6fe30: 0000007f8aa6fe60 0000007f8b9310ac
0x0000007f8aa6fe40: 0000007f8acd3584 0000007f8bd0c000
0x0000007f8aa6fe50: 0000000000000000 0000000000000000
0x0000007f8aa6fe60: 0000007f8aa6ffe0 0000007f8b90ca20
0x0000007f8aa6fe70: 0000007f8bd0c000 0000007f8acd3584
0x0000007f8aa6fe80: ffffffffffffffff 0000007f8b941ab4
0x0000007f8aa6fe90: 0000007f8acb67cc 0000007f8acd3584
0x0000007f8aa6fea0: 0000007f8bd0c000 0000000000000000
0x0000007f8aa6feb0: 0000007f8b949000 0000007f8acd3584
0x0000007f8aa6fec0: 0000007f8acfd000 0000007f8aee07f0
0x0000007f8aa6fed0: 0000007ffb057e90 0000007ffb057e08
Backtrace:
=>0 0x000000014010ce78 in mt (+0x10ce78) (0x0000007f8aa6fe20)
1 0x000000014010ca7c in mt (+0x10ca7b) (0x0000007f8aa6fe20)
...
--- snip ---
The entry point code of the app:
--- snip ---
entry:
0000000140020300 STP X29, X30, [SP,#-0x10]!
0000000140020304 MOV X29, SP
0000000140020308 BL 140020E40
000000014002030C BL 140020318
0000000140020310 LDP X29, X30, [SP],#0x10
0000000140020314 RET
...
0000000140020E40 ADRP X8, #0x140030000 ; .data
0000000140020E44 LDR X8, [X8,#0x800] ; offset to cookie
000000014010CE68 CBZ X8, 14010CE78
000000014010CE6C LDR X9, =0x2B992DDFA232 ; default cookie
arm64?
000000014010CE70 CMP X8, X9
000000014010CE74 B.NE 14010CE7C
000000014010CE78 BRK #0xF003 ; whoops, bail here
000000014010CE7C MVN X8, X8
0000000140020E60 ADRP X9, #0x140030000
0000000140020E64 STR X8, [X9,#0x808]
000000014010CE88 RET
.data:
...
0000000140030800 DCQ 0x2B992DDFA232 ; module security cookie (default val)
--- snip ---
Looks like the entry code checks for the default value of the security cookie
and bails if it's still unmodified.
MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680328%28v=vs.85…
IMAGE_LOAD_CONFIG_DIRECTORY64 -> SecurityCookie (64-bit VA)
The loader needs to randomize the cookie for each module if present (= non-zero
VA) before calling the entry.
---
Another tidbit:
For decoding the immediate field in the emitted 'brk' instruction I only found
information for the Linux counterpart which says range 0x2000-0xffff is
app/user-defined.
https://gcc.gnu.org/ml/gcc-patches/2013-11/msg02228.html
--- quote ---
POSIX siginfo
BRK #imm16 si_signo si_code Purpose
---------- -------- ------- -------
0000-0fff S/w breakpoint, reserved for debuggers
0000-3ff SIGTRAP TRAP_BRKPT- EL0 breakpoint (e.g. gdb)
0400-7ff SIGILL ILL_ILLTRP* EL1 breakpoint (e.g. kgdb)
0800-bff SIGILL ILL_ILLTRP* EL2 breakpoint
0c00-fff SIGILL ILL_ILLTRP* EL3 breakpoint
1000-1fff C/C++ runtime errors
1000 SIGABRT n/a libc abort()
1001 SIGFPE FPE_INTDIV integer divide by zero
1002 SIGFPE FPE_INTOVF integer overflow
1003 SIGFPE FPE_FLTDIV floating-point divide by zero
1004 SIGFPE FPE_FLTOVF floating-point overflow
1005 SIGFPE FPE_FLTUND floating-point underflow
1006 SIGFPE FPE_FLTRES floating-point inexact result
1007 SIGFPE FPE_FLTINV floating-point invalid op
1008 SIGFPE FPE_FLTSUB subscript out of range
1009-1fff SIGILL ILL_ILLTRP unused but reserved
2000-ffff SIGILL ILL_ILLOPC+ Guaranteed unused, resvd for apps
- This is the signal generated now for all values of BRK
immediate. GDB currently uses "BRK #0"
* The EL1/EL2/EL3 breakpoints would deliver a SIGILL if they are
executed by EL0 code, and caught by the EL1 kernel. A s/w debugger
operating at a higher EL which placed such breakpoints would
presumably catch them and handle them, without the EL1 kernel ever
seeing them.
+ Immediate values 0x2000-ffff generate the same signal as any other
UNDEFINED instruction encoding, but with guaranteed behaviour for
JITs etc. The original imm16 value could be made available in the
si_trapno field of the signal context.
--- quote ---
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=49025
Bug ID: 49025
Summary: League of Legends crashes at game start (wine 5.7
regression)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aguertin+wine(a)aguertin.net
Distribution: ---
League of Legends crashes at game start using wine-staging 5.7. It works fine
using wine-staging 5.6 (plus some league-specific patches).
I will bisect.
Gentoo, x86_64.
--
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=25558
Summary: Can't install Flight Simulator X
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=32543)
--> (http://bugs.winehq.org/attachment.cgi?id=32543)
Terminal Output
Microsoft Flight Simulator X Installation doesn't work.
I'm tested with a clean wineprefix.
I'm using wine-1.3.9-1.fc14, on 64bit
I can see the installer loading dialog, but when the progress line gets to the
end, an error shows up, saying "1628: Failed to complete installation".
Attached is the terminal output.
Notice the line "wine: Invalid address"
I think this might need extra debugging.
Please note that the bug also occurs in the installer of the demo version.
Download: https://www.microsoft.com/games/flightsimulatorx/downloads.html
--
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=12628
Summary: wine: Call from 0x7b840fc8 to unimplemented function
hal.dll.ExAcquireFastMutex
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimeff(a)gmail.com
I get the following error:
wine: Call from 0x7b840fc8 to unimplemented function
hal.dll.ExAcquireFastMutex, aborting
It would be great if that function were implemented :)
(I'm running epoc.exe, an emulator for Symbian development)
--
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=25162
Summary: E-Card Blue Societe general doesn't work
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightdragonfire(a)msn.com
Created an attachment (id=31917)
--> (http://bugs.winehq.org/attachment.cgi?id=31917)
backtrace
The application crash from the launch.
I installed ntlm_auth but it didn't resolve my problem.
Where download the application ?
http://groupe.socgen.com/html/e-carte/V4/ecartebleueSG.exe
--
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=34677
Bug #: 34677
Summary: e-carte bleue la banque postale doesn't work at all
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adri1jld(a)hotmail.fr
Classification: Unclassified
I install the e-carte bleue (by la banque postale) app on my PC but a window
say that there is a serious problem and have to be closed
--
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=28937
Bug #: 28937
Summary: YouSendIt crashes
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.yousendit.com/cms/standalone-app
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
YouSendItExpressSetup2_10_2.exe
fixme:msxml:domdoc_get_parseError (0x1a944c)->(0x33c3b8): creating a dummy
parseError
fixme:msxml:parseError_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
fixme:msxml:parseError_QueryInterface interface
{719c3050-f9d3-11cf-a493-00400523a8a6} not implemented
fixme:msxml:parseError_QueryInterface interface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented
wine: Unhandled page fault on read access to 0x00000010 at address 0x202666e2
(thread 0040), starting debugger...
Workaround: winetricks msxml3
--
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=21915
Summary: Port Royale 2 hangs on splash screen
(d3d8:vertexshader_init)
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrian(a)hoehne.tk
Created an attachment (id=26585)
--> (http://bugs.winehq.org/attachment.cgi?id=26585)
Wine Output starting Port Royale with Steam
Port Royale 2 over Steam hangs on splash screen.
You can only see the background and the mousecursor looks like a sword (so the
cursor is changed properly by the game). Soundtrack plays too.
And thats all. There are no buttons or menu entries only the background.
Blind click has no effect.
--
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=28975
Bug #: 28975
Summary: Nokia S60 5th Edition SDK 1.0 installer needs
apphelp.dll.ApphelpCheckInstallShieldPackage
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
now that apphelp.dll is present another one from InstallShield based installer:
--- snip ---
~/Downloads/S60_5th_Edition_SDK_v1_0_en$ wine ./setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
wine: Call from 0x7b83a43f to unimplemented function
apphelp.dll.ApphelpCheckInstallShieldPackage, aborting
wine: Unimplemented function apphelp.dll.ApphelpCheckInstallShieldPackage
called at address 0x7b83a43f (thread 0009), starting debugger...
--- snip ---
Workaround:
$ WINEDLLOVERRIDES="apphelp=d" wine ./setup.exe
$ wine --version
wine-1.3.31-293-gb4987d0
710260 -rw-rw-r-- 1 focht focht 727290277 2011-11-01 22:02
Nokia_S60_5th_Edition_SDK_v1.0.rar
$ sha1sum Nokia_S60_5th_Edition_SDK_v1.0.rar
b1b1c6367598fbc0b8ca81e40d68c6b7bc60573e Nokia_S60_5th_Edition_SDK_v1.0.rar
Regards
--
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=29015
Bug #: 29015
Summary: Oblivion setup calls unimplemented function
apphelp.dll.ApphelpCheckInstallShieldPackage
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oneofone(a)gmail.com
Classification: Unclassified
Oblivion setup fails to start because it calls unimplemented function
apphelp.dll.ApphelpCheckInstallShieldPackage.
Workaround: download apphelp.dll from elsewhere and set it to native.
--
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=29007
Bug #: 29007
Summary: Regression installing sims 3
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bass_dr(a)hotmail.com
Classification: Unclassified
Created attachment 37339
--> http://bugs.winehq.org/attachment.cgi?id=37339
Terminal Output & Backtrace
Installation of The Sims 3 on wine-1.3.31 worked well (still the game did not
work for me). I upgraded to wine-1.3.32 from Ubuntu's wine PPA, and now wine
crash at installation. See attachment for console output. I am not very
familiar with wine debugging but ask me if you want any other information.
--
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=37818
Bug ID: 37818
Summary: Monopolie 0.9.7 crashes on the first buy
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 50367
--> https://bugs.winehq.org/attachment.cgi?id=50367
Monopolie starts, but on the first buy, it crashes.
Hello,
I would like to open this bug.
I have comctl32.ocx installed. Monopolie starts, but after selecting the
players, on the first buy, it crashes. I attach the terminal log.
wine-1.7.32 on (k)ubuntu 14.04.
--
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=28974
Bug #: 28974
Summary: Microsoft EMET v2.x and other tools need
apphelp.dll.SdbCreateDatabase
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
continuation of bug 24371
Now that apphelp.dll is provided it dies on:
--- snip ---
Unhandled Exception: System.Runtime.InteropServices.SEHException: External
component has thrown an exception.
at MitigationInterface.Apphelp.SdbCreateDatabase(String pwszPath, PATH_TYPE
eType)
at MitigationInterface.ShimUtil..ctor(Arch SysArch)
at MitigationInterface.ApplicationMitigations..ctor(SystemMitigations
SysMits)
at ConsoleApp.Program.ProcessCommandLineArgs(String[] args)
at ConsoleApp.Program.Main(String[] args)
wine: Unimplemented function apphelp.dll.SdbCreateDatabase called at address
0x7b83a43f (thread 0009), starting debugger...
--- snip ---
http://msdn.microsoft.com/en-us/library/bb432434.aspx
Recipe:
1) clean WINEPREFIX
2) winetricks -q dotnet20
3) wine msiexec -i "EMET Setup.msi"
4) ~/.wine/drive_c/Program Files/EMET$ wine ./EMET_Conf.exe
Regards
--
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=33978
Bug #: 33978
Summary: Bug in converting/rendering Windows Metafile
(SetWinMetaFileBits etc.)
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavelkok(a)gmail.com
Classification: Unclassified
Created attachment 45135
--> http://bugs.winehq.org/attachment.cgi?id=45135
input WMF-file
I attached metafile (input.wmf) that is renders incorectly under Wine. It is
Windows Metafile, not Enhanced Metafile. Bug exist in all programs that use
WinApi (SetWinMetaFileBits etc.). I also tested this WMF file in IrfanView.
I wrote sample program (wmf2bmp.exe) for demonstration. It renders/converts
input WMF file to BMP and EMF files. No error/warnings during run (except
irrelevant fixme:heap:HeapSetInformation).
~/build2/wine-git/wine --version
wine-1.6-rc4-52-g9a0b434
Thanks for any 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.
http://bugs.winehq.org/show_bug.cgi?id=24597
Summary: EEP5 crashes on startup
Product: Wine
Version: 1.1.32
Platform: x86-64
URL: http://www.eepshopping.de/index.php?view=program_detai
l&ID_NODE_AKTIV=1&ID_PROGRAM=3078
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=31062)
--> (http://bugs.winehq.org/attachment.cgi?id=31062)
Crash with Wine 1.3.0
EEP5, a train simulator (long name "Eisenbahn.exe Professional 5.0"), with
patch 2 [0], crashes on every startup with the attached output. The output was
generated by Wine 1.3.0 (packages from [1]), but the first version I tried was
1.1.32.
The system is an otherwise unaltered Debian Squeeze 6.0.
Please note that this is a report for a relative of mine and requests for
further information may take a little bit longer than normal to process.
Kind regards,
Kai Wasserbäch
[0] http://www.eepshopping.de/dskript_aktion_gratis.php?ID_PROGRAM_GRATIS=3431
[1] http://dev.carbon-project.org/debian/wine-unstable/
--
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=12703
Summary: SnagIt 8.x -- HTML-based functions not working on Wine
9.60
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)mrrena.com
As reported at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5781&iTestingI…,
the Text Tool, Callout Tool, and Option menu items do not function properly in
SnagIt 8.2.3, in spite of nearly flawless performance otherwise. This may be
related to the Gecko-rendering engine.
--
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=23467
Summary: SnagIt: needs GdipEnumerateMetafileDestRect
Product: Wine
Version: 1.2-rc5
Platform: x86
URL:
http://download.techsmith.com/snagit/enu/910/snagit.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
It also hits an unimplemented function in rpcrt4, but I've sent a patch for
that one already.
--
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=33468
Bug #: 33468
Summary: SnagIt 9 needs msvcr90.dll._mbstok_s
Product: Wine
Version: 1.5.29
Platform: x86
URL: http://download.techsmith.com/snagit/enu/910/snagit.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Blocks: 12703
Classification: Unclassified
When trying to run the application this is printed in the console:
wine: Call from 0x7b83c33b to unimplemented function msvcr90.dll._mbstok_s,
aborting
To reproduce just install the app using the 30 day evaluation and run
Snagit32.exe.
--
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=33523
Bug #: 33523
Summary: .NET Framework 3.5 WPF 3.x apps need
windowscodecsext.dll.DllGetClassObject
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some guys complained about .NET Framework 3.5 WPF 3.x apps not working ... so I
looked into it.
Example app: "Adobe Digital Editions 2.0" which requires .NET 3.5 SP1
Prerequisite: clean 32-bit WINEPREFIX and 'winetricks -q dotnet35sp1'
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Adobe/Adobe Digital Editions 2.0
...
wine ./DigitalEditions.exe
...
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x3009b09c,0x5ec5d4):
stub
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"digitaleditions.exe"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"5058357c"
err:eventlog:ReportEventW L"presentationcore"
err:eventlog:ReportEventW L"3.0.0.0"
err:eventlog:ReportEventW L"488f140b"
err:eventlog:ReportEventW L"4975"
err:eventlog:ReportEventW L"159"
err:eventlog:ReportEventW L"system.invalidcastexception"
err:eventlog:ReportEventW L"NIL"
...
Unhandled Exception: System.InvalidCastException: Specified cast is not valid.
at System.Windows.Media.Imaging.BitmapSource.get_DUCECompatibleMILPtr()
at
System.Windows.Media.Imaging.BitmapSource.UpdateBitmapSourceResource(Channel
channel, Boolean skipOnChannelCheck)
at System.Windows.Media.Imaging.BitmapSource.UpdateResource(Channel channel,
Boolean skipOnChannelCheck)
at System.Windows.Media.Imaging.BitmapSource.AddRefOnChannelCore(Channel
channel)
at
System.Windows.Media.Imaging.BitmapSource.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at System.Windows.Media.ImageBrush.AddRefOnChannelCore(Channel channel)
at
System.Windows.Media.Brush.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at
System.Windows.Media.RenderData.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at System.Windows.UIElement.RenderContent(RenderContext ctx, Boolean
isOnChannel)
...
--- snip ---
Well, that's bug 33384 -> 'winetricks -q windowscodecs'
It goes further but still crashes, now with:
--- snip ---
...
LIBRARY_LOADED
has 1 records
fixme:shell:URL_ParseUrl failed to parse L"System.Web"
fixme:time:GetDynamicTimeZoneInformation (0x145b60) stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
wine: Call from 0x7b83aa5b to unimplemented function
windowscodecsext.dll.DllGetClassObject, aborting
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003ff,(nil),0x0001,0x00000000,0x32bd5c,(nil)):
stub
err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.3053 - Unrecoverable
system error."
...
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000d2,0x3009b09c,0x5ec5d4):
stub
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"digitaleditions.exe"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"5058357c"
err:eventlog:ReportEventW L"windowsbase"
err:eventlog:ReportEventW L"3.0.0.0"
err:eventlog:ReportEventW L"488f1338"
err:eventlog:ReportEventW L"da"
err:eventlog:ReportEventW L"1b"
err:eventlog:ReportEventW L"fatalerror"
err:eventlog:ReportEventW L"NIL"
...
--- snip ---
Setting 'windowscodecsext' to 'native' works around (just like 'windowscodecs'
in winetricks recipe).
Source:
http://source.winehq.org/git/wine.git/blob/e002d2eacfc5371bc4a964515448c9ad…
--- snip ---
1 @ stub DllGetClassObject
2 @ stdcall IWICColorTransform_Initialize_Proxy(ptr ptr ptr ptr ptr)
IWICColorTransform_Initialize_Proxy_W
3 @ stdcall WICCreateColorTransform_Proxy(ptr)
--- snip ---
@austin/winetricks maintainers:
For the time being it might be useful to add this additional override to
winetricks by default as part of 'winetricks windowscodecs' recipe.
With that modified recipe the app goes further ... only to crash again.
+relay gives a hint:
--- snip ---
002b:Call KERNEL32.OutputDebugStringW(7a09e7d8 L"CLR: Managed code called
FailFast, saying \"") ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
002b:Call KERNEL32.OutputDebugStringW(7a3c3f80 L"Unrecoverable system error.")
ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
002b:Call KERNEL32.OutputDebugStringW(7a09e7cc L"\"\r\n") ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
--- snip ---
FailFast? That looks like bug 32323
Indeed, 'winetricks corefonts' works around (actually only 'arial32.exe'
installer is needed).
With the small recipes in place "Adobe Digital Editions 2.0" starts
successfully and ebooks can be managed/read.
Regards
--
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=27010
Summary: Cannot install Microsoft Visual Studio 2010 Ultimate
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
Created an attachment (id=34442)
--> (http://bugs.winehq.org/attachment.cgi?id=34442)
Wine output
I've tried to install Microsoft Visual Studio 2010 Ultimate with Wine 1.3.19.
Steps
- rm -rf ~/.wine
- Autorun - Install Microsoft Visual Studio 2010
- I've unchecked "Yes, send information about your ...". Next.
- "I have read and I accept the license terms.". Next.
- Selected "Full". Install.
What was "installed":
- Microsoft Application Error Reporting
- VC 9.0 Runtime (x86)
- VC 10.0 Runtime (x86)
- Microsoft Windows Installer 4.5 Update (x86) - Windows XP
- Microsoft Visual F# 2.0 Runtime
- Microsoft Visual Studio Macro Tools
- TFS Object Model (x86)
- .NET Framework 4 Multi-Targeting Pack
Setup always hangs in "Microsoft Visual Studio 2010 Ultimate" and the rest
isn't installed. I've tried also the Custom install, selecting just Visual
Basic but it hangs in the same step.
Thank you.
--
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=45752
Bug ID: 45752
Summary: Visual Studio 2010 (full edition): exception raised on
startup
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
I've recently been bashing away trying to get my old Visual Studio 2010
installer to work under Wine.
To summarise my findings (using Gentoo):
wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O0" :
Visual Studio starts up as expected
wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O1" :
Visual Studio starts up as expected
wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O2" :
Visual Studio starts up and immediately raises an exception
wine-vanilla-3.14 built with gcc 8.1.0 CFLAGS="... -O0" :
Visual Studio starts up and immediately raises an exception
wine-vanilla-3.15 built with gcc 8.1.0 CFLAGS="... -O0" :
Visual Studio starts up and immediately raises an exception
--
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=45763
Bug ID: 45763
Summary: Visual Studio 2010 (full edition): unhandled Microsoft
.NET Framework exception in devenv.exe
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Followup to: https://bugs.winehq.org/show_bug.cgi?id=45752
Testing with Wine Staging 3.15 - built with gcc -O0 optimisation - on Gentoo.
* Loading an existing C++ project works.
* Rebuilding the C++ project - Release version - works (tested by deleting the
contents of the Release directory)
* However MS Visual Studio crashes immediately after compilation completes,
with the log message:
106817.399:00c6:err:eventlog:ReportEventW L"An unhandled Microsoft .NET
Framework exception occurred in devenv.exe [47]. Just-In-Time debugging this
exception failed with the following error: 0x80004001\n\nCheck the
documentation index for 'Just-in-time debugging, errors' for more 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=37746
Bug ID: 37746
Summary: Unable to load mfc120.pdb
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: lucas.sarie(a)trad.fr
Distribution: ---
Created attachment 50259
--> https://bugs.winehq.org/attachment.cgi?id=50259
winedump mfc120u.pdb
I am trying to debug my software, and winedbg is not able to load mfc120u.pdb.
When i try to load the pdb with winedump i got the following error message
"unexpected value" (see complete output)
I am not able to attach mfc120u.pdb due to the limit of 1KB, if you want it
tell me.
--
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=29739
Bug #: 29739
Summary: Microsoft Visual Studio 2010 installer wants to update
MSI to 4.5.6001.22299 (Wine: 4.5.6001.22159)
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
the Visual Studio 2010 installer tries to install "Microsoft Windows Installer
4.5 Update (x86)".
http://blogs.msdn.com/b/windows_installer_team/archive/2008/12/05/update-to…
Installer prerequisite checks log:
--- snip ---
...
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 (x86) - Windows XP ==
[01/29/12,14:01:09] This component uses the FileVersionCheck version check
method. It will compare a given version against the version of a file on your
machine.
[01/29/12,14:01:09] The file to be verified is C:\windows\system32\msi.dll.
[01/29/12,14:01:09] Version on user's machine: 4.5.6001.22159
[01/29/12,14:01:09] Version to be installed: 4.5.6001.22159
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 (x86) - Windows XP ==
Component to be removed from installation list because a later version is on
the machine.
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 Update (x86) - Windows XP
==
[01/29/12,14:01:09] This component uses the FileVersionCheck version check
method. It will compare a given version against the version of a file on your
machine.
[01/29/12,14:01:09] The file to be verified is C:\windows\system32\msi.dll.
[01/29/12,14:01:09] Version on user's machine: 4.5.6001.22159
[01/29/12,14:01:09] Version to be installed: 4.5.6001.22299
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 Update (x86) - Windows XP
== Component to be installed.
...
--- snip ---
The update installer fails in the end due to bug 6194 (considered not
critical).
It might be useful to have Wine msi dll version resource updated to
4.5.6001.22299 to prevent installation in first place.
Regards
--
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=35419
Bug ID: 35419
Summary: WindowsXP-KB932716-v2-x86-ENU.exe fails to install
(path not found)
Product: Wine
Version: 1.7.7
Hardware: x86
URL: http://download.cnet.com/Windows-7-USB-DVD-Download-To
ol/3000-18513_4-10972600.html
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Classification: Unclassified
A user in #winehq asked about Windows7-USB-DVD-tool.exe, so I gave it a quick
try. It quickly fails, saying saying installation step failed. Looking at its
log, it fails trying to install WindowsXP-KB932716-v2-x86-ENU.exe.
Trying that on its own fails, with an error dialog saying 'Path not found.'.
I've attach a relay,seh,tid trace for that installer.
austin@aw25 ~ $ du -h Windows7-USB-DVD-tool.exe
948K Windows7-USB-DVD-tool.exe
austin@aw25 ~ $ sha1sum Windows7-USB-DVD-tool.exe
2bdb9c36a89a8633ebaadf5dd10aa004019901e2 Windows7-USB-DVD-tool.exe
austin@aw25 ~ $ sha1sum WindowsXP-KB932716-v2-x86-ENU.exe
9f8f8369716f6100ea04b6549aaf8e2a22fb0042 WindowsXP-KB932716-v2-x86-ENU.exe
austin@aw25 ~ $ du -h WindowsXP-KB932716-v2-x86-ENU.exe
760K WindowsXP-KB932716-v2-x86-ENU.exe
austin@aw25 ~ $ wine --version
wine-1.7.11
Windows7-USB-DVD-tool.exe is available from cnet.com. The hotfix requires WGA
to download from microsoft.com
(http://www.microsoft.com/en-us/download/details.aspx?id=17073) or can be
extracted from Windows7-USB-DVD-tool.exe (it's in the temp folder after
installation fails).
--
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=18003
Summary: Microsoft Terminal Services 6.1 wont install
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)doty.ru
While installing Microsoft Terminal Services Client 6.1 (version for WinXP SP2
-
http://download.microsoft.com/download/7%2f9%2f0%2f79015acb-d0a1-409a-910c-…)
I see copying files progressbar but then a message box "Path not found!"
appeared.
Seems that installer checks OS service pack version and cannot find this info.
Relay log before this message attached.
--
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=41649
Bug ID: 41649
Summary: OE-Cake physics game starts with black screen on
Shader modes
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: nlynch77(a)gmail.com
Distribution: ---
Created attachment 56028
--> https://bugs.winehq.org/attachment.cgi?id=56028
the graphical errors
I'm happy that OE-Cake, a fun physics toy that came out around the same time as
PowderToy, mostly works fine. The simple graphics modes where each particle is
a circle work great, with perfect performance. The game requires no install and
starts up instantly. The problem is that the higher graphics modes that use
shaders do not work. I have attached a picture for an example. The fire effect
is visible on top of a black screen. From previous experience I know that this
caused when OE-Cake cannot recognize your graphics card, at least that's how it
is caused in Windows on real hardware. I've played some pretty advanced games
on WINE so I have a feeling this could be fixed somehow.
An alternate failure mode that several users have reported is that the shader
modes do work, but in the lower graphics modes each circle representing a
particle is replaced by a square making it look like Minecraft.
The game can be downloaded here:
http://oecake.wikia.com/wiki/OE-Cake_Wiki
I've never submitted a bug before so if there's anything I should test or add
to this report, let me know.
--
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=18012
Summary: DVDDecrypter bug on certain "Windows Versions"
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legato777(a)gmail.com
DVDDecrypter (final release) does not recognize DVDs when Wine version is set
to Windows XP or Windows Vista, it has to be set to Windows NT 4.0
Sometimes it still has recognition issues, but a quick shut down will do the
trick as long as its in NT 4.0 mode.
I have tried this on two seperate computers with the same result, Ubuntu 8.04
and 8.10 give this result.
--
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=34969
Bug #: 34969
Summary: wininet: In Trackmania Nations Forever new online user
registration fails
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardu(a)vr-web.de
Classification: Unclassified
Registration of a new online user is not possible in the step when one has to
select the country.
A list of countries/zones is downloaded from trackmaniaforever.com.
This fails for some reason and a message appears: "Nicht verbunden" (Not
connected)
Normally a selection screen with some countries to select from should be shown.
Up to wine version 1.7.2 this works.
It fails since 1.7.3.
(Also 1.6.1 is showing this error, while 1.6 did not.)
----------------
A Bisection leads to this commit:
c0e1dda04cce1192d477a831ece4b9e2c22353e9 is the first bad commit
commit c0e1dda04cce1192d477a831ece4b9e2c22353e9
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Sep 18 13:40:24 2013 +0200
wininet: Don't assume that end of chunk means end of stream.
:040000 040000 650f003b8e695edca729ee0314980f24520272b5
511be5b85319511d9c2db7f978d6010d9ca5bc17 M dlls
------------------
When comparing a good and a failing run with WINEDEBUG=+wininet it shows that
the last call
to InternetReadFile returns FALSE in the bad run and TRUE in the good one.
------------------
When changing in dlls/wininet/http.c line 2817 (as of wine-1.7.6-180-g48ae431)
like it was before the commit above, download is also possible and zone
selection is shown.
- if(!chunked_stream->chunk_size || chunked_stream->chunk_size == ~0u) {
+ if(chunked_stream->chunk_size == ~0u) {
------------------
In the test suite the return value for the chunked test is not checked, but
returns there also
not FALSE.
------------------
Attached is the relevant part of a run with WINEDEBUG=+wininet when it is
failing.
The game installer tmnationsforever_setup.exe could be freely downloaded.
(Error is also not visible with native wininet.dll.)
--
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=22780
Summary: Trackmania United Forever crashes with complex shaders
enabled
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.trackmania.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=28107)
--> (http://bugs.winehq.org/attachment.cgi?id=28107)
Log
TMU crashes with recent Wine versions (at least 1.1.42-44)
When I select SM 2.0 or any enhanced graphical options (such as 'Blur') the
game crashes in a few seconds.
--
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=22083
Summary: Regression: TrackMania Nations Forever serious
graphical glitches
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.trackmania.com/index.php?rub=downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=26910)
--> (http://bugs.winehq.org/attachment.cgi?id=26910)
Broken behaviour
TrackMania Nations Forever is severely broken on certain maps by the patch
below:
author Roderick Colenbrander <thunderbird2k(a)gmail.com>
Fri, 5 Mar 2010 15:49:15 +0000 (16:49 +0100)
committer Alexandre Julliard <julliard(a)winehq.org>
Mon, 15 Mar 2010 13:22:44 +0000 (14:22 +0100)
commit 360384277bcdd74adcfaf265c6704c5ee7dc72ef
tree 289548954cf485f4a4e6dc825f4fc49893b3f8bc
parent 2060d80d24980b1c85ca144b2c43c2b5cbbc7ec3
Attached is a screenshot of the breakage. Screenshot of previous behaviour to
follow.
--
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=22101
Summary: Graphical glitches in character names in Dungeons and
Dragons Online
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: digitaltopia(a)gmail.com
With the new Wine 1.1.41 there are some graphical glitches with character names
in Dungeons and Dragons Online. As you walk about the game, character's and
NPC's names float above their heads, like in most MMORPGs.
There are some NPC's who's names are always supposed to be visible as you're
walking around, but with this latest update their names only appear when you
actually put the mouse cursor over them. Also, when you have a character's or
NPC's name showing on the screen using the above method, as you walk around,
approach the character, move around the character etc., there's a strange
glitch where sections of their name become transparent.
None of the above happens with 1.1.40.
--
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=15939
Summary: IoCreateUnprotectedSymbolicLink is not implemented
Product: Wine
Version: 1.1.7
Platform: All
URL: http://www.jeuxvideopc.com/demo/9138-x3-reunion.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
X3 demo fails to start because of the lack of implementating of the function
IoCreateUnprotectedSymbolicLink.
Joaopa
--
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=15862
Summary: ÜberSoldier: installation/game cannot start
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://ubersoldier.softonic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=16998)
--> (http://bugs.winehq.org/attachment.cgi?id=16998)
installation backtrace
Running either AutoRun.exe or Setup.1 makes the CD unit keeps spinning until
wineserver process is killed.
Downloadable demo allows the game to be installed but when trying to run it, a
message pops up asking to reboot the computer to complete the installation and
things won't go further.
--
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=11208
Summary: Unimplemented function in ntsokrnl.exe causes
TrackManiaESWC to fail at startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zgold550(a)gmail.com
Created an attachment (id=10285)
--> (http://bugs.winehq.org/attachment.cgi?id=10285)
output of +relay
Playing TrackManiaESWC is impossible because the game immediately dumps to some
seemingly infinite error of loops. Ran with GIT WINE as of 4:30 on 1/15/08
WINEDEBUG="+relay" ~/progrepo/Wine/wine TmNationsESWCLauncher.exe >
~/TmNationsESWCOutput 2>&1
log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43484
Bug ID: 43484
Summary: TrackMania Sunrise needs unimplemented method
ntoskrnl.exe.FsRtlRegisterFileSystemFilterCallbacks
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 58864
--> https://bugs.winehq.org/attachment.cgi?id=58864
TrackMania Sunrise log wine 2.13
I recently tried running TrackMania Sunrise, but it seems that it needs the
currently unimplemented method
ntoskrnl.exe.FsRtlRegisterFileSystemFilterCallbacks to be able to run.
I'm running Wine-staging 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=43055
Bug ID: 43055
Summary: TrackMania Sunrise does not run because it is unable
to register DLLs
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 58221
--> https://bugs.winehq.org/attachment.cgi?id=58221
Copy paste log from TrackMania Sunrise
Trackmania Sunrise is unable to start because StarForce-dlls are unable to
register properly.
--
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=23474
Summary: Call to unimplemented function
ntoskrnl.exe.IoCreateSynchronizationEvent
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.star-force.com/support/sfdrvup.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29295)
--> (http://bugs.winehq.org/attachment.cgi?id=29295)
Console output on running sfdrvup.exe
I'm not sure whether this should be part of bug 3260. It's related to the
StarForce protection driver, but not an actual copy-protection check failing.
I tried running the StarForce protection driver update from
http://www.star-force.com/support/sfdrvup.zip
Note: sfdrvup.exe requires that some version of the protection driver already
be installed. I had previously installed a game which uses StarForce under
Wine.
Console output is attached, but these lines stood out:
wine: Call from 0x7b836822 to unimplemented function
ntoskrnl.exe.IoCreateSynchronizationEvent, aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent called
at address 0x7b836822 (thread 0024), starting debugger...
Unhandled exception: unimplemented function
ntoskrnl.exe.IoCreateSynchronizationEvent called in 32-bit code (0x7b836822).
So maybe some minimal implementation of IoCreateSynchronizationEvent could help
here?
--
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=10407
Summary: TrackMania Nations fails due serveral unimplemented
functions
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.trackmanianations.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
wine: Call from 0x7b8442f0 to unimplemented function
ntoskrnl.exe.IoCreateUnprotectedSymbolicLink, aborting
wine: Call from 0x7b8442f0 to unimplemented function
ntoskrnl.exe.ExInitializeZone, aborting
wine: Call from 0x7b8442f0 to unimplemented function
ntoskrnl.exe.ExInterlockedAddLargeInteger, aborting
wine: Call from 0x7b8442f0 to unimplemented function
ntoskrnl.exe.IoCreateSynchronizationEvent, aborting
wine: Call from 0x7b8442f0 to unimplemented function
ntoskrnl.exe.ExInitializeResourceLite, aborting
Next showstopper is for sure the starforce protection...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32732
Bug #: 32732
Summary: Kompas V11-V13 Interface freeze
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nogood3(a)hotmail.com
Classification: Unclassified
Bug have only Kompas V11 , Kompas V12 and Kompas V13.
Freezing have started when I try change any settings in programm.
For justice ,must say that programm working despite for Interface freezing.
When programm run in virtual desk mod , and take a freeze , I was have some
solution - just try to close VM desk and programm become alive whith answer
"You realy want to quit?"
So , what a hell whith it?
--
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=23091
Summary: KOMPAS-3D LT V11 freeze
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://download.kompas.kolomna.ru/public/Kompas-3D_LT_
V11/Kompas3D_LT_V11_SP1_intgr.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexeal(a)gmail.com
At first look this program working correctly, but after closing preferences
window abruptly freeze. Look at the end of log:
--
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=35359
Bug ID: 35359
Summary: Kompas-3D v14: installation crashes
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stanislav.fyodorov(a)ya.ru
Classification: Unclassified
Created attachment 47166
--> http://bugs.winehq.org/attachment.cgi?id=47166
Complete terminal output
Installation of Kompas-3D v14 crashes.
Download link to a free version of the program:
http://download.ascon.ru/public/Kompas-3D_V14/SP1_x86/Base/KOMPAS-3D_V14_SP…
Any help will be very appreciated.
-- System Information:
Debian Release: 7.3
APT prefers stable
APT policy: (990, 'stable'), (500, 'stable-updates'), (500,
'proposed-updates'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages wine-unstable depends on:
ii wine32-unstable 1.7.10-0.1
ii wine64-unstable 1.7.10-0.1
wine-unstable recommends no packages.
Versions of packages wine-unstable suggests:
pn avscan | klamav | clamav <none>
ii binfmt-support 2.0.12
ii ttf-mscorefonts-installer 3.5
ii winbind 2:4.1.3+dfsg-2
pn wine-doc <none>
--
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=35842
Bug ID: 35842
Summary: Sentinel HASP hardlock.sys kernel driver (bundled with
Kompas-3D v14) tries to access to DR7 (not handled in
ntoskrnl emulate_instruction)
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
found during investigation of bug 35359
The app bundles HASP/Hardlock dongle driver which crashes on startup.
Bug 30220 is a similar problem (which is about CR4 access)
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/ASCON/KOMPAS-3D V14/Bin
$ wine ./KOMPAS.Exe
...
Unhandled exception: privileged instruction in 32-bit code (0x005c39b6).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:005c39b6 ESP:0053e614 EBP:0053e6b8 EFLAGS:00010206( R- -- I - -P- )
EAX:00000400 EBX:7edff000 ECX:005c3a24 EDX:005c6612
ESI:0053fb40 EDI:003d0f00
...
Backtrace:
=>0 0x005c39b6 in hardlock.sys (+0x839b6) (0x0053e6b8)
1 0x7edfc613 load_driver+0x577()
[/home/focht/projects/wine/wine.repo/src/programs/winedevice/device.c:254] in
winedevice (0x0053e948)
2 0x7edfc8d1 ServiceMain+0x129(argc=<couldn't compute location>,
argv=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/programs/winedevice/device.c:308] in
winedevice (0x0053e9b8)
3 0x7edbc187 service_thread+0x17f(arg=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/advapi32/service.c:302] in
advapi32 (0x0053ea48)
4 0x7bc86674 call_thread_func_wrapper+0xb() in ntdll (0x0053ea68)
...
0x005c39b6: movl %eax,%dr7
Modules:
Module Address Debug info Name (24 modules)
PE 540000- 5d2200 Export hardlock.sys
...
Threads:
process tid prio (all id:s are in hex)
00000008 KOMPAS.Exe
00000035 0
00000034 0
00000009 0
...
0000001c (D) C:\windows\system32\winedevice.exe
00000022 0 <==
00000021 0
0000001d 0
...
--- snip ---
It clears DR7 with 0x400, the default after hardware reset (bit 10 is reserved,
must be set to 1).
Tidbit: The driver is heavily obfuscated (not a problem though) :-)
$ sha1sum KOMPAS-3D_V14_SP1.7z
224cac526d0a1c552962930f54d2bec879b3a1e2 KOMPAS-3D_V14_SP1.7z
$ du -sh KOMPAS-3D_V14_SP1.7z
846M KOMPAS-3D_V14_SP1.7z
$ wine --version
wine-1.7.15
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=38097
Bug ID: 38097
Summary: FreshDiagnose 8.67 'Protected Files' diagnosis wants
sfc.dll.SfcGetNextProtectedFile
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says...
The app seems to be quite useful/exhausting at gathering information on many
aspects of hardware and software - impressive how much Wine can deliver here
;-)
While looking at various kinds of diagnostics I found this one when clicking
'Protected Files', although rather harmless (fault is catched).
--- snip ---
wine: Call from 0x7b83b54f to unimplemented function
sfc.dll.SfcGetNextProtectedFile, aborting
--- snip ---
$ sha1sum diagnose.exe
ba4cae175b4684f27859999abce9138a35ee3acc diagnose.exe
$ du -sh diagnose.exe
2.2M diagnose.exe
$ wine --version
wine-1.7.36-113-g797bd65
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=36742
Bug ID: 36742
Summary: Windows 7 USB/DVD download tool shows transparent
controls (missing 'BrushTypeTextureFill' support)
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet20'
Download and install 'Image Mastering API 2.0' (work around bug 6194 and bug
16876)
http://www.microsoft.com/en-us/download/details.aspx?id=17073
'Windows 7 USB/DVD download tool' download:
http://www.microsoftstore.com/store/msusa/html/pbPage.Help_Win7_usbdvd_dwnT…
Unpack the installer manually and install the .msi (work around bug 36646)
--- snip ---
$ pwd
/home/focht/.wine/drive_c/users/focht/Local Settings/Application
Data/Apps/Windows 7 USB DVD Download Tool
$ WINEDEBUG=+tid,+seh,+loaddll,+process,+text wine
./Windows7-USB-DVD-Download-Tool.exe >>log.txt 2>&1
...
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
...
--- snip ---
'winetricks -q gdiplus' works around.
$ sha1sum Windows7-USB-DVD-tool.exe
ed1108a525066d1f850023cb5bfa05fc4ed21983 Windows7-USB-DVD-tool.exe
$ du -sh Windows7-USB-DVD-tool.exe
2.6M Windows7-USB-DVD-tool.exe
$ wine --version
wine-1.7.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=39951
Bug ID: 39951
Summary: KeePassX 2.0 wants KERNEL32.dll.SetSearchPathMode
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
austin@debian-laptop:~/KeePassX-2.0$ wine KeePassX.exe
wine: Call from 0x7bc53bd1 to unimplemented function
KERNEL32.dll.SetSearchPathMode, aborting
--
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=39307
Bug ID: 39307
Summary: SkySaga installer doesn't show required disk space
(msi builtin 'PrimaryVolumeSpaceRequired' property
missing)
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Found during investigation of other bugs.
Similar to bug 33543 except it's not a blocker here but a cosmetic issue.
--- snip ---
...
0035:trace:msi:msi_dialog_add_control L"Static", L"Description", 00090003,
L"Setup requires [PrimaryVolumeSpaceRequired] in:", 00020000
...
0035:trace:msi:MSI_FormatRecordW L"Setup requires [PrimaryVolumeSpaceRequired]
in:"
...
0035:trace:msi:msi_get_property property L"PrimaryVolumeSpaceRequired" not
found
...
0035:Call user32.CreateWindowExW(00000000,7ce97900 L"Static",00198b80 L"Setup
requires
in:",50020000,000000d9,000000a4,00000183,00000017,00030080,00000000,00000000,00000000)
ret=7ce27193
--- snip ---
MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370849%28v=vs.85…
$ sha1sum SkySagaEUInstaller.exe
ee55d51213031fdf8d71475434c18ecd7caef9eb SkySagaEUInstaller.exe
$ du -sh SkySagaEUInstaller.exe
11M SkySagaEUInstaller.exe
$ wine --version
wine-1.7.51-201-g60d1d6f
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=40402
Bug ID: 40402
Summary: Unhandled exception: unimplemented function
KERNEL32.dll.SetSearchPathMode
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mnolte704(a)googlemail.com
Created attachment 54123
--> https://bugs.winehq.org/attachment.cgi?id=54123
a backtrace of the error
I Ran into this error when i tried to install a game. The backtrace 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=39201
Bug ID: 39201
Summary: SkySaga msi installer does not start installation
Product: Wine
Version: 1.7.50
Hardware: x86
URL: http://www.skysagaonline.com/download/SkySagaEUInstall
er.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
Distribution: Ubuntu
The SkySaga Installer does not start the installation after accepting the
license agreement and clicking on "INSTALL". The text changes to "TEXT_1_PROP"
but nothing happens.
To reproduce the problem, you need to set the Windows Version >= Vista,
otherwise the installer will exit with an error (without any precise error
description).
--
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=35670
Bug ID: 35670
Summary: iTunes 10.2.2 'DifXInstall32' sub-installer crashes on
unimplemented function DIFXAPI.dll.SetDifxLogCallbackW
Product: Wine
Version: 1.7.13
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,
as the summary says ...
--- snip ---
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./iTunesSetup1022.exe
...
Unhandled exception: unimplemented function DIFXAPI.dll.SetDifxLogCallbackW
called in 32-bit code (0x7bc52712).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bc52712 ESP:0033f4a8 EBP:0033f50c EFLAGS:00000216( - -- I -A-P- )
EAX:0033f4b4 EBX:7bcd1000 ECX:0033f538 EDX:0033f47c
ESI:0033f9b8 EDI:0000004c
...
Backtrace:
=>0 0x7bc52712 stub_entry_point+0x4b(dll="DIFXAPI.dll",
name="SetDifxLogCallbackW", ret_addr=0x401599)
[/home/focht/projects/wine/wine.repo/src/dlls/ntdll/loader.c:196] in ntdll
(0x0033f50c)
1 0x0034000f (0x00415cd4)
2 0x00330035 (0x0033007b)
0x7bc52712 stub_entry_point+0x4b
[/home/focht/projects/wine/wine.repo/src/dlls/ntdll/loader.c:196] in ntdll:
subl $4,%esp
196 for (;;) RtlRaiseException( &rec );
Modules:
Module Address Debug info Name (27 modules)
PE 400000- 413000 Deferred difxinstall32
...
Threads:
process tid prio (all id:s are in hex)
...
00000062 (D) C:\users\Public\Application
Data\{429CAD59-35B1-4DBC-BB6D-1DB246563521}\x86\DifXInstall32.exe
00000063 0 <==
--- snip ---
$ sha1sum iTunesSetup1022.exe
30c97f21cb7ec9921b80c7dfd3a9f460b6746045 iTunesSetup1022.exe
$ du -sh iTunesSetup1022.exe
78M iTunesSetup1022.exe
$ wine --version
wine-1.7.13-53-g37e0a1a
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=39605
Bug ID: 39605
Summary: GImageX v2.1.1 crashes with unimplemented function
wimgapi.dll.WIMGetMountedImages
Product: Wine
Version: 1.7.55
Hardware: x86-64
URL: https://www.autoitscript.com/files/gimagex/gimagex.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Selecting 'Mount' causes to crash.
wine: Call from 0x7b839f0c to unimplemented function
wimgapi.dll.WIMGetMountedImages, aborting
wine: Unimplemented function wimgapi.dll.WIMGetMountedImages called at address
0x7b839f0c (thread 0009), starting debugger...
Unhandled exception: unimplemented function wimgapi.dll.WIMGetMountedImages
called in 32-bit code (0x7b839f0c).
wine-1.7.55-22-g097006b
--
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=39462
Bug ID: 39462
Summary: GImageX v2.1.1 (gui for ImageX tool from Windows
Assessment and Deployment Kit) needs WIMGAPI.DLL
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this here: https://source.winehq.org/patches/data/115359 ("wimgapi: Add new
stub dll") and again found no bug report/explanation -> "why is this needed?".
Small research turned up this:
https://www.autoitscript.com/site/autoit-tools/gimagex/
--- quote ---
GImageX is a graphical user interface for the ImageX tool from the Windows
Assessment and Deployment Kit (Windows ADK). ImageX is used to capture and
apply WIM images for Windows deployments. GImageX uses the supported Microsoft
WIMGAPI API for working with WIM files.
GImageX is a native application for the x86 and x64 platforms (Windows XP and
above) that will also work in Windows PE (WinPE). There is also a COM
component version included that implements some of the basic functionality for
direct use in languages such as VBScript.
--- quote ---
--- snip ---
$ wine ./gimagex.exe
err:module:import_dll Library WIMGAPI.DLL (which is needed by
L"Z:\\home\\focht\\Downloads\\gimagex\\x86\\gimagex.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\focht\\Downloads\\gimagex\\x86\\gimagex.exe" failed, status
c0000135
--- snip ---
MSDN:
https://msdn.microsoft.com/de-de/library/windows/desktop/dd851933.aspx
("Introduction to the Imaging APIs for Windows")
$ sha1sum gimagex.zip
ddd503f1e8aec8510fe9804e7fb4bf925badcfa1 gimagex.zip
$ du -sh gimagex.zip
556K gimagex.zip
$ wine --version
wine-1.7.52-222-ge8b9bda
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=39493
Bug ID: 39493
Summary: GImageX v2.1.1 (gui for ImageX tool from Windows
Assessment and Deployment Kit) crashes on
unimplemented function
wimgapi.dll.WIMRegisterMessageCallback
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 39462
Any action, such as 'create', 'append', 'export' results in crash.
--- snip ---
$ wine ./gimagex.exe
....
wine: Call from 0x7b845f21 to unimplemented function
wimgapi.dll.WIMRegisterMessageCallback, aborting
wine: Unimplemented function wimgapi.dll.WIMRegisterMessageCallback called at
address 0x7b845f21 (thread 0038), starting debugger...
Unhandled exception: unimplemented function
wimgapi.dll.WIMRegisterMessageCallback called in 32-bit code (0x7b845f21).
...
--- snip ---
$ sha1sum gimagex.zip
ddd503f1e8aec8510fe9804e7fb4bf925badcfa1 gimagex.zip
$ du -sh gimagex.zip
556K gimagex.zip
$ wine --version
wine-1.7.53-135-g4fb840b
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.
http://bugs.winehq.org/show_bug.cgi?id=28474
Summary: General Support for Windows Shell Extensions
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bbartol68(a)yahoo.com
Referencing this bug report:
http://bugs.winehq.org/show_bug.cgi?id=11461
This bug report was originally raised to address Wine's deficiency in
supporting Windows apps that operate by means of Windows shell extensions. It
was originally submitted more than 3 and 1/2 years ago and has been added to
very sparingly over the last year. The last update was almost 5 months ago and
only addressed the issue with respect to the single case of TortoiseSVN. I'm
submitting this bug to hopefully breathe new life into the prospect of Wine
supporting Windows apps that operate by means of Windows shell extensions more
generally - that is, not just for the specific case of TortoiseSVN.
Now... Having written the above, I arrive at this juncture after experimenting
with the specific case of attempting to get TortoiseGit to run as an extension
of WineFile, WineExplorer, or a third-party file management utility like one of
these (for instance):
http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/
By the way, I was able to install and run under Wine each of the Windows
Explorer alternatives covered by the above link. However, no luck getting
TortoiseGit to pop up as a shell extension.
Would be really cool if I could use the same Windows shell extension apps under
Wine as I do under Windows.
Thanks!
--
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=31618
Bug #: 31618
Summary: Unable to run an old VB5 app
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhon(a)free.fr
Classification: Unclassified
Created attachment 41577
--> http://bugs.winehq.org/attachment.cgi?id=41577
First error message I had
I'm using wine 1.5.11 on Archlinux, and I try to launch this old game :
http://www.cnetfrance.fr/telecharger/waterboy-11006056s.htm?download=1
The problem is that I always get a "Run-time error '13' : Type mismatch"
when I try to launch it.
I've tried to switch oleaut.dll and ole32.dll to "native" (I used dll copied
from an up to date Win XP install), and switch to "Windows 98" mode using
winecfg, and then I had the error1 attached.
I've installed vb5runtime, vb6run, mfc40 and mfc42 using winetricks, but it
didn't help, I now have a window popup with message "System error &H80070078"
and console output shows the messages in error2 attached file.
--
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=22649
Summary: CDBurnerXP 4.3.x crashes when trying to erase a DVD-RW
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27861)
--> (http://bugs.winehq.org/attachment.cgi?id=27861)
Crash log
After choosing "erase disc" in the main menu and then clicking the erase button
(while a DVD-RW disc is inserted in a drive the program can detect), the
program produces an error dialog:
Erasing the disc failed for the following reason: Exception from HRESULT:
0x8001010E (RPC_E_WRONG_THREAD)
Clicking OK to this message results in the MS error report tool popping up,
followed by the Wine crash dialog.
Note: this program needs dotnet20, and it needs the workaround from bug 18012,
comment 2 to be able to detect drives in this section.
--
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=14817
Summary: Msi property names passed on the command line need to be
interpreted as uppercase (Corel Draw X3 installer)
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.chip.eu/en/CorelDraw-Graphics-Suite-X3-
13.0.0.739_74294.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while solving bug 10368 I came across another one before hitting bug 2547
Note: To get to this bug one needs my private heap patch for bug 10368 so just
believe it for now until AJ provides a fix ;-)
There is a custom action "Set_AKPARAMS_CGS" which lets the installer fail:
--- snip ---
002d:trace:msi:ACTION_CustomAction Handling custom action L"Set_AKPARAMS_CGS"
(33 L"AKPARAMS"
L"[PCUPath]|[PCUNLRFilename]|[LangPath]|[PCUDllFilename]|[regkey]|[DTAFilename]|[PIDprefix]|[LANG]")
..
--- snip ---
There are 8 properties fetched to build the string:
--- snip ---
002d:trace:msi:MSI_GetPropertyW returning
L"C:\\windows\\temp\\Corel\\6926A426-654D-11DD-879C-000AE4C88BC2\\Programs\\"
for property L"PCUPath"
..
002d:trace:msi:MSI_GetPropertyW returning L"DRPCUNLR.dll" for property
L"PCUNLRFilename"
..
002d:trace:msi:MSI_GetPropertyW returning
L"C:\\windows\\temp\\Corel\\6926A426-654D-11DD-879C-000AE4C88BC2\\Languages\\DE\\Programs\\"
for property L"LangPath"
..
002d:trace:msi:MSI_GetPropertyW property L"PCUDllFilename" not found
..
002d:trace:msi:MSI_GetPropertyW returning
L"SOFTWARE\\Corel\\TempKey2B9006B6\\6926A426-654D-11DD-879C-000AE4C88BC2" for
property L"regkey"
..
002d:trace:msi:MSI_GetPropertyW returning L"DR13" for property L"DTAFilename"
..
002d:trace:msi:MSI_GetPropertyW returning L"DR13" for property L"PIDprefix"
..
002d:trace:msi:MSI_GetPropertyW returning L"EN" for property L"LANG"
..
--- snip ---
One property "PCUDllFilename" is not found.
The properties are passed on command line:
--- snip ---
002d:Call msi.MsiInstallProductA(00a00b40
"C:\\windows\\temp\\CorelPreInstall.msi",00a00be0 "ACTIONTODO=\"AcquireKey\"
MAIN_INSTALL_DLG_TITLE=\"Setup Initialization\"
SERIALNUMBER=\"DR13WTX-9999998-YSP\" USERNAME=\"\" PCUSOURCEID=\"100001\"
PRODUCT_REGKEY=\"CorelDRAW\\13.0\" LANG=\"EN\" PCU_SUBFOLDER=\"Programs\\\"
PCUNLRFILENAME=\"DRPCUNLR.dll\"
PCU_LANG_SUBFOLDER=\"Languages\\DE\\Programs\\"...) ret=1000372b
--- snip ---
Debug/relay truncated it, here is the full command line (formatted one property
per line):
--- snip ---
ACTIONTODO="AcquireKey"
MAIN_INSTALL_DLG_TITLE="Setup Initialization"
SERIALNUMBER="DR13WTX-9999998-YSP"
USERNAME=""
PCUSOURCEID="100001"
PRODUCT_REGKEY="CorelDRAW\13.0"
LANG="EN"
PCU_SUBFOLDER="Programs\"
PCUNLRFILENAME="DRPCUNLR.dll"
PCU_LANG_SUBFOLDER="Languages\DE\Programs\"
PCU_LANG_RELATIVE_PATH="..\Languages\DE\Programs"
PCUDllFilename="PCUDataIntl.dll"
PIDPREFIX="DR13"
DTAFILENAME="DR13"
PCUURLLANG="DE"
--- snip ---
All property names are hard coded literals in this brain damaged installer and
"PCUDllFilename" was the only one not passed as uppercase.
Probably not intended but completely valid.
Next, these properties are set within msi_parse_command_line().
Because wine msi takes the property names as case sensitive, the property
"PCUDllFilename" is set with value "PCUDataIntl.dll" (and not
"PCUDLLFILENAME").
A bit later, a custom action for each property maps the property names again to
its case-dependant representation:
--- snip ---
002d:trace:msi:ACTION_CustomAction Handling custom action L"Set_PCUDllFilename"
(33 L"PCUDllFilename" L"[PCUDLLFILENAME]")
..
002d:trace:msi:MSI_FormatRecordW (L"[PCUDLLFILENAME]")
..
002d:trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE
`_Property`='PCUDLLFILENAME'" 0x7ed3cf9c
..
002d:trace:msi:MSI_GetPropertyW property L"PCUDLLFILENAME" not found
--- snip ---
Because "PCUDLLFILENAME" wasn't found due to msi command line bug,
"PCUDllFilename" will be overwritten with empty string, leading to later
failure.
My fix was to convert all property passed to msi_parse_command_line() to
uppercase.
This lets the installer proceed further - only to run into bug 2547
MSDN info here: http://msdn.microsoft.com/en-us/library/aa367988.aspx
--- quote ---
..
Only public properties can be modified using the command line. All property
names on the command line are interpreted as uppercase but the value retains
case sensitivity. If you enter MyProperty at a command line, the installer
overrides the value of MYPROPERTY and not the value of MyProperty in the
Property table.
--- quote ---
Regards
--
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=10368
Summary: Corel Draw X3 Won't Install
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=9041)
--> (http://bugs.winehq.org/attachment.cgi?id=9041)
Log of the error
The installation is failing when the second stage start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27199
Summary: MS .Net Framework 1.x Service Pack installers crash in
InstallFiles action (cabinet stream handling)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
probably a regression, I've noticed this some time ago but forgot about filing
a bug for it until I saw a forum post.
http://forum.winehq.org/viewtopic.php?t=12224&start=2
AFAIK affects various .NET 1.x SPx installers (1.0 SP3, 1.1 SP1, ...)
--- snip ---
$ wine ./NDP1.1sp1-KB867460-X86.exe
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:shell:URL_ParseUrl failed to parse L"mscorlib"
fixme:shell:URL_ParseUrl failed to parse L"PatchExec"
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Cabinet.MiniExtract"
...
fixme:msi:msi_parse_patch_summary patch obsoletes
L"{02D68AF2-1DCD-42E2-8E32-54314782DA29}{323E5670-5DA7-4A1E-85F0-8FA12EFE9EC8}{FA96891D-DADE-40A5-B54C-61E945F88103}{2376C7F6-3282-4CBE-BB2E-38882354A844}{3D3DEE62-32F2-4AB3-9565-B344AD757AFD}{297E6479-2055-4B59-99C8-D31FF5FCADAF}{4291D65D-056C-4B77-82C6-D3C6A320FB4D}{DEFE4CC2-D4FF-4BE5-BCE3-7E9B7E39FC"...
fixme:msi:MsiGetMode no support for administrative installs
fixme:msi:ACTION_CustomAction Deferring rollback only action
wine: Unhandled page fault on read access to 0x00000000 at address 0x6839d034
(thread 0027), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x6839d034).
...
Backtrace:
=>0 0x6839d034 cabinet_seek_stream+0x29(hf=0, dist=0, seektype=0x1)
[/opt/projects/wine/wine-git/dlls/msi/media.c:280] in msi (0x0033f008)
1 0x68c4c8eb FDI_getoffset+0x23(fdi=0x6837b8, hf=0)
[/opt/projects/wine/wine-git/dlls/cabinet/fdi.c:466] in cabinet (0x0033f028)
2 0x68c4cc2f FDI_read_entries+0xdc(fdi=0x6837b8, hf=0, pfdici=0x33f194,
pmii=0x69b49c) [/opt/projects/wine/wine-git/dlls/cabinet/fdi.c:575] in cabinet
(0x0033f108)
3 0x68c54048 FDICopy+0x47b(hfdi=0x6837b8, pszCabinet="<STREAM>",
pszCabPath=0x0(nil), flags=0, pfnfdin=0x6839dd73, pfnfdid=(nil),
pvUser=0x33f440) [/opt/projects/wine/wine-git/dlls/cabinet/fdi.c:2535] in
cabinet (0x0033f388)
4 0x6839e216 extract_cabinet_stream+0x184(package=0x147878, mi=0x683868,
data=0x33f440) [/opt/projects/wine/wine-git/dlls/msi/media.c:632] in msi
(0x0033f3f8)
5 0x6839e2bb msi_cabextract+0x2d(package=0x147878, mi=0x683868,
data=0x33f440) [/opt/projects/wine/wine-git/dlls/msi/media.c:649] in msi
(0x0033f418)
6 0x6838ffcf ACTION_InstallFiles+0x250(package=0x147878)
[/opt/projects/wine/wine-git/dlls/msi/files.c:356] in msi (0x0033f4a8)
7 0x68366b3d ACTION_HandleStandardAction+0x99(package=0x147878,
action="InstallFiles", rc=0x33f52c)
[/opt/projects/wine/wine-git/dlls/msi/action.c:8023] in msi (0x0033f4e8)
8 0x68366dad ACTION_PerformUIAction+0x90(package=0x147878,
action="InstallFiles", script=0xffffffff)
[/opt/projects/wine/wine-git/dlls/msi/action.c:8067] in msi (0x0033f538)
--- snip ---
Prerequisite: bash winetricks -q dotnet11
$ sha1sum NDP1.1sp1-KB867460-X86.exe
74a5b25d65a70b8ecd6a9c301a0aea10d8483a23 NDP1.1sp1-KB867460-X86.exe
$ wine --version
wine-1.3.20-94-geb4b262
Regards
--
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=25430
Summary: Internet Explorer 4 can't load the WineHQ forum
without native urlmon
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32369)
--> (http://bugs.winehq.org/attachment.cgi?id=32369)
Standard output
If IE4 is installed using the procedure described at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=2743&iTestingI…
, but with urlmon omitted from step 2 (native overrides), it loads only the
background image for the WineHQ forums. After loading the background, it
produces an error message and stops:
Internet Explorer could not open the Internet site http://forum.winehq.org/.
Could not complete the operation due to error 80004002.
After restoring the urlmon override, the forum can be fully loaded.
--
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=29842
Bug #: 29842
Summary: IE4 crashes on showing certificate authorities, needs
wininet.dll.ParseX509EncodedCertificateForListBoxEntry
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Crashes with:
wine: Call from 0x7b83bdc2 to unimplemented function
wininet.dll.ParseX509EncodedCertificateForListBoxEntry, aborting
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x102092e0
winetricks wininet is a workaround.
Steps to reproduce:
1. Change the reported Windows version to NT 4.0. (You may also want to remove
the Z: drive, to avoid a scan of the file system)
2. wine iexplore -unregserver
3. Remove inetcpl.cpl and schannel.dll from system32
4. Run the unpacker and installer. After reboot, close the program manager
windows that pop up as well as any error dialogs.
5. wine control inetcpl.cpl
6. Go to the content tab and click the "authorities" button
--
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=29843
Bug #: 29843
Summary: IE4 crashes on resetting profile sharing, needs
shdocvw.dll.ResetProfileSharing
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Crashes with:
wine: Call from 0x7b83bdc2 to unimplemented function
shdocvw.dll.ResetProfileSharing, aborting
err:seh:raise_exception Unhandled exception code c00000fd flags 0 addr
0xf744863c
WINEDLLOVERRIDES=shdocvw=n is a workaround.
Steps to reproduce:
1. Change the reported Windows version to NT 4.0. (You may also want to remove
the Z: drive, to avoid a scan of the file system)
2. wine iexplore -unregserver
3. Remove inetcpl.cpl and schannel.dll from system32
4. Run the unpacker and installer. After reboot, close the program manager
windows that pop up as well as any error dialogs.
5. wine control inetcpl.cpl
6. Go to the content tab and click the "reset sharing" button
--
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=29718
Bug #: 29718
Summary: IE4 setup wants wininet.dll.LoadUrlCacheContent
Product: Wine
Version: 1.3.37
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
If the Internet Explorer 4 installer is run without any DLL overrides or
workarounds for earlier bugs, a process named LOADWC.EXE eventually crashes
after rebooting. Terminal output shows:
wine: Unimplemented function wininet.dll.LoadUrlCacheContent called at address
0x7b83bdc2 (thread 0024), starting debugger...
The workaround for bug 25359 also prevents this function from being called
(remove C:\windows\system32\schannel.dll before installing).
Steps to reproduce:
1. Change the reported Windows version to NT 4.0. (You may also want to remove
the Z: drive, to avoid a scan of the file system)
2. wine iexplore -unregserver
3. Run the unpacker and installer. Ignore a crash and warning about failure to
install some components (bug 25359 & bug 25502).
4. After reboot, close the program manager windows that pop up as well as any
error dialogs. Note that there seems to be a pause before this crash occurs.
--
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=29717
Bug #: 29717
Summary: IE4 setup wants inetcpl.cpl.DllInstall
Product: Wine
Version: 1.3.37
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
After rebooting, the Internet Explorer 4 setup program complains "an error or
exception occurred while calling the function 'DllInstall' in
'C:\windows\system32\inetcpl.cpl'." This is accompanied by terminal output:
wine: Call from 0x7b83bdc2 to unimplemented function inetcpl.cpl.DllInstall,
aborting
Workaround: delete C:\windows\system32\inetcpl.cpl before running the
installer.
Steps to reproduce:
1. Change the reported Windows version to NT 4.0. (You may also want to remove
the Z: drive, to avoid a scan of the file system)
2. wine iexplore -unregserver
3. Run the unpacker and installer. Ignore an earlier crash and warning about
failure to install some components (bug 25359 & bug 25502).
--
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=28379
Summary: Internet Explorer 4.0 highlights selected text
incorrectly
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: david.hedberg(a)gmail.com
Regression SHA1: 81bbd17c406e37ea23e8f86f95d307c0c45e2bc7
Created an attachment (id=36389)
--> (http://bugs.winehq.org/attachment.cgi?id=36389)
Terminal output
When selecting some text in IE4, it usually gets highlighted wrong - it appears
that the text changes color as expected, but the background does not. It's very
noticeable on the WineHQ homepage, where much of the text becomes invisible
when selected, while it should be white on a blue background. This wasn't an
issue back in 1.3.6, so I did a regression test:
81bbd17c406e37ea23e8f86f95d307c0c45e2bc7 is the first bad commit
commit 81bbd17c406e37ea23e8f86f95d307c0c45e2bc7
Author: David Hedberg <dhedberg(a)codeweavers.com>
Date: Sun Jan 30 20:47:55 2011 +0800
gdi32: Stay within the clipping area when painting text background.
:040000 040000 f50390b8ae6002fa95ce4cc6fe598b86db9c3f22
d0fbba0a31d64cee11b668c809871706be50f376 M dlls
Reverting the patch fixed the problem. I used these steps to install and test:
1. Change the reported Windows version to NT4
2. Add native,bultin overrides for the following:
advpack, iexplore.exe, jscript, mshtml, shdocvw
3. Remove the Z: drive (not required, but prevents the installer from scanning
the entire file system for Windows browsers to install a plugin to)
4. Run 'wine iexplore -unregserver'
5. Remove some files (replace $HOME/.wine if needed):
rm -f $HOME/.wine/drive_c/{Program\ Files/Internet\
Explorer/iexplore.exe,windows/system32/{advpack.dll,inetcpl.cpl,mshtml.dll,schannel.dll,shdocvw.dll}}
6. Copy the self-extractor to Wine's C: drive and run it to extract the setup
files
7. Run the IE4SETUP.EXE file from the directory the extractor created
8. Choose no when asked to locate WINDOWS.HLP, and ignore some Java VM
installation errors after the reboot
9. Run IE4 and try selecting some text in the news section of the WineHQ
homepage:
wine 'C:/Program Files/Internet Explorer/iexplore.exe' http://www.winehq.org
--
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=25278
Summary: Internet Explorer 4 crashes - unimplemented function
wininet.dll.InternetShowSecurityInfoByURL
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Right-click on the WineHQ home page -> properties -> certificates crashes the
browser:
wine: Call from 0x7b838d02 to unimplemented function
wininet.dll.InternetShowSecurityInfoByURL, aborting
wine: Unimplemented function wininet.dll.InternetShowSecurityInfoByURL called
at address 0x7b838d02 (thread 0009), starting debugger...
Note: I've posted the procedure used to install and run it in the AppDB here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=2743&iTestingI…
--
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=28392
Summary: Internet Explorer 4 crashes on adding a page to
favorites
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=36406)
--> (http://bugs.winehq.org/attachment.cgi?id=36406)
Terminal output
Per the summary, trying to add a page to favorites in IE4 crashes the browser.
It doesn't happen if native shell32 is used (for iexplore.exe only). Procedure
to install and test:
1. Change the reported Windows version to NT4
2. Add native,bultin overrides for the following:
advpack, iexplore.exe, jscript, mshtml, shdocvw
3. Remove the Z: drive (not required, but prevents the installer from scanning
the entire file system for Windows browsers to install a plugin to)
4. Run 'wine iexplore -unregserver'
5. Remove some files (replace $HOME/.wine if needed):
rm -f $HOME/.wine/drive_c/{Program\ Files/Internet\
Explorer/iexplore.exe,windows/system32/{advpack.dll,inetcpl.cpl,mshtml.dll,schannel.dll,shdocvw.dll}}
6. Copy the self-extractor to Wine's C: drive and run it to extract the setup
files
7. Run the IE4SETUP.EXE file from the directory the extractor created
8. Choose no when asked to locate WINDOWS.HLP, and ignore some Java VM
installation errors after the reboot
9. Run IE4:
wine 'C:/Program Files/Internet Explorer/iexplore.exe' http://www.winehq.org
10. Go to favorites (in menu bar) -> add to favorites -> OK
--
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=19520
Summary: Unimplemented function shdocvw.dll.SHRestricted2W
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Internet Explorer 4 needs function shdocvw.dll.SHRestricted2W to finish it's
installation.
Without it, it fails with an unhandled exception.
Unhandled exception: unimplemented function shdocvw.dll.SHRestricted2W called
in 32-bit code (0x7b843517).
--
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=19519
Summary: Unimplemented function
urlmon.dll.AsyncInstallDistributionUnit
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Internet Explorer 4 needs function urlmon.dll.AsyncInstallDistributionUnit to
complete it's installation of the Java plugin. Without it, it fails with an
unhandled exception.
I tried stubbing it but it fails, looks like it's needs implementing properly.
--
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=30610
Bug #: 30610
Summary: 64-bit JRE installer needs kernel32.dll _local_unwind
and kernel32.dll _C_specific_handler
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
installing 64-bit JRE from:
http://www.java.net/download/jdk6/6u32/promoted/b02/binaries/jdk-6u32-ea-bi…
fails:
--- snip ---
wine: Call from 0x7fce4a8d9b64 to unimplemented function
KERNEL32.dll._local_unwind, aborting
wine: Unimplemented function KERNEL32.dll._local_unwind called at address
0x7fce4a8d9b64 (thread 003f), starting debugger...
...
Backtrace:
=>0 0x00007fce4a8d9b64 stub_entry_point+0x7c(dll="KERNEL32.dll",
name="_local_unwind", ret_addr=0x402335)
[/home/focht/projects/wine/wine-git/dlls/ntdll/loader.c:197] in ntdll
(0x000000000022c160)
1 0x0000000000402335 in
jdk-6u32-ea-bin-b02-windows-amd6Z:\home\focht\Downloads\jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
(+0x2334) (0x00000000000003ff)
...
--- snip ---
Also required later: kernel32.dll _C_specific_handler
Some useful information about "_C_specific_handler" (containing pseudo code for
this generic handler):
"Exceptional Behavior - x64 Structured Exception Handling":
http://www.osronline.com/article.cfm?article=469
---
$ du -sh jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
70M jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
$ sha1sum jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
e4b3ecc9a4d5ef075ee448e23df93f12ee0174dc
jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
$ wine --version
wine-1.5.3-164-gdec3d50
Regards
--
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=21906
Summary: setupapi copyfiles action target must default to
LDID_WIN (win9x) or LDID_SYS (NT) when neither
DestinationDirs nor DefaultDestDir is given
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://visiteinteractive.free.fr/VM_java/msjavx86.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
with bug 18097 fixed (extrac32.exe tool), the msjavx86.exe installer still
fails.
WINEDEBUG=+tid,+seh,+relay,+setupapi wine ./msjavx86.exe &> log.txt
Use the "vminst.log" file in system32 to quickly determine which part failed.
--- snip ---
=== INF Invocation ==========================================
Type : RunSetupCommand
INF : C:\windows\temp\IXP000.TMP\java.inf
00000000 : WFCClean.RunNow
00000000 : CleanUp
00000000 : BaseInstallation.NT5
00000000 : BaseInstallation.RegNow
00000000 : IEOptions.Register
00000000 : IEOptions.X86.Register
00000000 : BaseInstallation.ClassFiles
80004005 : BasePkgMgr.Install.Execute
...
--- snip ---
java.inf -> "BasePkgMgr.Install.Execute" part failed.
--- snip ---
[BasePkgMgr.Install.Execute]
ComponentName=Java
RunPreSetupCommands=BASEINST.ExecPkgMgr
--- snip ---
--- snip ---
[BASEINST.ExecPkgMgr]
rundll32 %11%\msjava.dll,JavaPkgMgr_Install
%10%\Java\classes\classes.zip,1,5,00,%VERNUM%,4,286,%10%\java\classes\classes.cer
rundll32 %11%\msjava.dll,JavaPkgMgr_Install
%10%\Java\trustlib\tclasses.zip,1,5,00,%VERNUM%,6,286,%10%\java\trustlib\tclasses.cer
rundll32 %11%\msjava.dll,JavaPkgMgr_Install
%10%\Java\classes\msjdbc.zip,1,5,00,%VERNUM%,4,286,%10%\java\classes\msjdbc.cer
%11%\jdbgmgr.exe -regserver
--- snip ---
The self-register call fails because there is no target file ("%11%\jdbgmgr.exe
-regserver"):
--- snip ---
001d:Call KERNEL32.CreateProcessW(00000000,0033d22c
L"C:\\windows\\system32\\jdbgmgr.exe
-regserver",00000000,00000000,00000000,04000200,00000000,00152a50
L"C:\\windows\\temp\\IXP000.TMP",0033d18c,0033d1d0) ret=62fee93c
001d:Ret KERNEL32.CreateProcessW() retval=00000000 ret=62fee93c
--- snip ---
Go back to .inf to look up named sections for the file:
--- snip ---
[BASEINST.SysFilesNoReg]
jdbgmgr.exe,,,33
javart.dll,,,33
msjdbc10.dll,,,33
zonedoff.reg,,,33
zonedon.reg,,,33
...
[BASEINST.SysFilesNoReg.NT5]
clspack.exe,,,33
javart.dll,,,33
jdbgmgr.exe,,,33
jview.exe,,,33
msjdbc10.dll,,,33
wjview.exe,,,33
zonedoff.reg,,,33
zonedon.reg,,,33
--- snip ---
The copy files action is listed here:
--- snip ---
[BaseInstallation]
ComponentName=Java
CheckAdminRights=1
CopyFiles=BASEINST.SysFilesRegister,BASEINST.SysFilesNoReg,BASEINST.WinFiles,BASEINST.INF
AddReg=BASEINST.AddReg
[BaseInstallation.NT5]
ComponentName=Java
CheckAdminRights=1
CopyFiles=BASEINST.SysFilesRegister,BASEINST.SysFilesNoReg.NT5,BASEINST.INF
AddReg=BASEINST.AddReg
--- snip ---
The culprit (BASEINST.SysFilesNoReg.NT5) is here:
--- snip ---
...
001d:trace:setupapi:SetupGetStringFieldW context 0x1526a8/0x1526a8/6/2 index 2
returning L"BASEINST.SysFilesNoReg.NT5"
001d:trace:setupapi:SetupQueueCopySectionW hinf=0x1526a8/0x1526a8
section=L"BASEINST.SysFilesNoReg.NT5" root=L"C:\\windows\\temp\\IXP000.TMP"
001d:Call KERNEL32.SetLastError(00000000) ret=5092b82c
001d:Ret KERNEL32.SetLastError() retval=00000000 ret=5092b82c
001d:trace:setupapi:SetupFindFirstLineW
(0x1526a8,L"BASEINST.SysFilesNoReg.NT5",(null)): returning 62/0
001d:trace:setupapi:SetupFindNextMatchLineW
(0x1526a8,L"DestinationDirs",L"BASEINST.SysFilesNoReg.NT5"): not found
001d:Call KERNEL32.SetLastError(e0000102) ret=5092bed6
001d:Ret KERNEL32.SetLastError() retval=e0000102 ret=5092bed6
001d:trace:setupapi:SetupFindNextMatchLineW
(0x1526a8,L"DestinationDirs",L"DefaultDestDir"): not found
001d:Call KERNEL32.SetLastError(e0000102) ret=5092bed6
001d:Ret KERNEL32.SetLastError() retval=e0000102 ret=5092bed6
001d:Call KERNEL32.SetLastError(00000000) ret=5092c4be
001d:Ret KERNEL32.SetLastError() retval=00000000 ret=5092c4be
001d:trace:setupapi:SetupGetStringFieldW context 0x1526a8/0x1526a8/6/2 index 3
returning L"BASEINST.INF"
...
--- snip ---
"BASEINST.SysFilesNoReg.NT5" is skipped because there is no "DestinationDirs"
for this named section present (unlike the others BASEINST.SysFilesRegister and
BASEINST.INF):
--- snip ---
[DestinationDirs]
PRECLEAN.RegSvr=11
BASEINST.ClassFiles=10,Java\Classes
BASEINST.TClassFiles=10,Java\TrustLib
BASEINST.SysFilesRegister=11
BASEINST.SysFilesNoReg=11
BASEINST.WinFiles=10
BASEINST.INF=17
--- snip ---
"[DestinationDirs]" -> "DefaultDestDir" is also missing. Because of this the
file is never copied.
http://msdn.microsoft.com/en-us/library/ms794560.aspx (INF CopyFiles Directive)
--- quote ---
If a named section referenced by a CopyFiles directive has a corresponding
entry in the DestinationDirs section of the same INF, that entry explicitly
specifies the target destination directory into which all files that are listed
in the named section are copied. If the named section is not listed in the
DestinationDirs section, Setup uses the DefaultDestDir in the INF file.
...
--- quote ---
And what if no "DefaultDestDir" is given?
I searched a bit and found this:
http://technet.microsoft.com/en-us/library/cc768164.aspx (Appendix C - Windows
98 INF Files)
--- quote ---
The optional DefaultDestDir entry provides a default destination for any
Copyfile entries that use the direct copy notation (@filename) or any
[File-List] section not specified in the [DestinationDirs] section. If
DefaultDestDir is not given, the default directory is set to LDID_WIN.
--- quote ---
LDID_WIN might apply to Win9X but not to Windows NT.
In many .INF files for win32/NT you will find:
--- snip ---
[DestinationDirs]
...
DefaultDestDir = 11 ; LDID_SYS
--- snip ---
So the default for non-existing "DefaultDestDir" on NT is LDID_SYS (as the .inf
references the file(s) as "%11%\<executable>")
You may want to fix dlls/setupapi/queue.c:get_destination_dir().
With this bug is fixed, the installer almost cleanly installs except for bug
18098 (urlmon.AsyncInstallDistributionUnit not implemented).
Regards
--
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=27796
Summary: JDK 6 installer fails with error "File name is too
long"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
Created an attachment (id=35559)
--> (http://bugs.winehq.org/attachment.cgi?id=35559)
The error message
Running the Oracle JDK 6u26 installer on Wine results in the following error
message being displayed: "Installer : Wrapper.CrateFile failed with error 206:
File name is too long".
--
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=24214
Summary: ole: Java SE JRE subinstaller (msi) dies due to OLE
compound storage reader failure on some stream (the
one after _StringPool stream)
Product: Wine
Version: 1.1.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
when installing Java SE JRE one of the sub-installers crashes.
Though it doesn't seem to affect overall installer result - the installer still
reports "success" in the end.
--- snip ---
...
0009:Call KERNEL32.CreateProcessA(00000000,0032ed40
"\"C:\\windows\\system32\\msiexec.exe\" /i \"C:\\users\\focht\\Application
Data\\Sun\\Java\\jdk1.6.0_21\\jdk1.6.0_21.msi\"
WRAPPER=1",00000000,00000000,00000000,00000000,00000000,00000000,0032c4d0,0032c514)
ret=00401184
....
001d:trace:msi:ACTION_ProcessComponents Component L"sb160210"
(L"14888323ADFE6D117AD8000B0D612001"), Keypath=L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi", RefCount=1 Request=3
...
001d:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"File: javadb.msi,
Directory: INSTALLDIR, Size: 10566952"
...
001d:trace:msi:cabinet_copy_file extracting L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi"
001d:Call KERNEL32.CreateFileW(00205320 L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi",c0000000,00000000,00000000,00000002,00000080,00000000)
ret=683a75f4
001d:Ret KERNEL32.CreateFileW() retval=00000054 ret=683a75f4
...
001d:trace:msi:ACTION_CustomAction Handling custom action L"installjavadb" (62
L"SystemFolder" L"msiexec.exe /i \"[INSTALLDIR]javadb.msi\" /qn
INSTALLDIR=\"[JAVADB_DIR]\"")
...
001d:trace:msi:HANDLE_CustomType34 executing exe L"msiexec.exe /i \"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi\" /qn INSTALLDIR=\"C:\\Program
Files\\Sun\\JavaDB\\\"" with working directory L"C:\\windows\\system32\\"
...
000d:Call msi.MsiInstallProductW(0013914e L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi",00139270 L" INSTALLDIR=\"C:\\Program
Files\\Sun\\JavaDB\\\"") ret=6833da64
000d:trace:msi:MsiInstallProductW L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi" L" INSTALLDIR=\"C:\\Program
Files\\Sun\\JavaDB\\\""
000d:trace:msi:MSI_OpenPackageW L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi" 0x33fc1c
...
000d:Call KERNEL32.CopyFileW(0013914e L"C:\\Program
Files\\Java\\jdk1.6.0_21\\javadb.msi",0033f9b8
L"C:\\users\\focht\\Temp\\msi58c.tmp",00000000) ret=683b95ab
...
000d:trace:msi:MSI_OpenPackageW Opening relocated package
L"C:\\users\\focht\\Temp\\msi58c.tmp"
000d:trace:msi:MSI_OpenDatabaseW L"C:\\users\\focht\\Temp\\msi58c.tmp" #0002
000d:Call ole32.StgOpenStorage(0033f9b8
L"C:\\users\\focht\\Temp\\msi58c.tmp",00000000,00000012,00000000,00000000,0033f11c)
ret=683880da
000d:Call KERNEL32.CreateFileW(0033f9b8
L"C:\\users\\focht\\Temp\\msi58c.tmp",c0000000,00000000,00000000,00000003,10000080,00000000)
ret=684f87b9
000d:Ret KERNEL32.CreateFileW() retval=00000040 ret=684f87b9
000d:Call KERNEL32.GetFileSize(00000040,00000000) ret=684f87dd
000d:Ret KERNEL32.GetFileSize() retval=00a13d28 ret=684f87dd
...
000d:trace:msidb:enum_stream_names stream 0 -> L"\4840\430f\422f" L"\4840File"
...
000d:trace:msidb:enum_stream_names stream 41 -> L"\0005SummaryInformation"
L"\0005SummaryInformation"
...
000d:trace:msidb:read_stream_data L"_StringPool" ->
L"\4840\3f3f\4577\446c\3e6a\44b2\482f"
...
000d:warn:msidb:read_stream_data read stream failed r = 8003001e!
...
000d:trace:seh:raise_exception code=c0000005 flags=0 addr=0x683d2c6b
ip=683d2c6b tid=000d
000d:trace:seh:raise_exception info[0]=00000000
000d:trace:seh:raise_exception info[1]=00000000
000d:trace:seh:raise_exception eax=00000000 ebx=68400df8 ecx=00000000
edx=00000000 esi=001408dc edi=00000000
000d:trace:seh:raise_exception ebp=0033edf8 esp=0033ede0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010202
000d:trace:seh:call_vectored_handlers calling handler at 0x68c622d0
code=c0000005 flags=0
000d:trace:seh:call_vectored_handlers handler at 0x68c622d0 returned 0
000d:trace:seh:call_stack_handlers calling handler at 0x7bc856a0 code=c0000005
flags=0
000d:Call KERNEL32.UnhandledExceptionFilter(0033e92c) ret=7bc856ed
Wine: Unhandled page fault on read access to 0x00000000 at address 0x683d2c6b
(thread 000d), starting debugger...
000d:trace:seh:start_debugger Starting debugger "winedbg --auto 11 68"
...
---- snip ---
Using "orca" on the extracted .msi produces the same crash.
The useful "MsiInfo" tool from Platform SDK to verify the integrity of the .msi
files (and dump infos) crashes too if used with no options.
Backtrace doesn't reveal much. The fault caused in msi_destroy_stringtable() is
the result of an earlier failure to read in all OLE streams properly.
When the "verify string pool" option is used, it doesn't crash but shows the
STG_E_READFAULT (0x8003001e) error.
--- snip ---
$ wine msiinfo.exe crash.msi /D
MsiInfo V 4.0
Copyright (c) Microsoft Corporation. All Rights Reserved
String ID size: 2
Code page: 0
Error 0x8003001E. Error Reading Stream
err:ole:CoUninitialize Mismatched CoUninitialize
--- snip ---
--- snip ---
ls -l crash.msi
-rw-rw-r--. 1 focht focht 10566952 2010-08-30 21:52 crash.msi
--- snip ---
>From my investigation it's the stream directly after "_StringPool" stream that
is somehow not processed properly.
Wine's OLE streams reader makes a stream access at file offset 10566656 with
byte count 512 -> past end of file.
You can use another OLE compound storage viewer to verify:
http://www.mitec.cz/ssv.html
It's a nice tool with plugin arch that lets you decode any OLE stream - if you
write plugins for it ;-)
If you open the .msi with the viewer it reports "sharing violation" which is
another Wine bug.
Dismiss the dialog and navigate the treeview with all streams listed.
Between stream #22 with 90701 Bytes (-> _StringPool stream) and #24 with 3984
bytes the 0x8003001e error appears.
The "faulty" stream #23 has a size of 16168 bytes.
Don't know if this worked in earlier Wine versions, could be a regression
though.
Regards
--
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=25362
Summary: Error running Return to Castle Wolfenstein
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrfort(a)centurytel.net
Created an attachment (id=32259)
--> (http://bugs.winehq.org/attachment.cgi?id=32259)
debugger report
Installed ok. Allowed setup preferences such as graphics and audio preferences.
When I try to run in single player I get this error: Error in file
"/home/name/.local/share/applications/clamtk.desktop": "vms/exe" is an invalid
MIME type ("vms" is an unregistered media type).
I assume it is an easy fix but cannot locate any information online or in your
repository.
--
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=25120
Summary: dotnet11 installation broken
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=31862)
--> (http://bugs.winehq.org/attachment.cgi?id=31862)
terminal output
Regression test points to:
a23514eece083011140513853c5db10357af6cea is the first bad commit
commit a23514eece083011140513853c5db10357af6cea
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Nov 11 10:45:42 2010 +0100
msi: Add support for installing side-by-side assemblies.
:040000 040000 6e3244306b1cdce4af9bd963048445913433d933
820db510d39486aa37cad45d1ebeb9e2397f6224 M dlls
to repeat:
$ rm -rf ~/.wine
$ sh winetricks -q -v winetricks
terminal output attached.
--
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=26701
Summary: exeinfoPE crashes due to PE resource section
validation being too strict
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while updating some appdb entries I noticed a breakage with some PE "id" tool.
The app worked some time ago but now crashes instantly.
There was a minor version update: the author probably not only added more
signatures but tweaked the custom PE protection the app is wrapped with.
--- snip ---
>$ wine ./exeinfoPE.exe
wine: Unhandled exception 0x0eedfade at address 0x7b83983a:0x7b83863f (thread
0009), starting debugger...
fixme:dbghelp_dwarf:dwarf2_lookup_type Unable to load forward reference for tag
26
fixme:dbghelp_dwarf:dwarf2_lookup_type Unable to load forward reference for tag
26
fixme:dbghelp_dwarf:dwarf2_lookup_type Unable to load forward reference for tag
26
err:seh:setup_exception_record stack overflow 880 bytes in thread 0009 eip
6816b5ea esp 00230fc0 stack 0x230000-0x231000-0x330000
--- snip ---
relay trace yields following:
--- snip ---
...
0021:Call KERNEL32.FindResourceA(00400000,00472384 "tbl_Main",0000000a)
ret=00474417
0021:trace:resource:FindResourceExA 0x400000 #000a "tbl_Main" 0000
0021:trace:resource:LdrFindResource_U module 0x400000 type #000a name
L"TBL_MAIN" lang 0000 level 3
0021:Ret KERNEL32.FindResourceA() retval=00000000 ret=00474417
0021:Call user32.LoadStringA(00400000,0000ffc3,0032ed34,00001000) ret=00407417
0021:trace:resource:LoadStringA instance = 0x400000, id = ffc3, buffer =
0x32ed34, length = 4096
0021:trace:resource:FindResourceExW 0x400000 #0006 #0ffd 0000
0021:trace:resource:LdrFindResource_U module 0x400000 type #0006 name #0ffd
lang 0000 level 3
0021:trace:resource:LoadStringA returning ""
0021:Ret user32.LoadStringA() retval=00000000 ret=00407417
0021:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0032fd7c)
ret=0047444b
0021:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83863f ip=7b83863f
tid=0021
0021:trace:seh:raise_exception info[0]=0047444b
0021:trace:seh:raise_exception info[1]=05701d10
0021:trace:seh:raise_exception info[2]=0053a9e0
0021:trace:seh:raise_exception info[3]=00000000
0021:trace:seh:raise_exception info[4]=00000029
0021:trace:seh:raise_exception info[5]=0032fde8
0021:trace:seh:raise_exception info[6]=0032fd98
0021:trace:seh:raise_exception eax=7b825a75 ebx=7b88fff4 ecx=0047444b
edx=0032fc94 esi=0032fd7c edi=0032fcf0
0021:trace:seh:raise_exception ebp=0032fcd8 esp=0032fc74 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00000203
0021:trace:seh:call_vectored_handlers calling handler at 0x788636c6
code=eedfade flags=1
0021:trace:seh:call_vectored_handlers handler at 0x788636c6 returned 0
0021:trace:seh:call_stack_handlers calling handler at 0x474573 code=eedfade
flags=1
0021:trace:seh:call_stack_handlers handler at 0x474573 returned 1
0021:trace:seh:call_stack_handlers calling handler at 0x405149 code=eedfade
flags=1
...
--- snip ---
The app unpacks/decrypts PE sections into dynamic memory and patches the PE
header to point to new locations.
I dumped the PE header at the right place ;-)
--- snip ---
Wine-dbg>p *nt
{Signature=0x4550, FileHeader={Machine=0x14c, NumberOfSections=0x3,
TimeDateStamp=0x2a425e19, PointerToSymbolTable=0, NumberOfSymbols=0,
SizeOfOptionalHeader=0xe0, Characteristics=0x818f},
OptionalHeader={Magic=0x10b, MajorLinkerVersion=2, MinorLinkerVersion=0,
SizeOfCode=0x8c000, SizeOfInitializedData=0x5000,
SizeOfUninitializedData=0x513a000, AddressOfEntryPoint=0x51c5810,
BaseOfCode=0x513b000, BaseOfData=0x51c7000, ImageBase=0x400000,
SectionAlignment=0x1000, FileAlignment=0x200, MajorOperatingSystemVersion=0x4,
MinorOperatingSystemVersion=0, MajorImageVersion=0, MinorImageVersion=0,
MajorSubsystemVersion=0x4, MinorSubsystemVersion=0, Win32VersionValue=0,
SizeOfImage=0x51cc000, SizeOfHeaders=0x1000, CheckSum=0x51c5810, Subsystem=0x2,
DllCharacteristics=0, SizeOfStackReserve=0x100000, SizeOfStackCommit=0x4000,
SizeOfHeapReserve=0x100000, SizeOfHeapCommit=0x1000, LoaderFlags=0,
NumberOfRvaAndSizes=0x12, DataDirectory={{VirtualAddress=0x5159000, Size=0x4f},
{VirtualAddress=0x51cb120, Size=0x2c8}, {VirtualAddress=0x51c7000, Size=0},
{VirtualAddress=0, Size=0}, {VirtualAddress=0, Size=0}, {VirtualAddress=0,
Size=0}, {VirtualAddress=0, Size=0}, {VirtualAddress=0, Size=0},
{VirtualAddress=0, Size=0}, {VirtualAddress=0x51c63b0, Size=0x18},
{VirtualAddress=0, Size=0}, {VirtualAddress=0, Size=0}, {VirtualAddress=0,
Size=0}, {VirtualAddress=0, Size=0}, {VirtualAddress=0, Size=0},
{VirtualAddress=0, Size=0}}}}
--- snip ---
The (new) PE resource section is located at 0x051c7000 with size == 0 (not
recalculated to real value)
Wine's resource directory entry size check is actually the problem, preventing
the app from finding its resources.
--- snip ntdll/resource.c ---
/**********************************************************************
* find_entry
*
* Find a resource entry
*/
static NTSTATUS find_entry( HMODULE hmod, const LDR_RESOURCE_INFO *info,
ULONG level, const void **ret, int want_dir )
{
ULONG size;
const void *root;
const IMAGE_RESOURCE_DIRECTORY *resdirptr;
WORD list[9]; /* list of languages to try */
int i, pos = 0;
root = RtlImageDirectoryEntryToData( hmod, TRUE,
IMAGE_DIRECTORY_ENTRY_RESOURCE, &size );
if (!root) return STATUS_RESOURCE_DATA_NOT_FOUND;
if (size < sizeof(*resdirptr)) return STATUS_RESOURCE_DATA_NOT_FOUND;
resdirptr = root;
...
--- snip ntdll/resource.c ---
This also results in stack overflow because the app's exception handler tries
to load resources too which obviously fails.
Removing the size check (size < sizeof(*resdirptr)) lets the app successfully
start.
Regards
--
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.