http://bugs.winehq.org/show_bug.cgi?id=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
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=11627
Summary: Need for Speed 2 SE 3dfx demo fails to start
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.nfshome.com/demos.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
It just prints:
The instruction at 0x00498d32 referenced memory at 0x00000004.
The memory could not be written.
And silently exits after that.
Which it didnt did before:
b22183703f8f77f8e1e32482f34934cadd207963 is first bad commit
commit b22183703f8f77f8e1e32482f34934cadd207963
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 15 22:32:36 2007 +0200
kernel32: Fix GlobalMemoryStatus to take into account the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.
:040000 040000 22266407af840ef6a38386a64fdc247e895c66ac
3924caf0140dfbe4bf8aff939710b1517b970e9f M dlls
--
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=10346
Summary: Cabelas Big Game Hunter 3 fails with series of Direct
Draw error Dialogs
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I try to launch Cabelas Big Game Hunter 3 I get a series of Direct Draw
error dialog boxes. The first states unknown directdraw error, and the second
says DDraw Unsupported.
--
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=9620
Summary: Bad pictures display in Pentax Photo Laboratory software
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpbyc(a)w.tkb.pl
Created an attachment (id=8011)
--> (http://bugs.winehq.org/attachment.cgi?id=8011)
A screenshot presenting the coloured strips on the preview window.
There is a problem with proper display of an actually loaded picture in a
preview window in the Pentax Photo Laboratory software, v. 3.0.
Some part of the preview is always covered with a few coloured strips, and what
is more, the strips influence the look of the histogram taken from the picture,
so you do not really know how the histogram should really look...
I attach a screenshot that represents the problem.
--
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=9597
Summary: Sony Digital Voice Editor 3 locks up when you try to
play or convert an .msv file
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sony.jp/products/overseas/contents/support/do
wnload/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sony "IC Recorder" ICD-SX57 digital voice recorder uses
a proprietary format, .msv, and comes with "Sony Digital Voice Editor 3",
an app to convert them to .mp3. (I believe you can download
several versions of that app from the URL above, haven't tried that myself.)
The app's installer completes, but Wine warns that MSCAT32.DLL
was not found. Mike Hearn posted a patch that adds stubs for
this, http://www.winehq.org/pipermail/wine-patches/2006-April/026116.html ,
so I updated it a bit, added two missing forwards, and
now the app installs without warning.
The next problem was a crash on startup, with backtrace starting with
=>1 0x7e37a450 convert_888_to_565_asis+0x70(width=0x78, height=0x18,
srcbits=0x4537888, srclinebytes=0x168, dstbits=0x7c081940,
dstlinebytes=0xffffff10)
[/home/dank/wine-git/dlls/winex11.drv/dib_convert.c:733] in winex11
(0x0033eed4)
Now, that's an old friend, and a patch for it is in
http://bugs.winehq.org/show_bug.cgi?id=7380#c16
With that patch, the app starts up and can find media properly.
Once you've done all that, you come to the bug that is the subject of this
report, namely, it crashes when you ask it to load a .msv file.
First, Wine outputs a stream of warnings for about twenty seconds,
saying over and over
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
err:ole:CoGetClassObject class {e30629d1-27e5-11ce-875d-00608cb78066} not
registered
err:ole:CoGetClassObject no class object {e30629d1-27e5-11ce-875d-00608cb78066}
could be created for context 0x1
err:quartz:GraphBuilder_Render Unable to create filter (80040154), trying next
one
and then finally crashing with
err:seh:setup_exception stack overflow 160 bytes in thread 000d eip b7d3b573
esp 7cf39f60 stack 0x7cf3a000-0x7d04a000
--
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=9435
Summary: MDI child window outside main window gives scrollbars
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
In Wine, if you move a MDI child window outside the borders of the main window,
you'll get scrollbars. This does not happen in Windows. This causes problems
with some applications which creates MDI child windows that occupies the entire
main window area. In this case, scroll windows appears, which obscures parts of
the MDI child. Tested with Wine as of 2007-08-23, using
http://www.cendio.se/~astrand/wine/11-mdi-scrollbar/mdi1.exe.
--
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=9832
Summary: Crysis Beta cannot connect to servers
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.fileplanet.com/144808/140000/fileinfo/Crysis-
Beta-Client
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
I have linked to the Beta, but I believe you may need a FilePlanet subscription
to download. If so I can provide any traces or anything...
The game gets as far as the server list, and can see all the servers and all
the information about them, however never actually connects. All other
networking functionality such as the built in chat works, except for connecting
to servers.
When you click connect, the terminal outputs this (every time):
fixme:winsock:_remap_optname Unknown optname 22, can't remap!
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000016
I'll attach the full +winsock output too, but it's very big which is why I
pasted the seperately.
--
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=9953
Summary: Finereader Installation doesn't work
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Created an attachment (id=8466)
--> (http://bugs.winehq.org/attachment.cgi?id=8466)
Finereader 9 Terminal Error Messages
Hi, I already posted a bug about FineReader, but I made a misstake, so here is
the right Bug:
When installing Finereader 9 the Installation Wizards stops suddenly shortly
before the ending when the message is something like:
Installing Services
The Error Log in the Terminal is below in the attachment.
I have already tried to fix the problem by reinstalling wine, but the problem
exists furthermore.
--
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=9872
Summary: Wine fails to "Run" Leisure Suite Larry 7 after install
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wegmethaat(a)yahoo.com
Created an attachment (id=8359)
--> (http://bugs.winehq.org/attachment.cgi?id=8359)
terminal output of failed run
I've followed the "HOWTO" on the page at winehq.org for Leisure Suit Larry:
Love for Sail! (Windows 3.1/9x Version), but after the installation, the game
won't run. I've done exactly what the "HOWTO" says, that is: I went to the
CDROM directory with the game, ran AUTOPLAY.EXE using Wine, and selected "Run".
The attached lsl7_0946.txt file shows the resulting terminal output of the
failed run.
--
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=10495
Summary: Wine should support PulseAudio
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Wine should have a PulseAudio output plugin. This is a feature request.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.