http://bugs.winehq.org/show_bug.cgi?id=20341
Summary: pcsx2 beta: crashes when exiting LilyPad configuraiton
dialog
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://pcsx2.net/files/21514
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miegalius(a)gmail.com
Created an attachment (id=24071)
--> (http://bugs.winehq.org/attachment.cgi?id=24071)
Crash backtrace
Pcsx2 beta r1888 crashes when exiting LilyPad r1853 configuraiton dialog (OK or
Cancel buttons). Plugin manages to try and get result of PropSheet_IndexToHwnd
when passed handle is already invalid because window is beeing destroyed.
--
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=20553
Summary: Invalid read in LISTVIEW_NCDestroy in chromium
unit_tests.exe in TableViewTest.Sort?
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Valgrinding the chrome unit tests yields the warning
Invalid read of size 4
at is_valid (imagelist.c:85)
by ImageList_Destroy (imagelist.c:695)
by LISTVIEW_NCDestroy (listview.c:9676)
by LISTVIEW_WindowProc (listview.c:11017)
by ??? (library.h:159)
by call_window_proc (winproc.c:469)
by CallWindowProcW (winproc.c:2321)
by views::TableView::TableWndProc (table_view.cc:744)
by ??? (library.h:159)
by call_window_proc (winproc.c:469)
by WINPROC_call_window (winproc.c:2214)
by call_window_proc (message.c:1635)
Address 0x7f052de8 is not stack'd, malloc'd or (recently) free'd
Line 9676 is
ImageList_Destroy(infoPtr->himlSmall);
Is himlSmall not properly initialized?
To repeat:
mkdir demo
cd demo
wget -c http://kegel.com/wine/chromium/chromium-tests.tar.bz2
tar -xjvf chromium-tests.tar.bz2
valgrind --trace-children=yes wine
src/chrome/Debug/unit_tests.exe --gtest_filter=TableViewTest.Sort
(That download is a doozy, sorry...)
It's possible this is a chromium bug, but we've been running
purify on the chromium tests for a while, and they're probably fairly clean.
--
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=20696
Summary: Regression: PAF5 with Wine 1.1.33 crashes when leaving
'Individual' tab for another tab.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rm.riches(a)verizon.net
Created an attachment (id=24723)
--> (http://bugs.winehq.org/attachment.cgi?id=24723)
first log of crash
PAF (Personal Ancestral File) 5 and Wine 1.1.33 crash with an unhandled page
fault when an attempt is made to switch from the Individual tab to either the
Family tab or the Pedigree tab. This application function has worked fine for
many Wine versions up to and including 1.1.32.
To duplicate,
1) Install PAF5 into a fresh prefix area.
2) Bring up PAF5.
3) Click on 'New'.
4) Browse somewhere and enter a file name.
5) Click 'Cancel' in the two dialogs that will follow.
6) Click on the 'Individual' tab.
7) Click on either the 'Family' tab or 'Pedigree' tab.
8) Observe the crash.
For me, the symptom happens 100% of the time. I will attach log files from two
runs.
I doubt I will have time to do a Git regression run, but I will try to make
time to do 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=20700
Summary: ACDSee crashing when trying to edit file names in
Listview
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.oldversion.com/download_ACDSee_3.10.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lahmbi5675(a)gmx.de
Created an attachment (id=24732)
--> (http://bugs.winehq.org/attachment.cgi?id=24732)
Console output after ACDSee crashed
I'm using quite old versions of ACDSee, 2.45 and 3.1, German version. Wine
version is 1.1.33, mode is win98.
Steps to reproduce:
Start ACDSee, you will see a Treeview Control listing directories, a Listview
Control listing the files in the current directory, and a preview window.
Click on some file name. The file name will become selected. Click another
time, the file name will become editable, with text cursor etc.
Click with the mouse cursor on another file name, some dialog will pop up,
telling you that a fatal error happend.
Result: ACDSee crashes, console output tells you something about an unhandled
exception.
I tried to use winetricks comctl32, but that made my wine generally instable,
even wincfg refused to start, I had to edit system.reg with vi to reset the dll
overrides. Winetricks version was 20091022, from opensuse, maybe I should try a
newer version.
I'm seeing another minor bug in the Treeview Control, If I click on a
directory, until it becomes editable, then click on another directory, the
focus and text cursor will remain on the first clicked directory, which remains
editable. The Treeview Control isn't properly updated anymore, preview window
not working anymore, too, until I press Escape. This is not the windows
behaviour, if you edit a treeview entry and click on another element, focus
will be changed, editing of the first clicked entry will be stopped.
--
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=20742
Summary: Sorted list view control always inserts at the end
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nakamoto2(a)users.sourceforge.net
In a sorted list view control, in report mode, InsertItemA always inserts at
the end instead of the correctly sorted location.
In my test case, the values being sorted always start with the same character,
such as:
0010
0020
0030
0040
If 0025 is inserted, it will be inserted at the end. It doesn't matter if the
list is sorted ascending or descending.
I think it's because this line of code is comparing the internal wide-char
string with the passed in single-width char string without converting it:
on line 7221 of dlls\comctl32\listview.c
cmpv = textcmpWT(item_s->hdr.pszText, lpLVItem->pszText, TRUE);
shouldn't TRUE be changed to isW?
cmpv = textcmpWT(item_s->hdr.pszText, lpLVItem->pszText, isW);
It was working correctly in version 1.1.20 and 1.0.1.
--
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=21065
Summary: Up-Down Controls appearance is broken since 1.1.34
Product: Wine
Version: 1.1.34
Platform: x86
URL: http://miranda.googlecode.com/files/miranda-im-v0.8.11
-unicode.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=25263)
--> (http://bugs.winehq.org/attachment.cgi?id=25263)
Miranda 0.8.10 options in Wine 1.1.35
Wine 1.1.33 didn't have this problem, it was first introduced in wine 1.1.34
and still observable in wine 1.1.35.
--
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=21141
Summary: Notepad++ crashes on startup
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
rebar.c:263: REBAR_GetBand: Assertion `i >= 0 && i < infoPtr->uNumBands'
failed.
This computer was down while I was moving, but it worked last week, so it's a
fairly recent regression. I'll do the test this afternoon, if Nikolay needs 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=21260
Summary: Memory leak in comctl32/listview
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: dank(a)kegel.com
This is a memory leak from running the Chromium unit_test.exe. I still need to
narrow down which test case causes this.
16 bytes in 2 blocks are definitely lost in loss record 672 of 5,709
at 0x47100EA: RtlAllocateHeap (heap.c:247)
by 0x481A4BA: HeapAlloc (heap.c:276)
by 0x481A8B7: GlobalAlloc (heap.c:369)
by 0x481AA92: LocalAlloc (heap.c:969)
by 0x4E305DC: Alloc (comctl32undoc.c:74)
by 0x4E4A86E: ranges_add (listview.c:3116)
by 0x4E53DCB: set_main_item (listview.c:1102)
by 0x4E521B9: LISTVIEW_SetItemT (listview.c:4325)
by 0x4E52696: LISTVIEW_SetItemState (listview.c:8591)
by 0x4E606EB: LISTVIEW_WindowProc (listview.c:11176)
by 0x4A24EB9: ??? (in /usr/local/wine-1.1.35/lib/wine/user32.dll.so)
by 0x4A254B4: call_window_proc (winproc.c:242)
by 0x4A26D2F: CallWindowProcW (winproc.c:980)
by 0x95BDBDB: views::NativeControlWin::NativeControlWndProc
(native_control_win.cc:202)
by 0x4A24EB9: ??? (in /usr/local/wine-1.1.35/lib/wine/user32.dll.so)
by 0x4A254B4: call_window_proc (winproc.c:242)
by 0x4A26D2F: CallWindowProcW (winproc.c:980)
by 0x95DB270: views::NativeTableWin::TableWndProc (native_table_win.cc:854)
by 0x4A24EB9: ??? (in /usr/local/wine-1.1.35/lib/wine/user32.dll.so)
by 0x4A254B4: call_window_proc (winproc.c:242)
by 0x4A281E9: WINPROC_call_window (winproc.c:899)
by 0x49EEB00: call_window_proc (message.c:1634)
by 0x49F30A8: send_message (message.c:2481)
by 0x49F35A5: SendMessageW (message.c:2604)
by 0x95D8BFF: views::NativeTableWin::SetSelectedState (native_table_win.cc:158)
(native_table_win.cc is part of Chromium, in src/views/controls/table/)
--
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=21379
Summary: File open dialog is extremely slow since wine 1.1.34
Product: Wine
Version: 1.1.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filejunkie(a)gmail.com
File open dialog becomes extremely slow in wine 1.1.34 (clicking "Open file" or
"Save file" in applications hangs them for a long period of time which depends
on file count in current directory). 1.1.35 and 1.1.36 have this bug, 1.1.33
does not.
--
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=21592
Summary: ResTrax: Up-down common control doesn't process arrow
keys the same as mouse clicks
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.cockrumpublishing.com/rttrial
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rickcockrum(a)gmail.com
Using stock Wine 1.1.37 on Ubuntu 9.10.
I have several dialogs in my application which create an up-down control and
set it's buddy to a static control. The up-down control has an acceleration of
25, with a time interval of 0. The up-down control also has the UDS_ARROWKEYS
style set.Under Windows clicking the up-down control's arrows with the mouse,
or pressing both change the position of the up-down control by 25. Under Wine,
using the mouse changes the position by 25. If I use the arrow keys, the
position only changes by 1.
--
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=21665
Summary: Heavy Metal Pro pagefaults when opening load screen
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.heavymetalpro.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Created an attachment (id=26164)
--> (http://bugs.winehq.org/attachment.cgi?id=26164)
output
When trying to open the "load" screen in the program, it pagefaults. This
pretty much makes the program worthless.
--
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=21898
Summary: uTorrent 2.0 redraws the listview torrent progress
indicator incorrectly
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.utorrent.com/downloads
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: bunglehead(a)gmail.com
Created an attachment (id=26545)
--> (http://bugs.winehq.org/attachment.cgi?id=26545)
uTorrent 2.0 +listview trace
In wine-1.1.39-163-g583f0f0, when moving the horizontal scrollbar of the
torrent listview in uTorrent 2.0, the torrent progress indicator doesn't move
correctly along with the other listview elements, but is instead redrawn in the
same location over the other elements. Regression testing indicated:
3cd15e5db5b9b89abbc3d5a7a16b62ce28eed153 is first bad commit
commit 3cd15e5db5b9b89abbc3d5a7a16b62ce28eed153
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Fri May 29 01:35:36 2009 +0400
comctl32/listview: Don't offset subitem rectangles with item padding
returned by LVM_GETSUBITEMRECT.
:040000 040000 85aa1a9ccb92f30e8cc33386dfed7e48549f35ec
bd2bace8bb5080b042ea33b0271bf1db4cedc36f M dlls
A +listview trace when moving the horizontal scrollbar is 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=22001
Summary: datetime.c test fails when LC_CTYPE="ru_RU.UTF-8"
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Here's the output:
comctl32_test.exe.so datetime.c && touch datetime.ok
datetime.c:679: Test failed: Expected 3/10/2010, got 10.03.2010
make[1]: *** [datetime.ok] Error 1
If i set LC_CTYPE=en_US, the test passes.
Here are my locale settings:
$ locale
LANG=en_US
LC_CTYPE=ru_RU.UTF-8
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
"3/10/2010" is en_US format, while "10.03.2010" is ru_RU, this means that it's
the test bug since it expects a string in other format than LC_CTYPE specifies.
--
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=22045
Summary: VirtualDub: cannot edit text informations
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
I'm actually unable to edit the file information in any file.
Here is what happens: I open VirtualDub, I open an AVI file, clic con `File'
menu, select `Set text information...' and the dialog pops up. Then if I clic
on the information area (either `Text' or `Field') the box closes. Nothing
changes and no message appears on the command line so I don't know what goes
wrong.
Of course I can navigate the dialog box using tab keys and cursor keys but I
cannot edit the informations.
--
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=22822
Summary: Utorrent progress bars regression in 1.2rc1
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psyclonejack(a)hotmail.com
Karmic, utorrent 2.0.2
With wine 1.2rc1 the progress bars stop show the percentage of the torrent
downloaded. They other say 100% and are all blue, or just 100%. The bar should
show the percentage downloaded and the blue moves to the right the higher the
percentage.
The bars worked in 1.1.44 and version before.
--
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=22857
Summary: Starcraft 2 Editor crashes when the "Data Editor" gets
opened.
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
To be able to load only the "Data Editor" module set the following registry
key:
"HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0
This will make a small window show up in which you can choose a module to load.
If you choose "Data Editor" the editor will crash silently without showing the
error report dialog of blizzard.
--
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=23049
Summary: Shareaza crash while starting
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://shareaza.sourceforge.net/?id=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=28596)
--> (http://bugs.winehq.org/attachment.cgi?id=28596)
Console output
This is in Wine-1.2-rc2. Shareaza 2.5.2.0. Ubuntu 10.04
--
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=23056
Summary: BitComet 1.21: Fails to start
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_setup.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28606)
--> (http://bugs.winehq.org/attachment.cgi?id=28606)
Terminal output on Wine-1.2-rc2
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine bitcomet_setup.exe do default installation
4) wine BitComet.exe
Behaviour:
I get window with "BitComet has encountered a problem [...]"
Expected behaviour:
Bitcomet should start normally
--
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=23280
Summary: The Starcraft 2 Editor crashes when you add a Model to
the Previewer.
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Starcraft 2 Editor crashes when you add a Model to the Previewer by
clicking on the "Add" button.
The only output of the editor when it crashes is:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x564b658,0x564b65c): stub
I am currently investigating 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.
http://bugs.winehq.org/show_bug.cgi?id=23479
Summary: notepad++: can no longer select file tabs when
multiple files are open
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://notepad-plus-plus.org/
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29302)
--> (http://bugs.winehq.org/attachment.cgi?id=29302)
+tab in 1.2-rc6
This is a regression caused by
http://source.winehq.org/git/wine.git/?a=commitdiff;h=6018b88913be5a252d1c0….
To reproduce, download/install notepad++. Open/create two files. Click an
alternative tab to open that file, which fails. It seems the first time you
attempt to switch may work, but after that, they fail.
Reverting the commit, of course, works fine. I'll attach a +tab.
--
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=23820
Summary: internet explorer 7 (ie7) crashes on start if cwd is
not C:\Program Files\Internet Explorer
Product: Wine
Version: 1.2
Platform: x86
URL: http://kegel.com/wine/winetricks
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29889)
--> (http://bugs.winehq.org/attachment.cgi?id=29889)
backtrace
Apparently it's been a known issue for a while, but I can't find a bug for it.
Easy to reproduce:
$ rm -rf .wine
$ winetricks -q ie7
$ wine iexplore.exe
CRASH!
workarounds:
A)
$ cd .wine/drive_c/Program\ Files
$ wine iexplore.exe
B)
$ wine "C:\Program Files\Internet Explorer\iexplore.exe"
C)
$ winetricks -q comctl32
$ WINEDLLOVERRIDES="comctl32=n" wine iexplore.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.
http://bugs.winehq.org/show_bug.cgi?id=24290
Summary: GetOpenFileName() triggers read of uninitialized
variable
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=30599)
--> (http://bugs.winehq.org/attachment.cgi?id=30599)
Application source code and .sln file
How to reproduce:
- Extract the attached tgz file.
- Build the release configuration with MSVC 2005 SP1 (other MSVC versions will
probably work too).
- Run the generated .exe under valgrind + wine. The command I used was:
$HOME/software/valgrind/vg-in-place
--suppressions=$HOME/software/wine-memcheck.supp --trace-children=yes
--vex-iropt-precise-memory-exns=yes --num-callers=32
--prefix-to-strip=$HOME/software --error-limit=no --gen-suppressions=all wine
mfc-dialog-test.exe >& /open-file-dialog-log.txt
- Click on the "Select file ..." button and select a file.
- Close the application.
--
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=24336
Summary: Spreadsheet-like input form uses wrong column size
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
Hi,
I have an application (LTSPICEIV - see
http://www.linear.com/designtools/software/#Spice and please try it if useful
to understand this report, since it comes at no cost) which uses
spreadsheet-like forms to enter some parameters.
As an example, consider the screenshot attached.
When the application is run with wine, entering parameters becomes extremely
problematic.
Indeed the spreadsheet is /shown/ correctly. However, when one clicks on a cell
to edit it, the cell width gets wrong (apparently the width of the last column
gets used rather than the current colum, see the attachment for details).
Hope this is clear enough to fix the issue.
--
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=24469
Summary: REGRESSION: ExplorerXP-black background on treeview
area
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Regression appears somewhere between 1.1.13 and 1.2. Can't make regress
testing. Please make someone this.
--
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=25347
Summary: Regression : AutoCAD 2005 crashes selecting files
after OPEN command
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
This commit :
119860b05f8c22d1525b573e461afe95e430a63b is the first bad commit
commit 119860b05f8c22d1525b573e461afe95e430a63b
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Nov 16 23:55:23 2010 +0300
comctl32/listview: Use a code set by dispinfo holder to convert data
encoding after LVN_GETDISPINFO.
:040000 040000 ad5c1c701754ee3c180ab7caab5106d2a01cfb52
d1387b25792aaa034c623d041be31e0f97f2a9ad M dlls
Make AutoCAD to crash (almost always) when selecting a file to open in the file
listview.
I marked as major as I guess it can affect many apps using comctl32/listview
control.
To test, just run AutoCAD2005, issue an OPEN command and fiddle a bit with
filenames in the list. Shortly app first hangs, than the crash message box
appears, then AutoCAD itself crashes.
Please ask if you need some logs....
Ciao
Max
--
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=25691
Summary: ImageList_Duplicate doesn't correctly duplicate full
length of has_alpha byte array
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmcdonald(a)bittorrent.com
In the case where an image list is created, then expanded enough so that the
byte array pointed at by the has_alpha member has been reallocated to a larger
size (and cMaxImage is larger), if that image list is duplicated, the duplicate
will have a has_alpha member that is shorter than the expected length.
Where ImageList_Create assigns:
himl->cMaxImage = cInitial + 1;
and then ensures the length of the has_alpha byte array is at least cMaxImage
bytes long,
ImageList_Duplicate assigns to the duplicate:
himlDst->cMaxImage = himlSrc->cMaxImage;
which throws off the internal checks that assume the length of the has_alpha
member is at least as long as cMaxImage says. This results in heap corruption
when the following line in add_with_alpha() is executed under the right
conditions:
himl->has_alpha[pos + n] = 1;
I worked around the bug by making the following changes to
dlls/comctl32/imagelist.c:
*** 1519,1524 ****
--- 1519,1537 ----
himlSrc->hdcMask, 0, 0, SRCCOPY);
himlDst->cCurImage = himlSrc->cCurImage;
+ if (himlSrc->has_alpha && himlDst->has_alpha
+ && himlSrc->cMaxImage > himlDst->cMaxImage)
+ {
+ /* ImageList_Create didn't create a long enough new_alpha */
+ char *new_alpha = HeapReAlloc( GetProcessHeap(),
HEAP_ZERO_MEMORY,
+ himlDst->has_alpha, himlSrc->cMaxImage );
+ if (new_alpha) himlDst->has_alpha = new_alpha;
+ else
+ {
+ HeapFree( GetProcessHeap(), 0, himlDst->has_alpha );
+ himlDst->has_alpha = NULL;
+ }
+ }
himlDst->cMaxImage = himlSrc->cMaxImage;
if (himlSrc->has_alpha && himlDst->has_alpha)
memcpy( himlDst->has_alpha, himlSrc->has_alpha,
himlDst->cCurImage );
I built Wine 1.2.2 from source (./configure; make; sudo make install), and then
applied the changes the same way and retested.
Looks like the 1.3 and development lines have the same issue.
I don't know if this patch is efficient enough for me to submit it (nicer if
ImageList_Create would accept cMaxImage as a parameter so it could create the
byte array with the correct length to save an allocation, but that's a bigger
change).
--
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=25032
Summary: Banana 6.0
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: markusbreitenstein(a)hotmail.com
Program is working fine on any windows system since XP.
Wine crashes if a serial number is asked. i think it is a grafical problem,
because the picture is instable after the bug
--
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=22744
Summary: Incoming: missing textures, blocky characters
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://download.cnet.com/Incoming-demo/3000-7563_4-100
18278.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=28039)
--> (http://bugs.winehq.org/attachment.cgi?id=28039)
console log
Incoming (also known as Incoming: The Final Conflict) is a good old 3D shooter
from 1998. It doesn't render textures correctly: characters in the menu are
just colored blocks, in the main game whole textures are missing etc.
Appdb link: http://appdb.winehq.org/objectManager.php?sClass=version&iId=6534
The demo also shows the same issues.
According to Appdb the game rendered textures correctly around 0.9.15. That's a
very old version.
0.9.38: the game doesn't even start for me,
0.9.61: the game shows the same problems as in the current 1.1.44.
--
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=22977
Summary: SDP Downloader 2.3.0: No longer working on Wine 1.1.41
up to 1.2-rc2
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=10959&iTestingId=53420
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Hi
SDP Downloader 2.3.0 doesn't longer work on Wine 1.1.41 up to Wine 1.2-rc2.
Not even a program window appears anymore. Just an SDP entry in the task bar is
the only thing where you can see that the program is running. In earlier
versions of Wine (< ~1.1.40) most functions of SDP worked properly.
The command for the attached gigantic WINEDEBUG logfile was
WINEDEBUG=+relay wine C:\\Programme\\SDP\ Multimedia\\SDP\ Downloader\\SDP.exe
> test.log 2>&1
Regards,
Atalanttore
--
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=22167
Summary: SDP Downloader 2.3.0 doesn't start any longer on Wine
v1.1.40
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=appli
cation&iId=2144
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Hi
I've just experienced a problem regarding the latest version 2.30 of the SDP
Downloader. I'm using Wine 1.1.40 on Ubuntu 9.10 x64 with Compiz window
manager. Last time I maximized the main window of SDP Downloader to full screen
and after some work I was closing the application. From this time on the SDP
Downloader didn't start any longer and never displayed any error message. The
entire program was like dead. In the end I removed Wine 1.1.40 and went back to
version 1.1.31, where SDP Downloader works properly.
Regards,
Atalanttore
--
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=25345
Summary: Internet Explorer 7 loading https pages vary slow
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
Clean wine drive using wine 1.3.8 using install method of (Tom Wickline) IE7
now takes two to three minutes to load https pages.
I also set up clean wine drive using winetricks method with same results.
OS Open Suse 11.3 x86_64 using wine 32 bit 1.3.8
--
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=22711
Summary: Dungeon Keeper 2: X11 cursor is not hidden in-game
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.filefront.com/10592819/Dungeon-Keeper-2-MP-
Demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
Created an attachment (id=27999)
--> (http://bugs.winehq.org/attachment.cgi?id=27999)
Screen showing the X11 cursor in-game
When playing Dungeon Keeper 2, I have the X11 cursor sitting at the
same position all the time (can't be moved or anything) in the game. It's as if
the game doesn't properly hide the X11 cursor. The type of cursor shown in-game
is dependent on what cursor was used when the game was launched and at what
position it was at. In my case it's the caret because I was in console.
Attached a picture of the problem.
--
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=18554
Summary: Regedit import.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergeikrivonos(a)gmail.com
Export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security\XAKey under
windows.
Try import it under WINE by regedit - it fails because of key value.
Maybe file should be opened in binary format.
--
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=24748
Summary: Dangerous Waters: crashes when loading 688i platform
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgsuarez(a)gmail.com
Created an attachment (id=31273)
--> (http://bugs.winehq.org/attachment.cgi?id=31273)
Backtrace
Wine crashes when I try to load any mission that uses the 688i class submarine.
I have not tested every other platform yet, but all the other ones I tried work
fine. It certainly seems that this crash is being caused by the 688i platform.
--
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=25515
Summary: Microsoft Word 2003 crashes (or freezes) printing
Document with OTF
Product: Wine
Version: 1.3.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gunwald(a)gmx.de
Created an attachment (id=32487)
--> (http://bugs.winehq.org/attachment.cgi?id=32487)
Messages which occur when Word 2003 crashes trying to print a Document which
uses OpenTypeFont
Every time I try to print a Document in Word 2003 it will crash or freeze when
in the document a OpenTypeFont (OTF) is used instead or together with
TrueTypeFont (TTF). The Error occurs only in combination with OpenTypeFont and
does not occur in Word 2007.
Maybe this error has something to do with Bug 16121. I got the same issue as
described in bug 16121 using OTF. And sometimes Word shows normal text as bold
and bold text as normal. I "fixed" this issue deleting the bold edition of the
affected OTF.
--
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=24610
Summary: Touhou games: no text in dialogue boxes
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sgklink(a)gmail.com
Somewhere between 1.1.31 and 1.1.42, bug 22341 seems to have reappeared.
Exact same symptoms - no text in dialogue boxes. Verified with Touhou 6 to 8 on
Ubuntu Lucid, wine 1.1.42, 1.2 and 1.3.4.
--
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=15594
Summary: photosynth client won't present login dialog without
native msxml3
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://photosynth.net
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Noticed somebody at
http://alexeysmirnov.name/blog/?p=230
saying Photosynth didn't work with Wine, so I gave it a shot.
The installer went fine. The client app launches ok, too.
Clicking on the log in text gives the error
XPath error : Undefined namespace prefix
xmlXPathEval: evaluation failed
exception LiveID.cpp(65) hr(0x80004005)
and doesn't bring up a login dialog.
You can work around this with
winetricks msxml3
(To try online viewing, you have to do 'winetricks firefox flash'
and go to photosynth.net with windows firefox. Didn't work for me
on my Compaq Presario R3000, it said "Required number of texture blend stages
(4) not supported". This affects a lot of graphics cards, see
http://getsatisfaction.com/livelabs/topics/required_number_of_texture_blend…
so perhaps that's not a wine problem.)
--
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=15146
Summary: Touhou 10, 11 dialogue text transparent, difficult to
read
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www16.big.or.jp/~zun/ht
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyle7(a)hotmail.com
Created an attachment (id=15860)
--> (http://bugs.winehq.org/attachment.cgi?id=15860)
Mountain of Faith run with wine 1.1.4 and on XP, windows XP to the right
When running Touhou 10: Mountain of Faith, or Touhou 11: Subterranean Animism
with wine 1.1.4, the in-game dialogue is transparent, making it nearly
impossible to read. This is also present in the "Music Room" selection.
This is with a standard wine install, except for running with a native
d3dx9_36.dll (necessary to get the games to run, see bug 13297)
Graphics card is NVIDIA Geforce 6200SE, with drivers 169.12
--
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=25143
Summary: Do not run EiskaltDC++
Product: Wine
Version: unspecified
Platform: x86
URL: http://code.google.com/p/eiskaltdc
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavelvat(a)gmail.com
$ wine EiskaltDC++\ Qt.exe
fixme:system:SetProcessDPIAware stub!
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
--
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=21914
Summary: Can not Use Windows MS Office Workspace
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.harrison(a)baroni-limited.com
I am running Ubuntu 9.10
I also use, before changing, Windows Office Workspace that I store many files
on and share with a number of organisations.
Using IE7 with WINE 1.1.31 I can access the site and view documents. I can
also add documents, but I am unable to download or edit any.
I have reported on the forum, but users suggest it is a bug.
--
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=16129
Summary: Beyond TV Link - Error when entering server IP address
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.trelease(a)sbcglobal.net
Created an attachment (id=17365)
--> (http://bugs.winehq.org/attachment.cgi?id=17365)
log file output
This is a client program to the server application (Beyond TV) running on a
Windows XP PC on the LAN. The application prompts for the server IP address,
and promptly returns a "Couldn't get BTVServerAddress" error. The text of this
message is found within the application library FSGuiScreens.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.
http://bugs.winehq.org/show_bug.cgi?id=25314
Summary: Droplitz: product activation fails
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32158)
--> (http://bugs.winehq.org/attachment.cgi?id=32158)
terminal output
The game Droplitz requires product activation (email address + valid serial) on
the first start.
However activation fails in Wine-1.3.8 producing the following message from the
game:
'There was a problem activating Droplitz'. Then I can't proceed further.
The game was bought from Gamersgate however for activation it seems to use
Impulse Reactor DRM (whatever it is).
--
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=10870
Summary: New DirectDraw hardware acceleration slow on nvidia
driver 100.14.19 in Starcraft
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiebe(a)halfgaar.net
Created an attachment (id=9763)
--> (http://bugs.winehq.org/attachment.cgi?id=9763)
Outfrom from glxinfo using nvidia-drivers 100.14.19.
As I understand it, Wine can use a new way of accelerating DirectDraw, using
OpenGL, since version 0.9.47, which can be activated by setting
DirectDrawRenderer to opengl, and RenderTargetLockMode to "readtex". When I
still used Nvidia drivers 87.something, StarCraft (which uses 8 bit color) ran
perfectly smooth. However, now that I've upgraded to 100.14.19, it runs
extremely slow, but only when selecting an Overmind or an Egg. When selecting
any other building or unit, it runs as smooth as before.
When running with GDI, the game also runs slower with an Overmind selected.
However, not as slow as in OpenGL mode.
Specs:
- Gentoo Linux.
- Wine: 0.9.51 (also tested 0.9.50, which was the version I used together with
the older nvidia drivers).
- Video card: GeForce 6600 LE.
- nvidia-driver: 100.14.19
- CPU/RAM: AMD Athlon X2 3800+/2GB RAM.
- Glibc: 2.6.1.
- GCC: 4.1.2.
- Kernel: 2.6.22-gentoo-r5.
Output from glxinfo is attached.
--
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=22407
Summary: Star Wars DroidWorks severe graphical glitch
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)mattmccutchen.net
I am running Star Wars DroidWorks on Fedora 12 with the nvidia proprietary
video driver and Wine 1.1.43 installed from the upstream source. Most of the
UI suffers a severe graphical glitch in which the screen flips back and forth
between two images several times per second. Typically, one image is of the
correct screen contents and the other is from several seconds ago. Moving the
cursor while one image is visible leaves a trail copied from the other image.
The glitch is a severe annoyance, but the only game feature to actually become
effectively unusable is the "Part Info" box in the workshop, when it is
flipping between text about two different parts. Luckily, the actual missions
do not exhibit the glitch.
The log in attachment 27425 is applicable to this bug. The crash in that log
happens upon exit from the game.
It makes no difference whether I enable the "virtual desktop" in winecfg.
I read that Wine has a "desktop double buffering" feature and it sounds like it
could be causing the phenomenon, but recent Wine versions do not seem to
provide a way to disable desktop double buffering.
--
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=22154
Summary: steam + flash crashes?
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Recently, I added a steam verb to winetricks (it installs flash, too,
since that's needed for scrolling or something).
Shortly thereafter, some change to wine caused this to regress -
steam as installed by winetricks now crashes after putting up its main
window, possibly while displaying some flash content.
I had some trouble bisecting, but it looks like the first bad commit is
commit 89fef0e669dcf323b6eeb481edfe9c91f68f4840
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Mar 16 19:02:22 2010 +0100
ddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC().
Reverting it makes the problem go away (though because of
X bugs like
xcb_io.c:378: _XAllocID: Assertion `ret != inval_id' failed
I sometimes have to try several times. I hear this is fixed in Lucid.)
(Note that the steam verb uses ie6, so this isn't really supported, but it'd
be nice if it didn't regress.)
--
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=11698
Summary: Baldurs Gate 2: libglcore division by zero when right-
click on inventory items
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l.jirkovsky(a)gmail.com
Created an attachment (id=10918)
--> (http://bugs.winehq.org/attachment.cgi?id=10918)
wine crash log
Tested in wine 0.9.55 and 0.9.56
Steps to reproduce:
1. start a new game.
2. get weapons hidden in table next to the golem
3. try to get info about mace (right click on mace in inventory menu)
debugger 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=10520
Summary: Sanitarium - bottom surface moving too fast
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wpk(a)culm.net
Created an attachment (id=9263)
--> (http://bugs.winehq.org/attachment.cgi?id=9263)
Screen after moving a little bit to the right - bottom surface too far to the
left
See attached screenshots, nothing is wrong with moving up/down, but when moving
to the left/right bottom surface seems to be 'faster' (about 2x) than all other
objects on screen
--
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=17086
Summary: Wonderland Online 3.0.1 crashes after agreeing to the
user agreement.
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://wl.igg.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: just.berg(a)aggiemail.usu.edu
Start Program
click -> Enter Game
pick update source ("download point")
click -> confirm
click -> begin update (successful for me)
click -> start game
click -> agree
Error message
Title: alogin
Message : You are unable to reset the default data. Please check your
information.
I have tested this in 24 bit color mode and will test in 16 bit color mode.
Using nvidia accelerated graphics driver 177.
Geforce 7600 GS
AMD Athlon 64 x2 dual core processor 5000+
2 gb ram
Ubuntu inside windows.
--
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=10027
Summary: Zoo Tycoon crashes when starting up
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yoshifan1(a)gmail.com
Created an attachment (id=8556)
--> (http://bugs.winehq.org/attachment.cgi?id=8556)
Output from wine
Crashes during the now loading screen on startup.
--
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=9281
Summary: Characters in Sacred Demo are not being displayed
because of Specular Lighting not being supported yet
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Characters are not being displayed in Sacred Demo because of Specular Lighting
not being supported yet.
Following errors are being displayed:
err:ddraw:set_render_state Specular Lighting not supported yet.
--
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=16399
Summary: Theocracy say "create Directdraw Failed"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.download.com/Theocracy-demo/3000-7562_4-
10042277.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxm60(a)gmail.com
wine theocracy.exe
MAX XXXXXXXXXXXXXXX:======= 60
GetMax: : : : :::60
MAX XXXXXXXXXXXXXXX:======= 120
GetMax: : : : :::120
MAX XXXXXXXXXXXXXXX:======= 96
GetMax: : : : :::96
MAX XXXXXXXXXXXXXXX:======= 80
GetMax: : : : :::80
MAX XXXXXXXXXXXXXXX:======= 74
GetMax: : : : :::74
MAX XXXXXXXXXXXXXXX:======= 110
GetMax: : : : :::110
AddReceiver: 1(1)
WM_ACTIVATE
WM_ACTIVATE
--
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=14460
Summary: Arx Fatalis crashes after "New Game"
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)freenet.de
Created an attachment (id=14779)
--> (http://bugs.winehq.org/attachment.cgi?id=14779)
arx_crash_backtrace
Arx Fatalis (Return to the Underground) crashes in game menu when
selecting/starting a new game.
Wine Direct3D:
OffScreenRenderingMode=backbuffer/fbo/pbuffer
UseGLSL=enabled
VideoMemorySize=256
See encl. backtrace.
Add. system info:
Athlon64 3800+ (single core) - Fedora 8 / kernel-2.6.25.9-40
Geforce 7600GT/256Mb - nvidia-driver 173.14.09
--
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=16502
Summary: InstallAnywhere (java) just displays en empty canvas
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aelschuring(a)hotmail.com
CC: stefan(a)codeweavers.com
This is related to bug #11603. InstallAnywhere is Java-based installation
software used in Football Manager 08. After extracting, the installer is
started with the following command line (shortened for brevity):
cwd: C:\windows\temp\I1229269847\Windows
cmd: ".\resource\jre\bin\javaw.exe" -Xms16777216 -Xmx50331648 -classpath "..."
com.zerog.lax.LAX "./setup.lax" "C:/windows/temp/lax6771.tmp"
The installer window appears, but is all grey. The screen should display an
image and a language selection menu. Clicking in the area where the menu should
be, a box is shown, but again it is all grey.
There are multiple separate issues with this installer (one is that
confirmation dialogs are spawned infinitely). This bug will make it very hard
to bisect the other bugs, but I'll see what I can do.
Bisection results follow. I'm a little surprised to see a d3d commit, I had
expected to find a ddraw or a gdi patch. Is this plausible or did I mess up?
34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba is first bad commit
commit 34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 5 14:24:10 2008 -0500
d3d: Remove IWineD3DDevice::SetHwnd.
--
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=11984
Summary: Xinerama Fullscreen Broken
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: etaoins(a)gmail.com
Red Alert 2 no longer correctly handles full screen using TwinView (Nvidia
specific Xinerama-like hack) in Wine 0.9.57
In Wine 0.9.56:
-Specifying the resolution of one monitor in RA.INI would fail with no matching
mode found
-Specifying the total resolution of the desktop would result in Red Alert
spanning both monitors. This was the intended behaviour
In Wine 0.9.57:
-Specifying the resolution of one monitor in RA.INI still fails
-Specifying the total resolution of the desktop will result in Red Alert only
appearing in one monitor and being "cut off" halfway through. The unobscured
Gnome desktop appears in the second window and is usable as normal.
--
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=20310
Summary: DirectDraw transparency
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: radzio.cool(a)gmail.com
I found game Original War doesn't look well because of broken transparency in
DDraw.
The function in DDraw, that should ignore the specific (currently blue) color
and paint the rest, paints everything so the effect isn't nice as you get blue
panels where you should see the background.
--
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=9826
Summary: OpenGL rendering in C&C TS/RA2 not working for newer
GeForce cards
Product: Wine
Version: 0.9.45.
Platform: PC
URL: ftp://ftp.westwood.com/pub/tiberiansun/previews/demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
While setting DirectDrawRenderer = 'opengl' gives great speed improvements for
GeForce FX cards, it renders the game unstable with GeForce 6 or 7 cards, and
makes the drawing even slower.
--
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=15129
Summary: Tibia.exe: "The App is requesting a D3D device, but a
non-OpenGL surface type was choosen. Prepare for
trouble!"
Product: Wine
Version: 1.1.3
Platform: PC
URL: https://secure.tibia.com/account/?subtopic=downloadclien
t
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=15838)
--> (http://bugs.winehq.org/attachment.cgi?id=15838)
Error log
Tibia runs, but has a terribly crippled display in DirectX 5.0 mode, giving a
bit of information and then a continuous error line. The error log is 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=9843
Summary: Gothic crashes when entering old mine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
Created an attachment (id=8312)
--> (http://bugs.winehq.org/attachment.cgi?id=8312)
wine stderr, no WINEDEBUG set
This bug shows the same behaviour (from the players view, the game window, not
the console output (which looks similar too, but i didn't compare)) as this
bug, which is already fixed, with the exception that it doesn't freeze very
long.
(but i did neither test on ati-cards nor did i wait over 7 minutes in the world
until the game crashes, if it does)
http://bugs.winehq.org/show_bug.cgi?id=6142
and at the same time has the same regression as this bug:
http://bugs.winehq.org/show_bug.cgi?id=8835
which is fixed too:
summary:
When entering the old mine, gothic freezes for a while and then quits (crash)
e7578dca3612ebf8c549718ae659284e64797749 is first bad commit
--
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=21860
Summary: Warhammer: Dark Omen requires an explicit Backbuffer
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
The game Warhammer Dark Omen crashes upon loading with the error message:
Application tried to create an explicit front or back buffer.
--
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=17544
Summary: Gothic does not start (black screen) due to ddraw error
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)freenet.de
Created an attachment (id=19693)
--> (http://bugs.winehq.org/attachment.cgi?id=19693)
wine_crashlog
"Gothic1" game starts then hangs with a black screen due to ddraw error, see
enclose log.
My system info:
Mobile Intel GM965 Core2Duo(T8300) 2.4Ghz with integrated GMA X3100(256MB
shared memory)
Debian 5.0 (Lenny)
Xorg-7.3
xserver-xorg-intel-2:2.3.2-2+lenny6
--
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=12723
Summary: LEGO Island Xtreme Stunts: always wants to install
DirectX8.1
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Georg.Klug(a)gmx.net
Created an attachment (id=12375)
--> (http://bugs.winehq.org/attachment.cgi?id=12375)
Log of the starting with "WINEDEBUG=+ddraw,+d3d7"
The game installs fine at first, but wants to install DirectX 8.1 also.
Starting the application after that shows up a menu. This menu does NOT allow
the actual game playing, but only offers an option to install DirectX 8.1.
Conclusion might be that the game cannot detect a DirectX Version 8.1. See
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=11051
Summary: Grand Thef Auto windows version hangs on start
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Created an attachment (id=10057)
--> (http://bugs.winehq.org/attachment.cgi?id=10057)
trace output with +relay
In Grand Theft Auto (the original, and best version), running "GRAND THEFT
AUTO.EXE" the game hangs without starting.
Attached a ~relay trace.
Any more appropriate traces?
--
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=15368
Summary: HMM IV game now crashes somewhere in DirectX since WinE
1.1.4 or so.
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t3st3r(a)mail.ru
Kubuntu 8.04.1 x64, Wine 1.1.5 (latest available).
Release 1.1.4 and above have some changes in DirectX which lead to crash when
trying to play Heroes of Might and Magic IV. Before these changes this game
basically worked but there were some issues with full screen and window menu.
Now however there is just crash instead. Attempted to roll back to 1.0 - then
HMMIV works again.
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.
http://bugs.winehq.org/show_bug.cgi?id=10979
Summary: Descent FreeSpace Retail and Demo hang in
IDirectDraw2Impl_SetDisplayMode
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remailer(a)gmail.com
Created an attachment (id=9935)
--> (http://bugs.winehq.org/attachment.cgi?id=9935)
WINEDEBUG=relay wine FS.exe 2>FS.exe.txt ; bzip2 FS.exe.txt
Descent FreeSpace the Great War Retail and Demo appear to hang in
IDirectDraw2Impl_SetDisplayMode. Tested with 800x600 virtual desktop.
Attached relay log of wine-0.9.52 - I don't think this application has been
working under wine before.
The demo version can be obtained from here:
http://www.pxo.net/files/fsdemo10.exe - 26MB
The hang occurs regardless of whether software or hardware acceleration is used
in the settings. I interrupted wine after several minutes of this behavior
which is where the log terminates.
--
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=19933
Summary: KISS Psycho Circus The Nightmare Child game: User
interface broken
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dd9k(a)aol.com
When playing the game, any pop-up parts of ingame Heads-up-Display give the
flickering garbage for the time of being present, taking the whole screen and
preventing normal gameplay. Game is based on LithTech 1.x / 2.x engine. It uses
Direct3D 7. Tried both native libs and Wine's. The wine log is full of the same
errors related to texture (No need to attach the log - there is the one and
only error over and over again). The game stores textures in PCX format.
Here it is how the error looks like:
err:d3d7:IDirect3DDeviceImpl_3_GetRenderState Unexpected texture stage state
setup, returning D3DTBLEND_MODULATE - likely erroneous
In 5 minutes of gameplay I get a 380Mib wine log containing this error.
Video is GeForce 9400GT, using proprietary nvidia driver.
--
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=15000
Summary: wine 1.1.3 stops me from playing Fallout Tactics
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arjann(a)gmail.com
Fallout Tactics is no longer functional with wine 1.1.3, a fatal error stops
the game from being played. The game was working on platinum level with wine
1.1.2 so i think its what you call a regression?!
--
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=14946
Summary: Aliens vs Predator exits while starting game engine -
regression
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Aliens vs Predator exits when starting the game engine from the startup menu.
Regression caused by commit c1bbab7c (draw: Send the ddraw output to the
clipper window, if any.)
http://source.winehq.org/git/wine.git/?a=commit;h=c1bbab7c54618935d74b7d2b7…
Other dx7 games have problems caused by this commit too:
Thief/Thief2 exit when swtching out of game's 3d engine, using the esc key to
go to in-game menu.
--
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=12138
Summary: Screenshots black or sheared for DirectX games
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ibboard.co.uk
Originally posted at http://forum.winehq.org/viewtopic.php?t=298 as a request
for whether it could be fixed through config etc.
I'm trying to take screenshots of the Dawn of War game through Wine. The game
runs fine with Wine and under Windows it has a built-in screenshot function
that dumps a JPEG to a sub-folder.
Under Wine the game never gets the print screen request because Compiz or
Metacity hijack the signal first and start Gnome-Screenshot. Sometimes the
screenshot is okay, but other times the screenshot has shearing/artifacting it
in, presumably because the trooper in the game moved before the screenshot app
could copy the whole image buffer.
If I change the key bindings so that nothing is intercepting the print screen
then I do get a screenshot in the folder as expected, but it is pure black and
so isn't very useful.
Apparently this is a bug that has been fixed before. I've assumed it is some
form of DirectX issue.
Graphics: Radeon X800XL with FGLRX v8.3 using AIGLX on XOrg server 7.3
OS: Fedora 8
Wine: 0.9.56 from Fedora repos
Tested under: Compiz-Fusion and Metacity
Success rate: Occasional for Gnome-Screenshot. Some screenshots only have minor
shearing/artifacting and are usable, others are terrible.
Example screenshots can be provided if necessary.
--
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=14917
Summary: Ddraw Realizepalette regression
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95de
mo.zip
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Hi,
As of commit e178ddd9e1e16d1a3f52492799692e289eefcf8c wined3d its
RealizePalette function doesn't work anymore in the DirectX Conformance test
(palette fading in fnddraw_dct) and Red Alert in case of the default GDI mode.
RealizePalette itself seems to receive the correct palette (the entries have
been updated correctly) but somehow the changes don't lead to a new image in
x11_copy_to_screen.
The patch that caused the regression is huge (1000+ lines), so debugging it is
time consuming.
Regards,
Roderick
--
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=12842
Summary: Ddraw: visual test fails
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12533)
--> (http://bugs.winehq.org/attachment.cgi?id=12533)
+ddraw in git
Ddraw's visual.c test fails for me consistently in git. +ddraw log attached.
This is on a fresh install of Ubuntu Hardy on an few years old Toshiba laptop.
ATI Mobility radeon 7000.
--
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=12110
Summary: Regression in Starfleet Command game since 0.9.57
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=11491)
--> (http://bugs.winehq.org/attachment.cgi?id=11491)
Output from command line
Since the release of 0.9.57, the Starfleet Command game no longer runs (it had
Platinum status in previous releases). Attempting to run the game now brings up
a a dialog box entitled "Win 95 Interpret..." with text "DirectDraw Init
FAILED", and spews out errors regarding d3d to the command line (see
attachment). Changing the Windows version in winecfg does not appear to help.
--
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=14068
Summary: Blade Runner not drawing overlays
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When playing the game Blade Runner there are objects drawn above the normal
screen. When these objects are shootable and of a certain type (police officer,
training target) they are not drawn.
--
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=12382
Summary: Touhou games don't show backgrounds at startup
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dkeehl(a)gmail.com
Created an attachment (id=11878)
--> (http://bugs.winehq.org/attachment.cgi?id=11878)
Eiyashou with wine 0.9.50
With wine 0.9.50 and later, including the latest 0.9.59, Touhou games dont show
their backgrounds at startup.
Wine 0.9.49 dosent have this porblom.
--
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=24779
Summary: Warlords III: Darklords Rising demo: mouse clicks
don't register in the main menu
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://download.cnet.com/Warlords-III-Darklords-Rising
-demo/3000-7562_4-10020482.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=31330)
--> (http://bugs.winehq.org/attachment.cgi?id=31330)
console log
In the demo of W3:Darklords Rising you cannot click on any of the menu items
since mouse clicks don't register. This affects the demo of Warlords3: Reign of
Heroes, too.
How to reproduce the issue:
Note: you have to install the demo using Wine-1.1.30 or earlier to workaround
bug #24777 (or use a native Windows and copy over the installed game).
Start the demo by DarkDemo.exe. A setup screen is shown first; the mouse works
fine here. Click on Single Player: the game menu will load but you cannot click
on anything. Before the regression the mouse pointer changed its shape when you
hover over a selectable item in the menu. Now it always shows the same (arrow)
shape.
The result of regression testing:
914c8cb8ea1e5cbcfa18558961185dd94313b26d is the first bad commit
commit 914c8cb8ea1e5cbcfa18558961185dd94313b26d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Mar 17 21:59:49 2010 +0100
ddraw: Acquire/release the focus window from the correct location.
:040000 040000 7b888e2899b0ce7578c776287fcd5d5597d3625e
db3c70fcea916fc051b1d6b5f19a5e9b4175a6a2 M dlls
:040000 040000 3fa4b272bdfcdd6f386e8b968a26497aae09d789
31ebd3615f1d2bbbbc991e191c813d77fc16635e M include
The patch can be reverted cleanly on Wine-1.3.4 and that fixed the issue (mouse
clicks do register again).
There are other bugreports involving the same commit: bug #22948 and bug
#22696.
There's a crash at the end of the attached log: it happens when you quit from
the game by pressing <Ctrl+q> in the menu, that was present before the
regression, too.
Link to the demo added to URL.
Author of the patch added to CC.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=15913
Summary: Hogs of War: ground is missing somewhere
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kukuninse(a)gmail.com
Created an attachment (id=17094)
--> (http://bugs.winehq.org/attachment.cgi?id=17094)
Wine output
The game run fine, but some chunks of land aren't drawn texture. Its like a
stripes of drawned/undrawned chunks of land. It making the game very difficult
to play. Game use DirectDraw HAL. I ran on different settings - nothing
difference.
--
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=22754
Summary: Rollercoaster Tycoon crashes on wine 1.1.41 and
following.
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Created an attachment (id=28056)
--> (http://bugs.winehq.org/attachment.cgi?id=28056)
Error log from wine-1.1.41
Possible regression from wine 1.1.40: Rollercoaster Tycoon, patched to version
1.08.187 (US English) crashes on wine 1.1.41 and onward, with a custom error
message regarding an "Exception being raised on Access Violation".
with WINEDEBUG=warn+all, on wine 1.1.40 it shows no peculiar messages, but on
wine 1.1.41 it shows the following error:
warn:d3d_surface:IWineGDISurfaceImpl_LockRect (0x158e90) Surface already locked
warn:ddraw:IDirectDrawSurfaceImpl_BltFast Source rectangle is invalid,
returning DDERR_INVALIDRECT
in any case, both logs are 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=23621
Summary: DDraw surface reference counting doesn't match Windows
(causes Recoil to fail)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kazade(a)gmail.com
I just realized there is no bug report covering this issue.
DirectDraw surfaces (and other COM interfaces) maintain a reference count so
that they are destroyed when they are no longer in use. The refcount is
returned by the IUnknown_Release function. Unfortunately some games base logic
on the value returned by IDirectDrawSurface_Release. Specifically they
sometimes (wrongly) expect the return to be zero.
Something like:
if(IDirectDrawSurface_Release(surf)) {
//Bail out
}
We can test this by forcing DDS_Release to return zero. One game that is
affected is Recoil which complains about not being to set the video mode.
The difference between Wine's implementation and the Windows implementation is
Windows maintains a refcount for each surface interface version (1, 2, 3, 4 and
7) whereas Wine has one reference count across all versions. There are tests in
dlls/ddraw/dsurface.c that confirm the Windows behaviour. To fix this issue the
reference counting needs to be split, which requires a lot of changes (as
versions 1, 2 and 3 all share the same thunks).
--
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=16549
Summary: Chuzzle causes page fault
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/Chuzzle
Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18027)
--> (http://bugs.winehq.org/attachment.cgi?id=18027)
ddraw errors?
Chuzzle installs but immediately causes a page fault.
Tried "winetricks directx9" bu the result is the same.
--
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=11931
Summary: Patrician3: Implement
IDirectDrawImpl_WaitForVerticalBlank
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
Patrician3 asks for
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x142238)->(1,(nil))
In any case, it does not hang but the log has lots of calls to this
unimplemented function.
--
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=17791
Summary: SetPixelFormat error running NetTV
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tf(a)noto.de
Created an attachment (id=20018)
--> (http://bugs.winehq.org/attachment.cgi?id=20018)
Wine output
Hello Wine-Team,
I try to use "netTV" program that belongs to 7LINKS IPTV (device like slingbox)
http://www.pearl.de/a-PX4265-1601.shtml
Program can be downloaded here:
ftp://ftp.pearl.de/treiber/PX4265_12_77216.zip
I'm running latest Wine 1.1.17 on Ubuntu 8.10. System has a onboard Intel
chipset (24 bpp).
Additionally I used winetricks to install directx9, vcrun2005, gdiplus and
wmp10
I can successfully install the program, it's starting afterwards, but when
trying to open a *.mp4 file I receive message, that file type is not supported.
(Example *.mp4 file is available here:
http://rapidshare.com/files/148370589/mp4-Datei.rar )
There are several error messages indicating a problem with SetPixelFormat:
-----------------------
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:CreateContext SetPixelFormat failed on HDC=0x1e0c for iPixelFormat=8
err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain (0x1738d0) Something's still
holding the front buffer
fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x169f40) call to
IWineD3DDevice_CreateSwapChain failed
err:d3d9:device_parent_CreateSwapChain (0x169f44) CreateAdditionalSwapChain
failed, returning 0x8876086a
[...]
err:ddraw:PixelFormat_DD2WineD3D Invalid dwRGBBitCount in Pixelformat structure
err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed
with 88760091
-----------------------
Also error about missing interface:
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
-------------------------
I checked google and old bugs here, but could not find the root-cause. I also
tried to different settings (like virtual screen).
I notice winetricks installs some of the directx libs as "build in". If I
change to native, then wine is crashing.
Additionally I changed from opengl to GDI rendering in users.reg that removed
one of the errors about problem with OpenGL, but didn't resolve error.
Direct Rendering is (glxinfo) is activated. I can use compiz fusion without
problem (but I run this tests without compiz!)
I attached the complete output.
As I run out of ideas what I can do, I'm thankful for any feedback.
Best regards,
Thomas
--
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=10083
Summary: Inverted colours in C&C RA demo exit screen
Product: Wine
Version: 0.9.47.
Platform: PC
URL: ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95de
mo.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
CC: stefandoesinger(a)gmx.at
The exit screen of the Red Alert demo is displayed in inverted colours. This
appears to be a consequence of the DirectDraw rewrite, adding Stefan Dösinger
to the CC list.
--
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=10339
Summary: Sonic & Knuckles Collection games display wrong in
windowed mode
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9008)
--> (http://bugs.winehq.org/attachment.cgi?id=9008)
Picture of symptoms
All three games in the Sonic and Knuckles Collection display wrong in windowed
mode. (Looks fine in fullscreen) The graphics are in black and white and are
smooshed to the left side of the screen. (See attached picture)
A downloadable demo is available at:
http://www.sega.com/support/support.php?item=support_games#pc
To work around the game crashing at startup, follow this procedure found by
Louis Lenders:
"I did however get the game running by doing wine RUNSONIC.EXE, then under
options select the checkbox "No background music". Then the game window is
responsive (still displays graphics wrong) After selecting "full screen" in the
menu, it looks rather ok, but the speed of the game seems way to high to me. "
--
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=10659
Summary: Regression: X-Wing Vs. Tie Fighter fails to run
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whispersbreath(a)hotmail.com
Xwing vs Tie Fighter fails to run, gives the warning "DirectDraw Init FAILED at
2"
This is a regression in .9.50, since in earlier versions it worked perfectly
for me. I know this is an older game and not many people are actively playing
it in WINE but its one of my favorites. What more info do i need to provide?
--
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=20020
Summary: Metal Fatigue hangs on intro movies if audio is
enabled
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grsfdhj(a)tiscali.it
I'm running wine 1.1.29 on a Slackware64 13.0 (multilib) machine, equipped with
an Athlon 64 FX 55, 1GB of RAM, ATI Radeon X800 XT PE AGP (radeon open-source
drivers version 6.12.2). I installed Metal Fatigue in a clean wine prefix.
If I start Metal Fatigue with sound enabled (either ALSA or OSS) and game CD in
drive, intro movies are played, but game crashes after little time. A window
titled "Program error" appears, but I can't click on close, so I have to
shutdown wine "the hard way".
If I completely disable sound in wine, game starts successfully and intro
movies are played at their full extent, however it seems as keyboard and mouse
are disabled because I can't skip them (and I remember they're skippable).
No meaningful messages are printed to console during game execution.
--
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=14561
Summary: Outlaws window shrinked to 1/4 of screen
Product: Wine
Version: 1.1.0
Platform: PC
URL: ftp://ftp.lucasarts.com/demos/pc/outdemo_v2.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When exiting a screen that has standard Win32 controls & look, Outlaws is
shrinked to the upper left 1/4 of the screen; the rest is black. I believe
this is a regression, but I'll have to check. IN that case it is probably
quite old.
--
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=10712
Summary: LieroX direct draw error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasedontspamme(a)mail2mycell.com
trying to run lierox, I get the error:
Failed to set the video mode 640x480x16
ErrorMsg: DirectDrawSurface:Release: Unknown DirectDraw error: 0x1
--
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=10167
Summary: sacred: Sacred crashes randomly after several actions in
game
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.sacred-game.com/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.spies(a)fuceekay.com
CC: daniel.spies(a)fuceekay.com
Created an attachment (id=8753)
--> (http://bugs.winehq.org/attachment.cgi?id=8753)
Console output of Crash
Sacred crashes randomly if you do several things ingame.
Some examples:
- clicking on a portal (similar to Diablo 2 town-portals)
- opening the quest log (key "L")
- opening the overview map (key "M")
- pressing escape to get the game menu
Sometimes the game crashes without doing anything.
I will submit several crash logs...
Regarding the logs I assume this is an wine-directx-ddraw issue.
--
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=9330
Summary: application related Directdraw memory overflow- versions
after 0.9.35
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doom3d(a)atw.hu
Heroes of Might and Magic III. Complete crashed before first screen saying
directdraw error. My system is Ubuntu 7.04+ wine 0.9.41.
***
DirectDraw Error(14):
"DDERR_OUT OF MEMORY"
File: 'C:\Dev\Heroes3 Exp2\Game\Wingraph.cpp
line 154
***
Full cross-check:
- reinstalling heroes III.- no change
- reinstalling wine 0.9.41- no change
- switching back wine to 0.9.35- game runs propely
- installing wine 0.9.41 again- original error reproduced
Winecfg shows "missing libjack.so". This file is still missing after
reinstalling jack. Don't know how to get libjack.so ?
This problem was present with all wine versions. (0.9.23-0.9.41)
--
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=17215
Summary: Regression in Sid Meier's Alpha Centauri
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.gill(a)gmail.com
Starting Sid Meier's Alpha Centauri, the title screen is garbage.
A regression test says that fd0e60180a1979e3dd8730bd4922556a73353ea6 is first
bad commit
commit fd0e60180a1979e3dd8730bd4922556a73353ea6
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Thu Aug 21 20:51:18 2008 +0000
wined3d: Fix window rewrite regression.
--
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=11297
Summary: RosenkreuzStilette fails to acquire a DirectDraw object
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suikun(a)suikun.de
Created an attachment (id=10387)
--> (http://bugs.winehq.org/attachment.cgi?id=10387)
Relevant part of the warn+all output
The MegaMan doujin clone RosenkreuzStilette fails to acquire a DirectDraw
object and subsequently refuses to start up. I've attached the relevant part of
the log of WINEDEBUG=warn+all with the appropriate translations from Japanese.
A trial version of the game is availible at
http://kurotama.sakura.ne.jp/product/rks/ under downloads, further down the
page (below the warning to not use a download accelerator).
--
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=12580
Summary: JewelQuest crashes/loops while starting
Product: Wine
Version: 0.9.41.
Platform: PC
URL: http://www.reflexive.com/JewelQuest2.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12167)
--> (http://bugs.winehq.org/attachment.cgi?id=12167)
+relay,+seh,+tid log in git, rzip -9'ed
When trying to start JewelQuest, the game pops up a little buy me now screen.
Press play game, then the screen closes, and relaunches the same screen.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
fixme:d3d:IWineD3DDeviceImpl_Release (0x151a10) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x154f30 with type
1,WINED3DRTYPE_SURFACE
Loops infinitely.
+relay,+seh,+tid attached (ran the game, pressed play game once, then closed)
--
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=24662
Summary: Plants vs Zombies is not smooth
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=31177)
--> (http://bugs.winehq.org/attachment.cgi?id=31177)
screen shot rather in PNG
Since bug 21676 was fixed recently i give a try today and found out, that the
fix brought some graphic problems. Attachment shows that better.
Simply wine-1.3.4 is smooth.
Wine-1.3.4 + Henri's patch shows pixels like downsampled.
I'm talking about following patch:
commit 5fa84c56c344927dcb13b12409fbf64d738438f4
ddraw: Remove another hack.
It breaks actual front buffer / back buffer flips.
--
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=23274
Summary: Jedi Knight: Dark Forces II screen blue-tearing when
picking up an item
Product: Wine
Version: 1.1.28
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Blocks: 22684
Created an attachment (id=29010)
--> (http://bugs.winehq.org/attachment.cgi?id=29010)
Savegame - standing before gun
When an weapon is picked up, screen should go into faint blue for fraction of a
second (verified on windows). Instead, on weapon pickup screen is choppy with
"blue-belt" moving from top-down.
Regression test between 1.1.27 and 1.1.28 reveal:
commit ecd2dc7603382388665daa83a60fa0e4a5eadb38
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Aug 14 09:23:25 2009 +0200
wined3d: Make RTL_READTEX the default rendertarget locking method.
For most cards this should make more sense than RTL_READDRAW, even if e.g.
surface_upload_data() has some room for improvement.
:040000 040000 cc7143b222409b613cb6a8d2299fd6119daa71e1
1f23cb38ca38458424babb6bdbed76b40ec5b6bf M dlls
Correct behavior can be tested on top of 1.1.28 with "winetricks
rtlm=readdraw". Things got worse around bug 22684. As this is underlying
problem, i make this one as blocker for 22684.
Steps to reproduce:
1. Set windowed mode 800x600
2. Download and install
3. There is savegame before gun, to test pickup
4. In game don't checks 3d acceleration
Note: Unfortunately putting back readdraw makes game menu somewhat unreadable,
but working.
--
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=12890
Summary: Menu doesn't render in Thief The Dark Project in readtex
mode
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.thief-thecircle.com/download.asp?fid=293
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
When going to menu by pressing ESC from the actual game level, menu doesn't
render (neither in full screen or desktop mode) when RTL mode is readtex.
Screen is not updated at all despite you can hear menu music and sound effects
as mouse passes clickable menu items. I get it on Geforce 2 mx and Geforce6100
and reportedly it also happens on some other nvidia cards.
Also happens immediately if directdrawrenderer is set to opengl (without it
menu works before starting level, apparently because it's rendered by gdi).
In other games readtex seems to work fine for me, so probably this indicates
some bug in wined3d triggered by readtex mode.
Demo is available.
Also affects system shock 2 (also Looking Glass Studio, probably shares engine
code) and, probably also Thief 2 - The Metal Age (I didn't check but it has
almost same engine).
--
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=12976
Summary: ZDaemon flickers
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: x86xlat(a)gmail.com
Latest ZDaemon (http://zdaemon.org/) with Wine (0.9.59-0.9.61, maybe some
earlier version too, I missed some) flickers in fullscreen mode while picking
item or taking damage. If you try to turn on "Direct Draw Palette Hack" option
from video options menu it begins flicker right away. There was no such problem
with 0.9.50.
--
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=10133
Summary: After successful installation, Pool of Radiance 1.4 does
not start
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Created an attachment (id=8709)
--> (http://bugs.winehq.org/attachment.cgi?id=8709)
WINEDEBUG=+relay captured stderr
After successfully installing Pool of Radiance 1.4,
and using the nocd patch as suggested in the appdb comments,
the game does not start.
Running wine por2Main.exe opens a black window in the top left corner
of the screen for a very brief moment,
and then the program quits.
I attach the stderr of WINEDEBUG=+relay as a gzipped text file.
--
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=21878
Summary: Sonic R produces a blank screen in Direct3D mode
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=26517)
--> (http://bugs.winehq.org/attachment.cgi?id=26517)
Terminal output from 1.1.39
Sonic R has an option to use DirectDraw or Direct3D, and while DirectDraw mode
works fine, Direct3D mode just produces a blank screen. If I blindly navigate
to the character selection screen, I can see textureless character models, but
that's it.
Older AppDB tests for this game show that Direct3D mode worked ages ago, but
this bug appeared sometime between 0.9.35 and 0.9.38. After much reverse
regression testing, I confirmed this and tracked down the problematic commit:
d9fef10b71b9add27cfaeffa6d7e3ab42342bba7 is first bad commit
commit d9fef10b71b9add27cfaeffa6d7e3ab42342bba7
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed May 9 11:49:27 2007 +0200
ddraw: Some caps fixes.
Cards at DirectX7 times did not support non power of 2 textures, and
some games check the capatiblity flags incorrectly. Rollcage expects the
D3DPTEXTURECAPS_POW2 (limitation) flag set and fails with the reference
rasterizer which support NP2 textures and doesn't have the cap set.
:040000 040000 1013c4b33687335d59f27ceb09eece1453c41f27
f06bfc86b0a1bfa5c37b1b46819019018d57d770 M dlls
Since I doubt the patch would still revert cleanly after all this time, I tried
the first version with it included (0.9.37). Vanilla 0.9.37 shows a blank
screen in Direct3D mode; with the patch reverted, the game can be seen, albeit
with graphical bugs (apparently from an even older regression).
My video hardware is Intel GMA 950, driver version 2.9.0.
--
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=14955
Summary: Master of Orion 2: wine crashes after quitting the game
Product: Wine
Version: 1.1.3
Platform: Macintosh
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunk(a)stusta.de
Created an attachment (id=15563)
--> (http://bugs.winehq.org/attachment.cgi?id=15563)
complete log
Backtrace:
=>1 0x00000000 (0x0033fb78)
2 0x7e8899e4 IDirectDrawSurfaceImpl_BltFast+0xf4() in ddraw (0x0033fbb8)
3 0x7e88c36c IDirectDrawSurface3Impl_BltFast+0x5c() in ddraw (0x0033fbe8)
4 0x00527110 in orion95 (+0x127110) (0x0033fd74)
5 0x7ea66247 call_window_proc+0x67() in user32 (0x0033fdb4)
6 0x7ea6a3a2 WINPROC_call_window+0xf2() in user32 (0x0033fdf4)
7 0x7ea2b5e6 DispatchMessageA+0x96() in user32 (0x0033fe34)
8 0x005278f2 in orion95 (+0x1278f2) (0x7ea2b550)
9 0x6ce85356 (0x57e58955)
10 0x00000000 (0x00000000)
--
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=24668
Summary: Introduction screen in Melty Blood is drawn
upside-down
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyle7(a)hotmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=31183)
--> (http://bugs.winehq.org/attachment.cgi?id=31183)
Terminal output in wine-1.3.4-202-g47d2a00
In wine-1.3.4-202-g47d2a00 introduction screen and fighting scenes in Melty
Blood are rendered upside down. These were drawn correctly in wine 1.3.4.
A regression test yields the following result:
5fa84c56c344927dcb13b12409fbf64d738438f4 is the first bad commit
commit 5fa84c56c344927dcb13b12409fbf64d738438f4
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Oct 5 14:32:35 2010 +0200
ddraw: Remove another hack.
It breaks actual front buffer / back buffer flips.
:040000 040000 3b85800dcfb6069dc55abe0daa21e63694c1d600
5add7ba691e5b542e503ea14b373af3b9a569a36 M dlls
:040000 040000 dd04818a2c84caaf8d64932e313154e159ad5621
205e27a6da9999ca94a47e7bedffbb4b0d02e0c5 M include
Reverting this commit makes the screens be drawn correctly. Apparently this
game depended on the ddraw hack mentioned in the commit.
The biggest differences in error logs is that the terminal now is spammed with
many occurrences of:
fixme:d3d:context_apply_blit_state Applying blit state for an offscreen target
with ORM_FBO. This should be avoided.
--
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=9686
Summary: Zork: Nemesis and Zork: Grand Inquisitor seem to have
applied incremental filter over static parts of screen
image
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=6034
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vit.hrachovy(a)sandbox.cz
Created an attachment (id=8106)
--> (http://bugs.winehq.org/attachment.cgi?id=8106)
Screen after few seconds of rendering
Hello
using the following Direct3D options, I've finally managed to run Zorks:
DirectDrawRenderer=opengl
RenderTargetLockMode=readdraw
However, the screen render still is not 100%, it looks like there is some sort
of incremental filter for static parts of picture.
See the attached pictures for more info, see the link below for demo installer
and Installation HOWTO.
Demo download and Howto install:
http://wood.sandbox.cz/zork-grand-inquisitor/
Regards
Vit
--
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=20712
Summary: Starting Diablo wine crashes
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.dufresne(a)gmail.com
Wine 1.1.33
When starting Diablo 1.09, wine crashes immediately. Debug output 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=17117
Summary: Chicken Tournament: needs ComputeSphereVisibility
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
CT needs ComputeSphereVisibility function. A implementation found here:
http://www.nabble.com/ComputeSphereVisibility:-a-patch-td20506949.html
does not work very well, sometimes it's totally wrong, then the upper and lower
quarter of the screen seems not to be checked correctly, everything in here is
"invisible" and not rendered therefore.
--
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=10821
Summary: System Shock 2 not loading up
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmaster(a)knad.co.uk
Created an attachment (id=9687)
--> (http://bugs.winehq.org/attachment.cgi?id=9687)
Error report
I have System Shock 2 installed corrently (no-cd etc, runs fine on windows).
But in Ubuntu 7.10 on the latest wine (wine repository) it does not load (error
attached).
I am using NVIDEA graphics driver.
The error is from running the command: wine c:/Sshock2/shock2.exe
I have also tried running via: schedtool -a 0x2 -e wine c:/Sshock2/shock2.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=19146
Summary: The ClueFinders Reading Adventures Ages 9-12 crashes
on startup
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22124)
--> (http://bugs.winehq.org/attachment.cgi?id=22124)
ClueFinders Reading Adventures backtrace
With today's Git (wine-1.1.24-421-ga3dbe3c), when trying to start the
ClueFinders Reading Adventures game, the application crashes instead of
starting normally as expected. Some fixmes of possible interest prior to the
crash were:
fixme:d3d_surface:surface_init Trying to create a render target that isn't in
the default pool.
err:d3d_surface:d3dfmt_p8_init_palette This code should never get entered for
DirectDraw!, expect problems
fixme:d3d_surface:surface_init Trying to create a render target that isn't in
the default pool.
Backtrace and +d3d,+d3d_surface log are 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=11416
Summary: Left or upwards scrolling in Traffic Giant corrupts
Display
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
The game seems playable, and scrolling by moving the mouse to the right hand
side or bottom of the screen works as well as right click-dragging mouse the to
scroll downwards or rightwards it works. When you try to scroll left or upwards
the graphics get corrupted.
--
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=20898
Summary: Rayman 2: wine does not render "transparent color"
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yradenac(a)free.fr
Created an attachment (id=25045)
--> (http://bugs.winehq.org/attachment.cgi?id=25045)
Screenshots of the bug
It looks like Wine 1.1.33 do not render transparency in Rayman 2.
It seems to be a regression: it used to work with Wine 1.1.24, but Wine 1.1.25
broke it and no recent version of Wine (including the current last 1.1.33)
fixes that bug.
I attach some screenshots to this report that show the bug: the right side is
1.1.24 with a correct rendering (notice the text and transparent water and
transparent sparks) whereas the left side shows the rendering of version 1.1.25
to 1.1.33 (notice the squares replacing the text and non transparent water and
black shadows and non transparent sparks).
The configuration tool that comes with the game (wine GXSetup.exe) shows the
following information:
- Renderer: "3 DirectX6 (1.0.0) DirectX 6 Driver"
- Driver: "DirectDraw HAL (display)"
- Device: "Wine D3DDevice using WineD3D and OpenGL (Direct3D HAL)"
selecting "RGB Direct3D emulation (Direct3D HEL)" for the Device do not "fix"
the bug.
I also attach the output of wine 1.1.33 when running Rayman2.exe.
Here is my configuration:
- up to date Ubuntu Karmic Koala 9.10
- NVidia GeForce FX 5600
- up to date driver nvidia 173.14.20
--
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=14745
Summary: wined3d BltOverride - blits from non-pow2 surfaces cause
issues without GL_ARB_texture_non_power_of_two
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Created an attachment (id=15241)
--> (http://bugs.winehq.org/attachment.cgi?id=15241)
testcase in form of a patch to ddraw visual test
If there is a blit from non-pow2 surface (e.g. 128x72) to screen which is
followed by a blit from pow2 surface (e.g. 128x128) to screen, then second blit
is rendered incorrectly. Presumably in the second blit the first texture is
used somehow, instead of second. So, for example, in the testcase instead of
red and green quads, both quads will be red. Also happens in a real game
(forsaken), where there are also blits from surfaces 128x72 and 128x128.
This only appears when there is no GL_ARB_texture_non_power_of_two. Probably
related to GL_TEXTURE_RECTANGLE_ARB. Affects cards like geforce 2 mx, and also
reproduced on geforce 6100 by disabling GL_ARB_texture_non_power_of_two in
directx.c. Tobias Jakobi kindly tested this on geforce fx with positive result
(bug observed).
This is as if somehow GL_TEXTURE_RECTANGLE_ARB stays selected, which may be
possible because blits do not apply states and so (afaict)
texture_activate_dimensions isn't called and GL_TEXTURE_RECTANGLE_ARB may stay
enabled in such case (again afaict, so far i couldn't find a place where it
would be disabled in case of consecutive blits). Yet, strangely, adding
glDisable(GL_TEXTURE_RECTANGLE_ARB) in BltOverride doesn't seem to help.
On geforce fx and geforce 6100 this is worked around by using orm=fbo (on
geforce 2 there is no fbo). Didn't verify that myself but Stefan said on irc in
fbo mode GL_TEXTURE_RECTANGLE_ARB is always used so this could explain why it
works (if it indeed is related to failure to "switch" from
GL_TEXTURE_RECTANGLE_ARB to GL_TEXTURE_2D).
--
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=10866
Summary: In-game text slows down SimCopter
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://www.5star-shareware.com/Windows/Games/Flight/simcopter.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baby.lueshi(a)gmail.com
When playing SimCopter, the game slows down every time you get mission-related
updates in the top left corner of the screen. The more lines of text on the
screen at a time, the more the game lags. After doing a trace, it seems that
SimCopter calls DrawTextA for those messages, and the calls are constantly
repeated while the message is on the screen. I'm thinking this is because
DirectDraw might render over the text and the text gets redrawn every time the
DirectDraw window does, but that's just a wild guess, and doesn't really
explain the slowdown.
This bug is in both the demo and retail version of the game.
--
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=21949
Summary: Verbose the d3d vertices processing code
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dd9k(a)aol.com
As of Wine 1.1.40, the vertices processing is still not perfect (See bug
19888). Thus, it may be reasonable to make the output more verbose for
unhandled cases.
Related code is located in:
./dlls/ddraw/executebuffer.c:492
named
ERR("Unhandled vertex processing !\n");
That is definitely not enough in order to debug. A good start is to add the
output of "ci->dwFlags" in there as well. It is surely a minor enhancement, but
it is really annoying to recompile the whole Wine because of a small line.
--
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=15142
Summary: Diablo - The Hell & Hellfire: DirectX issues
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=15851)
--> (http://bugs.winehq.org/attachment.cgi?id=15851)
Screenshot
As mentioned on the Mod's AppDB page. I have added a screenshot of the message
as well as the log I managed to pull out. Please tell me if you need anything
else.
--
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=18016
Summary: Sub Culture: Software rendered version crashes right
away
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
My installed wine version is
http://www.lamaresh.net/apt/dists/lenny/main/binary-i386/wine_1.1.18~winehq…
on Debian Testing ("Squeeze"). My sound system is OSS 4.1 (b 1052/200903241228)
(0x00040100).
1. I moved my ~/.wine2 to a backup location and started winecfg. Set the sound
system to OSS and did not touch anything else.
2. I installed the game Sub Culture:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=4349
from an ISO mounted to ~/tmpmnt/
3. I added ~/tmpmnt/ as drive D: to Wine since Sub Culture has a CD check and
also CD music (which as I found out later, won't work anyways).
4. I launch "wine sc.exe" (the software rendered version of the game), it
crashes right away. See attachments.
I played around with the virtual desktop settings in Wine as well as with
different Windows versions but always got the same error.
It worked "more" when using 1.0.1 (wine-1.0.1-174-gc4039bd) earlier, the game
started, I could use the menu (sound was working there) but once I started a
game it crashed with a sound-related error ("../../../dlls/dsound/mixer.c:336:
DSOUND_MixToTemporary: Assertion `writepos + len <= dsb->buflen' failed.").
I could play when I disabled sound in winecfg though.
I updated to 1.1.18 to get around this problem.
A full regression test is beyond my capatibilities but I could offer sharing a
copy of the game. I do actually own two CDs of it so I guess "lending" an iso
for testing it would be ok. If it is not just ignore this paragraph.
The other versions (D3D, 3dfx using a GlideWrapper) have their own problems
(D3D needs the desktop to be at 640x480x16bit or it crashes on Windows already,
3dfx worked fine for me earlier with http://www.zeckensack.de/glide/ but now it
does not anymore for an unknown reason), but that's another bug if I find the
patience.
--
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=20184
Summary: eXperience112 don`t work
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=23787)
--> (http://bugs.winehq.org/attachment.cgi?id=23787)
Console output
I try to run game, but it didn`t work
--
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=12271
Summary: DirectX 6 SDK ddraw memtime sample program fails
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Outputs err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
320x240x8 @0! (desktop)
the page faults.
--
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=9799
Summary: Textures on vehicles are too dark in GTA Vice City!
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elwario91(a)gmail.com
Textures on vehicles are too dark in GTA Vice City!
Because I'm not a great wine debugger and patcher I don't know why this bug
occurs but I've attached a log in the hope someone can help and resolve it.
After that the game would run perfectly!
--
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=25047
Summary: NFS Porsche: Some car paints aren't rendered properly
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31745)
--> (http://bugs.winehq.org/attachment.cgi?id=31745)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install NFS Porsche Demo
3) wine Porsche.exe driver=dx7z
4) create player -> singleplayer -> quick race...
5) change car paint
Behaviour:
Some paints aren't rendered properly. It is random.
Expected behaviour:
All paints should be rendered properly.
Terminal output:
many of these lines
err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has
SFLAG_INSYSMEM set!
Additional info:
GFX: NVIDIA 9xxx
Drivers: 260.19.12
wine-1.3.6-240-g791b22a
--
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=15186
Summary: Grand Theft Auto crashes on game engine start
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
When starting the first (2D) grand theft auto game, after going through the
menu system, the game dies a slow lingering death (crashes after a few seconds
of hanging)
--
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=15056
Summary: Graphical glitches in the menu of The longest journey
demo
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.longestjourney.com/download/demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
There are graphical glitches in the menu of the longest journey demo. This is a
regression. Here is the first bad commit
git-bisect good
eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52 is first bad commit
commit eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Jul 30 10:01:08 2008 -0500
wined3d: Rework surface Blt a bit to only lock the part of the destination
surface being drawn to.
:040000 040000 d649467eb949d63e2b9b77c323b32303a74c9790
a528f360d6ed826afdab80fda5260ba5c245efe7 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=13526
Summary: Wine Ableton Live ddraw regression bug
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.ableton.com/free-trial?product_key=D_00_70
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kkutzko(a)teksavvy.com
CC: kkutzko(a)teksavvy.com
Created an attachment (id=13457)
--> (http://bugs.winehq.org/attachment.cgi?id=13457)
WINEDEBUG +ddraw output
As soon as the application starts, a window pops up that (normally under
windows) would say "this is a trial version demo, click okay to start the
trial", or something along those lines.
The window is blank and clicking randomly on it (to find the "ok") does not
work either.
I have also attached WINEDEBUG +ddraw output in an attempt to better illustrate
this problem. This is potentially a ddraw bug, and actually a regression AFAIK.
According to other people who tested Ableton Live some time ago, the window
shows up fine in versions <wine-0.9.15. During the ddraw rewrite something
broke 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=9506
Summary: One-line Java program causes screen to go black
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Hey, kids, try this! (Works with any JVM, but let's use a recent one.)
1. Create the file bug.java containing
import java.awt.Frame;
public class bug {
public static void main(String[] args) {
Frame f = new Frame(); // causes whole screen to go black in wine!
}
}
2. Compile it using any java compiler:
javac bug.java
3. Download a JDK from java.sun.com and install it in Wine
4. Use it to run bug.class, e.g.
cd '.wine/drive_c/Program Files/Java/jre1.6.0_01'
cp ~/bug.class .
wine bin/java.exe bug
5. Note that entire primary display goes black (second display, if any,
doesn't).
This is really annoying - you have to move your other windows around
to get them to redraw.
This may be the same as bug 4902, but this seems simpler to reproduce.
Next step would be the corresponding trivial C file...
--
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=10117
Summary: Mpeg2Schnitt doesn't display video since wine v. 0.9.16
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=8682)
--> (http://bugs.winehq.org/attachment.cgi?id=8682)
Full output of wine when running Mpeg2Schnitt
Since wine version 0.9.16, Mpeg2Schnitt (a program for cutting mpeg2-files) has
stopped showing video. This of course makes choosing the right cut points
virtually impossible.
When the program should display the video, wine prints out the following
errors:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f544,0x00000000), stub!
err:ddraw:IDirectDrawImpl_SetDisplayMode Width=0, Height=0, what to do?
I have tested both multiple versions of wine (including the newest
0.9.47-version) and Mpeg2Schnitt (versions 0.71, 0.80 and 0.87).
Mpeg2Schnitt is distributed under GPL2 license and available for download at
http://www.mdienert.de/mpeg2schnitt/
--
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=14992
Summary: Diablo 2 crash introduced in 1.1.3
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aaronwcurtis(a)gmail.com
Created an attachment (id=15612)
--> (http://bugs.winehq.org/attachment.cgi?id=15612)
copy-paste of git bisect output from the regression testing procedure.
Followed the regression testing procedure and
c1bbab7c54618935d74b7d2b70421253018f5594 is first bad commit.
Diablo 2 window opens momentarily, then crashes.
running in virtual desktop, or full screen, same crash.
game runs fine when switched to 2d (ddraw mode), crashes on 3d (d3d mode).
--
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=17628
Summary: ddraw:visual test failing in a virtual desktop
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
URL: http://test.winehq.org/data/3db77ce50b9dfa811966afe15604
ce2ee3e20c8e/wine_ae-ub904-virtdesktop/ddraw:visual.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@midna:~/wine-git/dlls/ddraw/tests$ make testclean ; make visual.ok
rm -f d3d.ok ddrawmodes.ok dsurface.ok overlay.ok refcount.ok visual.ok
../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so
visual.c && touch visual.ok
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f60c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
Segmentation fault (core dumped)
make: *** [visual.ok] Error 139
--
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=12162
Summary: Heroes of Might & Magic IV awful frame rate
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=11559)
--> (http://bugs.winehq.org/attachment.cgi?id=11559)
Heroes IV wine output
Heroes IV game launches with no problem but has an awful frame rate, especially
during combat. Wine does print some errors while the game is loading, but
during gameplay it stays silent.
--
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=14242
Summary: Unreal Tournament crashes on startup
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bob(a)dest-unreach.be
CC: thunderbird2k(a)gmx.net
Created an attachment (id=14531)
--> (http://bugs.winehq.org/attachment.cgi?id=14531)
crash screenshot
I cannot start Unreal Tournament in D3D mode on my system.
Specs:
Radeon 7500 (open source radeon driver)
Kubuntu 8.04
wine 1.1.0
I did a regression test:
feb753c98d82e18b6dd1b1df7730c882974b643b is first bad commit
commit feb753c98d82e18b6dd1b1df7730c882974b643b
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Thu May 1 23:46:03 2008 +0000
ddraw: Enable EnableAutoDepthStencil to receive depth support.
:040000 040000 39a37f0e7b5e2666ba72ae3971ed79daaa194120
fe5c3389709e215f7f0cc86e4f2446b73ed65594 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=12658
Summary: Brothers In Arms - Road To Hill 30: wrong colors in game
compass
Product: Wine
Version: 0.9.59.
Platform: PC
URL: ftp://ftp.ubi.com/emea/brothersinarms/demo/BIA_PC_Demo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
During gameplay two square appears, one rendering wrong colors over game
compass (bottom left corner) most of time, the second one (semi-transparent)
appearing sometimes on top left corner of the screen (please check downloadable
demo).
On the other side you cannot make the character make a full turn around using
the mouse and also the pointer seems to get locked in some areas in the menus
but I guess these are related to bug 6971.
--
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=10998
Summary: Sum of All Fears crashes after splash screen
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.cutone(a)rogers.com
Created an attachment (id=9966)
--> (http://bugs.winehq.org/attachment.cgi?id=9966)
Terminal output for SOAF crash.
When the program is executed the splash screen is displayed. Soon after the
screen goes black with just the mouse pointer visible. A lengthy terminal
output is then produced.
See attached file for terminal output.
--
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=15553
Summary: Interstate 76: scrambled screen when running in d3d
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr_costas(a)yahoo.com
Created an attachment (id=16549)
--> (http://bugs.winehq.org/attachment.cgi?id=16549)
screenshot
This is an old game that runs in software mode, 3d3 and glide.
It can run in software, d3d and glide mode.
In wine 1.0 all modes run perfectly apart from 2 cursors not showing in the car
management screen
In wine 1.1.5 software mode runs perfectly with the cursors showing as normal
but the d3d or glide version show a scrambled intro screen where you choose
play, options etc. and in between levels screen is scrambled at parts. In game
though everything works as expected (all cars scenery etc dont show any
important glitches)
tried with a clean install, game patched to latest
--
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=13225
Summary: Sacrifice Demo: black sqare behind the mouse
Product: Wine
Version: 0.9.61.
Platform: PC
URL: http://downloads.gamezone.com/demosfiles/t1699.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jb.faq(a)gmx.de
If you start Sacrifice you get a masking problem with the mouse. You have a
black square behind it.
In this bug
http://bugs.winehq.org/show_bug.cgi?id=201
we find out, that this is not the same problem. (Have a special look at the
comments 36 up to 40).
It seems that this is a problem of the (opengl?) rendering:
With the vesa driver (or using (export) LIBGL_ALWAYS_INDIRECT=1) this bug
doesn't exists, but it is present with the nvidia drivers.
I test this with the demo (link in URL above).
My system Set-Up:
Software:
Gentoo, Kernel 2.6.24-gentoo-r8
vesa-driver (in this test-case, usually nvidia-drivers-96.43.05)
git yesterday
Hardware:
lspci:
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go
64M] (rev a3)
--
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=20451
Summary: Cannot attach flipping surface
(DDERR_CANNOTATTACHSURFACE)
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timmazid(a)hotmail.com
CC: timmazid(a)hotmail.com
Created an attachment (id=24314)
--> (http://bugs.winehq.org/attachment.cgi?id=24314)
wine 7k2.exe 2> log
Screen goes black, and the dialog box with that message comes up.
--
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=16867
Summary: Issues with DD_STRUCT_COPY_BYSIZE
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)graph-ix.net
DD_STRUCT_COPY_BYSIZE does not properly copy all DDraw structs or is not
properly called in at least one location of the Wine code. The example I found
is in IDirectDrawImpl_GetCaps, where the ddsCaps within DDCAPS are not
correctly copied. There are possibly more occurrences.
DD_STRUCT_COPY_BYSIZE is defined in ddraw_private.h
--
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=10065
Summary: MSN Messenger Doesn't Show New Conversation Windows
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=8623)
--> (http://bugs.winehq.org/attachment.cgi?id=8623)
This is what the console shows when the error happens.
When someone talk to you and you haven't open a window whit that person, the
window is not showed. You had to open a window with all your contacst until you
find the one who write you.
--
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=23238
Summary: Repton 3: crashes when viewing map (unhandled page
fault on write)
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.superiorinteractive.com/repton/3.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iarnell(a)gmail.com
Repton 3 crashes when viewing map.
The problem is that IDirectDrawSurface::BltFast doesn't properly validate
parameters; repton3 is trying to call BltFast with negative value for dstx.
0009:trace:ddraw:IDirectDrawSurfaceImpl_BltFast
(0x219960)->(-80,0,0x3586dc0,0x32e478,16): Relay
wine: Unhandled page fault on write access to 0x0149fec8 at address 0x682a6cc0
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x0149fec8 in 32-bit code
(0x682a6cc0).
--
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=22773
Summary: VLC Media Player doesn't show fullscreen videos
correctly
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.videolan.org/vlc/download-windows.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=28092)
--> (http://bugs.winehq.org/attachment.cgi?id=28092)
Terminal output
After starting a video and double-clicking it to enter fullscreen mode, it
usually blanks part of the screen while leaving a transparent "window" where
other apps or the desktop can be seen instead of the video. Sometimes there's
no "window" and the screen goes completely black except for the video
controller at the bottom. This worked in 1.0.1, so I did a regression test:
c1bbab7c54618935d74b7d2b70421253018f5594 is first bad commit
commit c1bbab7c54618935d74b7d2b70421253018f5594
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Aug 7 14:09:19 2008 -0500
ddraw: Send the ddraw output to the clipper window, if any.
:040000 040000 4a60a1c2a59103c9cad3185898bbc59553289b35
f18be73670fd3c5b13d36a1b959fde64c8808fe7 M dlls
Reverting this patch from wine-1.1.44-322-g5cc00e8 works around the problem.
Intel GMA 950; tested with driver versions 2.9.0 and 2.9.1.
--
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=9913
Summary: Blue Wish Resurrection: crashes when loading program
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://www004.upp.so-
net.ne.jp/x_xgameroom/Works/works.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 07067514(a)brookes.ac.uk
Created an attachment (id=8413)
--> (http://bugs.winehq.org/attachment.cgi?id=8413)
console output
When loading Blue Wish Resurrection the program displays a black rectangle,
then crashes. Attached is the console output.
--
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=20554
Summary: Populous 3 fails to start
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
CC: thunderbird2k(a)gmail.com
Created an attachment (id=24514)
--> (http://bugs.winehq.org/attachment.cgi?id=24514)
Console output with the bad commit
Populous 3 begins qith wine 1.1.39 but fails with wine 1.1.32. I hav3e made a
regression test and I have found out that
6b8753185f30197047773af6a26eafd34d45367c is first bad commit
commit 6b8753185f30197047773af6a26eafd34d45367c
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Sat Sep 26 14:52:46 2009 +0200
winex11: Add support for 16-bit/32-bit DIB sections.
:040000 040000 f2d2821909d152a1d37ae2932bf6017d7b622344
74221a3bdd0b8be716ed4c7900a58fddc93a2f08 M dlls
Find attached the console output of populous 3 with the bad commit.
--
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=20410
Summary: NHL 2002 won't launch
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
NHL 2002 installs, but game crashes right away after "Safedisc"-logo is shown.
All compatibility modes have been tested.
--
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=22406
Summary: Star Wars DroidWorks crashes on exit
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)mattmccutchen.net
Created an attachment (id=27425)
--> (http://bugs.winehq.org/attachment.cgi?id=27425)
Log showing the crash
I'm running Star Wars DroidWorks on Fedora 12 using the nvidia proprietary
video driver and OpenGL library. When Star Wars DroidWorks exits, it crashes
inside libglcore. This is a minor annoyance and does not impact playing the
game.
I'm not sure if the crash is Wine's fault, but it did not occur when I played
the game on Windows 95 many years ago, so I'm entering a bug. Unfortunately,
the game doesn't run on Windows Vista at all, even in compatibility mode, so it
isn't possible to do a comparison on a modern Windows system.
--
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=23290
Summary: Airline Tycoon crash at startup
err:ddraw:IDirectDrawImpl_GetGDISurface
IDirectDrawSurface7::GetAttachedSurface failed
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://games.softpedia.com/get/Games-Demo/Airline-Tyco
on.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29029)
--> (http://bugs.winehq.org/attachment.cgi?id=29029)
Console output on Airline Tycoon crash at exit
Airline Tycoon (a.k.a. Airline Tycoon First Class) is an airline business
management game published by Monte Cristo Multimedia. This bug applies to both
the retail CD-ROM and downloadable demo versions.
The demo can be downloaded from
http://games.softpedia.com/get/Games-Demo/Airline-Tycoon.shtml
Download and run the demo installer. Run the AT.EXE game executable. Wine shows
a Program Error dialog box. Console output begins:
fixme:win:EnumDisplayDevicesW ((null),0,0x32eb1c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
err:ddraw:IDirectDrawImpl_GetGDISurface IDirectDrawSurface7::GetAttachedSurface
failed, hr = 887600ff
wine: Unhandled page fault on read access to 0x00000000 at address 0x59babe
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0059babe).
fixme:dbghelp_msc:pe_load_debug_directory This guy has FPO information
--
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=15245
Summary: Graphics in Age of empires II are either black or buggy
Product: Wine
Version: 1.1.3
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=147
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dx(a)dxzone.com.ar
Created an attachment (id=16024)
--> (http://bugs.winehq.org/attachment.cgi?id=16024)
Default debug output (errors/fixme) in wine 1.1.3
Since wine 1.1.3 a "IWineD3DDeviceImpl_SetupFullscreenWindow" error appears in
console when switching to full screen mode / 8bpp and the graphics are buggy,
either:
- don't render (black background and nothing else, not even text, but the
buttons are still there, making a sound on mouseover).
- render misaligned / in grey as if it were reading 24 bits per pixel instead
of 8 (see screenshots). Text renders in this one, **and with the right color**,
not in black, which means that bug #2666 is not present here. Colors in video
sequences are wrong
These symptoms switch randomly on each restart, but the console output is the
same. The second one is less frequent, and it turns to be the first one when I
start a game (when it changes resolution/depth again). Both real full screen
and virtual desktop are affected.
Wine versions <= 1.1.2 are not affected (tested with 1.1.0 and 1.1.2). The
latest release, 1.1.4, is still affected.
Arch linux x86_64, (using these packages:
http://repo.archlinux.fr/x86_64/oldpackages/), NVIDIA drivers 173.14.12, X.org
server 1.5.0, age of empires II (both the age of kings and expansion - without
no-cd crack - using latest patch from microsoft site). Windows version set
globally to 2000. Native DLLs: dplayx, dpnet, dpnhpast, dpwsockx. (the ones
suggested in the appdb for multiplayer)
--
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=11231
Summary: Regression since 0.9.49: glibc double free crashes all
directx programs
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
Between 0.9.48 and 0.9.49, something broke DirectX(?)/DDraw rendering.
As a result, *all* tested games that use scalable or vector graphics now crash,
or even their installer crashes, e.g. VideoSetup.exe (Max&Mario,
Syberia2, BeetleCrazy etc.) with an error from glibc. Old games using
bitmap graphics are not affected. GUI programs (regedit, notepad,
depends.exe) are not affected either.
This regression not only affects games, even wine's own testsuite
shows the exact same symptoms:
cd dlls/d3d8/tests; make test
../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so
device.c && touch device.ok
*** glibc detected *** double free or corruption (!prev): 0x0013d100 ***
wine: Assertion failed at address 0xffffe410 (thread 0041), starting
debugger...
../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so
surface.c && touch surface.ok
*** glibc detected *** free(): invalid next size (normal): 0x0013d108 ***
wine: Assertion failed at address 0xffffe410 (thread 0009), starting
debugger...
err:seh:raise_exception Unhandled exception code c000013a flags 0 addr
0xffffe410
Fail: 0.9.49, .50, .51, .52, .53
Work: 0.9.47, 0.9.48 (and older), urlmon/tests/
Both d3d8/tests and d3d9/tests fail.
I'm using Ubuntu 6.06 LTS (aka. Dapper) with packages:
freeglut 2.4.0-4
libgl1-mesa 6.4.1-0ubuntu8 (has /usr/lib/libGL.so.1.2)
libglu1-mesa 6.4.1-0ubuntu8 (has /usr/lib/libGLU.so.1.3.060401)
libglibb2.0-0 (2.10.3-0ubuntu1) (has /usr/lib/libglib-2.0.so.0.1000.3)
kernel 2.6.15-29-686 (sometimes also 2.6.15-28-686)
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
getconf GNU_LIBPTHREAD_VERSION -> NPTL 2.3.6
This does not seem to be the infamous "winecfg crashes in winecfg audio tab"
bug http://bugs.winehq.org/show_bug.cgi?id=5826
Researching this bug, I found a message about
"an old C++ error" export MALLOC_CHECK_=0
That did not help.
Starting with a vanilla .wine/ doesn't help either:
../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so
d3d8_main.c && touch d3d8_main.ok
wine: creating configuration directory '/home/hoehle/.wine'...
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: '/home/hoehle/.wine' created successfully.
... [same as before]
I can exclude that the bug is caused by a change in my laptop
configuration. I have several source trees of wine, newly configured &
make'd, any only 0.9.49 and up fail the tests.
BTW, why does wine say "starting debugger..." yet no one appears? The
line about "err:seh:raise_exception" appears only approx. half a
minute after the "starting debugger..." line -- sometimes never and wine just
hangs.
Regards,
Jörg Höhle
--
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=10236
Summary: Jazz Jackrabbit 2: Access Violation at 7DFC3B16h
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmetal88(a)sbcglobal.net
Jazz Jackrabbit 2 installs beautifully, but after the splash screen at the
beginning of the game, it crashes with an error. In the most recent version of
Wine (obtained via WineCVS.sh, changelog last dated 2007-10-26) the error
reads:
Jazz Jackrabbit 2 has caused an access violation at address 7DFC3B16h by
attempting to "read" from address 000006F8h.
In 0.9.47:
Jazz Jackrabbit 2 has caused an access violation at address 7E176AB6h by
attempting to "read" from address 000006F8h.
In 0.9.46:
Jazz Jackrabbit 2 has caused an access violation at address 7E216856h by
attempting to "read" from address 000006F8h.
In 0.9.45:
Program runs as it should.
In 0.9.44:
Jazz Jackrabbit 2 has caused an access violation at address 00000000h by
attempting to "read" from address 00000000h.
In 0.9.43:
Program runs as it should.
In 0.9.42:
Program runs as it should.
So, something broke it in 0.9.44, fixed it in 0.9.45, and broke it again in
0.9.46 through the current version. Also, the address at which the access
violation occurs changes each time I run the program (in 0.9.46 and after) and
doesn't seem to actually have anything to do with which version of Wine is
installed.
--
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=17207
Summary: Runaway 2: some animations too slow
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.gamershell.com/download_17706.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=19122)
--> (http://bugs.winehq.org/attachment.cgi?id=19122)
Runaway 2 demo log
This can also be checked in the Demo (see download link). Some cinematics and
game screens show dead slow movement. For instance, in the game demo and in
retail version snow falling cause the game animations speed to drop
dramatically.
Also fading-in/out transitions between cinematics show wrong (or at least
garbage) colors.
--
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=15077
Summary: Myth II 1.6 fails with Wine 1.1.3 (regression from
1.1.2)
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skandalfo(a)gmail.com
Created an attachment (id=15752)
--> (http://bugs.winehq.org/attachment.cgi?id=15752)
Output of Myth II Soulblighter 1.6 correct execution in Wine 1.1.2
Myth II Soulblighter 1.6 (http://projectmagma.net/downloads/myth2_16/) in
classic mode worked correctly in Wine 1.1.2.
After upgrading to 1.1.3 it doesn't start anymore.
I attach the output of running it up to the menu and exiting successfully in
Wine 1.1.2, and the output of trying to run it (crashing) in Wine 1.1.3.
--
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=24226
Summary: Broken Sword II gives fatal error on startup
Product: Wine
Version: unspecified
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=14055
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: octavian.voicu(a)gmail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=30500)
--> (http://bugs.winehq.org/attachment.cgi?id=30500)
trace (search for xxx inside file for some comments)
With latest wine compiled from git, Broken Sword II (aka The Smoking Mirror)
fails to start, throwing this error: "Fatal error in L:\Sword2\sword2.cpp, line
238! Code 0x00010004"
The game works perfectly with wine-1.0. After a long and painful regression
test, I found this:
a47e7badb9484b123be413cdd353ced601b10d99 is the first bad commit
commit a47e7badb9484b123be413cdd353ced601b10d99
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jul 29 11:03:59 2008 -0500
ddraw: Set ddraw caps in wined3d.
Currently the ddraw capabilities were almost static, except of D3D
support. When overlay support is added, the caps depend on certain
settings in WineD3D or capabilities available from OpenGL and Xv. So
set those caps in wined3d as well.
:040000 040000 ec6e179a447958505e6683385c644b6667dd0fd9
8d1f5599bfcf2db3c3277e172760ecec81a05017 M dlls
:040000 040000 9ffd5c4286bdf342dd4714b0cbbf8a3445704426
a24a60b2404c3c80d5be93c3c71053d118e8750b M include
--
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=22482
Summary: Baldur's Gate 2: starting up fails
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.brothersoft.com/games/baldur-s-gate-ii-shad
ows-of-amn.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27543)
--> (http://bugs.winehq.org/attachment.cgi?id=27543)
terminal output
Terminal gets filled with:
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection
failed!
err:gdi:alloc_gdi_handle out of GDI object handles, expect a 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.
http://bugs.winehq.org/show_bug.cgi?id=10914
Summary: jedit crashes on startup in ddraw
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jedit.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running real Java apps under the latest Sun win32 JRE on Wine
seems like a fine stress test, even though in many
cases users should run with the Linux JRE instead.
The Sun JRE and jEdit install ok, but jedit has many startup problems.
The first one was bug 10913.
Here's the second one. Start it up like jedit.bat would have,
but without using start:
$ wine 'c:\windows\system32\javaw.exe' -Xms64M -Xmx192M -jar 'C:\Program
Files\jEdit\jedit.jar' -reuseview
This fails with
java.lang.IllegalArgumentException: Noncontiguous red mask (300a7
at java.awt.image.PackedColorModel.createBitsArray(Unknown Source)
at java.awt.image.PackedColorModel.<init>(Unknown Source)
at java.awt.image.DirectColorModel.<init>(Unknown Source)
at java.awt.image.DirectColorModel.<init>(Unknown Source)
at sun.awt.Win32GraphicsDevice.makeColorModel(Native Method)
at sun.awt.Win32GraphicsDevice.getDynamicColorModel(Unknown Source)
at sun.awt.Win32GraphicsConfig.getDeviceColorModel(Unknown Source)
at sun.awt.windows.WComponentPeer.getDeviceColorModel(Unknown Source)
at sun.java2d.windows.Win32SurfaceData.createData(Unknown Source)
You can bypass this and get to the next problem (I think) by adding the flag
-Dsun.java2d.noddraw=true
After a few tries, Java gets smart and starts running with that flag
set by default, I think. Removing ~/.wine and reinstalling them
lets you get the error back.
--
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=20672
Summary: GetDC change causes black screen in Seven Kingdoms
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.7kfans.com/
OS/Version: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the3dfxdude(a)gmail.com
CC: stefan(a)codeweavers.com
The following patch causes a black screen upon running Seven Kingdoms:
e1469961d42d0eb077d3fa0236de17b56bc51a56 is the first bad commit
commit e1469961d42d0eb077d3fa0236de17b56bc51a56
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Sep 5 16:37:19 2009 +0200
wined3d: Test and fix ddraw and d3d9 GetDC differences.
The MSDN is not totally correct: A8R8G8B8 and A1R5G5B5 also allow GetDC.
The
main differences that have to be filtered out in d3d9.dll are GetDC on
A8B8G8R8, X8B8G8R8 and P8.
:040000 040000 50563852d85b047d42d3ff67801850c834b63244
e64032236cf06c87a6d12bf361cb94417db71efa M dlls
Running the ddraw dsurface test seems to indicate that ddraw wants opengl
enabled in the registry as the DirectDrawRenderer. Then when enabling opengl,
a full-screen Seven Kingdoms draws the screen partially offscreen incorrectly.
When virtual desktop is enabled, the game is visible correctly.
Also note, Seven Kingdoms uses an 8-bit color depth.
It is expected that GDI mode should not produce a black screen.
Bug 20327 is similar, but I question whether it is the same problem as it is a
D3D game.
--
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=11590
Summary: Graphics regression
Product: Wine
Version: 0.9.54.
Platform: Other
URL: http://www.introversion.co.uk/laughingman/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spzakulec(a)mail.widener.edu
When I try to play the Uplink Laughing Man demo, it has many graphical
glitches, including one which makes it impossible to get past the second
screen, which I can only quit by using Alt-F4 or wineserver -k. I had reported
a similiar, but not nearly as bad issue as 4889.
I'd really like to provide screenshots, but I don't know how to get screenshots
from a full screen app.
The graphics (non-buttons) seem to be cut in half.
The buttons are much worse off. The first button on the first screen you see
is visible- but to click it, you have to go up to the third sentence of text-
then the button is highlighted and can be clicked. It can also be pushed by
using the enter key.
On the second screen, the buttons are not there: there should be two buttons
identical to those of the previous screen, but they are not there, and so you
can not proceed any further in the demo.
I'm not sure what logging needs to be done, and the only thing that shows on
the console is this:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x0
@0! (XRandR)
I'm running Kubuntu 7.10 and Wine 0.9.54
--
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=15540
Summary: Majesty Regression
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
Between 1.1.2 and 1.1.3 a change in Wine resulted in Majesty no longer running
correctly. After the change, the application simply aborts following the four
intro video windows. Prior to this change everything but the videos played
fine.
Results of regression testing:
e178ddd9e1e16d1a3f52492799692e289eefcf8c is first bad commit
commit e178ddd9e1e16d1a3f52492799692e289eefcf8c
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 5 14:23:00 2008 -0500
wined3d: Use a swapchain for GDI surfaces.
This is a long-needed cleanup aimed at removing the ddraw_primary,
ddraw_window, ddraw_width and ddraw_height members from
IWineD3DDeviceImpl, which just do not belong there. Destination
window and screen handling is supposed to be done by swapchains.
:040000 040000 da09ecee6e65fe4149d996ec279e9e997e2dcf2e
cd47edc30230bb50f87896c3a7220b7a628683e5 M dlls
:040000 040000 803067b0704c69746d6dbbf0f9d081a284eddef4
405e4687c093ec5c082507ce0195a7958799b4bf M include
--
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=25620
Summary: winememubuilder keeps adding the same associations for
Nautilus
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
I am testing with installing applications on an Ubuntu machine.
To remove the application, I remove the ~/.wine directory.
However, re-installing for example the office suite, duplicates all file
association entries in Nautilus each time.
Thus, in the Nautilus "open with" menu I now have 10 times the same excel
application.
Can winemenubuilder check if an entry is already present, and not add the next,
same, entry ?
--
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=25150
Summary: Some effects are rendered upside down in source engine
games
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stuart(a)tyro.homelinux.com
Created an attachment (id=31899)
--> (http://bugs.winehq.org/attachment.cgi?id=31899)
Screenshot of tf2 demonstrating the scope redering upside down
In Team Fortress 2 (tf2) and Left 4 Dead 2 (l4d2). Certain effects are being
rendered upside down. I've noticed it on the sniper rifle scopes in both games,
and when under water or affected by jarate in tf2.
--
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=12705
Summary: Openal 1.1 installer license not shown
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.openal.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Openal 1.1 installation does not show the license instead there is an empty
white box.
Scrolling makes the license appear but the scrolling can only show the
beginning or the end of the text and can't be used for a median position.
Note: The openal SDK use another kind of installer and doesn't have this bug.
--
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=14988
Summary: Strange rendering in Colin McRae 2005
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cruiseoveride(a)gmail.com
Created an attachment (id=15599)
--> (http://bugs.winehq.org/attachment.cgi?id=15599)
Complete log (WINDEBUG=warn+all)
This bug is the only withstanding item for this title to get "Platinum" rating.
There are 3 issues:
1. At 640x480 cars in the menu show up as grey objects.
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
2. During gameplay, the car as well as extra objects (grass, bushes etc..) are
rendered only on the right half of the screen
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
3. After game has quit, a message keeps appearing on the console (perhaps
wineserver related)
--- See attached log
I am also attaching a WINEDEBUG=warn+all during which i will launch the game,
start a challenge, play a few seconds, take some screenshots, and quit properly
through the menu.
Game is played in Virtual Desktop 1024x768, Default Graphics settings.
The log is bzipped because it is too big to upload.
(How the hell do you upload more than 1 file at a time?)
--
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=21212
Summary: Notepad fonts do not display correctly after
re-opening program
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Registry settings that affect font display in Notepad are ineffective after
Notepad has been closed and re-opened.
To Reproduce.
winetricks fontfix and fontsmooth-gray (So fonts display nicely.)
open notepad, change font to FreeSerif 14.
Open Dragon NaturallySpeaking.
Dictate some text. Fonts display properly.
Save text and close Notepad.
Re-open Notepad.
Fonts display poorly, as if the registry settings were not being used.
This also affects font display in e.g. notepad2, geany.
--
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=16616
Summary: Wine's D3DXOF rises an out of memory
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=18175)
--> (http://bugs.winehq.org/attachment.cgi?id=18175)
+d3d only fixme
Hi,
i've an application 'soldner gold edition' using d3dxof. When i use the native
dll, the game loads, but with wines d3dxof, it ends up in an out of memory.
I have attached logfiles, one with standard output, one with WINEDEBUG=+d3dxof
and another one with WINEDEBUG=+d3d (only the lines with 'fixme' otherwise it
would be too big).
The WINEDEBUG=+d3d logfile is not complete, i aborted because the debug
messages are iterating in a loop.
--
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=13364
Summary: Firefox 3 rc1 displays ROS Explorer FAQ poorly
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sky.franken.de/explorer/index.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The todo list in the ROS Explorer FAQ
is displayed in some odd symbol font.
"View source" shows it's very normal
text, with two css styles: indent list.
http://www.sky.franken.de/explorer/explorer.css
shows that those two styles are
.indent {text-indent: -18.0pt; margin-left: 18.0pt}
.list {font-family: MS Sans Serif; font-size: 80%}
Something makes Firefox pick a very wrong font
in that case.
This is on Gutsy without native msttcorefonts
nor wine corefonts installed.
--
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=24840
Summary: PDF Xchange Viewer 2.0.54 Showing a Critical Error
When Saving the PDF file
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suman(a)theunspokenwords.net
Whenever I modify the file inside PDF Xchange Viewer and try to save it, or
print the doc, it is giving an error and closed down the application. The error
referring that a critical error occur.
Previously I am using Wine 1.2.x So I tried to update it to 1.3.4 still getting
the same error.
--
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=25575
Summary: Microsoft Flight Simulator X: Deluxe Edition, doesn't
like builtin msxml4
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On first run, you get an error about msxml4 missing. Terminal only shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.MSXML2" (4.20.9818.0)
installing msxml4 from the msi bundled with the dvd works around it. After
that, setting msxml4 to builtin in winecfg works fine, presumably it only wants
to see the sxs assembly, which we don't provide.
--
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=21271
Summary: python's test_socket test hangs
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25575)
--> (http://bugs.winehq.org/attachment.cgi?id=25575)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_socket
the test will hang. On Windows XP, passes fine. No terminal output. Python's
output is:
testFamily (__main__.NetworkConnectionAttributesTest) ...
--
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=25444
Summary: ArcaniA - Gothic 4 requires vcrun2008
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=32385)
--> (http://bugs.winehq.org/attachment.cgi?id=32385)
mscodescan log
Attached is the huge list of functions the game requires.
--
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=17487
Summary: Stage Studio displays a black screen
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.smashboards.com/showthread.php?t=217759
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k04jg02(a)gmail.com
The community made level editor for Smash Brother's Brawl, Stage Studio, only
shows a black screen, and prints this to the console over and over:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
I know it's labeled as a fixme, so someone is aware support is missing, but if
you were waiting for an app as a use case, here you've got one. The app is
free, just follow the URL and download it.
Let me know if any particular traces or logs would be useful.
--
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=12917
Summary: Finale 2008 (& Notepad) curly braces and ties not drawn
correctly
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Created an attachment (id=12642)
--> (http://bugs.winehq.org/attachment.cgi?id=12642)
Finale 2008 comparative screenshots
Software affected: Finale 2008 family of musical notation products
(http://www.finalemusic.com). The bug has been confirmed with Finale 2008, the
2008a update, and Notepad 2008. This bug most likely affects Printmusic 2008
as well.
Free version: Notepad 2008 can be downloaded for free from
http://www.finalemusic.com/notepad/
Bug report: Curly braces and ties are not properly drawn when running under
Wine. The glitch is also rendered when printing. See the attached
screenshots:
finale2008-wine.png - This is how it renders in Wine
finale2008-winxp.png - This is how it should look
Resolution attempts: I have tried both Windows XP and Vista modes in Wine, and
I have tried running it in "virtual desktop" mode, none of which made any
difference. I also deleted the .wine folder in my home directory, which didn't
help either.
--
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=25613
Summary: Grass rendering glitch in Stalker: Shadow of Chernobyl
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aim_here2002(a)yahoo.co.uk
Created an attachment (id=32612)
--> (http://bugs.winehq.org/attachment.cgi?id=32612)
Grass glitch on wine 1.3.10, for Stalker: SoC
This is almost certainly the same bug as bug 23089, reported fixed by the
original submitter, and most of the discussion there likely applies here too;
When in 'Static lighting' mode, grass is intermittently rendered with a red
colour - moving the camera at all will cause a different, and apparently
random, set of grass objects to be rendered red.
Currently I'm still getting this bug with Stalker 1.0005, on Debian Linux, with
a Phenom II 4-core x64 processor, with a Radeon HD 4870 and the 1.10.9 drivers,
though it seems to not be a graphics driver glitch, as evidenced by the Nvidia
users who had the same problem.
--
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=18158
Summary: Approach thinks Samba Read Only databases are in a
foreign language
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20623)
--> (http://bugs.winehq.org/attachment.cgi?id=20623)
trace on foreign language pop up
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number four: the open dialog box thinks Samba read only (0544) databases
are in an unsupported language. Samba maps the Windows read only bit to owners
"write" bit. 0544 would be seen in Windows as Read Only=on, Archive=on,
Hidden=off, System=off
An smb.conf example (in the share section):
; map archive owner execute bit must include 0100
; map system group execute bit must include 0010
; map hidden world execute bit must include 0001
; Note: after doing all the above map stuff, it is a good idea to do
; a mass chmod to 2766 (Read Only=off, Archive=on, Hidden=off).
; And, you definately want hidden to be turned off!!!
force create mode = 0000
create mode = 0777
force directory mode = 0000
directory mode = 0777
map archive = yes
map system = yes
map hidden = yes
Bug number four:
To reproduce:
1) mark all the of files associates with your test database to 0544 (chmod 0544
*)
2) open Approach with the native msvcrt
3) open the database you just tagged with 0544
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
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=24856
Summary: Magic & Mayhem: Crashing on any menu item.
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Created an attachment (id=31450)
--> (http://bugs.winehq.org/attachment.cgi?id=31450)
wine 1.3.5
Run game. Showing main menu.
Click any menu(New game, Setting, Exit) item.
Game crached.
--
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=19709
Summary: FeedDemon cannot sync feeds
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.filehippo.com/download_feed_demon/4159/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucak3(a)gmail.com
Created an attachment (id=23015)
--> (http://bugs.winehq.org/attachment.cgi?id=23015)
FD log on first run
Version wine-1.1.27-63-g862bd3c
Priority set to normal because of total loss of functionality: a feed reader
that can't sync feeds is useless.
Steps to reproduce:
1- clean wine prefix, download app from URL, install it
2- on first run, skip account check to work around bug 19693
3- make it import default feeds
As soon as the wizard ends and FeedDemon tries to sync the feeds, it crashes.
After closing the error messagebox, it reappears suddenly, probably because of
second attempt. But that's the last and after this, it doesn't crash anymore.
The error messagebox doesn't seem to report anything useful.
Attached is the log created following the steps.
--
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=25522
Summary: League of Legends - Typing in game chat causes freeze
(1.0.0.107)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netherby(a)hotmail.com
Since update to 1.0.0.107 (Dec 13 2010) typing anything into the in game chat
results in the client freezing. There are no errors messages displayed on the
console. This worked in the previous LoL build.
--
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=18353
Summary: Twelve Sky 2 page faults on start
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Created an attachment (id=20906)
--> (http://bugs.winehq.org/attachment.cgi?id=20906)
Stderr log
As the description says. Hitting "Game Start" on the launcher results in a page
fault. Stderr log 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=23429
Summary: Airport Tycoon 2: graphical corruption in roads and
others
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.gamershell.com/download_1721.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Airport Tycoon 2 is an airport management simulation game which requires
DirectX 8.1. A demo can be downloaded from
http://www.gamershell.com/download_1721.shtml
This bug applies to the full game and the demo.
[An alternative version can be downloaded from
http://d.trymedia.com/dm/take2/60m_d/t_07om/AirportTycoon2Setup.exe
That is apparently a time-limited full version which can be unlocked on
payment. Playing with winetricks could probably get it to work, but the demo
shows the problem so it's not necessary.]
Roads and some other graphics are not rendered correctly. Parts are missing,
exactly which varies depends on the view angle. (This is with Xubuntu 9.10,
Nvidia driver 195.36.15.)
After installing, start the demo. Click New Game. Click Asia on the map
(highlights as you mouse over it). Click Tokyo/Japan under Location on the
right. Click Accept. On the next screen, you have to click and drag a rectangle
indicating an area of land to buy. Notice the corruption in the yellow and blue
areas as you do that.
After choosing an area, click the checkmark to proceed. In the 3D view, you can
use the mouse wheel to zoom in and out, hold right button and drag to rotate
the view, hold left button and drag to move. You should notice that the road is
corrupted as you move the view. To show this more clearly you can add more
roads by clicking the Build menu icon (hammer and saw), then the Transportation
icon (yellow car), then the road picture. Left-click and drag on the map to
draw roads. Press Esc when done, then use the mouse to change the view.
I will attach some screenshots of the game under Wine and Windows.
The only console output (which all appears before you click New Game) is:
fixme:keyboard:RegisterHotKey (0x10056,100,0x00000001,9): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1318f8,0x1317f8): stub
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (108,70)-(916,697)
fixme:win:EnumDisplayDevicesW ((null),0,0x32f284,0x00000000), stub!
fixme:d3d:state_patchsegments (WINED3DRS_PATCHSEGMENTS,0.000000) not yet
implemented
And on quitting the program:
fixme:keyboard:UnregisterHotKey (0x10056,100): stub
--
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=25839
Summary: winedbg complains fixme:dbghelp_msc:codeview_snarf
Unsupported symbol id 1113
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I ran a closed source app that happens to crash under wine,
and winedbg did produce a good looking backtrace, but with
some complaints like
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1113
...
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1112
It'd be nice to handle those cleanly.
--
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=24450
Summary: Touhou 6, 7, 8 and 9 do not render text correctly.
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pastorrub(a)msn.com
Some text doesn't render correctly, I suspect it is because of this error since
in other Touhous without this error it doesn't appears:
fixme:d3d8:IDirect3DDevice8Impl_ResourceManagerDiscardBytes Byte count ignored.
--
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=24869
Summary: Worms Armageddon: Dismissing post-mission frontend
dialogues after sound has finished playing causes a
freeze
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thecybershadow(a)gmail.com
Created an attachment (id=31476)
--> (http://bugs.winehq.org/attachment.cgi?id=31476)
Patch
Worms Armageddon will display a dialog before beginning a training mission
(describing the tasks to be performed), or after a mission or training mission
(displaying the player's results). This dialog is accompanied with a sound,
which is streamed from a .wav file using DirectShow.
If the dialog is dismissed after the sound has stopped playing, the game
freezes.
The reason for the freeze appears to be as follows:
When the dialog is dismissed, the game will attempt to stop the sound, whether
it's still playing or not. Part of its procedure to stop the sound involves
pausing the graph (using IMediaControl::Pause()). After that, it calls
IMediaControl::GetState(INFINITE, ...), which locks up the game.
The freeze occurs in Wine's DSoundRender_GetState - it will wait indefinitely
for the state_change event to be signalled - which will never happen. The
reason for this seems to be that the intended implementation of
DSoundRender_Pause is to put the filter into an intermediary state, and
complete the transition when a media sample is received (in
DSoundRender_Receive). However, since the end of file has been reached, a new
sample is never received, and the filter get stuck into an intermediary state.
The attached patch seems to fix the problem at hand, but I'm not certain about
its correctness.
--
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=16691
Summary: Parkan2 crashes on start
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=18342)
--> (http://bugs.winehq.org/attachment.cgi?id=18342)
console output
Parkan 2 game crashes on start. Error log 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=15091
Summary: fMA is unable to get list of serial ports
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitriy.geels(a)gmail.com
I managed to run floAt's Mobile Agent in wine, but it is still not usable,
because is doesn't detect any serial port.
Serial ports from ~/.wine/dosdevices/ are visible in wine (tested with echo
"ATZ" > comX from cmd).
dmig@dmig-desktop:~$ ll .wine/dosdevices/
итого 0
lrwxrwxrwx 1 dmig dmig 14 2008-08-29 17:02 a: -> /media/floppy0
lrwxrwxrwx 1 dmig dmig 10 2008-07-02 13:57 c: -> ../drive_c
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com1 -> /dev/ttyS0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com2 -> /dev/ttyS1
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:11 com3 -> /dev/rfcomm0
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:12 com4 -> /dev/ttyUSB0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:02 d: -> /home/dmig
lrwxrwxrwx 1 dmig dmig 13 2008-08-29 17:02 e: -> /media/cdrom0
lrwxrwxrwx 1 dmig dmig 8 2008-08-29 17:11 lpt1 -> /dev/lp0
lrwxrwxrwx 1 dmig dmig 1 2008-07-02 13:57 z: -> /
--
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=17698
Summary: E Sky flight simulator installees but crashes when run
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.twf-sz.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harterc1(a)comcast.net
Created an attachment (id=19897)
--> (http://bugs.winehq.org/attachment.cgi?id=19897)
wine command line log
crashes on first running 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=19522
Summary: Team Fortress 2 (TF2) missing menu fonts
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kris(a)pcbsd.org
Created an attachment (id=22722)
--> (http://bugs.winehq.org/attachment.cgi?id=22722)
Screenshot of Missing Fonts / menus in TF2
I've been seeing this bug in TF2 on FreeBSD for as long as I can remember. When
you enter the game, the menu fonts appear to be missing, but some show up in
the game browser. I've tried the obvious stuff, like installing various fonts,
such as Arial, Tahoma, etc, but nothing seems to make a difference. When
playing the game, fonts show up just fine for in-game chat and such, its only
the menus which are effected.
I've also tested this on different systems, with nvidia, and intel cards, and
the issue is the same, which makes me suspect it's a wine issue, not drivers.
Here's a list of extra fonts in my .wine/drive_c/windows/Fonts folder:
Arial.ttf
Ariali.ttf
cour.ttf
couri.ttf
georgiai.ttf
tahomabd.ttf
timesbi.ttf
trebucbd.ttf
verdana.ttf
verdanaz.ttf
Arialbd.ttf
comic.ttf
courbd.ttf
georgia.ttf
georgiaz.ttf
times.ttf
timesi.ttf
trebucbi.ttf
verdanab.ttf
webdings.ttf
Arialbi.ttf
comicbd.ttf
courbi.ttf
georgiab.ttf
tahoma.ttf
timesbd.ttf
trebuc.ttf
trebucit.ttf
verdanai.ttf
--
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=21795
Summary: sPlan schematic drawing software imports with all text
on an angle.
Product: Wine
Version: 1.1.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john6520(a)comcast.net
sPlan schematic drawing software. Drawings from previous versions import with
all text on an angle.
--
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=21743
Summary: ?
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stevie1401(a)web.de
I can not load code in GFA Basic since Wine Version 1.33
When I try to load code, GFA Basic crashes and a Wine-Message say: a fatal
error is commig.
--
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=21401
Summary: Star Trek Online crashes during loading screen
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timburrell.net
Created an attachment (id=25770)
--> (http://bugs.winehq.org/attachment.cgi?id=25770)
Star Trek Online crash -- mini log (+relay,+seh,+tid)
Star Trek Online is able to install, and launch fine. The login window also
appears fine, and the login procedure is successful.
After logging in, there is a "Cryptic Studios / Atari" loading screen. The
progress bar makes it to about 75%, then the program crashes and a separate
process "CrypticError.exe" is launched which is meant to report the crash to
Cryptic.
The full log, from program start, to crash is about 2.8 gigs in size, so I've
attached a small portion of the log (last 8700 lines) ending with the loading
of the CrypticError process, generated with WINEDEBUG channels
+relay,+seh,+tid.
Just let me know if I can provide any further information, such as another log
with more (or less) detail.
--
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=18781
Summary: Whizlabs SCJP 5.0 crash & close
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chino6910(a)hotmail.com
Created an attachment (id=21552)
--> (http://bugs.winehq.org/attachment.cgi?id=21552)
Screenshot Error
When I go to Learning Mode, set Randomly option in "Create your test" to 15 of
15 questions, then set the time and click over the "Start Exam" button, the
application crash and close.
--
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=18698
Summary: TeamViever_Service.exe
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mparera(a)esliceu.com
The program TeamViewer_Service.exe has encountered a serius problem and needs
to close. we are sorry for the inconvenience.
--
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=18619
Summary: Problem in module ntdll
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renetf77(a)yahoo.com
CC: renetf77(a)yahoo.com
Created an attachment (id=21306)
--> (http://bugs.winehq.org/attachment.cgi?id=21306)
bug report
Hi there!!
I'm trying a program wrote in delphi that use BDE Borland to access a SQL
Server by unixodbc.
Well, the program start ok, but after put the login and password a receive the
problems attached.
This is a bug or a problem in my configuration?
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=18605
Summary: Counter-strike 1.6 crashes when key is pressed if
plugin DLLs are loaded.
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)michaelmarley.com
When I am playing a game of Counter-Strike on Wine, if I start my own server,
the game crashes as soon as I try to use any keyboard input. The mouse works
fine. Keyboard input works fine in the menus, but it crashes the program
during a game. I will attach the console output that is produced when the
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=17081
Summary: Medieval Lords: Black buildings float over landscape
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: notlee(a)gmail.com
Created an attachment (id=18906)
--> (http://bugs.winehq.org/attachment.cgi?id=18906)
Screenshot of the problem
When playing a campaign game, there is a black outline of all the buildings
floating around in addition to the actual buildings and landscape.
Using NVIDIA 8800GTS, tried using 180.11 and 177.82 drivers with the same
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=18372
Summary: Sym For Windows: Crash while trying to log into unix
host (telnet)
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juanoleso(a)gmail.com
Created an attachment (id=20944)
--> (http://bugs.winehq.org/attachment.cgi?id=20944)
Text file with console log of SFW.exe
Sym For Windows (SFW.exe or just SFW) is proprietary banking software provided
by JackHenry for a GUI interface to connect to a banking database and perform
teller transactions. It requires a middleware program, RemoteAdminServer.exe
(RAS), to hide the telnet backend for the SFW GUI front end. RAS installs and
seems to run just fine. RAS then downloads from the unix host and installs the
SFW frontend. At the end of the installation it throws up some R6034 runtime
errors. The SFW program then starts fine and displays an initial http based
web page splash with a login link, but trying to login to a unix host it either
crashes or loops back to the web page.
--
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=22005
Summary: Touch Mouse application for iPod touch not working
with Ubuntu 9.10 64 but addition
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pkunal.parmar(a)gmail.com
Touch Mouse application from Logitech for iPod touch is not working with wine
1.2
I installed Touch Mouse application server form following location for windows
xp, 32 bit edition.
http://www.logitech.com/index.cfm/494/6367&hub=1&cl=us,en?section=downloads
After installation and i connected client application Touch Mouse from iPod to
Touch Mouse server installed on my machine.
After connection i was able to move mouse cursor using this application but
when i press left or right button. Server is considering those button press.
--
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=21942
Summary: NeoTrace program error on run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenitra(a)terra.es
wine 1.1.40 on ubuntu 9.10 Karmic Koala... install NeoTrace Professional
version 3.25 (A tracert program) perfectly on wine... the interface program
accept perfectly IP for searching but error on run ...
Spanish
Wine 1.1.40 sobre UBUNTU 9.10 Karmic Koala... Neo Trace Professional version
3.25 instala perfectamente (abriendo el setup con wine)... la interface del
programa acepta perfectamente la IP para hacer el tracert ... pero da error al
comenzar a buscar el Path de la IP
--
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=21908
Summary: Critical Error with Twincat System Manager V2.11
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hubertrohrer(a)gmx.at
Twincat V2.11 System Manager break with an critical error.
It works on Win Xp without any Problems.
OS: OpenSUSE 11.2
Wine: 1.1.39
I don't where the problem is.
Another component of this Program works fine (Twincat PLC Control).
The Problem only happens at Twincat System Manager.
--
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=21263
Summary: Colin McRae Rally 2005 doesn't start up and corrupts
the screen
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
Colin McRae Rally 2005 doesn't start up and corrupts the screen. After
launching the game, resolution stays 640x480 and everything goes very colorful.
Logging out and back in cures that. Game is only playable on virtual desktop
using a certain resolution.
This problem doesn't appear on Wine 1.0.1.
All tests from Wine 1.1.18 to Wine 1.1.35 have produced this problem.
--
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=18420
Summary: No possibility to get ingame @Archlord-startup
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otto2112(a)web.de
When starting Archlord.exe the startupmanager (Archlord Patch Client) appears.
There is a list of errors in the console (see attachment) and the buttons
"Setup" and "Game Start" are disabled. So you can not get in the game.
--
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=21760
Summary: Metatrader 4 Crashes on scroll in Experts Tab of the
Terminal Section
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)gallantfx.com
When Metatrader 4 has an additional DLL (Any external DLL from Any EA) it will
crash when the user attempts to scroll through the Experts list view in the
terminal section of the program.
Please follow this URL for the crash log generated by MT4:
http://dpaste.org/19AO/
At the same time wine will output the following and quit:
err:listview:LISTVIEW_WindowProc unknown msg 0400 wp=00000000 lp=00000000
I have been searching for over 12 hours trying to find similar reports as it
would seem to me that it should have come up before no luck.
Note that the bug will not cause the crash unless there are enough items in the
list view to allow scrolling and you may need to scroll up and down a few
times before this happens.
I have reproduced this both on x86-64 and x86 only systems
Ubuntu Karmic x86-64
Ubuntu Jaunty x86-64 and x86
Clean wine installation with the winehq repo with winetricks corefonts vcrun6
--
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=21640
Summary: adsltv screen disappears when dragging its window
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
mandriva 2010.1a2
kde 4.3.98
when i drag the window of adsltv
then
the window disappears under the screen !
see
https://qa.mandriva.com/show_bug.cgi?id=57510
--
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=18737
Summary: Sternenfahrer von Catan runs to slow to being playable
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=16783
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stray_child(a)gmx.net
When starting Sternenfahrer von Catan, also when loading the main menu, or when
beginning a game the game first takes ages to even load the first frame and
then takes some minutes until it begins to react to the users input.
--
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=18733
Summary: Crashday: Backlight of cars are covered by white
squares
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fn65j24kqrgxys7(a)thisisnotmyrealemail.com
Created an attachment (id=21483)
--> (http://bugs.winehq.org/attachment.cgi?id=21483)
Screenshot
If you press the down button in order to slow the car down, it often displays
these squares over the light. Usually they are fully covering them, but
sometimes like on the screenshot just transparent.
--
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=18446
Summary: PDF-XChange Viewer 2.0: Menus get corrupted when mouse
pointer is moved
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uhkeller(a)web.de
Created an attachment (id=21050)
--> (http://bugs.winehq.org/attachment.cgi?id=21050)
Screenshot showing menu corruption
The Menus in PDF-XChange Viewer 2.0 (Build 41.5) get corrupted when I move the
mouse over them (see attached PNG). This happens with the menus at the top of
the window (File, Edit etc.) and with context menus. Some entries become
garbled, some disappear altogether. Everything is still functional though.
Wine 1.1.21, Ubuntu 9.04 i686.
--
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=16517
Summary: Ryzom: Ingame UI messed up if window is minimized
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuxnet(a)gmail.com
Running Ryzom FV 1.2.0.904 in windowed mode:
If the Ryzom window is minimized or the virtual desktop is switched, the ingame
UI will be messed up (UI items are somehow "reordered"). This does not happen
when I switch through the windows using Alt+Tab.
--
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=16223
Summary: Unable to connect to MSSQL the native way
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dit(a)enpc.fr
Created an attachment (id=17461)
--> (http://bugs.winehq.org/attachment.cgi?id=17461)
wine +winsock from odbcad32.exe
I read this page
http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure
at chapter 3.3.6.2.
I can launch odbcad32.exe and create my DSN but each time I want to test my DSN
or connect I get a winsock erro (fixme:winsock:WSAIoctl unsupported WS_IOCTL
cmd (98000004)).
Maybe it's due to x86-64, maybe I didn't follow exactly all the steps, maybe
the doc is too old. I don't know.
I join the +winsock.
--
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=18866
Summary: I can't see the characters inside Nortel IP Softphone
2050 V. 2.02.0264 screen
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=21685)
--> (http://bugs.winehq.org/attachment.cgi?id=21685)
Screenshot of the Nortel IP Softphone 2050 V. 2.02.0264
I can't see the characters inside Nortel IP Softphone 2050 V. 2.02.0264 screen
--
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.