http://bugs.winehq.org/show_bug.cgi?id=9932
Summary: Listview highlight issues when drag&drop enabled
Product: Wine
Version: unspecified
Platform: All
URL: http://www.stationplaylist.com/LV_Checkboxes.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ross(a)stationplaylist.com
I've written a test program to show several problems with Listviews.
When a Listview has drag & drop enabled, clicking a list item with the mouse
shows the highlight color for only a fraction of a second. The operator cannot
see which list item is selected.
A related problem occurs when clicking a list item checkbox while it is
highlighted. It does not show the tick mark. It appears the checkbox is not
checked but moving the highlight to another list item then shows the checkbox
is checked.
These are only issues when drag & drop is enabled.
These issues are quite serious for anyone wanting to use our radio broadcasting
software on Linux. It's not useable with these problems as the highlighted
track and/or checked track is what will play when the user clicks Play.
--
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=11604
Summary: Adobe Premiere 6 tryout installer / Cleaner 5 EZ crashes
Product: Wine
Version: 0.9.42.
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/6
.x/pre60to.zip
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happens both with 0.9.42 and with 0.9.54-190-g6d59ddf
and probably others.
The installer crashes and puts up a dialog "Unhandled Exception".
Backtrace:
2 0x7e18ba8b TLB_abort+0xb() [dlls/oleaut32/typelib.c:1357] in oleaut32
(0x0034def0)
3 0x7e18bb1f MSFT_Read+0x8f(buffer=0x34df68, count=0xc, pcx=?, where=0x880)
[dlls/oleaut32/typelib.c:1455] in oleaut32 (0x0034df30)
4 0x7e193044 MSFT_CustData+0x64(pcx=0x34e208, offset=?, ppCustData=0x11c64c)
[dlls/oleaut32/typelib.c:1700] in oleaut32 (0x0034df80)
5 0x7e193464 ITypeLib2_Constructor_MSFT+0x3b4(pLib=?, dwTLBLength=?)
[dlls/oleaut32/typelib.c:2476] in oleaut32 (0x0034e350)
6 0x7e197269 LoadTypeLibEx+0x799(szFile=?, regkind=0x0, pptLib=0x34e75c)
[dlls/oleaut32/typelib.c:2335] in oleaut32 (0x0034e5b0)
Clicking OK hits the same crash once, but otherwise continues.
Enough of the app is installed to try to start.
The crash happens when the installer is running
c:\\Program Files\\Cleaner 5 EZ\\CleanerEZ5.exe /Regserver
and sure enough, after install is over, running that app with
or without /Regserver reproduces the crash (as well as the
nasty directdraw screen black bug).
I'll attach a log. The key lines seem to be
0027:Call oleaut32.LoadTypeLib(0034f0ec L"C:\\Program Files\\Cleaner 5
EZ\\CleanerEZ5.tlb",0034fdb0) ret=00544f78
...
trace:typelib:MSFT_ReadString L"Cleaner 1.0 Type Library" 25
trace:typelib:MSFT_CustData
trace:typelib:MSFT_Read pos=0x0000075a len=0x0000000c 0x00000000 0x0000085d
0x00000880
err:ole:MSFT_Seek seek beyond end (2176/2141)
0027:Call KERNEL32.DebugBreak() ret=7e97ea8b
0027:Call user32.MessageBoxA(00000000,0034e05c "Unhandled exception:
80000003\nAt address: 7ee20433\n",006f68a8 "Unhandled
Exception",00002000) ret=005f6fbc
And yes, you can reproduce the crash by loading that typelib into
wine's OleView. So I guess I'll attach the .tlb, too.
--
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=12341
Summary: Winambulancia -DB backup crashes
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.softprogres.sk/prog_winamb.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) is medical software for variety of specialisations of
medical prax. It uses VFP and VB with MDB backend. The app is in Slovak (SK)
language. Mostly the wine problems are related to the OLE.
The database backup function dosen't work properly. In the app, please go to
"Nástroje > Zálohovania" and You will be asked for location of the backup.
Just confirm the path and press OK. You will be then asked, whether You wish to
run DB Defragmentation first. Say "Nie" (eng:No), otherwise You will crash
because of the bug 12340.
The user faces the backup option automatically even after startup after several
days without backup.
--
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=39378
Bug ID: 39378
Summary: winecfg and ntdll disagree upon the proper place for
DllOverrides key
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I've run into this problem as I've tried to run a 32bit program in a 64bit
prefix that needed native msvcr120.dll due to missing (at very least) some
strto* functions.
When I've set the override via winecfg, they've got ignored till I've removed
builtin from /usr/lib32/wine.
Surprisingly, environment override *did* work without that step, so I've dug in
deeper - first via WINEDEBUG=loaddll, then WINEDEBUG="module,reg".
The conclusion was:
winecfg creates [Software\\Wine\\AppDefaults\foo\\DllOverrides] keys
ntdll looks at [Software\\Wow6432Node\\Wine\\AppDefaults\foo\\DllOverrides]
keys
Obviously, ntdll trumps winecfg every time.
Correcting winecfg keys makes things work, but obviously, the entries disappear
from winecfg.
--
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=14543
Summary: Worms World Party crashes on attempting to run
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Created an attachment (id=14883)
--> (http://bugs.winehq.org/attachment.cgi?id=14883)
Wine 1.1.1 output log (including BT)
Worms World Party crashed when I attempted to run it - WWP fullscreened and
rendered a black screen atop everything else, then Wine crashed, and sat at a
backtrace until I killed wineserver.
Wine output, including backtrace, 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=40512
Bug ID: 40512
Summary: Alan Wake's American Nightmare some textures has
partially or missing transparency
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 54315
--> https://bugs.winehq.org/attachment.cgi?id=54315
screenshot
Grass Distance option set to max.
GOG version.
wine-1.9.8-75-gab78cff
--
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=19514
Summary: installation succeeds, running fails -- "the program X
has encountered a serious problem and needs to close"
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluedzins(a)wp.pl
I try to run PWN Polish Dictionary (v.3.0) using wine. Using virtualbox
everything fine, but using wine only installation works OK. When executing
installed program I get windows program error:
the program X has encountered a serious problem and needs to close
with wine explanation below (the same dialog).
Exactly the same behaviour I see for another program -- SuperMemo UX. I will
attach logs for both of them.
--
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=40730
Bug ID: 40730
Summary: Elasto Mania: Hang on launch - later works but without
sound
Product: Wine
Version: 1.5.18
Hardware: x86
URL: http://elastomania.com/share_win.html
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fritz-stuhr(a)web.de
Regression SHA1: 841214ddb4d4dc620e6b51dfe6655b585d423edc
Distribution: Ubuntu
Starting with 841214ddb4d4dc620e6b51dfe6655b585d423edc Elasto Mania (full
version aswell as linked shareware version) hangs directly at the title screen
or about a quarter of a second after starting the first level.
Beginning with 4f32f8e185949f2cb7bcee4f218f4724d5b823d5 it doesn't hang anymore
but sound is not working anymore (was working fine before
841214ddb4d4dc620e6b51dfe6655b585d423edc).
Please note that the sound starts a bit delayed (I think that also happens on
Windows). After starting the first level it takes about 3.5 seconds before you
can hear anything.
Git bisecting was done on a Lubuntu 16.04 32bit live CD.
--
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=38196
Bug ID: 38196
Summary: ffmpeg fails to create direct3d9 device on shell
window
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
Distribution: ---
Created attachment 50972
--> https://bugs.winehq.org/attachment.cgi?id=50972
wine test to reproduce the issue
If you enable DXVA2 in ffmpeg, the creation of the Direct3D9 device fails. They
use the following code:
--------
IDirect3D9_GetAdapterDisplayMode(ctx->d3d9, adapter, &d3ddm);
d3dpp.Windowed = TRUE;
d3dpp.BackBufferWidth = 640;
d3dpp.BackBufferHeight = 480;
d3dpp.BackBufferCount = 0;
d3dpp.BackBufferFormat = d3ddm.Format;
d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD;
d3dpp.Flags = D3DPRESENTFLAG_VIDEO;
hr = IDirect3D9_CreateDevice(ctx->d3d9, adapter, D3DDEVTYPE_HAL,
GetShellWindow(), D3DCREATE_SOFTWARE_VERTEXPROCESSING | D3DCREATE_MULTITHREADED
| D3DCREATE_FPU_PRESERVE, &d3dpp, &ctx->d3d9device);
---
The creation fails because ffmpeg tries to create the device using the shell
window, but GetShellWindow() always returns NULL as handle until some program
sets the shell window using SetShellWindow(). Wine does not provide any program
which calls SetShellWindow() and it is therefore not possible to get ffmpeg +
DXVA2 working with plain Wine.
In order to test this bug you either need to apply the DXVA2 patches from
https://github.com/wine-compholio/wine-staging/tree/master/patches/dxva2-Vi…
and enable vaapi in the registry or you can use the wine test from the
attachment.
--
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.