http://bugs.winehq.org/show_bug.cgi?id=14518
Summary: GetTextMetrics on Tahoma font metrics returns an invalid
tmInternalLeading
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=14854)
--> (http://bugs.winehq.org/attachment.cgi?id=14854)
testcase
As the attached testcase demonstrates, Wine returns an invalid
tmInternalLeading for Tahoma of size 32. This causes a test for
comctl32/tests/status.c to fail. This test fails on Wine with both Wine Tahoma
as well as with Tahomas copied from Windows XP and Windows Vista. This suggests
that the problem is in gdi32, not the font.
--
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=38445
Bug ID: 38445
Summary: valgrind shows a couple invalid writes in
kernel32/tests/fiber.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x48AC93A: test_FiberHandling (fiber.c:131)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x49727E3: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/tests/kernel32_test.exe.so)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x402A7E7: rindex (vg_replace_strmem.c:190)
==9350== by 0x496392C: winetest_set_location (test.h:282)
==9350== by 0x48AC951: test_FiberHandling (fiber.c:132)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
--
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=33001
Bug #: 33001
Summary: TREEVIEW_GetItemT crashes when getting item from
different tree
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
Classification: Unclassified
Created attachment 43599
--> http://bugs.winehq.org/attachment.cgi?id=43599
Crash log
Triggered using AXE3 (hex editor):
http://advanced-hex-editor-a-x-e.en.softonic.com/
Crashes on program start, after "evaluation period expired" warning and before
displaying the main window. Does not happen systematically, but with a high
probability (~8 out of 10 runs). See attachment for error details.
This is a regression. Looking at the short change history of
dlls/comctl32/treeview.c I identified the commit introducing the regression as
95a15a3482ba47c1b84fd77a63f95d5cd784a97a , and re-introducing a "return FALSE"
in the "if (!TREEVIEW_ValidItem(infoPtr, item))" code branch indeed cures the
crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37829
Bug ID: 37829
Summary: Phonostar dradio-Recorder cannot connect to radio
streams
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olibuntu(a)arcor.de
Distribution: ---
Created attachment 50376
--> https://bugs.winehq.org/attachment.cgi?id=50376
ouput of env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
dradio-Recorder is a radio recording software developed by Phonostar for
Deutschlandradio. Features: Livestreams of many international radio stations,
time-shifted recording, programme information
Download from http://www.phonostar.de/partner/dradio-recorder
as http://www.phonostar.de/download/beta/dradio-Recorder3026.exe
When selecting a station (e.g. Deutschlandfunk) and pressing the play button,
the connection is tried to be established but never is.
I attached the ouput of
env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
I suspect the lines containing cStreamPlayer::PlayUrl to be near the problem.
--
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=18442
Summary: Google Video/Voice chat plugin installer finishes with
error 0x80040509
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Aside from needing native msxml3 and bug 18441, the Google Video/Voice chat
plugin installer works, but when it finishes installing, it says "error
0x80040509".
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39081
Bug ID: 39081
Summary: CCleaner needs esent.dll
Product: Wine
Version: 1.7.49
Hardware: x86
URL: https://www.piriform.com/ccleaner/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
err:module:import_dll Library ESENT.dll (which is needed by L"C:\\Program
Files\\CCleaner\\CCleaner.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CCleaner\\CCleaner.exe" failed, status c0000135
[austin@localhost ~]$ sha1sum ccsetup508.exe
aa7affcbdaf13c3872f32eaccf3befb92fd0fa80 ccsetup508.exe
[austin@localhost ~]$ du -h ccsetup508.exe
6.4M ccsetup508.exe
[austin@localhost ~]$ wine --version
wine-1.7.49-22-ge083986
--
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=37843
Bug ID: 37843
Summary: Black Mirror 3 starts minimized
Product: Wine
Version: 1.7.32
Hardware: x86
URL: http://www.gamershell.com/download_72202.shtml
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Distribution: ---
Created attachment 50401
--> https://bugs.winehq.org/attachment.cgi?id=50401
terminal output
The problem looks similar to the GTA:VC issue reported in bug #37716, but this
one occurs both in virtual desktop and full-screen mode. To reproduce the
problem make sure your screen resolution (or virtual desktop size) is the same
as the game resolution (can be adjusted in the options menu).
When you start BM3 the first splash screen is displayed normally then the intro
video gets minimized. In Wine's full-screen mode the game minimized to the
upper panel and can be restored by clicking on it.
The result of the regression test:
f6dde7062413a1dfdd71acc92c5178ac66f3ade0 is the first bad commit
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
:040000 040000 aa87fc202d416bf38b92925b0040cbdbcc9e3a84
23850dec1d6e575a9050437206d54d48db834005 M dlls
:040000 040000 0e90d026408ce1c052257f931536dd23c1e53a6f
5e45b170033d4faab106d4de13292c70ce3cbed4 M include
Another bug report with the same commit: bug #37762
wine-1.7.33-117-g6bab173
Fedora 21
XFCE 4.10
Xorg-1.16.2.901
Nvidia binary drivers 340.65
--
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=39529
Bug ID: 39529
Summary: Data Source initstring parsing is case-sensitive
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oledb32
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel(a)system.is
Distribution: ---
The initstring parsing in 'datainit_GetDataSource' for finding a suitable
provider is doing a case-sensitive sub-string match.
The casing of "Provider=" is insignificant in the native oledb32.dll.
--
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=39516
Bug ID: 39516
Summary: Listview tests consistently fail
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
After commit
http://source.winehq.org/git/wine.git/commit/4dd26ee814abb66731d075eb871f63…
>From 4dd26ee814abb66731d075eb871f6367994f2682 Mon Sep 17 00:00:00 2001
From: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue, 6 Oct 2015 16:19:42 +0200
Subject: [PATCH] comctl32: Don't ask for WM_MOUSEHOVER messages when
LVS_EX_TRACKSELECT was not specified.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
make listview.ok fails on every run for me, errors are:
---
../../../../wine-git/tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so listview && touch listview.ok
listview.c:5804: Test failed: hwndTrack != hwnd
listview.c:5805: Test failed: dwFlags = 0
Makefile:525: recipe for target 'listview.ok' failed
make: *** [listview.ok] Error 2
---
reverting this patch helps.
--
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=36280
Bug ID: 36280
Summary: valgrind shows a possible leak in
gameux/tests/gamestatistics.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gameux
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16163== 96 bytes in 3 blocks are possibly lost in loss record 488 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A25B38: heap_alloc (msxml_private.h:169)
==16163== by 0x6A2AF61: create_element (element.c:1836)
==16163== by 0x6A4751E: create_node (node.c:1996)
==16163== by 0x6A2094D: domdoc_createNode (domdoc.c:2045)
==16163== by 0x67D7237: GAMEUX_updateStatisticsFile (msxml2.h:3411)
==16163== by 0x67D9AD5: GameStatisticsImpl_Save (gamestatistics.c:952)
==16163== by 0x49588AA: test_gamestatisticsmgr (gameux.h:444)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
==16163== 96 bytes in 3 blocks are possibly lost in loss record 489 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A47769: heap_alloc (msxml_private.h:169)
==16163== by 0x6A48792: create_children_nodelist (nodelist.c:414)
==16163== by 0x6A43451: node_get_child_nodes (node.c:372)
==16163== by 0x6A26867: domelem_get_childNodes (element.c:242)
==16163== by 0x67D859E: GAMEUX_loadStatisticsFromFile (msxml2.h:8669)
==16163== by 0x67D8B6C: GAMEUX_loadGameStatistics (gamestatistics.c:631)
==16163== by 0x67DA167: GameStatisticsMgrImpl_GetGameStatistics
(gamestatistics.c:1101)
==16163== by 0x4958A87: test_gamestatisticsmgr (gameux.h:644)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
--
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=12474
Summary: Resolume - Black preview windows
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.resolume.com/download/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Created an attachment (id=12030)
--> (http://bugs.winehq.org/attachment.cgi?id=12030)
The few lines outputed in the terminal
Resolume has several preview windows in it's interface and they are all black
making the application useless.
--
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=36291
Bug ID: 36291
Summary: valgrind shows a leak msctf/tests/inputprocessor.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30336== 12 bytes in 1 blocks are definitely lost in loss record 95 of 698
==30336== at 0x7BC4C735: notify_alloc (heap.c:255)
==30336== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30336== by 0x5D621D9: ???
==30336== by 0x5D5DD8D: ???
==30336== by 0x4958885: test_Activate (msctf.h:1860)
==30336== by 0x495DEC8: func_inputprocessor (inputprocessor.c:2213)
==30336== by 0x495ED34: run_test (test.h:584)
==30336== by 0x495F122: main (test.h:654)
==30336==
--
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=39574
Bug ID: 39574
Summary: iNode 3.6 client needs ndis.sys.NdisInitUnicodeString
Product: Wine
Version: 1.7.54
Hardware: x86
URL: Here is iNode 3.6:
http://web.gdut.edu.cn/~nic/8021x/802.1x-v360-E6202.ex
e
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 52727
--> https://bugs.winehq.org/attachment.cgi?id=52727
terminal output
Noticed while testing bug 27061.
austin@austin1:~$ sha1sum 802.1x-v360-E6202.exe
710ec6f7954970780d434968565ac50bf0d8c083 802.1x-v360-E6202.exe
austin@austin1:~$ du -h 802.1x-v360-E6202.exe
41M 802.1x-v360-E6202.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=37932
Bug ID: 37932
Summary: Evil Genius from GOG crashes unexpectedly
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: salkhalifa(a)me.com
Created attachment 50527
--> https://bugs.winehq.org/attachment.cgi?id=50527
back trace
Evil Genius crashes unexpectedly Wine via GOG.COM Run on Macbook pro OS X
10.10.1
--
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=34559
Bug #: 34559
Summary: Call to Power II: Scrolling causes mouse and screen to
lock
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 46011
--> http://bugs.winehq.org/attachment.cgi?id=46011
Last Run Wine Log
When trying to scroll in the game, the screen just locks at the top of the map
and the mouse freezes. There are test results for the GOG version that confirm
this.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24835
--
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=17693
Summary: Silkypix 3.0 menus are invisible until clicked
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
The application menus are invisible until I blindly click on one of them, then
move the mouse left/right. After a while they disappear again.
System is ThinkPad T61 running Ubuntu 8.10 32 bit fully updated.
Wine version is 1.1.16
Silkypix 3.0.1.6
Here's a RAW file to test the application with:
http://dl.getdropbox.com/u/29966/wine-bugzilla/P1010588.RW2
--
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=37956
Bug ID: 37956
Summary: Photoshop 64bit crash when you press "cancel" button
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morosakubek(a)go2.pl
Distribution: ---
Photoshop 64bit crash when you press "cancel" button on any dialog.
--
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=35677
Bug ID: 35677
Summary: BBC iPlayer Desktop installer reports 'You need
Windows Media Player (9 or above) to install this
software.'
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,
the installer looks for 'C:\\Program Files\\Windows Media Player\\wmplayer.exe'
It might be useful to provide this executable as builtin (with version
resource) to fake the presence of Windows Media Player installation now that
Wine started implementing components.
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+msi wine ./BBC-iPlayer_Setup.exe >>log.txt 2>&1
...
0025:trace:msi:iterate_appsearch L"WM_VERSION" L"WMPlayerVer"
0025:trace:msi:ACTION_AppSearchGetSignature package 0x15ea40, sig 0x33e70c
...
0025:trace:msi:MSI_DatabaseOpenViewW L"select * from Signature where Signature
= 'WMPlayerVer'" 0x33e608
...
0025:trace:msi:ACTION_AppSearchGetSignature Found file name L"wmplayer.exe" for
Signature_ L"WMPlayerVer";
0025:trace:msi:ACTION_AppSearchGetSignature MinVersion is 9.0.0.0
0025:trace:msi:ACTION_AppSearchGetSignature MaxVersion is 0.0.0.0
0025:trace:msi:ACTION_AppSearchGetSignature MinSize is 0, MaxSize is 0;
0025:trace:msi:ACTION_AppSearchGetSignature Languages is (null)
...
0025:trace:msi:ACTION_SearchDirectory 0x15ea40, 0x33e70c, L"C:\\Program
Files\\Windows Media Player\\", 0, 0x33e740
0025:trace:msi:ACTION_RecurseSearchDirectory Searching directory L"C:\\Program
Files\\Windows Media Player\\" for file L"wmplayer.exe", depth 0
0025:Call ntdll.RtlAllocateHeap(00110000,00000000,00000068) ret=7dbe75af
0025:Ret ntdll.RtlAllocateHeap() retval=0017e8d8 ret=7dbe75af
0025:Call shlwapi.PathAddBackslashW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\") ret=7dbe9625
0025:Ret shlwapi.PathAddBackslashW() retval=0017e924 ret=7dbe9625
0025:Call KERNEL32.FindFirstFileW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\wmplayer.exe",0033dcf8) ret=7dbe9655
0025:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=7dbe9655
0025:Call shlwapi.PathAddBackslashW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\") ret=7dbe9754
0025:Ret shlwapi.PathAddBackslashW() retval=0017e924 ret=7dbe9754
0025:Call KERNEL32.FindFirstFileW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\*.*",0033dcf8) ret=7dbe9784
0025:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=7dbe9784
...
0025:Call KERNEL32.GetFileAttributesW(00000000) ret=7dbe9ca3
0025:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=7dbe9ca3
0025:trace:msi:ACTION_SearchDirectory returning 0
...
0025:trace:msi:ACTION_AppSearchDr returning 0
...
0025:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Property:
WM_VERSION, Signature: WMPlayerVer"
...
0025:trace:msi:MSI_EvaluateConditionW 0 <- L"WM_VERSION"
...
0025:trace:msi:msi_get_property returning (null) for property L"WRONGWMVERSION"
...
0025:trace:msi:msi_get_property returning L"You need Windows Media Player (9 or
above) to install this software." for property L"WRONGWMVERSION"
...
0025:Call user32.MessageBoxW(00000000,0017dcf8 L"You need Windows Media Player
(9 or above) to install this software.",7dc67952 L"Install Failed",00000000)
ret=7dbd9d83
--- snip ---
$ sha1sum BBC-iPlayer_Setup.exe
ba6368a7f4d4c4c33407a30605d0ade6b7d6d1d4 BBC-iPlayer_Setup.exe
$ du -sh BBC-iPlayer_Setup.exe
5.9M BBC-iPlayer_Setup.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.
http://bugs.winehq.org/show_bug.cgi?id=29899
Bug #: 29899
Summary: mapviewoffileex fails under certain condition with PE
images
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tizbac2(a)gmail.com
Classification: Unclassified
Created attachment 38887
--> http://bugs.winehq.org/attachment.cgi?id=38887
Test C program that fails on wine and works on windows
Using mapviewoffileex on the same pe image from 2 different file handles, on
wine tries to relocate and if the dll does not have .reloc , it will fail ,
instead on windows the call to MapViewOfFileEx returns a valid pointer both
times.
The attached C program together with a non relocatable DLL will fail on wine,
but on windows xp it works and it gives both times "test succeeded"
--
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=33713
Bug #: 33713
Summary: Download.com wrapper gets stuck on step 2 of 4
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Wine has had problems with Download.com's download manager app
ever since they introduced it.
Users are not terribly impacted since there's always a
"Direct Download Link" in small print (right below the main download
link) which lets you download the file directly without the download manager.
But most people don't see that, and it'd be nice if wine could handle the
silly download manager.
Currently wine puts up the download manager GUI, but doesn't let you
click through all four steps of its wizard; it just doesn't respond to
mouseclicks. (winetricks ie7 doesn't work around this; with that, it hangs
earlier.)
--
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=31534
Bug #: 31534
Summary: Toad: Cannot install Toad
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nexuslenet(a)terra.com.br
Classification: Unclassified
Created attachment 41468
--> http://bugs.winehq.org/attachment.cgi?id=41468
Unhandled exception
When I run the instalation program, it's crash.
I'm using ToadforSQLServer_Freeware_5.0.1.554 instalation program...
--
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=21032
Summary: Appraise-It 8.3 installer does not abort correctly
during redist downloading process
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.sfrep.com/dloads/appraise-it/ai8.3.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25229)
--> (http://bugs.winehq.org/attachment.cgi?id=25229)
Appraise-it 8.3 redist installer +urlmon,+wininet trace (lzma compressed)
With wine-1.1.34-469-g33a1934, canceling a redist download in progress in the
Appraise-It 8.3 installer causes the installer to continue downloading until
the file is finished, and then display a dialog box stating "Unable to download
installation data from the web". Judging from the installer's behavior using
native wininet and urlmon via winetricks ie6, canceling a download should cause
the installer to immediately display the dialog box, rather than deferring the
display to download completion. Given that the message
"fixme:urlmon:on_progress OnProgress failed: 80004004" was outputted in large
succession after attempting to cancel, I've attached a +urlmon,+wininet 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.