http://bugs.winehq.org/show_bug.cgi?id=14769
Summary: Firefox 3 window size isn't restored after returning
from fullscreen (dogfood)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.wisplinghoff(a)gmail.com
How to reproduce:
Start Fx3, press F11 two times (go fullscreen and back).
The window should have the same size as it had before, but it seems it just
remains being full sized (eg. it becomes an odinary window but still has
1280x800 on my system)
On KDE4 this leads to the title bar being hidden (window has negative top). On
KDE3, the window is positioned at (0,0), but because it's to large it continues
behind the taskbar. After going fullscreen and back again, there's the same
effect as on KDE4.
--
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=21981
Summary: Igor Pro: Drop-down menu only works when arrow key is
pressed
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_may(a)web.de
In Igor Pro 6.12A, drop-down menus don't work properly, they can only be
activated when you click on them, holding pressing an arrow key.
For example, go to the menu 'Analysis' -> 'Packages' -> 'Multipeak Fitting' ->
'Multipeak Fitting 2'. A window called 'Start Multi-peak Fit' should appear.
Try to click on the drop-down menu 'Panel Position'. This doesn't work. It only
opens, when you click on the menu and then press an arrow key, but even for
that, you sometimes need several tries.
A free Trial of Igor can be found under
http://wavemetrics.com/support/demos.htm
--
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=22414
Summary: Grand Theft Auto: Vice City - Unhandled exception on
startup unless virtual desktop is used
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The game will change your resolution, but won't start, and give an unhandled
exception window (which you can't see, it's all black).
Running it in a virtual desktop, however, almost works. In a virtual desktop,
you'll only see the blue screen until you click inside, at which point the
splash screen appears. Seems fine after that (haven't tested too much).
--
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=22216
Summary: Problem with freopen("CONOUT$", "w", stdout);
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terra(a)gnome.org
I am having trouble with code that reads...
has_console = FALSE;
{
typedef BOOL (CALLBACK* LPFNATTACHCONSOLE)(DWORD);
LPFNATTACHCONSOLE MyAttachConsole;
HMODULE hmod;
if ((hmod = GetModuleHandle("kernel32.dll"))) {
MyAttachConsole = (LPFNATTACHCONSOLE) GetProcAddress(hmod,
"AttachConsole");
if (MyAttachConsole && MyAttachConsole(ATTACH_PARENT_PROCESS)) {
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
dup2(fileno(stdout), 1);
dup2(fileno(stderr), 2);
has_console = TRUE;
}
}
}
The freopen calls should cause stderr and stdout to be redirected
to the console. Under wine they are not.
The failure occurs in dlls/kernel32/console.c function OpenConsoleW
when it checks creation != OPEN_EXISTING. creation at that point is
CREATE_ALWAYS.
Changing the check to allow CREATE_ALWAYS fixes my problem, but
may not be right.
(The code is from Gnumeric, btw.)
--
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=24259
Summary: Possible race condition
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
FC13 x86_64
wine 1.2 from Fedora repo
GeForce GTS250 with Twinview enabled, using nvidia binary driver from rpmfusion
Compiz disabled
When running World of Warcraft in Windowed/Maximized OpenGL mode, I seem to be
getting 100% CPU usage from Xorg and about 20% from WoW.exe but can't pin down
a certain way to reproduce it, therefore I assume there is a race condition
somewhere, but not sure if it is in Xorg or wine.
It does not result in a complete system hang. I am able to (slowly) get over to
my open terminal window, open a new tab, get top running, see Xorg chewing
through my processor, and then switch back to WoW to open the menu and hit
exit.
Once I get into top, my keyboard stops responding, even outside the terminal
window. Alt+Tab works to bring up the switcher menu, but won't actually switch,
'q' won't quit top, and alt+f4 won't quit wow, but the Escape key will at least
bring up the in-game menu to let me hit Exit Game. Once the menu is up I have
to slowly nudge the mouse toward the exit button since the FPS has dropped to
0.4fps by this point.
I would provide logs, but since I'm not sure what all areas this could touch, I
figured better to ask what you need me to do than provide useless 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=17723
Summary: Audiosurf: unable to fill textfields
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://store.steampowered.com/news/2220/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitel(a)nomi.cz
Created an attachment (id=19927)
--> (http://bugs.winehq.org/attachment.cgi?id=19927)
This is entered after taping "a" key
When I try to fill any textfield in the game (Audiosruf login, Scrobbler
login), it enters strange characters after every keypress.
--
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=21019
Summary: Igor pro "Help brower" has no window decorations
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mycae(a)yahoo.com
The program "Igor Pro" has missing decorations on its help browser.
To reproduce, download the IGOR demo.
http://www.wavemetrics.net/Downloads/Win/setupIgor6.exe
Install, then run wine '/home/USER/.wine/drive_c/Program Files/WaveMetrics/Igor
Pro Folder/Igor.exe'
Now select Help->Help browser
The window normally has decorations, which allow for the window to be hidden
moved or otherwise controlled. These are missing.
Wine was installed on debian testing
$ aptitude show wine
Package: wine
State: installed
Automatically installed: no
Version: 1.0.1-2
Priority: optional
Section: otherosfs
Maintainer: Debian Wine Party <pkg-wine-party(a)lists.alioth.debian.org>
Uncompressed Size: 65.5k
Depends: wine-bin (= 1.0.1-2), wine-utils (= 1.0.1-2), libwine-alsa (= 1.0.1-2)
| libwine-oss (= 1.0.1-2) | libwine-esd (= 1.0.1-2) | libwine-jack (=
1.0.1-2) | libwine-nas (= 1.0.1-2), libwine-gl (= 1.0.1-2),
libwine-print (= 1.0.1-2), libwine-sane (= 1.0.1-2), libwine-cms (=
1.0.1-2), libwine-gphoto2 (= 1.0.1-2), libwine-ldap (= 1.0.1-2)
Recommends: ttf-liberation
Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, avscan
|
klamav | clamav
--
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=26872
Summary: Cannot create new profile in Dawn of War demo
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://download.cnet.com/Warhammer-40-000-Dawn-of-War-
demo/3000-7483_4-10317161.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34255)
--> (http://bugs.winehq.org/attachment.cgi?id=34255)
Screenshot of problem
Load the DoW demo and you are confronted with a "Create profile" window.
Enter a profile name TEST.
Hit create.
Nothing happens. The profile is not created so you cannot continue.
Nothing in the console except
fixme:process:GetProcessWorkingSetSize (0xffffffff,0xacb8f0,0xacb8f4): stub
My last test report in Wine 1.1.18 doesn't mention such a problem, but I cannot
compile this far back for some reason so cannot run a regression test.
--
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=26613
Summary: painkiller redemption steam mouse wheel not working
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rivaldid(a)gmail.com
Created an attachment (id=33883)
--> (http://bugs.winehq.org/attachment.cgi?id=33883)
painkiller redemption steam log
it's a full working game, except the mouse wheel, i remember with wine 1.3.9
the wheel was working i'm sure.
this is a full log, from the start of steam till the end
wishes.
--
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=22359
Summary: Wolfenstein water displays strange rays
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
Created an attachment (id=27359)
--> (http://bugs.winehq.org/attachment.cgi?id=27359)
Screenshot
Wine displays strange "rays" in some places. It is easy to reproduces in the
sewers (right at the beginning) where water splashes from the ceiling: the rays
are displayed in addition to the water effect.
The attached screenshot was made later into the game but shows the same thing.
Running on NVidia Geforce 7950 with drivers 195.36.15
--
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.