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=11193
Summary: Instan-t Messenger 5.0 BETA
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.instan-t.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriel.menini(a)gmail.com
Created an attachment (id=10251)
--> (http://bugs.winehq.org/attachment.cgi?id=10251)
export WINEDEBUG=+relay,+seh; wine /home/gabriel/.wine/drive_c/Program\
Files/Instan-t/Instant.exe 2>wine.log
Intan-t is a instant messenger client.
It allows to connect to third-party IM networks (i.e. Yahoo!, AOL) and also
acts as a client for a private corporate IM network managed by it own server
software.
It's licence is propietary.
The installer works 100% ok. I have no issues to report on that.
However, whentrying to launch the program issuing
$ wine ~/.wine/drive_c/Program\ Files/Instan-t/Instant.exe
...it won't ever draw a single window.
I'm attaching a bzip'ed wine.log as a result of having the WINEDEBUG variable
loaded with +relay,+seh flags as suggested by user «Thunderbird» @ the IRC
channel.
--
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=11054
Summary: Missing GdipNewPrivateFontCollection and GdipGetDpiX
functions
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: forrest(a)alumni.ncsu.edu
I was working on getting EasyGPS 2.3.8 running under wine and it called 2
missing gdiplus functions. I am new to this but I assume these functions should
at least have stubs. The output from running it was:
wine: Call from 0x7b840f8c to unimplemented function
gdiplus.dll.GdipNewPrivateFontCollection, aborting
wine: Call from 0x7b840f8c to unimplemented function gdiplus.dll.GdipGetDpiX,
aborting
To get this far I did have to copy a native MFC42u.DLL from my Windows XP
partition.
You can download this version from here:
http://www.download.com/EasyGPS/3000-12940_4-10676225.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=11031
Summary: attempt to run the game it looks like it may start only
to fail.
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: wine-patches
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liby_girl_963(a)msn.com
In Age of Empires III,
On Fedora 8.
Install went fine,
But no mater how I attempt to run the game it looks like it may start only to
fail without errors.
I tried to start it in terminal nothing happens,
No error or even a load proses.
I wonted to See something so I installed the trial version,
And that worked.
I wonder if I still need the no-CD patch?
I updated the game and everything that I could do I did,
But nothing.
I don't get it how the trial version worked,
And the full version didn't?
Any thoughts?
--
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.