http://bugs.winehq.org/show_bug.cgi?id=12003
Summary: foobar2000-0.9.4.4 status bar not updated
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.foobar2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: h.judt(a)gmx.at
The status bar is not being updated at all until the window gets redrawn (e.g.
due to a workspace change or by moving other windows over the status bar). It
should be updated continuously. Everything else (visualization window,
playlist) gets updated correctly.
Since there has not been made any improvement yet (tested many wine versions >=
0.9.33), I decided to report this as a bug.
It seems to be not specific to any foobar2000 version (tested 0.8.3 and some
0.9.4.*).
--
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=9856
Summary: winecfg freezes when alt+ certain keys in certain places
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.winehq.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
In certain places in winecfg, pressing alt + a certain key will freeze winecfg
(it never seems to actually crash).
Steps to reproduce:
Start winecfg
Click Libraries
Press alt + m
winecfg has now frozen.
- It works on tabs other than Libraries, and with keys other than alt + m
(depending on what tab you are on).
- If the key pressed is an alt + key shortcut on the current tab, it won't
crash
- It only happens when no control has the current focus - ie. when you have
just changed tabs, but if you tab to select the tabs then change tab, it will
not freeze.
Also tested with the latest Git.
There is on terminal output, other than the fixme printed at startup:
fixme:wave:OSS_WaveInit () stub
--
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=9682
Summary: NVDVD fails to start due to saxxml error
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.fileshack.com/file.x/1807/NVDVD+2.2
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8101)
--> (http://bugs.winehq.org/attachment.cgi?id=8101)
console output
when I try to launch NVDVD in wine using (NvDvd.exe -p NVDVD) for the skin path
I get the following error dialog:
an error has occured in CSkinFactory.cpp at line 90. Unable to create
SAXXMLReader.
--
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=10487
Summary: Half Life 2: game hangs on loading screen after valve
video
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: wbaghdadi(a)gmail.com
Created an attachment (id=9226)
--> (http://bugs.winehq.org/attachment.cgi?id=9226)
Dump after exec cs:source
Wine 0.9.49 on Gutsy (Ubuntu 7.10) x64 with 8.42.3 fglrx on a HD2600.
fglrx is working fine (tested using fgl_glxgears and et:qw, ut2004 and doom 3)
Compiz is disabled.
Steam + downloading games work perfectly fine.
Upon launching HL2, TF2 or CS:S the opening videos (valve logos) play perfectly
fine - the loading screen then comes up (a blurred image with loading in the
bottom right hand corner) and wine kills itself.
Changing dx level, heapsize, sound driver produce the same error.
Setting video memory size in regedit, launching directly through commandline &
using a virtual desktop also produce the same error.
I've attached a dump from the terminal window (cs:s) + the loading screen it
freezes on (hl2).
--
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=9988
Summary: IOCTL_SERIAL_WAIT_ON_MASK does not always return correct
answer
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombrus(a)gmail.com
The io_control() function with IOCTL_SERIAL_WAIT_ON_MASK in dlls/ntdll/serial.c
does not seem to always return the equivalent status as windows.
Unfortunately I only have an proprietary windows application (no source) that
shows this. It is an application called FanControl shipped with a water cooling
control unit from Innovatek (germany). The application controls the unit via an
USB FTDI serial port. The application only works if there is such a device
available. Rather difficult to reproduce on the average system :(.
The fix is to remove a few lines of code from the wait_on() function:
*events = check_events(fd, commio->evtmask,
&commio->irq_info, &commio->irq_info,
commio->mstat, commio->mstat);
if (*events) goto out_now;
where the 'if' is the essential bit. The status returned to the caller will be
zero when the check_events() returns something. This seems to confuse the
windows application. When the above lines are taken out the returned code is
always "STATUS_PENDING" and the handling through wait_for_event() will always
return the right things to my windows application.
The code mentioned above looks like a shortcut to avoid starting a workitem
with RtlQueueWorkItem(). My feeling is that this shortcut is not always valid.
I will attach a patch.
--
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=9393
Summary: "EURO-Fahrschule 2007" starts and runs into an endless
loop
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ionic(a)ionic.de
Created an attachment (id=7692)
--> (http://bugs.winehq.org/attachment.cgi?id=7692)
Screenshot from starting stage
Hi,
I wanted to run EURO-Fahrschule 2007, a German program which helps you learning
for your driving license.
The installation went well.
After that I tried starting it.
The starting window appeared and the little sound has been played (choppy
though, but this is not of interest for me and we can let that out) - see
screenshot one.
After that the GUI should change it's look and the program ought to ready to
use - like in screenshot two (taken from Microsoft® Windows®™ XP.)
But this never happens. Instead, the application seems to hang and use 100%
CPU, which lead me and other people to the conclusion that Wine is running into
an infinitive loop.
I tried to put a little mark in the near of where the program finished playing
the sound.
I hope that can be fixed.
Have a nice day,
-Ionic
--
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=11749
Summary: PlayOnline doesn't launch anymore
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
Created an attachment (id=11005)
--> (http://bugs.winehq.org/attachment.cgi?id=11005)
Console log of the bug
Since Wine 0.9.56, PlayOnline doesn't launch. The screen remains black and the
app freezes.
I'm attaching a console log.
--
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=11918
Summary: Playonline viewer blank screen
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Winehq(a)cnormington.plus.com
Created an attachment (id=11216)
--> (http://bugs.winehq.org/attachment.cgi?id=11216)
Wine log from console using default WINDEBUG
Hi
Ran Playonline viewer, came up without splash screen (no biggie) music playing
but no graphics. Probably simular to bug 11749 but didn't freeze on me. Mouse
could be used and buttons in pol responded to mouse moving and clicking.
Linux: Ubuntu 7.10
Wine: 0.5.57
Graphics card: GeFore 8800GST
Drivers: 100.14.23
I have another log with +d3d but its rather large.
--
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=11883
Summary: Add Wine version to the screen-shot
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
>From ergo on wine-forum:
I think it would be a very good idea to add a place where ppl can post version
of wine they were using when submitting screenshots - its not uncommon too see
some kind of glitches/ poor graphics on screenshots and then discover that
everything is fine with latest version.
--
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=12245
Summary: Graphics skip in Deus Ex
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stonej4(a)mcmaster.ca
Created an attachment (id=11680)
--> (http://bugs.winehq.org/attachment.cgi?id=11680)
Read out of the wine debug mode
When Deus Ex is run is a random skip in the graphics that can be observed in
the background of the menu and during game play. There are several outputs in
the terminal like this:
fixme:d3d7:IDirect3DDeviceImpl_7_Load
(0x5476ef8)->(0x6e00fe0,(nil),0x58ea8a8,(nil),00000000): Partially Implemented!
A full log is attached.
--
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.