http://bugs.winehq.org/show_bug.cgi?id=19818
Summary: Black Hawk Down demo crashes when entering menu in
fullscreen mode
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://games.softpedia.com/get/Games-Demo/Delta-Force-
Black-Hawk-Down-SingleMultiplayer-Demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakkk(a)centrum.cz
CC: julliard(a)winehq.org
Black Hawk down demo crashes when entering menu in fullscreen mode (it is ok
when using virtual desktop), I'm able to see the menu for a tiny fraction of
second and then it crash with:
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 626
Current serial number in output stream: 626
This is a regression introduced by this commit:
e3720c2810dda3895d6734c55117b0a355223b1a is first bad commit
commit e3720c2810dda3895d6734c55117b0a355223b1a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Aug 13 18:18:22 2009 +0200
winex11: Use the Globally Active focus model with take focus.
:040000 040000 d1fb1709094e60472024b78cf46f7e4c8a451b47
d7b2f829e9cd01101173cc4e65c4e6ff0bb7c6c0 M dlls
I'm using NVIDIA 9600 GSO with 185.18.31 driver, Fedora 11 64bit.
NOTE: It does not crash when run for a first time after installation, there is
a test to select appropriate game graphic settings and then menu with no crash.
However, every next start result in a 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.
http://bugs.winehq.org/show_bug.cgi?id=18402
Summary: NAVIGON Fresh failed to login
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://navigon.vo.llnwd.net/o25/u/eu/fresh/NAVIGON_Fresh
_setup.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stefan.Leichter(a)camLine.com
Created an attachment (id=20989)
--> (http://bugs.winehq.org/attachment.cgi?id=20989)
Console output
No navigon device is needed to test the problem.
The login was known to work with wine 1.1.12 and NAVIGON Fresh Version 1.4.9,
but currently it fails too, therefore it might be a change at the navigon
server site.
MDAC needsto install before starting the installation of NAVIGON Fresh. Also
the fake dlls user32 and kernel32 needs to be removed from windows/system32
(see Bug #11754).
An account can be created at
https://www.navigon.com/site/de/de/my_navigon/user_registration .
After installing NAVIGON Fresh open it. When the initial setup (language,
directories) finished you will find a the "MYNavigon-Account" button in the
lower left corner. Pressing it the login screen open. Fill in your login,
password and press the next button. A messagebox with "undefined" opens for me.
--
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=11628
Summary: Gekkeiju Online: Bad audio sync/latency
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=10780
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjo316(a)hotpop.com
Overview:
Audio is handled or synced incorrectly, and "echos" the entire time while you
play the game.
Steps to Reproduce:
1) Open the program.
2) After the auto-updater finishes, start playing.
3) Listen to the sounds.
Actual Results: What the application did after performing the above steps.
Audio (music and effects) sounds like it is echoing(like in kobodeluxe when the
latency/frequency is set incorrectly).
Expected Results:
Audio should play clearly.
Additional Information:
I currently cannot retest with version 0.9.55 on Ubuntu 8.04, because of a
bug[1] that currently causes Wine to segfault. As soon as that bug is resolved
I will come back with an account of if it runs on the latest version of
wine(currently 0.9.55), and, if not, output from the console.
Anyone else who can confirm or provide extra details is welcome to.
[1] https://bugs.launchpad.net/ubuntu/+source/wine/+bug/191575
--
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=18513
Summary: Autohotkey: ctrl/shift keys are nonfunctional under
Controlsend
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://www.autohotkey.com
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21161)
--> (http://bugs.winehq.org/attachment.cgi?id=21161)
compiled testcase
The below script fails under Autohotkey:
clipboard =
Run, notepad.exe
WinWait, Untitled - Notepad, , 3
ControlSend, Edit1, This is a line of text in the notepad window., Untitled
ControlSend, Edit1, ^a
ControlSend, Edit1, ^c
if clipboard {
Msgbox bug fixed
}
Else Msgbox, ctrl fails
exit
It should run notepad, type that line of text, send 'CTRL+A', send 'CTRL+C' to
copy it, then verify that the clipboard is not null.
Under Wine, however, the '^' (which translates to the CTRL key), is ignored.
Under Wine, you'll get 'tHis is a line of text in the notepad window.ac' (The
'tHis' is a separate bug, coming next').
Under Windows, passes fine. The same thing happens with shift keys (how I
originally discovered the bug).
Marking critical, since it blocks a large portion of AutoHotkey from working,
which blocks a lot of (gui/application) 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.
http://bugs.winehq.org/show_bug.cgi?id=17165
Summary: VT Trader 2 error on startup
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2gaz(a)yahoo.com.au
When using wine to start vt trader 2 in Xubuntu, I get the following error
'fatal exception on initialization: Invalid property XML format'
--
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=18514
Summary: Wine botches keysends under autohotkey
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.autohotkey.com/
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21162)
--> (http://bugs.winehq.org/attachment.cgi?id=21162)
compiled testcase
This is a strange bug, not sure what's causing it, but using:
Run, notepad.exe
WinWait, Untitled - Notepad, , 3
ControlSend, Edit1, This is a line of text in the notepad window., Untitled
under Autohotkey, gives:
'tHis is a line of text in the notepad window.'
(Once, I also had 'THis')
in notepad (notice that the 't' isn't capitalized, but the 'H' is).
Marking major since it breaks a lot of AHK functionality, which in turns breaks
testing gui 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.
http://bugs.winehq.org/show_bug.cgi?id=11572
Summary: FrameMaker: Registration Dialog Blocks Execution
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
FrameMaker 8.0 displays a registration dialog that blocks execution. Several
command line issues:
fixme:mshtml:nsURI_Equals default action not implemented
Seems to be related to the button operation.
also...
err:module:import_dll Library xmlparse.dll (which is needed by L"C:\\Program
Files\\Quicken\\QWUTIL.dll") not found
This error is seen in several adobe applications. Frame 7.2, 8.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.
http://bugs.winehq.org/show_bug.cgi?id=12633
Summary: Windows Media Player 10 crashes on "Add to Library"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.microsoft.com/download/1/2/A/12A31F29-
2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Setting up WPM10 went smoothly. The app started up, and
asked if I wanted to scan folders for music.
I told it to scan my Music folder, whereupon it promptly crashed
with
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7d06b95f).
Backtrace:
=>1 0x7d06b95f IAutoComplete_fnInit+0xb2(iface=0xab1948, hwndEdit=0x20076,
punkACL=0x0, pwzsRegKeyPath=0x0, pwszQuickComplete=0x0)
[dlls/shell32/autocomplete.c:249] in shell32 (0x0033b584)
2 0x07601b83 in wmp (+0xf1b83) (0x0033b5a8)
...
[dlls/shell32/autocomplete.c:249] in shell32: movl 0x0(%ecx),%edx
249 if (!SUCCEEDED (IUnknown_QueryInterface (punkACL, &IID_IEnumString,
(LPVOID*)&This->enumstr))) {
--
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=14052
Summary: CoreAudio driver broken
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kyle.husmann(a)gmail.com
Created an attachment (id=14264)
--> (http://bugs.winehq.org/attachment.cgi?id=14264)
Entire console output while running winecfg
I cannot seem to get the CoreAudio driver to work. Sound is nonexistant, and
it crashes winecfg:
When trying to run winecfg, I click on the "audio" tab, and the winecfg window
goes blank and the application stops responding. In the console, when I click
the tab, I get the error:
err:midi:CoreAudio_MIDIInit can't create wineMIDIClient
Prior to clicking on the audio tab and crashing, I get the
"err:midi:CoreAudio..." and a back trace. The entire output is attached.
Here's the sequence of events in summary:
I launch winecfg, and get the "err:midi:CoreAudio...", and a backtrace.
Then, I click the audio tab, and I get another "err:midi:CoreAudio...", and the
program without updating the window.
In previous versions of wine (last I tried was 0.9.33), this did not happen,
and sound output worked.
--
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=19150
Summary: FlashDevelop 3.0.1 RTM (others?) Crashes on start
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
URL: http://www.flashdevelop.org/downloads/releases/FlashDe
velop-3.0.1-RTM.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Created an attachment (id=22134)
--> (http://bugs.winehq.org/attachment.cgi?id=22134)
wine output
After you install it, upon trying to run it the program churns for a while
without displaying anything, and then the standard "encountered a serious
problem and needs to close" dialog appears. Even after clicking through the
dialog, the wine process hangs and I have to manually ^C 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.