http://bugs.winehq.org/show_bug.cgi?id=32649
Bug #: 32649
Summary: Updating DotA2 on steam, update window opens but does
not begin updating, after a short time the error
window pops up stating that a critical error has
occurred and that the program must be closed.
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenkins.allan(a)hotmail.com
Classification: Unclassified
Created attachment 43076
--> http://bugs.winehq.org/attachment.cgi?id=43076
Back trace log.
Updating DotA2 on steam, update window opens but does not begin updating, after
a short time the error window pops up stating that a critical error has
occurred and that the program must be closed.
--
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=18366
Summary: LEGO STARWARS: Unable to cancel level intros
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
At the beginning of each level in LEGO STARWARS there is a scrolling text just
like in the movies. A text "Press the ESC key" appears which normally lets you
skip straight to the level. This does not work in wine most of the time. "Most
of the time" means it works if you are lucky, about once every 10 or 15 tries
maybe.
--
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=14945
Summary: Intro movies can't be skipped in Raven Shield
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
The intro movies in Raven Shield can't be skipped by pressing space (if I
remember correctly the key).
The single player also suffers from this problem and is downloadable from:
http://www.fileshack.com/file.x?fid=2382
Though I'm not sure if it should even be possible to skip them in the demo,
someone should confirm this on Windows.
--
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=33372
Bug #: 33372
Summary: winmm:midi fails on systems with no sound card
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
See the results for the new TestBot's Windows 2008 64-bit VM:
http://newtestbot.winehq.org/JobDetails.pl?Key=589
winmm:
midi.c:290: Test failed: midiOutOpen(dev=0) rc=MMSYSERR_NODRIVER
midi.c:489: Test failed: midiStreamOpen(dev=-2) rc=MMSYSERR_NODRIVER
midi.c:290: Test failed: midiOutOpen(dev=-1) rc=MMSYSERR_NODRIVER
midi.c:489: Test failed: midiStreamOpen(dev=-2) rc=MMSYSERR_NODRIVER
--
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=16920
Summary: Automatic download of dotnetfx installer doesn't work
anymore
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.snelstart.nl/download/SetupDemoSnelStart.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: jacek(a)codeweavers.com
After todays commit round the automatic download of the dotnetfx installer
(when running 'wine SetupDemoSnelStart.exe' doesn't work any more. Regression
testing shows:
12931062fbf5387cfcb0bdb65a110c503728bd6b is first bad commit
commit 12931062fbf5387cfcb0bdb65a110c503728bd6b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jan 13 00:28:25 2009 +0100
wininet: Make sure that we have data buffered before sending
INTERNET_STATUS_REQUEST_COMPLETE notification.
:040000 040000 0259bff5b0c7b873797e53eab4fb90c50c7e0dcc
29233a4b1c6fa332cefe07757221086eee775afa M dlls
The installation doesn't work btw but upto today it at least did something (it
downloaded the dotnetfx installer).
--
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=19781
Summary: Visual C++ 2005 Express: -Zi option doesn't work;
breaks Firefox build's configure script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Firefox's configure script quite reasonably tries cl -Zi to
see if -Zi works. Under Wine, sadly, it doesn't.
To reproduce, you have to get past bug 19779 by copying
C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/mspdb*
to
C:/windows/system32.
Then try
cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools
cp ~/hello.c .
wine cmd
vsvars32.bat
cl -Zi hello.c
This causes mspdbsrv.exe -start -spawn to run and persist,
but it seems that cl can't talk to that service properly;
repeating the command
cl -Zi hello.c
yields
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
hello.c
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
MSPDBSRV: fatal error: Unable to start server: server already exist
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
hello.c : fatal error C1902: Program database manager mismatch; please check
your installation
--
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=32601
Bug #: 32601
Summary: switching keyboard layout also sends key press events
to application
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basinilya(a)gmail.com
Classification: Unclassified
When I switch layout using keyboard, if the key combination is Ctrl-Menu, then
the application displays the context menu; if the combination is Ctl-Alt, the
window menu gets focus.
--
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=32030
Bug #: 32030
Summary: its usually so seviere that i cant play the game
anymore
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starcraftbmx(a)gmail.com
Classification: Unclassified
Created attachment 42220
--> http://bugs.winehq.org/attachment.cgi?id=42220
it has the bug window
world of tanks crashes and usually when it crashes with this bug window it will
never start and i need to go and repair my wrapper and then i need to download
the game again if i wanna continue playing 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.
http://bugs.winehq.org/show_bug.cgi?id=32002
Bug #: 32002
Summary: Failure to detect integrated Intel graphics device
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arsthaumaturgis(a)yahoo.co.uk
Classification: Unclassified
When attempting to play The Lost Crown (see link below), the setup program
fails to detect a display device, and so refuses to start.
Hardware:
Gigabyte Q2005 (A netbook)
CPU: Intel Atom N550
Graphics: Intel GMA 3150
Memory: 2GB
OS: Ubuntu 11.10 (Oneiric)
Wine versions tested: 1.5.5 (from repository) and 1.5.15 (compiled from source)
Graphics drivers in use: the "Glasen" drivers found here:
https://launchpad.net/~glasen/+archive/intel-driver
I believe that I have the latest version of said drivers for Ubuntu 11.10.
When tested on a computer running Ubuntu 12.04, having an nVidia FX5200
graphics card and using Wine 1.5.15, the game detected the FX5200 correctly and
seemed to run successfully.
Possibly related: Wine crashes when running Darkness Within: In Pursuit of
Loath Nolder.
AppDB page for The Lost Crown:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=6912
Additional description and attempts to resolve may be found in the following
forum thread:
http://forum.winehq.org/viewtopic.php?f=8&t=17389
--
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=26741
Summary: Need For Speed UnderGround2 problems in Linux Mint 9
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eman.on(a)live.co.uk
The maps do not load correctly, ''left'' and ''up'' buttons are pressed all the
time, even if i do not touch the keyboard, and some windows pop up with
errors... all these problems have been screen shot, and are attached below...
Best Eman,
P.S. Photos are compressed into a .ZIP file, there should be 4 pictures when
unpacked.
--
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.