https://bugs.winehq.org/show_bug.cgi?id=44176
Bug ID: 44176
Summary: EverQuest crashes with unimplemented function
d3dx9_43.dll.D3DXCreateKeyframedAnimationSet
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0x7b43bf4c to unimplemented function
d3dx9_43.dll.D3DXCreateKeyframedAnimationSet
wine-3.0-rc1-34-gca9ca79d12
--
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=44265
Bug ID: 44265
Summary: Options dialog triggers exception upon close in
Windows Media Player 6.4
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60076
--> https://bugs.winehq.org/attachment.cgi?id=60076
Backtrace of Options dialog exception upon close (after hardware acceleration
change)
Options dialog (View > Options) triggers an exception when closed in Windows
Media Player 6.4 regardless of button clicked (Close, OK, window close; Apply
is always disabled). Tested on two systems.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=44222
Bug ID: 44222
Summary: Office 2010 Pro Plus reruns setup on starting any app
even when Windows version is XP
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: jacek(a)codeweavers.com
Regression SHA1: d0ed6d10358683e76f4fc059572fcd60813e8dc0
Distribution: ---
Related to bug 38838 but not the same, because this is a more recent
regression. Setting the Windows version to XP used to work around that bug, but
it no longer does.
d0ed6d10358683e76f4fc059572fcd60813e8dc0 is the first bad commit
commit d0ed6d10358683e76f4fc059572fcd60813e8dc0
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Mar 16 14:00:17 2017 +0100
rpcrt4: Get rid of manual_listen_count and use binary state instead.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 a8d97cad516fa08664e9edc01232b3c132a7bf16
4c8d035928364fe158b4d24d802d5d82285d4d0c M dlls
--
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=44296
Bug ID: 44296
Summary: Qt 5 programs fail to resolve DNS SRV records
Product: Wine
Version: 1.8.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dnsapi
Assignee: wine-bugs(a)winehq.org
Reporter: mikkel(a)krautz.dk
Distribution: ---
Created attachment 60129
--> https://bugs.winehq.org/attachment.cgi?id=60129
ZIP file containing reproducible test case.
One of our test cases from Mumble [1] tests our SRV resolving code.
The test passes on Windows 10 (all I've tested), but fails on Wine (wine-1.8.5
(Ubuntu 1.8.5-1ubuntu2)).
On Wine, the test fails due to Qt's QDnsLookup failing with
QDnsLookup::ServerFailureError.
The code in Qt 5 is here:
https://github.com/qt/qtbase/blob/19b0ce5daa31e2ffebfcf2701143742302f1deb4/…
So it seems like a call to DnsQuery_W for resolving SRV records is failing with
DNS_ERROR_RCODE_SERVER_FAILURE.
I've not dug deeper yet, I just wanted to file this upstream early.
[1]: https://www.mumble.info
--
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=44329
Bug ID: 44329
Summary: Listview custom draw in report mode uses wrong state
of LV_ITEM using LVIS_STATEIMAGEMASK
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: lisitski.segrey(a)gmail.com
Created attachment 60193
--> https://bugs.winehq.org/attachment.cgi?id=60193
Wrong result in WINE
I'm trying to create my own Listview in report mode, using custom draw.
When I try to check does Item have a state image using LVIS_STATEIMAGEMASK,
WINE says that subItem has state image too(See attached screenshot)
By MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/bb774760(v=vs.85).…
Bits 12 through 15 of this member specify the state image index. The state
image is displayed next to an item's icon to indicate an application-defined
state. If these bits are zero, the item has no state image. To isolate these
bits, use the LVIS_STATEIMAGEMASK mask. To set the state image index, use the
INDEXTOSTATEIMAGEMASK macro. The state image index specifies the index of the
image in the state image list that should be drawn. The state image list is
specified with the LVM_SETIMAGELIST message.
Source code: https://drive.google.com/open?id=1FlwWEIn2r_CJfw_OWLJmq2Cb8N_ciruw
Executables: https://drive.google.com/open?id=1QdnYBvDQiSOEmHMWLQpYDDGLRI6ZnTTl
--
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=42789
Bug ID: 42789
Summary: Qemu 2.9.0-rc3 crashes before displaying anything
Product: Wine
Version: 2.5
Hardware: x86-64
URL: https://qemu.weilnetz.de/w32/qemu-w32-setup-20170405.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Created attachment 57816
--> https://bugs.winehq.org/attachment.cgi?id=57816
log + backtrace
To reproduce just install qemu and run qemu-system-i386 with no additional
parameters. Backtrace seems pretty clean on where the problem is.
File Info:
666798c903472b4cb44b37544d5764cf2acb6c0f qemu-w32-setup-20170405.exe 37Mb
--
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=44255
Bug ID: 44255
Summary: Wolf RPG Editor: Game.exe zombifies upon quit
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
Pretty much every single title using Wolf Rpg Editor as the engine zombifies
upon engine shutdown.
That is, the application window closes properly, but the app itself goes into
an infinite cycle of "err:ntdll:RtlpWaitForCriticalSection section 0x7bcea9e0
"/mnt/buildbox/builds/portage/app-emulation/wine-2.22/work/wine-2.22/dlls/ntdll/loader.c:
loader_section" wait timed out in thread 0577, blocked by 060a, retrying (60
sec)'. This is an old problem, that was present with Wolf 2.10 and still
present with 2.21. Needs to be killed via task mgr.
The warning itself is an annoyance: in my personal experience, in less than 20%
of the cases it's not a deadlock and if it is, once it pops up, it blocks
Ctrl-C from terminating such hung app.
--
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=44270
Bug ID: 44270
Summary: Exception when organizing favorites in Windows Media
Player 6.4 (unimplemented function
shdocvw.dll.DoOrganizeFavDlg)
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60082
--> https://bugs.winehq.org/attachment.cgi?id=60082
Backtrace from Organize Favorites error
Exception in Windows Media Player 6.4 when attempting to organize favorites
(Favorites > Organize Favorites). Tested on two systems.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=43520
Bug ID: 43520
Summary: WIC does not decode some JPEG images correctly
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 58915
--> https://bugs.winehq.org/attachment.cgi?id=58915
sample image
example image 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=44217
Bug ID: 44217
Summary: Designsoft Tina 11.2 Demo hangs while simulating some
examples
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brodo(a)o2.pl
Distribution: ---
Designsoft Tina 11.2 Demo hangs while simulating example from:
/.wine/drive_c/Program Files/DesignSoft/Tina 11 -
Demo/Examples/Microcontrollers/XMC/power_XMC1302_230V_boost_PFC_QR_resistive.tsc
Other examples failed too (not all though).
I've done regression testing that yielded this:
bash-4.4$ git bisect good
6d2719d3c12c2765c1a4332b894f95f232ff652b is the first bad commit
commit 6d2719d3c12c2765c1a4332b894f95f232ff652b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jul 25 11:48:40 2017 +0200
hal: Mark function that are only called from assembly as hidden.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 3475f33f53a7905653b8d363d7a64bccf17e0a52
a8a078be01492abdf794cc10b458c02b423db7e8 M dlls
Tina 11.2 Demo can be downloaded from www.tina.com site.
--
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.