http://bugs.winehq.org/show_bug.cgi?id=10892
Summary: Unable to refocus after opening url link in Warcraft III
[The Frozen Throne]
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3126
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)gmail.com
Created an attachment (id=9796)
--> (http://bugs.winehq.org/attachment.cgi?id=9796)
The oblong next to the firefox icon is warcraft 3x selected
Unable to refocus after opening url link in warcraft III [The Frozen Throne].
Battle.net > login > profile > view web profile.
It opens click on the Warcraft 3x tab and you see [warcraft3x_focus_loss],
after 25 minutes or so we get [error_war3x].
You can never refocus the game, the only way to stop is killing it.
This bug is in version 0.9.41, 0.9.51 and probably in the versions between.
--
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=10179
Summary: Heap corruption in tiny example program
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The call to GlobalHandle in the following program causes the warning
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic for
0x110810
To reproduce, copy the following program to dlls/kernel32/tests/bug.c
and compile with
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole
-I../../../include bug.c ../../../libs/port/libwine_port.a -ladvapi32
-lkernel32
then run with
WINEDEBUG=warn+heap ./a.out
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <assert.h>
int main(int argc, char **argv)
{
HGLOBAL hmem,hmem2;
UCHAR *pmem;
SetLastError(NO_ERROR);
hmem=GlobalAlloc(0, 1);
assert(hmem != NULL);
hmem=GlobalReAlloc(hmem,0,GMEM_MODIFY | GMEM_MOVEABLE);
pmem=GlobalLock(hmem);
hmem2=GlobalHandle(pmem); // Here's the line that causes the warning
assert(hmem2==hmem);
assert(pmem!=NULL && !GlobalUnlock(hmem) && GetLastError()==NO_ERROR);
assert(!GlobalFree(hmem));
assert(HeapValidate(GetProcessHeap(), 0, 0));
return 0;
}
This was boiled down from alloc.c (which has a similar warning).
--
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=10034
Summary: SPSS 15: missing disk ID for authorization
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiu-d97c(a)myamail.com
Created an attachment (id=8572)
--> (http://bugs.winehq.org/attachment.cgi?id=8572)
Log of the session
In SPSS 15, you must activate your license using a licence authorization wizard
(from help menu). When I select "I obtained a license from SPSS" and click
"Next", there is an error message with code 30200 (from SPSS) saying that disk
ID is missing.
Nothing seems to happen in the Log (included below).
Using Wine 0.9.46 in Ubuntu 7.04 and the French version of SPSS 15.
--
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=10512
Summary: Project Visitor: Installs OK but crashes when run
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://projectvisitor.com/site/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilcox.kyle(a)gmail.com
Created an attachment (id=9258)
--> (http://bugs.winehq.org/attachment.cgi?id=9258)
Command line error log from running ProjectVisitor
Project Visitor crashes when trying to run the program through Wine.
--
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=10957
Summary: CreateFile doesn't work for devices
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
According to MSDN, CreateFile can be used to obtain a handle on a device on
which DeviceIoControl can be performed. Also, code in
kernel32/volume.c:GetVolumeInformationW seems to rely on this.
However, wine always fails with error code 2 (file not found). The following
test case illustrates this:
http://msdn2.microsoft.com/en-us/library/aa363147(VS.85).aspx
I've tested their code both on native winxp and win98. It works fine on winxp
but fails on win98 (with error 2 too, like wine).
--
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=10912
Summary: start command does not support /B option
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.gritsch(a)gmail.com
The Wine program 'start' does understand some options (e.g. /MIN, /MAX), but
some others are missing. In particular I miss the option /B which starts an
application without creating a new window: http://www.ss64.com/nt/start.html
--
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=10695
Summary: Music in Age of Wonders 2 demo causes buzzing sound in
left stereo channel
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharparrow1(a)yahoo.com
(Demo available at http://www.triumphstudios.com/ageofwonders2/files.html; it
installs quite painlessly.)
When the music in enabled and playing, there is a buzzing sound in the left
stereo channel (I'm using headphones, so I can very clearly tell it's only in
the left channel.) The buzzing is continuous, but the volume seems to vary
with the music: it seems that the buzzing suddenly gets louder after low notes.
(You might have to wait a few seconds before the buzzing becomes obvious on
the title screen.)
Note that the audio file itself is fine: it's a regular MP3, and it plays
without any buzzing in VLC. Also, there doesn't seem to be any buzzing with
the music disabled.
I'm using Wine 0.9.50 on Ubuntu 7.10.
--
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=10692
Summary: Dragon NaturallySpeaking 9 - Dictation Box cannot
copy/paste
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
The best way to enter text using DNS9 is with Dictation Box, a temporary window
that is called into being with the voice command "Show Dictation Box."
The box is supposed to close with the command Transfer, which is supposed to
copy the text into a buffer and paste it into the current application, wherever
the cursor was before DB was opened.
The Dictation Box opens correctly, and text enters correctly. But the Transfer
command does not place the text in any buffer at all -- the text just
disappears, and DB with it.
I have tried to paste into both DragonPad and Notepad. Neither works, although
both should.
I have run the program using a terminal. There is no output when the Transfer
command is made.
This is the terminal output when DB comes up.
fixme:richedit:RichEditWndProc_common ECO_NOHIDESEL not implemented yet!
fixme:win:LockWindowUpdate (0x30038), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:keyboard:UnregisterHotKey (0x10052,1): stub
fixme:keyboard:UnregisterHotKey (0x10052,3): stub
fixme:keyboard:UnregisterHotKey (0x10052,7): stub
fixme:keyboard:UnregisterHotKey (0x10052,4096): stub
(In an ideal world, Dictation Box should also be able to paste in regular X
windows, but that's for the future.)
--
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=10532
Summary: Paint Shop Pro 9: Open dialog box buttons are a mess
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
Created an attachment (id=9284)
--> (http://bugs.winehq.org/attachment.cgi?id=9284)
I can't even tell where I am supposed to click.
The buttons in the open dialog box in Jasc Paint Shop Pro 9 are all messed up.
--
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=10518
Summary: Alpha Centauri crashes on launch with ALSA sound
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epimetreus(a)fastmail.fm
If I enable ALSA, but not OSS, in winecfg, and try to launch SMAC, it crashes
after showing the opening logo; 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.