http://bugs.winehq.org/show_bug.cgi?id=14326
Summary: CAJViewer 7.0 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://viewer.cnki.net/cajview_page/CAJViewer%207.0.1.sf
x.exe
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hzhrong(a)gmail.com
…
[View More]Created an attachment (id=14606)
--> (http://bugs.winehq.org/attachment.cgi?id=14606)
error log on startup
CAJViewer is a thesis reader which is popular in Chinese education and research
institutions.
CAJViewer 6.0 runs on Wine, but 7.0 hangs on startup.
See attached log.txt
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14261
Summary: Black rectangle covers most of the screen in Psychonauts
when using FBO
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
…
[View More] CC: stefandoesinger(a)gmx.at
Created an attachment (id=14552)
--> (http://bugs.winehq.org/attachment.cgi?id=14552)
screen shot of the problem
Big part of the screen is covered by a black rectangle. Some times it turns
white. Some times it disappears. And some elements are still drawn over it.
This happens only with OffscreenRenderingMode=fbo.
Regression is caused by this patch:
commit 2d4d18b59dc26b8aee04553671b942071d9213b9
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jun 17 01:42:55 2008 +0200
wined3d: Delay render target activation.
The ActivateContext in SetRenderTarget was an old regression prevention,
but now it is time to remove 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14250
Summary: richedit: Deleting text at end of edit control is
improperly handled
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
The following steps will show the bug:
1. Open …
[View More]Wine's Wordpad
2. Enter plenty of lines of text so that the vertical scrollbar appears (extra
lines are fine, and typing the line number for each line makes it easier to see
what is happening).
3. Move the cursor to the end of the text
4. Press enter followed by backspace
Builtin Result: The second last line will be repeated twice at the end until
the control is repainted by doings something like minimizing and restoring the
window.
Native Result: The text will not be scrolled despite the fact that the end of
the text is before the end of the control, and more text remains invisible
because of the scroll position.
Notes:
- Lines don't need to be deleted at the end of the text, as long as you scroll
to the end of the text.
- It doesn't matter how the text is entered or deleted, so instead of hitting
backspace on the last step feel free to move the cursor back and press the
delete key, select with the mouse and cut, or undo.
Wine seems to avoid having the scroll position so that there is extra space at
the end of the control when there is enough text to fill the control, but
native seems to allow this extra space to be shown. This is probably done like
this in Wine because scrolling manually with the mouse wheel or using the
scrollbar control doesn't allow the scroll position to be this far down.
I modified wordpad's status bar to print the scroll info via GetScrollInfo and
noticed that nPos and nMax increase and decrease with native richedit controls
when I add lines and remove lines to the end of the text without causing the
richedit control to seem to scroll. This might indicate that a copy of
SCROLLINFO.nPos might be stored in the richedit control.
This can be further shown with the following steps:
1. Open Wine's Wordpad
2. Enter plenty of lines of text. More than enough to cause the vertical
scrollbar to shown.
3. Move the cursor to the end of the text.
4. Increase the height of the window to increase the height of the richedit
control.
Builtin result: The text will be scrolled down so the end of the text is at the
end of the richedit control.
Native result: The text will remain in the same place, with extra space left at
the end of the control, until the richedit control is resized to be large
enough to show all the text. Once all the text can be displayed the scrollbar
will disappear, and start of the text will be at the top of the control.
I hope this is detailed enough, if not let me know which steps are not clear
enough to reproduce this.
I tested this on Windows and in Ubuntu 8.04 with native and builtin
riched20.dll on both platforms.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14249
Summary: Hearts of Iron 2: Armageddon crashes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.gill(a)gmail.com
Created an attachment (id=14541)
--> (http://bugs.winehq.org/attachment.cgi?id=14541)
Last …
[View More]10000 lines of logging with WINEDEBUG=+tid,+quartz
Hearts of Iron 2: Armageddon version 1.2 occasionally crashes like this:
0022:err:ntdll:RtlpWaitForCriticalSection section 0x47ece44 "pin.c:
PullPin.thread_lock" wait timed out in thread 0022, blocked by 0009, retrying
(60 sec)
wine: Critical section 047ece44 wait failed at address 0x7ef9a930 (thread
0022), starting debugger...
A longer debug log is attached. I tried both with and without removing the avi
directory to skip the movies, this particular log is for a session where movies
are not found.
To reproduce, sit idle at the main menu for a few minutes.
Is it in some way related to bug 14161?
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14241
Summary: FedExShipManager installer fails with
"fixme:msxml:domdoc_createNode unhandled node type 2"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fedex.com/us/software/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
wget http://kegel.com/wine/winetricks
sh winetricks dotnet20 vjrun20 wsh56 vcrun2005 vcrun2005sp1 vb6run
wget ftp://ftp.fedex.com/pub/us/software/FedExShipManager_2356.exe
wine FedExShipManager_2356.exe
This fails with the dialog
"The wizard was interrupted before FedEx Ship Manager could be completely
installed."
and the console output
fixme:msxml:domdoc_createNode unhandled node type 2
Doing
sh winetricks msxml3
lets the install complete; I'll file a bug for the first problem running it.
See also bug 12483 and possibly bug 3756 for other affected apps.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14161
Summary: quartz regression - crash in PullPin_Thread_Process
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
CC: m.b.lankhorst(a)gmail.com
Blocks: …
[View More]12722
New quartz crash started occuring since commit
6aabf5d39e1a5bd13d95a9ad7a9b318f775c95fd (quartz: Create thread after
connection is made.). I get this with a game Thief The Dark Project where I'm
trying to fix another bug. Unfortunately, to even get far enough to see the
crash some hacks and semi-ready patches that I've in my tree are necessary,
e.g. hack for querying IFilterMapper from IFilterGraph (see
http://bugs.winehq.org/show_bug.cgi?id=12722). Also as of today's git reverting
6ad6ff0198df385706e53d246d0ca9b023dd758d and
d54c53a4b64223cb5744571b9f56064543e385c0 (different regressions that cause
program to go blow up earlier) is necessary to get to this crash. I don't have
much quartz test cases so I don't know what else may be affected. I'll attach a
+quartz log and I'll be around if any other info or patch testing is required.
So far I found out that it crashes in PullPin_Thread_Process(), because
This->fnCustomRequest is NULL, hope that helps.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14131
Summary: No sound in Morrowind using software mixing
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=14374)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]14374)
Wine output with software mixing
When running Morrowind on my integrated sound card (00:1b.0 Audio device: Intel
Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) and dmix for
software mixing) I do not get any sound or music in Morrowind (except for the
opening logo movie). When using a proper programmable sound card with hardware
mixing (05:02.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 07)) I do get sound and music.
Comparing the logs one can see that the one using software mixing crashes or
hangs;
err:ntdll:RtlpWaitForCriticalSection section 0x2986348 "transform.c:
TransformFilterImpl.csFilter" wait timed out in thread 0009, blocked by 001d,
retrying (60 sec)
.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14024
Summary: Photoshop CS2 installer crashes immediately
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=14214)
--> (http://…
[View More]bugs.winehq.org/attachment.cgi?id=14214)
backtrace
The Photoshop CS2 trial installer crashes immediately with the current git. The
bad commit is:
commit efcdb202b2c37f1696f196955c6bbf4a523da4c3
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Jun 18 18:53:05 2008 +0900
winmm: Clear the fccType in mmioDescend for a not RIFF/LIST case.
one day after the release and we're back to breaking things. ;-)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14019
Summary: systray icon not displayed in dual screen
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeisom(a)gmail.com
I have found that utorrent doesn't display its systray icon unless
I switch from dual …
[View More]screen to single screen. When I login to twinview the
systray icon is missing but if I use nvidia-settings I can switch to a single
screen.
Then restart the utorrent and have a systray icon. Turning back on the screen
doesn't remove then icon and it works. However if I restart utorrent
it will be as before and no systray icon.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13855
Summary: CVS head dlls/msxml3/domdoc.c doesn't compile
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
Build has been failing for several weeks (I'm following the cvs head using
gcc-4.2.…
[View More]4). The error is:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include
-I/opt/garnome-svn-2.23.3/include/libxml2 -I/opt/garnome-svn-2.23.3/include
-I/opt/garnome-svn-2.23.3/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O3
-march=pentium4 -ffast-math -funroll-loops -fomit-frame-pointer -o domdoc.o
domdoc.c
domdoc.c: In function 'domdoc_createCDATASection':
domdoc.c:1051: error: 'comment' undeclared (first use in this function)
domdoc.c:1051: error: (Each undeclared identifier is reported only once
domdoc.c:1051: error: for each function it appears in.)
make[2]: *** [domdoc.o] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/msxml3'
I've tried purging the msxml3 directory and reloading, but I get 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13731
Summary: Unbreakable spaces are not rendered correctly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
In French unbreakable spaces have to be used before or after some punctuation
marks (…
[View More]eg. :,;,etc.).
Wine fails to render these spaces in resources files and they are replaced by
squares.
Alexandre Julliard guess it might be some sort of font issue.
To reproduce :
LC_ALL=fr_FR.UTF8 wine notepad
Aide->À propos de Bloc-notes
And you'll see :
"Wine est une réalisation de[SQUARE]:"
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13723
Summary: Sound buffer freed by both winealsa.drv and dsound
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
So, who owns the buffer? Looks like dsound and winealsa.drv
are having a little …
[View More]argument here. This doesn't happen on every
run, but it seems kinda bad:
$ cd dlls/dsound/tests
$ RUNTEST_USE_VALGRIND=1 ../../../tools/runtest -P wine -M dsound.dll -T
../../.. -p dsound_test.exe.so ds3d.c
...
Invalid free() / delete / delete[]
at notify_free (heap.c:199)
by RtlFreeHeap (heap.c:1284)
by DirectSoundDevice_Release (dsound.c:1285)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
by main (test.h:470)
Address 0x466ef78 is 0 bytes inside a block of size 65,536 free'd
at free (vg_replace_malloc.c:323)
by snd_pcm_munmap (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_generic_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by (within /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_close (in /usr/lib/libasound.so.2.0.0)
by IDsDriverBufferImpl_Release (dsoutput.c:274)
by DSOUND_PrimaryClose (primary.c:299)
by DSOUND_PrimaryDestroy (primary.c:331)
by DirectSoundDevice_Release (dsound.c:1268)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13672
Summary: mIRC 6.32 script editor crashes with assertion failure
in riched20
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mirc.com/get.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
…
[View More]
Created an attachment (id=13666)
--> (http://bugs.winehq.org/attachment.cgi?id=13666)
mIRC 6.32 backtrace
With Wine version wine-1.0-rc3-54-gb483b68, opening the script editor (Tools ->
Script Editor) causes an assertion failure in riched20. Installing native
riched20 through winetricks fixes the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13552
Summary: eDrawings CAD Viewer crashes into shell32 while opening
a file
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted …
[View More]garbage test result for this app. It crashes into shell32
while trying to open a file (a *dwg file in my case) I' ll attach a 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13425
Summary: The Punisher demo sound effect from launcher gets stuck
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ode5002(a)blueyonder.co.uk
Created …
[View More]an attachment (id=13335)
--> (http://bugs.winehq.org/attachment.cgi?id=13335)
punisher demo hangs on loading with debug on and sound problem happening
The 'racking' sound effect that plays when you press play button in the
launcher game. It stays stuck all through the game.
You can workaround the sound by turning off 'Enable Launcher Sounds' check box
in the audio tab of the launcher setup.
I tried running the demo with the WINEDEBUG=+relay but the demo hangs on the
loading screen. The tail of that is in report_file.
I ran it normally from the console and the output of that is in the
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13403
Summary: fcc hangs , unless using native dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www3.firstclass.com/ClientDownloads/FC90ClientDow
nloadFiles/FC9106US.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user sumitted garbage test results into appdb, so i gave it a try as well.
The only output is:
fixme:dbghelp:SymGetModuleInfo64 Wrong size
That's it basically, nothing further happens. With native dbghelp (the app
comes with it's own dbghelp, so no need to copy it) it gets a lot further, the
tray icon comes up fine; not sure if a main window is also to pop up, i'm not
familiar with this program, but that might be subject of another bug report
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13374
Summary: ComboBoxEx list get selected on mouse button down and
release
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
Created an attachment (id=13272)
--> (http:…
[View More]//bugs.winehq.org/attachment.cgi?id=13272)
comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change
The quickest way to see the error is to use Wine's clone of wordpad. There are
two dropdown lists (ComboBoxEx controls) that are on the toolbar. Click the
button to drop down the list, then left click on an item in the list. You will
probably notice that the wrong item is selected, and if you do it slowly (i.e.
hold down the mouse button for a second then release it), then you will notice
that the selection is made and the list disappears when the mouse button is
pressed, and when it is released another selection is made even though the list
has disappeared.
I ran wordpad on Windows XP SP2, and noticed that the correct behavior is the
item is only selected when the mouse button is released.
Note that there are two other separate bugs that you might notice:
- The font size is 0 to start with (richedit bug)
- Selecting a new font size will give you an "Invalid number format" error when
the control loses control (wordpad bug)
- The selected items from the list are not applied until the combobox loses
focus (wordpad bug)
I have submitted patches that fix these other bugs to the wine-patches mailing
list.
I have done some created tests that show the bug is in ComboBoxEx from the
comctl32 and not in ComboBox from the user32 dll. I have attached the patch
that adds these, and will submit it to the wine-patches mailing list after I
get the bug number to mention in the commit message.
I did some debugging, and to my suprise it was a call to SetFocus was rolling
up the ComboBoxEx's list. Digging deeper I found it was actually the
WM_KILLFOCUS call to the window that previously had focus, which was the
ComboBox (a child of ComboBoxEx). The ComboBox saw that it was losing focus,
and what was losing focus it didn't recognize as itself, it's edit control, or
its list control, so it incorrectly decided to roll the dropdown up. It turns
out that what was losing focus was an edit control that ComboBoxEx and child
ComboBox control didn't know about created since, oddly enough, native Windows
does not use the child ComboBox's edit control.
My tests for ComboBox and ComboBoxEx show what had focus before and after
pressing the dropdown button, and selecting an item in the dropdown list. In
both causes the top level (main) window had intial focus. With ComboBox the
focus was correctly on the edit control after each of the mouse button up/down
messages are sent. For ComboBoxEx the focus was supposed to be on ComboBox
when the list is dropped down then on the edit control after it's rolled up,
according to my crosstests, but instead it was on the edit control after the
list is dropped down. Some debugging found that the focus was being changed to
the ComboBox, but each time it did that, the ComboBoxEx was notified with a
CBN_SETFOCUS command message, which had no case for it in the COMBOEX_Command
function, so the default case was used. The default case contains two lines
that sets the focus back to the edit control, thus causing the bug, however
taking out those lines caused missing notifications of the change.
Hopefully this is enough information for someone else more familiar with the
code to properly fix 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13361
Summary: firefox 3 can't handle local paths in location window
[dogfood]
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today I tried to …
[View More]install Acrobat Reader,
and for some reason it decided to use the
download manager rather than a direct download.
The download was interrupted (that's another story),
and the download manager left a handy link on the
desktop to resume the download. The launcher contained:
env WINEPREFIX="/home/dank/.wine-firefox" wine "C:\Program Files\Mozilla
Firefox\firefox.exe" C:\windows\temp\nosget_start_manager.html
That's not going to fly for several reasons:
1) the backslashes aren't quoted or escaped (but that's a different bug)
2) Firefox 3 on Wine doesn't seem to recognize
local paths as valid URLs; typing
c:\foo.txt
into the location window yields errors like
Firefox can't find the file at /c:/foo.txt.
Firefox 2 doesn't seem to have this trouble.
(I have not verified that Firefox 3 can handle c:\foo.txt
on Windows, but I'll eat a box of doughnuts if it can'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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13343
Summary: Regression error in today's git, Microsoft Office 2003
won't install
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
Between yesterday and today the …
[View More]installation of Microsoft Office 2003 was
broken in git. If you try to run the installation from the CD it will complain
that "D:\FILES\SETUP\setup.INI" doesn't exist and exits.
I confirmed that this is a filename case sensitivity problem (everything is
lower case on the CD - it's D:\files\setup\setup.ini) by copying the CD to
disk, changing the case of the directories and filename to those Wine expected,
and then the installation worked 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13342
Summary: Winedbg doesn't handle longlong's well
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=13228)
--> (http://bugs.winehq.org/attachment.cgi?id=13228)
…
[View More]Test program
A simple test function that passes LONGLONG's as arguments and is compiled with
mingw gets parsed incorrectly by the winedbg.
i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs -W
will result in having 0xef found as argument
i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs+ -W
will result in thinking 0xbeefbeef is passed '0xbeefbeef' as argument
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13338
Summary: cygwin installer crashes in /etc/postinstall/00bash.sh
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cygwin.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
…
[View More]Installation was smooth until it tried to run
the postinstall scripts; it got to 14%, then
complained
393321 [proc_waiter] bash 37! _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
393865 [proc_waiter] bash 37! open_stackdumpfile: Dumping stack trace to
bash.exe.stackdump
but no good stack dump is output.
You can reproduce this by running 'wine bash.exe' in cygwin's bin.
+relay seems to show it's inside a call to ReadFile():
003d:Call KERNEL32.ReadFile(000000e4,7e39e790,000000a4,7e39e78c,00000000)
ret=61099eaa
trace:file:ReadFile 0xe4 0x7e39e790 164 0x7e39e78c (nil)
003c:Call KERNEL32.WaitForSingleObject(00000110,0000ea60) ret=61097f94
003c:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=61097f94
003c:Call KERNEL32.CloseHandle(00000110) ret=61097fa8
003c:Ret KERNEL32.CloseHandle() retval=00000001 ret=61097fa8
003c:Call KERNEL32.WaitForMultipleObjects(00000002,0067b928,00000000,ffffffff)
ret=61048886
003c:Ret KERNEL32.WaitForMultipleObjects() retval=ffffffff ret=61048886
trace:seh:raise_exception code=c0000005 flags=0 addr=0x610476d9
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=0000019c
trace:seh:raise_exception eax=00000000 ebx=611697b8 ecx=ffffffff edx=61124b01
esi=00000000 edi=611030e4
trace:seh:raise_exception ebp=0067c528 esp=0067c4b0 cs=0073 ds=007b es=007b
fs=0033 gs=003b flags=00010286
trace:seh:call_stack_handlers calling handler at 0x61018970 code=c0000005
flags=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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13329
Summary: World of Warcraft (WoW) trial installer crashes with
unimplemented function js3250.dll.JS_SetGCParameter
Product: Wine
Version: CVS/GIT
Platform: Other
URL: https://signup.worldofwarcraft.com/trial/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shdocvw
…
[View More] AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running TryWoW.exe doesn't get too far.
Our mshtml doesn't seem to be good enough for it.
Unhandled exception: unimplemented function js3250.dll.JS_SetGCParameter called
in 32-bit code (0x7bc42f17).
...
Backtrace:
=>1 0x7bc42f17 stub_entry_point+0x4c(dll=0x149afb6, name=0x149afb6)
[/data/dkegel/wine-git/dlls/ntdll/loader.c:196] in ntdll (0x0032c790)
2 0x0147e87c in xpc3250 (+0xe87c) (0x0032c7e8)
...
11 0x0039575c in xpcom_core (+0x575c) (0x0032ce14)
12 0x7d563ebd NSContainer_Create+0x23(doc=<register EAX not in topmost
frame>, parent=0x0) [/data/dkegel/wine-git/dlls/mshtml/nsembed.c:1583] in
mshtml (0x0032ce74)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13311
Summary: winetest always fails on shell32:shelllink, but "make
test" doesn't
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Every recent report at http://test.winehq.org
says …
[View More]shell32:shelllink fails, yet "make test" doesn't
show it failing for me. Is there some timing issue
in winetest?
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13280
Summary: Klipfolio 4 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.klipfolio.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13129)
--> (http://bugs.…
[View More]winehq.org/attachment.cgi?id=13129)
Klipfolio 4 logs
When trying to start Klipfolio 4 with today's Git (wine-1.0-rc1-104-g2470b0b),
a nonpainted invisible window appears and does not respond to UI input. In the
middle of the logs, a page fault occurs in wininet, so I have attached that
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13269
Summary: ntdll/tests/exception crashes
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
test_exceptions crashes in NtSetContextThread on access to the passed CONTEXT.
I have managed to …
[View More]avoid the crash by doing one of the following things:
* Put the CONTEXT on the stack.
* Skip the memset call.
* WINEDEBUG=trace+relay
Toolchain bug? Wine magic?
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13176
Summary: Fails to compile
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grahame(a)regress.homelinux.org
Seeing as RC1 has been released I decided it was time to try compiling and
testing wine again. I …
[View More]checked out the latest version of wine as of 13th May
2008 and tried to compile using the /tools/wineinstall script. The compile
faillls with the following error:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
netconnection.o netconnection.c
netconnection.c: In function 'NETCON_init':
netconnection.c:134: error: 'SONAME_LIBCRYPTO' undeclared (first use in this
function)
netconnection.c:134: error: (Each undeclared identifier is reported only once
netconnection.c:134: error: for each function it appears in.)
make[2]: *** [netconnection.o] Error 1
I have searched with google and looked for any obvious missing dev packages.
I'm using gcc version Debian 4.2.3-5 and I'm trying to build on an AMD64
platform.
If any further information is required please let me know.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13173
Summary: Dragon NaturallySpeaking 9.0 Preferred gdiplus.dll error
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
gdiplus does not run Dragon …
[View More]NaturallySpeaking. (It does install it.)
The most important error message is as follows.
wine: Call from 0x7b8446d0 to unimplemented function
gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, aborting
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13035
Summary: Bad HAVE_XSLTINIT in msxml3
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
I think the HAVE_XSLTINIT in dlls/msxml3/main.c is wrong because it does not
take into account …
[View More]potential differences between the compilation environment and
the runtime environment.
Case 1
------
If the libxslt.so available at compile time does not have xsltinit(), then
HAVE_XSLTINIT will be undefined and thus msxml3 will not call it... So what
happens then if at runtime the libxslt.so that's used does have that function?
Will it crash randomly because it's uninitialized?
Conversely, the compilation environment could have xsltinit() but no the
runtime environment. This this would cause msxml3.dll to fail to load.
Compile vs. runtime environment differences is why we dlopen() a lot of the
Unix libraries and it seems to me that we should be using dlsym() 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13026
Summary: winetest may start without a tag
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
winetest (see programs/winetest) currently opens a small dialog asking for a
tag if none was …
[View More]supplied on the command line.
However one can click on 'Start' and start the tests with an empty tag anyway,
that's the first bug. And the second bug is that it would be much better to ask
for this tag in the main dialog which already has a field for the tag. This
would require to:
* make the tag field editable
* add space for telling the user that the tag must be supplied
* add a 'Start' button to start the tests
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12998
Summary: FtpVC applicaton does not run
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.prestosoft.com/fvc_ftpvc.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slyf(a)slyf.info
The application http://www.prestosoft.com/…
[View More]fvc_ftpvc.asp, does not run, just
closes with a giant back trace or something. I believe the splash screen shows
up. If you need any more information please tell me, I hope this program will
be able to run in wine, as I need it for work, and am stuck using 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12974
Summary: Crash of Max Payne v1 on radeon DRI
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theycallhimart(a)gmail.com
CC: thunderbird2k(a)gmx.net
Max Payne v1 started crashing on my hardware …
[View More]in newer versions of wine. It git
bisected it down to
http://source.winehq.org/git/wine.git/?a=commit;h=8f18eeea359f9f09ea878c893…
Reverting the commit on the git HEAD stops the crash. I have no idea why this
is or why it works/fails. I have not tested with other D3D apps, and I know
that my friend who has the same version of wine can run max payne without
incident. The only difference between our two systems (both running gentoo,
both Thinkpad T40s) is that he has a radeon r300 based GPU while I have a
radeon r100 based GPU.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12921
Summary: kernel32: toolhelp test fails in PC-BSD but not Linux
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sorta sketchy...Haven't ran regression test yet. …
[View More]Doesn't always fail, but about
2/3 of the time:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so toolhelp.c && touch toolhelp.ok
trace:toolhelp:CreateToolhelp32Snapshot 2,0
trace:toolhelp:CreateToolhelp32Snapshot 4,0
trace:toolhelp:CreateToolhelp32Snapshot 8,8
warn:toolhelp:next_thread Result buffer too small (5)
trace:toolhelp:CreateToolhelp32Snapshot 8,16
toolhelp.c:256: Test failed: Module kernel32.dll is not listed
toolhelp.c:256: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:256: Test failed: Module shell32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:274: Test failed: Module shell32.dll is not listed
warn:toolhelp:next_thread Result buffer too small (5)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12919
Summary: kernel32: virtual test fails in PC-BSD but not Linux
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sorta sketchy...Haven't ran regression test yet. Doesn'…
[View More]t always fail, but about
1/2-2/3 of the time:
virtual.c:95: Test failed: 0 bytes read
virtual.c:96: Test failed: Data from remote process differs
*** Error code 2
Seems that if I use +seh or +relay, doesn't fail. I only tried a few times,
though...
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12905
Summary: EVE Online light effects and some other objects are not
blended correctly when HDR is enabled
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/windows.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: phoenix(a)mail.ru
CC: thunderbird2k(a)gmx.net, epssyis(a)gmail.com,
diafoirus(a)gmail.com
+++ This bug was initially created as a clone of Bug #12656 +++
Initially this problem was described here:
http://bugs.winehq.org/show_bug.cgi?id=12409
Someone errorneously reported that issue was fixed; so, it was marked as
resolved/fixed/closed. <12656 was also closed as fixed; however, this fix is
not applicable to the situation when in-game HDR setting is enabled>
So, issue is that LOTS of effects in EVE Online cause major glitches. You even
don't need account to check it. Screenshots of login screen attached.
Additional screenshots may be found here (summary may be confusing, but
actually poster meant this problem):
http://bugs.winehq.org/show_bug.cgi?id=12422
Only clue i've noticed is that all light-related effects are broken. See
screenshots "Amarr station in 0.9.58"
(http://bugs.winehq.org/attachment.cgi?id=12289) and "Amarr station in 0.9.60"
(http://bugs.winehq.org/attachment.cgi?id=12288) for good example.
Broken commit info:
76014205de3cbd73fe761db8f86fcdb178bb0189 is first bad commit
commit 76014205de3cbd73fe761db8f86fcdb178bb0189
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 29 14:48:15 2008 +0000
wined3d: Fix a postpixelshader_blending bug.
:040000 040000 7ff864a3521e2d3274f5f5450d9b7f0173bfb1ac
df0929cc8c7df9d641583ad2c94a107bb15361cb M dlls
As far as i understand any setup is affected. I have Debian Testing
(current)/NVIDIA 169.12 drivers/GF8600GT Mobile
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12866
Summary: wineserver assertion failure when TMG7 installer
completes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
…
[View More] ReportedBy: dank(a)kegel.com
After the TMG7 installer completes, and you say "Yes" to the "Want to reboot"
question, five seconds later, you see
wineserver: winstation.c:383: close_process_desktop: Assertion `desktop->users
> 0' failed.
This is with git from april 25 and also with git from today.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12837
Summary: Stack trace in socket.c when starting Call of Duty
multiplayer
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeleneski(a)comcast.net
When trying to start Call of Duty …
[View More]multiplayer I receive the stack trace
attached. Also note that when compiling this package I receive the warning:
socket.c: In function ‘WS_gethostbyname’:
socket.c:3247: warning: comparison between pointer and integer
Which is the same line where the stack points to.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12772
Summary: imm32: imm32.ok test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: slash(a)ma.neweb.ne.jp
../../../tools/…
[View More]runtest -q -P wine -M imm32.dll -T ../../.. -p imm32_test.exe.so
imm32.c && touch imm32.ok
fixme:imm:ImeSetCompositionString PROBLEM: This only sets the wine level string
imm32.c:198: Test failed: Windows does not post WM_IME_COMPOSITION in response
to NI_COMPOSITIONSTR / CPS_CANCEL, if the composition string being canceled is
non empty.
fixme:imm:ImmGetCompositionStringA Unhandled index 0x8
fixme:imm:ImmReleaseContext (0x10024, 0x127488): stub
make: *** [imm32.ok] Error 1
Regression since:
83ae4a92e52ff7dabafad0336d587a026a1678aa is first bad commit
commit 83ae4a92e52ff7dabafad0336d587a026a1678aa
Author: Kusanagi Kouichi <slash(a)ma.neweb.ne.jp>
Date: Thu Apr 24 08:32:03 2008 +0900
imm32: Fix a meaningless test.
ImmSetCompositionString generates WM_IME_COMPOSITION. Therefore test always
fails if messages are not flushed.
Hmm, seems we need an imm component...
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12769
Summary: control + enter sending the wrong key code
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
On Windows, holding down control and pressing enter sends WM_CHAR / WM_KEYDOWN
…
[View More]messages with the keycode as 0x0A, not 0x0D.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12767
Summary: Crash on close of hh when showing any real help file
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
View a .chm file with hh.exe, then close it by clicking the go-…
[View More]away box.
Boom! WINEDEBUG=warn+heap makes it happen slightly sooner, I'll attach the
log.
I can reproduce this with the .chm files from autohotkey and 7-zip,
probably any will do. Log highlights:
trace:shdocvw:WebBrowser_Release (0x1351e8) ref=0
wine: Unhandled page fault on read access to 0xaaaaaab2 at address 0x7db782f7
(thread 0009), starting debugger...
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7db782f7 ESP:0032f740 EBP:0032f758 EFLAGS:00010202( - 00 - -RI1)
EAX:aaaaaaaa EBX:7db8f51c ECX:00000003 EDX:00134d98
ESI:00135284 EDI:001351e8
Backtrace:
=>1 0x7db782f7 DocHost_Release+0x34(This=0x135284) [dlls/shdocvw/dochost.c:544]
2 0x7db8670e WebBrowser_Release+0x56(iface=?) [dlls/shdocvw/webbrowser.c:155]
3 0x7db7f3d5 OleObject_Release+0x15(iface=?) [dlls/shdocvw/oleobject.c:270]
4 0x7e5ac339 ReleaseWebBrowser+0xa9(info=?)
[dlls/hhctrl.ocx/webbrowser.c:660]
...
0x7db782f7 DocHost_Release+0x34 [dlls/shdocvw/dochost.c:544] in shdocvw: call
*0x8(%eax)
544 IOleInPlaceFrame_Release(This->frame);
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12763
Summary: Wineboot: Can't run wine cross test, error about
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, source
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
After …
[View More]Alexandre's commit:
wineboot: Automatically update the prefix directory if wine.inf changes.
http://source.winehq.org/git/wine.git/?a=commitdiff;h=e44dd0f8f2bdcbb113036…
I can no longer run the crossbuilt conformance suite. To reproduce, in git:
$ rm -rf ~/.wine
$ wget
http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/winetest-latest.exe
$ ~/wine-git/wine winetest-latest.exe # input your test alias
ERROR:
Setting priority to major since this blocks conformance testing.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12666
Summary: Wine should refuse to run if pointed at a real Windows
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Several people have recently screwed up their Windows systems
by pointing Wine at …
[View More]their real C:\Windows directories.
Wine should detect this condition and refuse to run.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12656
Summary: EVE Online light effects and some other objects are not
blended correctly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/windows.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: phoenix(a)mail.ru
CC: thunderbird2k(a)gmx.net
Initially this problem was described here:
http://bugs.winehq.org/show_bug.cgi?id=12409
Someone errorneously reported that issue was fixed; so, it was marked as
resolved/fixed/closed.
So, issue is that LOTS of effects in EVE Online cause major glitches. You even
don't need account to check it. Screenshots of login screen attached.
Additional screenshots may be found here (summary may be confusing, but
actually poster meant this problem):
http://bugs.winehq.org/show_bug.cgi?id=12422
Only clue i've noticed is that all light-related effects are broken. See
screenshots "Amarr station in 0.9.58"
(http://bugs.winehq.org/attachment.cgi?id=12289) and "Amarr station in 0.9.60"
(http://bugs.winehq.org/attachment.cgi?id=12288) for good example.
Broken commit info:
76014205de3cbd73fe761db8f86fcdb178bb0189 is first bad commit
commit 76014205de3cbd73fe761db8f86fcdb178bb0189
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 29 14:48:15 2008 +0000
wined3d: Fix a postpixelshader_blending bug.
:040000 040000 7ff864a3521e2d3274f5f5450d9b7f0173bfb1ac
df0929cc8c7df9d641583ad2c94a107bb15361cb M dlls
As far as i understand any setup is affected. I have Debian Testing
(current)/NVIDIA 169.12 drivers/GF8600GT Mobile
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12647
Summary: Cepstral voices garble the first part of the sentence
they are reading
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.cepstral.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)…
[View More]gmail.com
When using Cepstral SwiftTalker with a Cepstral voice (tested using Cepstral
Callie), the first part of the audio gets garbled.
It sounds as if the audio gets looped onto itself making the first word or so
unintelligible.
NOTE: This only happens when using licensed voices, the unlicensed ones read
the text without a problem.
NOTE: The audio does not get garbled when you set the Windows version to
Windows ME or earlier; setting it to 2000 or later causes the issue to surface.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12644
Summary: GTA 3 Liberty City: texture corruption on cards with
GL_EXT_paletted_texture
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Lots of textures are becoming garbage …
[View More]on cards like geforce 2 mx and geforce 5,
yet p8_texture_test passes. Works fine if disabling this extension in
directx.c.
Displays a lot of these errors when running with GL_EXT_paletted_texture
enabled (but not when it's disabled), so I think that's where it's coming from:
fixme:d3d_surface:surface_download_data >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glGetTexImage() @ surface.c / 150
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12640
Summary: Applications written in Delphi has got minimize,
maximize and size controls disabled for its item in
taskbar
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.pspad.com
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-…
[View More]bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
This bug was risen after correcting of bug 12264.
I am testing this on PSPad on Gnome 2.22.
The item in taskbar of this application have controls for minimize, maximize
and size disabled. In 0.9.58 is everything OK; in 0.9.59 was no item in taskbar
(bug 12264).
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12621
Summary: Abilty to set virtual desktop on a per app basis
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
This is frequently requested, but couldn't find a bug for it, so filing one
just …
[View More]for this issue. From wine-devel:
Scott Richie:
I have a few full screen applications that I'd like to run contained in
small windows. Currently, in order to run them this way, I have to
either open winecfg and set a virtual desktop or launch the application
on the terminal with: wine explorer /desktop=name,1024x768 app.exe
What I'd like is something that does this for me similar to app
defaults. That way I could run the application by double clicking it
(or from the shortcut in the start menu) and have it contained in the
window I want.
Ideally I'd be able to enable this setting from a right
click->properties menu, however that work isn't necessarily needed
within Wine other than support for modifying this new key using
something like reg.exe on the terminal.
Austin English:
What would be lost by having those apps that someone wants to be in
their own virtual desktop each having their own (with unique names).
I.e., if you choose to give Starcraft and Wow each their own desktop,
but not notepad:
$ wine notepad #works in regular managed mode
$ wine wow.exe # would be equivalent to running wine explorer
/desktop=wow,1024x768 wow.exe
$ wine starcraft.exe # would be equivalent to running wine explorer
/desktop=starcraft,800x600 starcraft.exe
With the desktop names being either assigned by program name,
automatically assigned, or chosen by the user. Resolution could
default to 800 x 600, but also be customizable in winecfg.
Alexandre Julliard:
That's clearly something that would be nice to have, but it's not
trivial to do; otherwise it would have been done already, it has been
requested for a while now. Patches are welcome of course...
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12610
Summary: Ctrl and Alt does not work in Guild Wars
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.gill(a)gmail.com
In Guild Wars, the Ctrl and Alt keys should, when pressed, make certain subsets
of the …
[View More]characters around the player show.
That does not happen. It used to work in the past, so it is 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12584
Summary: Hovering the pointer over characters or objects blocks
3/4ths of the screen
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
Created an attachment (id=…
[View More]12176)
--> (http://bugs.winehq.org/attachment.cgi?id=12176)
Screen blacked out (the pointer of the mouse is on the character but the Gimp
doesn't capture pointers)
I installed NWN2 and its expansion Mask of the Betrayer. I ended up with
version 1.010.1115 of the game. I installed the 'hatred' no-cd to get the game
starting.
I could create a character, and start playing. However, whenever I put the
mouse pointer over a character or object, about the 3/4ths of the screen become
black (see attached image), making the game tedious to play.
I'm using Slamd64 11.0, on a Turion64 TL-60 laptop, with Nvidia GeForce 7600Go
vidcard and 169.12 Nvidia drivers.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12579
Summary: regression : cohabitation between windows in "mdi"
application
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://home.scarlet.be/linux/compteco/test3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]vincent.hardy.be(a)gmail.com
In this test program (http://home.scarlet.be/linux/compteco/test3.zip)
a message box appears with wine 0.9.58 but not with wine 0.9.59.
Regression test says :
--
cb3ff54789c652b02d852f40db71cafd9fd67ca9 is first bad commit
commit cb3ff54789c652b02d852f40db71cafd9fd67ca9
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Mar 25 16:52:41 2008 +0800
winex11.drv: Don't add owned windows to the taskbar.
:040000 040000 b5aacd661276c67ba4e09eb9f777dfe34abd4b87
33799f10903f1342db701ef812bbb39400b6949d M dlls
--
That's prevents my software - http://home.scarlet.be/linux/compteco/index.html
- to start.
--
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.
[View Less]