http://bugs.winehq.org/show_bug.cgi?id=14555
Summary: Tool-tip glitch in The Curse of Monkey Island
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david_laursen(a)hotmail.com
Created an attachment (id=14905)
--> (http://bugs.winehq.org/attachment.cgi?id=14905)
The glitch - a big black box
When opening The Curse of Monkey Island, the first thing you have to do is to
choose the difficulty in the game (normal or 'Mega-Monkey'). In that screen, if
you then let the mouse cursor hover over one of the options (rendering the
cursor cross red) for some time, a big black box appears (probably a badly
rendered tool-tip). This box disappears instantly when moving the mouse and it
doesn't come back again at this instance if you rest the mouse again over one
of the options (unless you start up the game again and repeat the process). The
box seems to come up a the exact same location on the screen every time.
See the attached screenshot.
--
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=14182
Summary: Warcraft III: The Frozen Throne installer crashes
Product: Wine
Version: 1.1.0
Platform: Other
URL: http://www.blizzard.com/us/war3x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JBCK99(a)optonline.net
Hey,
I installed the original Warcraft III and went to install the expansion pack of
The Frozen Throne, but the installer freezes and does not complete the
installation. It stops when it tries to install War3xlocal.mpq and does not go
any further. A screenshot of the problem is attached and the small output I got
from the terminal was...
ctl 24000 (device=2 access=1 func=0 method=0)
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
Thank you in advance for your help. =)
--
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=14012
Summary: CodeWright: crashes using 1.0.0 (didn't use to)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unreal(a)home.nl
Created an attachment (id=14200)
--> (http://bugs.winehq.org/attachment.cgi?id=14200)
Wine dump
Using the latest Wine release 1.0.0. Wine crashes when running CodeWright
7.5.01.7504
I am running it on Ubuntu 6.06 (i know...)
Using Wine 0.9.59 it did not crash and except for a few minor problems (e.g. ok
buttons only working using mouse, not enter key) it ran well. Pretty usable I
would like to call it :-)
I only run use precompiled wine binaries available from
http://wine.budgetdedicated.com/apt
--
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=14000
Summary: ATI and unable to find a suitable iPixel Format
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
CC: celticht32(a)aol.com
In trying to work through and get Everquest2 to work on my T60p with
ATI's latest drivers I kept on getting a unable to find an appropriate iPixel
Format.
Debugging the code I found the following in
dll\wined3d\context.c
on line 148 the if statement there is irrelevent because of the line above it.
by removing the if around the statment it seems to now have resolved the issue.
here is the fix I did
if(DepthStencilFormat != WINED3DFMT_D24S8)
FIXME("Add OpenGL context recreation support to
SetDepthStencilSurface\n");
DepthStencilFormat = WINED3DFMT_D24S8;
/* if(DepthStencilFormat) { Changed June 19,08*/
getDepthStencilBits(DepthStencilFormat, &depthBits, &stencilBits);
/* } */
Now I do not get the error anymore.
Also I changed line 173 - 181 to one if statement instead of 3 like so :
if ((cfgs->redSize != redBits) || (cfgs->greenSize != greenBits) ||
(cfgs->blueSize != blueBits) || (cfgs->alphaSize != alphaBits))
continue;
Can others getting the iPixel Format error test the above fix and tell me if it
breaks anything or fixes 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=13204
Summary: winealsa.drv makes incorrect assumptions about hardware
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
The sound drivers should be among components to select.
Now the bug:
this is the conclusion of my own research and a bit of googling.
I decided to open a new bug for it to make it more outstanding.
The material for this bug:
my comments in http://bugs.winehq.org/show_bug.cgi?id=13090
a comment in alsa bug tracking -
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3943
and finally a post on pulseaudio-discuss from pulseaudio author
https://tango.0pointer.de/pipermail/pulseaudio-discuss/2008-May/001785.html
The short of it is:
using snd_pcm_delay for checking, if all sound has been played is plain wrong,
and breaks not only pulseaudio, but is probably responsible for
http://bugs.winehq.org/show_bug.cgi?id=12228
(and even if it's not it's still broken)
--
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=13130
Summary: Sound in Nightlong only working every couple of starts
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hein(a)kde.org
"Nightlong" is an adventure game released in 1998 by Team 17. It works well in
Wine, except for sound - music, ambient, dialogue - not working every time the
game is started, but only sometimes.
Tested Wine versions include 0.9.61 and 1.0rc1. I have never run the game with
an earlier version of Wine, so I have no "known good" to use in a bisect, and
don't know if the problem is a regression.
A Wine default config was used, except for the Windows version being set to
"Windows 98" as it seemed most appropriate given the age of the game. The bug
also happens with "Windows XP", however.
A demo of the game is available here:
http://www.fileplanet.com/28736/20000/fileinfo/Nightlong:-Union-City-Conspi…
However, I have used a patched full version of the game, not the demo.
I have created two logs with WINEDEBUG=+dsalsa,+wave as instructed by
mlankhorst on IRC. The first log is from a session in which sound is working,
the second from a session in which sound is not working. Both logs cover the
same actions: Starting the game, skipping the intro video, and in the
subsequent first interactive screen, double-clicking an interactive object to
make the player character utter a line of dialogue. Then, bringing up the menu
and quitting the game again. The logs are attached as gzipped plain text files.
I'm available to provide further debug information and test any patches or
solutions.
--
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=12615
Summary: EVE Online: Space textures are replaced with some other
things from video-memory
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: holycheater(a)gmail.com
Wine version: GIT from 2008-04-14 and older versions (bug exists in 0.9.58 and
0.9.59, don't know about other versions)
EVE Client: Premium v4.12.53162, but using classic graphic contents.
OS Distro: Ubuntu 7.10 Gutsy
Videocard: Palit GeForce 8800GT Super + 1Gb.
Bug desc: Time from time when jumping from system to system looks like EVE
space texture are replaced with some other textures from video-memory. I'm
attaching some screenshots, on couple of them you could see something from
Firefox.
--
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=12492
Summary: Farcry on steam does not start
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
When attempting to start Farcry on steam it shows a dialog to start game or the
configuration. Configuration starts ok, but game does not start at all. Just
prints standard ALSA fixme and exits.
--
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=11492
Summary: Perfect world entering world wait infinite
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alakhai(a)fastwebnet.it
Created an attachment (id=10644)
--> (http://bugs.winehq.org/attachment.cgi?id=10644)
WINEDEBUG=+sock
I installed the game perfect world on linux. I started and it worked, after i
choose the character to play with the game wait infinite on "Entering on realm"
i made a debug output with WINEDEBUG="+sock"
--
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=11223
Summary: uTorrent 1.8 alpha not working - getaddrinfo problem
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://forum.utorrent.com/viewtopic.php?id=31998&p=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: protomank(a)gmail.com
uTorrent 1.8 changed to getaddrinfo into the tracker hostname code.
In wine it just gives hostname not found, as if it could not detect the IP
address.
As uTorrent is one of the most used apps in wine, it would be interesting to
fix the bug before final release :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.