http://bugs.winehq.org/show_bug.cgi?id=19159
Summary: Command & Conquer 3: Tiberium Wars hangs at splash
screen
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejx(a)gmail.com
Command & Conquer 3: Tiberium Wars hangs at splash screen. The CPU usage is at
100% and there appears to be no hard disk utilization.
Tested with Wine versions: 1.1.24, 1.1.23, 1.1.20, 1.1.18, 1.1.10, 1.1.8
Same results on all of them.
Tested using "Windows XP" and "Vista" options. Nothing works. It was suggested
to disable all audio modules in winecfg, but that did not help either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=30040
Bug #: 30040
Summary: comctl32/monthcal test fails on leap years?
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
I noticed this failing on buildbot, and my local machine, starting at about the
time that UTC went to Feb 29th :).
Going back to an earlier wine build that didn't fail still fails, so seems
related:
monthcal.c:390: Test failed: Failed to set limits
monthcal.c:391: Test failed: Min limit expected
monthcal.c:393: Test failed: Failed to set limits
monthcal.c:405: Test failed: Expected 2011, got 2013
monthcal.c:406: Test failed: Expected 2, got 7
monthcal.c:407: Test failed: Expected 29, got 20
monthcal.c:416: Test failed: Failed to set limits
monthcal.c:417: Test failed: Min limit expected
monthcal.c:419: Test failed: Failed to set limits
monthcal.c:420: Test failed: Min limit expected
monthcal.c:422: Test failed: Expected 2013, got 0
monthcal.c:423: Test failed: Expected 2, got 0
monthcal.c:424: Test failed: Expected 29, got 0
monthcal.c:425: Test failed: Expected 3, got 0
monthcal.c:426: Test failed: Expected 2, got 0
monthcal.c:427: Test failed: Expected 20, got 0
monthcal.c:428: Test failed: Expected 49, got 0
monthcal.c:429: Test failed: Expected 613, got 0
monthcal.c:431: Test failed: Expected 0, got 2013
monthcal.c:432: Test failed: Expected 0, got 7
monthcal.c:433: Test failed: Expected 0, got 20
monthcal.c:434: Test failed: Expected 0, got 3
monthcal.c:435: Test failed: Expected 0, got 2
monthcal.c:436: Test failed: Expected 0, got 20
monthcal.c:437: Test failed: Expected 0, got 49
monthcal.c:438: Test failed: Expected 0, got 613
Nikolay?
--
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=29949
Bug #: 29949
Summary: PAF (Personal Ancestral File) help viewer unhandled
page fault
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
Classification: Unclassified
Created attachment 38982
--> http://bugs.winehq.org/attachment.cgi?id=38982
stdout and stderr from a run that shows the unhandled page fault
This is a regression. This problem does not exist in 1.4-rc3. I plan to run a
regression test to find the exact commit. The application is downloadable.
Start from a fresh WINE prefix area with no pre-existing WINE processes
running.
When starting the application, it presents a 'Welcome ...' dialog. Click on
'New'. Enter any filename, click 'Save'. Click 'Cancel' on the next two
dialogs. This puts you in the family view with no pre-existing data. I get
the same results even if I use pre-existing data, but it's easier to bring up
without pre-existing data.
Click on the yellow question mark in the icon bar near the top of the window.
This brings up the help viewer.
In the left-hand pane of the help viewer, click on chapter titles starting at
the top. Click at least one per second. At some point between about the
seventh entry and the bottom of the list, you will see a dialog saying the
application needs to close. The console will show an unhandled page fault.
I'll attach console output.
The visible symptoms here look very similar to some old bugs seen in
1.3.12-1.3.15, 0.9.57-0.9.60, 0.9.50, 0.9.52, 0.9.39, and 0.9.37. Bug number
25873 is a good example.
--
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=29689
Bug #: 29689
Summary: Crash wincfg on graphics tab with LC_ALL=ja_JP
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder_8888(a)mail.ru
Classification: Unclassified
Created attachment 38510
--> http://bugs.winehq.org/attachment.cgi?id=38510
log
I tried some japanese apps and wine crashes in them with LANG=ja_JP or
LC_ALL=ja_JP, when i tried fresh winecfg with LANG=ja_JP or LC_ALL=ja_JP and
it's crashes on graphics tab.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.