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.
https://bugs.winehq.org/show_bug.cgi?id=51482
Bug ID: 51482
Summary: Navi Mumbai Escorts
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: kaurnikku59(a)gmail.com
Distribution: ---
Take dating is a very large call girls agency trying to offer a wide range of
Indian escort models including Navi Mumbai Escorts VIP models who work
part-time on their own and also highlight the beauty of our escort agency.
Indian female escort service is a subject that saves the spirit of a man from
all over India and his body is restless in Rome but the men do nothing so our
escort service thinks about the men who will have their lives tomorrow, you
will never be in that Able to relate to all girls and they are sad about their
physical life. The call girls from Navi Navi Mumbai Escort Service are always
ready to give you more satisfaction that will go in a different direction than
your sex service, which you cannot imagine, when you see the power and beauty
of the escort girls you will be immersed in their dreams. And we will always
remember that time. The Navi Navi Mumbai Escort Service is the best escort
service in Navi Mumbai that successfully offers escort call girls of all kinds.
It is up to you to decide what type of call girls you need. And what is your
budget, since we have been running this escort agency for a long time, we can
provide you with all call girls within your budget.
--
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=8094
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|exception due to |Total Commander 9.50
|unimplemented |crashes on unimplemented
|shell32.dll!OpenAs_RunDLL(A |shell32.dll!OpenAs_RunDLL(A
|/W) |/W)
OS|other |Linux
Keywords| |download
URL|http://www.ghisler.com |https://web.archive.org/web
| |/20200216105932/http://tota
| |lcommander.ch/win/tcmd950x3
| |2.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51447
Bug ID: 51447
Summary: Return to Castle Wolfenstein (RtCW) - Crashes on start
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mariob1992(a)outlook.com
Distribution: ---
Created attachment 70296
--> https://bugs.winehq.org/attachment.cgi?id=70296
Wine crashreport when running WolfSP.exe
RtCW 1.0.0 (first Release) crashes on start, after the "Wolf console" closes
and the intro video should begin. I know that there is ioRtCW, but the original
version shouldn't crash.
$ sha1sum WolfSP.exe
7ee3889a6c9b95d2eb0bfda038d00a8da3818e3e WolfSP.exe
Tested with and without Virtual Desktop
Used win32 prefix, set Windows version to XP
Crashes with a page fault (see attachment)
The multiplayer executable (WolfMP.exe) works just fine.
--
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=51445
Bug ID: 51445
Summary: BCryptImportKey decryption of key not implemented
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: dev(a)mtbk.me
Distribution: ---
Required to join Astroneer dedicated servers, error when trying to join:
```
952.598:0110:0114:fixme:bcrypt:BCryptImportKey decryption of key not yet
supported
```
--
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=51043
Bug ID: 51043
Summary: infinity loop EM_FORMATRANGE on prepared fastreport
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: koutouzov(a)sokrat.ru
Distribution: ---
Created attachment 69903
--> https://bugs.winehq.org/attachment.cgi?id=69903
in archive sample application (64 bit) and playonlinux.log
I run prepared fastReport (in report include richedit) and application freeze.
In playonlinux.log view infinity loop call EM_FORMATRANGE.
I use playonlinux 4.3.4, fastReport 6.9.
I test on 32 and 64 bit application.
--
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=51480
Bug ID: 51480
Summary: I am provided the travel booking information and Cheap
price airlines booking visit
onlinereservationbooking.com.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: homac74885(a)ovooovo.com
Distribution: ---
Hi I am Devin; I am provided the travel booking information and Cheap price
airlines booking visit onlinereservationbooking.com. One of the best travel
service providers. We are providing the best airlines booking service and
support. When you contact us on dial +1-860-590-8822, you book cheap price top
airlines reservations with any class with best airlines flight ticket booking.
https://onlineairlinesbooking.com/american-airlines-telefono/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51466
Bug ID: 51466
Summary: SEO For Plumbers
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: alinabeth9(a)gmail.com
Distribution: ---
Hii ! I am Alina Beth from SEO Services Company. If you are searching seo for
plumbers then you can contact us and we will provide you with the Reliable seo
services.
https://www.firstrankseoservices.com/seo-for-plumbers
--
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=51470
Bug ID: 51470
Summary: Cash App Sign in - Cash App Account Creation
Procedure
Product: vkd3d
Version: 1.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: babachris0101(a)gmail.com
Distribution: ---
Cash app is the finest, safe and secure money transfer service produced by
Square, Inc. It enables the users to transfer funds to each other through the
help of the mobile phone application. The cash app is available in the US and
UK and is accessed by millions of people. However, to access the services
offered by the cash app, the users are suggested to create a cash app sign in
account. Thus, through the account's help, it would get easy for all users to
transfer money and execute other banking-related tasks.
With the help of the cash app sign in account, the users can send and receive
money easily and quickly. It has been ruling the hearts of millions of people
by offering amazing banking facilities. Along with providing service, the users
can easily manage their account details due to its simple and easy-to-use
interface.
https://sites.google.com/view/cash-appsigninhttps://sites.google.com/view/nortondownloadusahttps://sites.google.com/view/gowebrootlogin
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9078
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.pouet.net/prod.p |https://web.archive.org/web
|hp?which=30244 |/20151120234114/http://arch
| |ive.scene.org/pub/parties/2
| |007/breakpoint07/demo/fr-04
| |1_debris.zip
Regression SHA1| |13f24c380814614714d7a4f172b
| |e2c998f4efcfe
CC| |focht(a)gmx.net
Version|unspecified |0.9.41.
--
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=8146
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
Version|unspecified |0.9.35.
CC| |focht(a)gmx.net
Regression SHA1| |75e91fa4098c80fa390e3c3f823
| |1e2ef69a659d0
URL|http://trackmania.org/fr-04 |https://web.archive.org/web
|1_debris.zip |/20151120234114/http://arch
| |ive.scene.org/pub/parties/2
| |007/breakpoint07/demo/fr-04
| |1_debris.zip
--
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=51395
Bug ID: 51395
Summary: user32:win gets an unexpected 0x7fff message in the
Korean locale
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:win gets an unexpected 0x7fff message in the Korean locale, thus
triggering the following failures:
https://test.winehq.org/data/patterns.html#user32:win
win.c:4005: Test failed: hwnd 0000000001AD0418 message 7fff
win.c:4011: Test failed: message 7fff available
win.c:4040: Test failed: hwnd 0000000000250424/00000000008F01E0 message 0287
win.c:4045: Test failed: hwnd 0000000000250424/00000000008F01E0 message 0287
win.c:4050: Test failed: hwnd 00000000008F01E0/00000000008F01E0 message 0201
win.c:4059: Test failed: message 0203 available
win.c:4071: Test failed: hwnd 0000000000250424/0000000000520450 message 0287
win.c:4075: Test failed: hwnd 0000000000250424/0000000000520450 message 0287
win.c:4084: Test failed: hwnd 0000000001AD0418/00000000008F01E0 message 7fff
win.c:4087: Test failed: hwnd 0000000001AD0418/00000000008F01E0 message 7fff
win.c:4120: Test failed: hwnd 0000000000250424/00000000002303F6 message 0287
win.c:4122: Test failed: wparam 32
win.c:4126: Test failed: hwnd 0000000000250424/00000000002303F6 message 0287
win.c:4133: Test failed: hwnd 00000000002303F6/00000000002303F6 message 0201
win.c:4150: Test failed: message 0203 available
I could not find any documentation about 0x7fff. However changing the keyboard
layout from Korean to Qwerty fixes the issue. So it is likely related to the
Korean IME module.
Unfortunately adding 0x7fff to ignore_message() causes user32:win to get stuck.
--
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=51250
Bug ID: 51250
Summary: Renegade-X Launcher crashes on startup
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzielcke(a)z-51.de
Distribution: ---
Created attachment 70123
--> https://bugs.winehq.org/attachment.cgi?id=70123
backtrace
Created a fresh wineprefix with winehq wine64 packages.
And installed current Renegade-X version 5.50.190
Directly crashes on startup
System is up2date Debian unstable amd64
Backtrace is with vanilla winehq 6.10 but it also happens with the winehq
staging packages.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5932
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.corel.com/servle |https://archive.org/details
|t/Satellite?pagename=Corel3 |/corelwordperfectofficex3ho
|/Downloads/Trials |meedition13.0.0.406200512en
| |glishcd
Keywords| |Installer
Version|unspecified |0.9.19.
CC| |focht(a)gmx.net
Hardware|Other |x86
OS|other |Linux
--
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=5751
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.17.
URL|http://www.corel.com/servle |https://archive.org/details
|t/Satellite?pagename=Corel3 |/corelwordperfectofficex3ho
|/Downloads/Trials |meedition13.0.0.406200512en
| |glishcd
Keywords| |Installer
Hardware|Other |x86
OS|other |Linux
--
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=2547
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.xnima.com/soft/W |https://web.archive.org/web
|ord%20Perfect%20Office%2012 |/20060315030820/http://www.
|/WordPerfectOffice12TBYB.ex |corel.com/akdlm/6763/downlo
|e |ads/trials/WordPerfect12/WP
| |O12_TBYB_EN.exe
Summary|word perfect 12 trial fails |WordPerfect Office 12 trial
|to install |fails to install
--- Comment #28 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download link via Internet Archive for documentation:
https://web.archive.org/web/20060315030820if_/http://www.corel.com/akdlm/67…
$ sha1sum WPO12_TBYB_EN.exe
7bc6d2858461f41a1ed55ab2fa26b9a7118681b6 WPO12_TBYB_EN.exe
$Â du -sh WPO12_TBYB_EN.exe
173M WPO12_TBYB_EN.exe
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=51455
Bug ID: 51455
Summary: Dishonored 2 crashes on launch (Vulkan renderer)
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70301
--> https://bugs.winehq.org/attachment.cgi?id=70301
log
wine-6.12-162-gd10887b8f56
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34785
Bug #: 34785
Summary: unimplemented function shell32.dll.SHExtractIconsW
called in 64-bit code (0x000000007b84980a)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LiveFreeDead(a)hotmail.com
Classification: Unclassified
Created attachment 46386
--> http://bugs.winehq.org/attachment.cgi?id=46386
backtrace of crash
Just noticed this API wasn't implemented yet and would prefer it return a blank
icon for now instead of crashing out the whole WINE app. Not sure if it affects
x86 as I only have x64 installed at the moment.
--
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=32245
Bug #: 32245
Summary: unimplemented function shell32.dll.SHExtractIconsW
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tjfoerster(a)web.de
Classification: Unclassified
I've coded a small GUI with a graphic menu which should run in wine. Everything
works well on windows (i.e. XP) - but not in wine (Unhandled exception). It
doesn't start at all.
The same in wine 1.5.17 (ArchLinux) and 1.2 (Meego - WeTab).
Attached the backrace.txt and the GUI.
--
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=32878
Bug #: 32878
Summary: Classic Shell/Classic Start Menu crashes on startup
due to unimplemented function
shell32.dll.SHGetStockIconInfo
Product: Wine
Version: 1.5.22
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
Detlef is already working on that though it might be useful to have a bug
report for it.
I tested the port of class shell to ARM platform.
The same most likely applies for x86.
--- snip ---
$ wine ./ClassicStartMenu.exe
...
wine: Call from 0x403ec644 to unimplemented function
shell32.dll.SHGetStockIconInfo, aborting
fixme:seh:RtlUnwind Not implemented on ARM
fixme:thread:InitializeSRWLock (0x1009cc8c): stub
err:module:attach_process_dlls "ClassicStartMenuDLL.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\linaro\\wine-apps\\classicmenu\\ClassicStartMenu.exe" failed,
status 80000100
--- snip ---
$ wine --version
wine-1.5.23-7-gf0a88fb
Patches from Detlef Riekenberg here:
http://source.winehq.org/patches/data/94077http://source.winehq.org/patches/data/94078
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=34400
Bug #: 34400
Summary: Classic Shell/Classic Start Menu crashes on startup
due to unimplemented function
shell32.dll.SHExtractIconsW
Product: Wine
Version: 1.7.1
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says...
--- snip ---
0026:Call KERNEL32.RaiseException(80000100,00000001,00000002,40daeb80)
ret=413d0038
0026:trace:seh:raise_exception info[0]=413d00b8
0026:trace:seh:raise_exception info[1]=413d04fa
wine: Call from 0x404d9388 to unimplemented function
shell32.dll.SHExtractIconsW, aborting
0026:trace:seh:call_stack_handlers calling handler at 0x404f9418 code=80000100
flags=1
0026:trace:seh:RtlUnwind code=80000100 flags=3
...
0026:err:module:attach_process_dlls "ClassicStartMenuDLL.dll" failed to
initialize, aborting
0026:err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\linaro\\wine-apps\\classicmenu\\ClassicStartMenu.exe" failed,
status 80000100
--- snip ---
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=34402
Bug #: 34402
Summary: Multiple applications ported to WinRT/ARM require
atl110.dll (Halite torrent client for Windows RT )
Product: Wine
Version: 1.7.1
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine ./Halite.exe
err:module:import_dll Library atl110.DLL (which is needed by
L"Z:\\home\\linaro\\wine-apps\\halite\\Halite.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\linaro\\wine-apps\\halite\\Halite.exe" failed, status c0000135
--- snip ---
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.
https://bugs.winehq.org/show_bug.cgi?id=49706
Bug ID: 49706
Summary: Trails from Zero - Crashes in prologue and save
loading menu
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rjtulloh(a)gmail.com
Distribution: ---
Created attachment 67954
--> https://bugs.winehq.org/attachment.cgi?id=67954
Console log for the prologue crash.
When using the most recent Geofront translation patch(1.0.2), Trails from Zero
crashes in the third room of the Prologue and in the save loading menu.
To reproduce the issue in the prologue:
- Launch the game.
- On the main menu, start a new game. Difficulty choice does not matter.
- In the prologue, advance through all the text.
- Move forward until the crash occurs.
To reproduce the issue in the save loading screen:
- Launch the game.
- On the main menu, select "Load".
- Immediately exit the save menu.
Console output for the prologue crash is attached.
Note: To use the Geofront patch, a native dinput8 override is required. This is
because the patch uses a custom dinput8 library to apply changes.
Additional system info:
OS: Kubuntu 20.04
Kernel: 5.4.0-42-generic
GPU Driver: amdgpu
--
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=51444
Bug ID: 51444
Summary: Multiple tests fails in fd app
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
Hi,
This are steps to reproduce
```
wget https://static.rust-lang.org/dist/rust-1.53.0-x86_64-pc-windows-gnu.msi
msiexec /i rust-1.53.0-x86_64-pc-windows-gnu.msi
git clone https://github.com/sharkdp/fd.git
cd fd
git checkout ac4ded5b2700890c75f9cf474c1838aa4368807a
wine cargo test
```
in Wine this test fails
```
test_absolute_path
test_empty_pattern
test_excludes
test_exec_with_separator
test_follow
test_follow_broken_symlink
test_hidden_file_attribute
test_list_details
test_max_depth
test_no_extension
test_symlink_and_absolute_path
test_symlink_and_full_path
test_symlink_and_full_path_abs_path
test_symlink_as_absolute_root
test_symlink_as_root
test_type
```
in Windows Server 2019 this
```
test_exec_with_separator
test_list_details
```
--
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=34947
Bug #: 34947
Summary: Creo Elements: Oversized dialog window
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 46570
--> http://bugs.winehq.org/attachment.cgi?id=46570
Oversized dialog window
Steps to reproduce:
1) remove ~/.wine
2) wine Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe
3) do default installation
Behaviour:
At the end of installation I get oversized dialog (see attachment).
Expected behaviour:
No oversized dialog.
Terminal output on wine-1.7.6-158-g6ceb564:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Session", clsid
{000c109e-0000-0000-c000-000000000046}
err:module:attach_process_dlls "redirect.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT\\SolidDesigner.exe" failed, status 2c
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:module:attach_process_dlls "redirect.dll" failed to initialize, aborting
--
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=46772
Bug ID: 46772
Summary: Creo Elements/Direct Modeling Express 6.0 installer
fails with VBScript parser error: parser_lex '_' not
followed by newline
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
encountered while revisiting bug 27827 and bug 38950
The installer fails now which is a regression.
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi,+vbscript,+ole,+variant wine
./ModelingPE__setup_EN.exe >>log.txt 2>&1
...
0048:trace:msi:ACTION_CustomAction Handling custom action L"ExportProperties"
(6 L"NewBinary20" L"ExportProperties")
0048:trace:msi:HANDLE_CustomType5_6 L"NewBinary20" L"ExportProperties"
...
0053:trace:msi:ACTION_CallScript function L"ExportProperties", script L"option
explicit\r\non error resume next\r\n\r\nfunction ExportProperties( )\r\n\r\n
Dim svLang\r\n Dim svInstallLang\r\n Dim svLanguageID\r\n \r\n On Error
Resume Next\r\n\r\n svLang = Session.Property( \"UserLanguageID\" )\r\n\r\n
Select Case svLang\r\n\r\n Case \"1031\", \"2055\", \"307"...
...
0053:trace:vbscript:VBScript_AddNamedItem (0x5e2bf8)->(L"Session" a)
...
0053:trace:vbscript:VBScriptParse_ParseScriptText (0x5e2bf8)->(L"option
explicit\r\non error resume next\r\n\r\nfunction ExportProperties( )\r\n\r\n
Dim svLang\r\n Dim svInstallLang\r\n Dim svLanguageID\r\n \r\n On Error
Resume Next\r\n\r\n svLang = Session.Property( \"UserLanguageID\" )\r\n\r\n
Select Case svLang\r\n\r\n Case \"1031\", \"2055\", \"307"... (null) (nil)
(null) 0 0 0 (nil) (nil))
...
0053:fixme:vbscript:parser_lex '_' not followed by newline
0053:fixme:vbscript:parse_script parser failed around L"\", \"5129\", \"6153\",
_\r\n \"7177\", \"8201\", \"9225\", \"10249\", \"11273\"\r\n
svInstallLang = \"english\"\r\n svLanguageID = \"1033\"\r\n\r\n
Case \"1034\", \"2058\", \"3082\", \"4106\", \"5130\", \"6154\", \"7178\",
\"8202\", \"9226\", _\r\n \"10250\", \"11"...
...
0053:trace:msi:ScriptThread custom action (53) returned 1603
...
0048:err:msi:ITERATE_Actions Execution halted, action L"ExportProperties"
returned 1603
--- snip ---
The embedded VB scriptlet with all DOS line-endings (CR+LF), including
multi-line statements.
--- snip ---
option explicit
on error resume next
function ExportProperties( )
Dim svLang
Dim svInstallLang
Dim svLanguageID
On Error Resume Next
svLang = Session.Property( "UserLanguageID" )
Select Case svLang
Case "1031", "2055", "3079", "4103", "5127"
svInstallLang = "german"
svLanguageID = "1031"
Case "1033", "2057", "3081", "4105", "5129", "6153", _
"7177", "8201", "9225", "10249", "11273"
svInstallLang = "english"
svLanguageID = "1033"
Case "1034", "2058", "3082", "4106", "5130", "6154", "7178", "8202",
"9226", _
"10250", "11274", "12298", "13322", "14346", "15370", "16394",
"17418", _
"18442", "19466", "20490"
svInstallLang = "spanish"
svLanguageID = "1034"
Case "1036", "2060", "3084", "4108", "5132"
svInstallLang = "french"
svLanguageID = "1036"
Case "1040", "2064"
svInstallLang = "italian"
svLanguageID = "1040"
Case "1041"
svInstallLang = "japanese"
svLanguageID = "1041"
Case Else
svInstallLang = svLang
svLanguageID = svLang
End Select
Session.Property( "InstallLanguage" ) = svInstallLang
Session.Property( "GroupLanguageID" ) = svLanguageID
ExportProperties = 0
End Function
--- snip ---
The regression is caused by
https://source.winehq.org/git/wine.git/commitdiff/5800c9ed23a5c720843445d91…
$ git show 5800c9ed23a5c720843445d91c8547925493df8a
commit 5800c9ed23a5c720843445d91c8547925493df8a
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Sat Jun 16 19:05:30 2018 -0500
vbscript: Treat \r as a newline separator.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Reverting this commit on top of current master HEAD makes the installer work
again.
$ sha1sum ModelingPE__setup_EN.exe
333736c553c2eb985436e63f20bfcbb59932b6fb ModelingPE__setup_EN.exe
$ du -sh ModelingPE__setup_EN.exe
207M ModelingPE__setup_EN.exe
$ wine --version
wine-4.3
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=33500
Bug #: 33500
Summary: Creo Elements/Direct Modeling Express 4.0 fails to
install (msi script custom action return value
translation too restrictive)
Product: Wine
Version: 1.5.29
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 folks,
while revisiting bug 27827 it seems the app installer now fails.
The translation of the return value of a vbscript function called in msi custom
action is the culprit.
"OSDM.msi" gets extracted from
"Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe" and can be run
directly.
--- snip ---
$ wine msiexec -i OSDM.msi
...
0028:trace:msi:ScriptThread custom action (28) started
0028:trace:msi:ACTION_CallScript function L"ExportProperties", script L"option
explicit\r\non error resume next\r\n\r\nfunction ExportProperties( )\r\n\r\n
Dim svLang\r\n Dim svInstallLang\r\n Dim svLanguageID\r\n \r\n On Error
Resume Next\r\n\r\n svLang = Session.Property( \"UserLanguageID\" )\r\n\r\n
Select Case svLang\r\n\r\n Case \"1031\", \"2055\", \"307"...
...
0028:trace:msi:MsiActiveScriptSite_OnEnterScript (0x4dfc50)
...
0028:trace:msi:MsiActiveScriptSite_OnLeaveScript (0x4dfc50)
0028:trace:msi:MsiActiveScriptSite_OnStateChange State: Connected.
0028:trace:msi:call_script Calling function L"ExportProperties"
...
0028:trace:msi:MsiActiveScriptSite_OnEnterScript (0x4dfc50)
...
0028:trace:msi:MsiActiveScriptSite_OnLeaveScript (0x4dfc50)
0028:Call oleaut32.VariantChangeType(00a7e848,00a7e848,00000000,00000003)
ret=7ecfc53b
0028:Ret oleaut32.VariantChangeType() retval=00000000 ret=7ecfc53b
0028:Call oleaut32.VariantClear(00a7e848) ret=7ecfc570
0028:Ret oleaut32.VariantClear() retval=00000000 ret=7ecfc570
0028:trace:msi:MsiActiveScriptSite_OnStateChange State: Disconnected.
0028:trace:msi:MsiActiveScriptSite_OnStateChange State: Initialized.
0028:trace:msi:MsiActiveScriptSite_OnStateChange State: Closed.
...
0028:Ret ole32.CoUninitialize() retval=00000000 ret=7ecfc6db
0028:trace:msi:ACTION_CallScript script returned 1603
0028:trace:msi:MsiCloseHandle 1
0028:trace:msi:ScriptThread custom action (28) returned 1603
0028:trace:msi:MsiCloseAllHandles
...
0024:err:msi:ITERATE_Actions Execution halted, action L"ExportProperties"
returned 1603
--- snip ---
The embedded vbscript source code of "ExportProperties" function:
--- snip ---
option explicit
on error resume next
function ExportProperties( )
Dim svLang
Dim svInstallLang
Dim svLanguageID
On Error Resume Next
svLang = Session.Property( "UserLanguageID" )
Select Case svLang
Case "1031", "2055", "3079", "4103", "5127"
svInstallLang = "german"
svLanguageID = "1031"
Case "1033", "2057", "3081", "4105", "5129", "6153", _
"7177", "8201", "9225", "10249", "11273"
svInstallLang = "english"
svLanguageID = "1033"
Case "1034", "2058", "3082", "4106", "5130", "6154", "7178", "8202",
"9226", _
"10250", "11274", "12298", "13322", "14346", "15370", "16394",
"17418", _
"18442", "19466", "20490"
svInstallLang = "spanish"
svLanguageID = "1034"
Case "1036", "2060", "3084", "4108", "5132"
svInstallLang = "french"
svLanguageID = "1036"
Case "1040", "2064"
svInstallLang = "italian"
svLanguageID = "1040"
Case "1041"
svInstallLang = "japanese"
svLanguageID = "1041"
Case Else
svInstallLang = svLang
svLanguageID = svLang
End Select
Session.Property( "InstallLanguage" ) = svInstallLang
Session.Property( "GroupLanguageID" ) = svLanguageID
ExportProperties = 0
End Function
--- snip ---
"ExportProperties" explicitly returns "0" (msiDoActionStatusNoAction), no other
code path.
Wine source:
http://source.winehq.org/git/wine.git/blob/3b0179cbde19e650804cb3b5a8185762…
--- snip ---
279 DWORD call_script(MSIHANDLE hPackage, INT type, LPCWSTR script, LPCWSTR
function, LPCWSTR action)
280 {
281 HRESULT hr;
282 IActiveScript *pActiveScript = NULL;
283 IActiveScriptParse *pActiveScriptParse = NULL;
284 MsiActiveScriptSite *scriptsite;
285 IDispatch *pDispatch = NULL;
286 DISPPARAMS dispparamsNoArgs = {NULL, NULL, 0, 0};
287 DISPID dispid;
288 CLSID clsid;
289 VARIANT var;
290 DWORD ret = ERROR_INSTALL_FAILURE;
291
292 CoInitialize(NULL);
...
344 /* Call a function if necessary through the IDispatch interface */
345 if (function != NULL && strlenW(function) > 0) {
346 TRACE("Calling function %s\n", debugstr_w(function));
347
348 hr = IActiveScript_GetScriptDispatch(pActiveScript, NULL,
&pDispatch);
349 if (FAILED(hr)) goto done;
350
351 hr = IDispatch_GetIDsOfNames(pDispatch, &IID_NULL, (WCHAR
**)&function, 1,LOCALE_USER_DEFAULT, &dispid);
352 if (FAILED(hr)) goto done;
353
354 hr = IDispatch_Invoke(pDispatch, dispid, &IID_NULL,
LOCALE_USER_DEFAULT, DISPATCH_METHOD, &dispparamsNoArgs, &var, NULL, NULL);
355 if (FAILED(hr)) goto done;
356
357 /* Check return value, if it's not IDOK we failed */
358 hr = VariantChangeType(&var, &var, 0, VT_I4);
359 if (FAILED(hr)) goto done;
360
361 if (V_I4(&var) == IDOK)
362 ret = ERROR_SUCCESS;
363 else ret = ERROR_INSTALL_FAILURE;
364
365 VariantClear(&var);
366 } else {
367 /* If no function to be called, MSI behavior is to succeed */
368 ret = ERROR_SUCCESS;
369 }
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa371254%28v=vs.85%…
--- quote ---
Custom actions written in JScript or Visual Basic, Scripting Edition (VBScript)
can call an optional function. These functions must return one of the values
shown in the following table.
Return value Value Description
msiDoActionStatusNoAction 0 Action not executed.
msiDoActionStatusSuccess IDOK = 1 Action completed successfully.
msiDoActionStatusUserExit IDCANCEL = 2 Premature termination by user.
msiDoActionStatusFailure IDABORT = 3 Unrecoverable error. Returned if
there is an error during parsing or execution of the JScript or VBScript.
msiDoActionStatusSuspend IDRETRY = 4 Suspended sequence to be resumed
later.
msiDoActionStatusFinished IDIGNORE = 5 Skip remaining actions. Not an
error.
Note that Windows Installer translates the return values from all actions when
it writes the return value into the log file. For example, if the action return
value appears as 1 (one) in the log file, this means that the action returned
msiDoActionStatusSuccess. For more information about this translation see
Logging of Action Return Values.
To return a value other than success from a script custom action, you must use
a function target for the custom action. The target function is specified in
the Target column of the CustomAction Table.
--- quote ---
Translating everything not "IDOK" to ERROR_INSTALL_FAILURE seems overly
restrictive.
$ du -sh Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe
157M Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe
$ sha1sum Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe
4b77817ac55bf4cbbd85f02949d8d97e9a0ca19a
Creo-Elements-Direct-Modeling-Express4-M010-32-setup-EN.exe
$ wine --version
wine-1.5.29-38-g8e4317c
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.