http://bugs.winehq.org/show_bug.cgi?id=10328
Summary: Sonic and Knuckles collection install prompt hidden
behind blue background
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
After installing the Sonic 3 and Knuckles documentation, you proceed to install
the actual game.
The usual blue background pops up, but the window that asks if you want to
play, uninstall, or install the game is missing. it turns out it is hiding
behind the blue background.
There is only one fixme printed twice in the console:
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
I don't know if it is related or not.
--
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=10247
Summary: VK_PAUSE causes protection fault in menu shortcuts
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alkisg(a)freemail.gr
I'm developing an appication and I was testing for wine compatibility, when I
came upon this bug.
I'm not a native English speaker, so allow me to say it by example:
Suppose I have a classic "File" menu (I think menus are implemented in
comctl32.dll), and the classic "Open file..." menu item. It shows like:
| Open file... Ctrl+O |
If I assign the VK_PAUSE shortcut to this menuitem, it should show like:
| Open file... Pause |
The problem: if I use the VK_PAUSE shortcut, and I try to open the file menu, I
get a protection fault at address 0x000033F3.
This also applies to combinations like shift+pause.
Tested in Edubuntu 7.10.
I can post a demo application developed in Delphi if it helps.
Regards,
Alkis
--
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=9550
Summary: Mouse position desync with cursor in UFO:ET
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sm(a)kleinreich.de
Created an attachment (id=7922)
--> (http://bugs.winehq.org/attachment.cgi?id=7922)
Debugchannel +dinput while starting UFO:ET
In Game "UFO Extraterrestrials" the Cursor and the actual mouse position
desync.
If you use the mouse it's actually possible to move the real position in
relation to the displayed Cursor what means the desynced Position is not
static.
Also it is possible for the Mouse to leave the virtual desktop,
which make the desync even worser.
--
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=8545
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:59:01 ---
Closing all RESOLVED INVALID older than four weeks.
--
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=10574
Summary: Python _urandom()
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerijus(a)users.sourceforge.net
When running quite a few python scripts I get a traceback:
$ wine c:\\python25\\python opendict.py
Traceback (most recent call last):
File "C:\python25\lib\mimetools.py", line 6, in <module>
import tempfile
File "C:\Python25\lib\tempfile.py", line 33, in <module>
from random import Random as _Random
File "C:\Python25\lib\random.py", line 838, in <module>
_inst = Random()
File "C:\Python25\lib\random.py", line 94, in __init__
self.seed(x)
File "C:\Python25\lib\random.py", line 108, in seed
a = long(_hexlify(_urandom(16)), 16)
WindowsError: [Error -2146893801] Windows Error 0x80090017
Adding the following to python script usually helps:
import os
def ni(i): raise NotImplementedError
os.urandom = ni
--
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=8612
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:58:57 ---
Closing all RESOLVED INVALID older than four weeks.
--
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=10331
Summary: DVD-ROM dependent files not accessible from symlink
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
URL: http://forums.gentoo.org/viewtopic-t-610844.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pnanda(a)stmarytx.edu
Dependent files located on the CD/DVD-ROM drive (dependent = files needed by a
program called on the CD-ROM by wine) are only readable when setting the shell
basename to the actual mount point (e.g. /mnt/cdrom)
Running such a CD/DVD-ROM program from the symlink directory does not work
(e.g. d:\)
NB: Note that the program itself is readable from the mounted drive, just not
some of its dependent files on the same mount (a particular dll from my
experience - please refer to the URL)
Linux: Gentoo-2.6.22-r8
Arch : amd64
--
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=10774
Summary: Relations between tables cannot be opened in Dezign for
Databases
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koetsier(a)oblivion.nl
In 0.9.48 everything worked fine, but since I moved to 0.9.49+ I am unable to
edit (double-click) a relation. When I do double click a relation, dezign
hangs. When I press <ESC> once or twice dezign continues working.
--
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=7817
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:58:52 ---
Closing all RESOLVED INVALID older than four weeks.
--
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=4823
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:58:50 ---
Closing all RESOLVED INVALID older than four weeks.
--
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.