http://bugs.winehq.org/show_bug.cgi?id=10232
Summary: OpenGL with indirect rendering not working
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
3D apps don't seem to run when the OpenGL lib (e.g. mesa one) is doing indirect
rendering (hardware accelerated, through AIGLX). This can be done by exporting
LIBGL_ALWAYS_INDIRECT=1. Native games (quake3, xmoto) run fine. I've tried
FlatOut 2 with indirect rendering, but I get hundreds these in the console:
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL
support !
and the game crashes then.
Indirect rendering would probably be useful if one would want to play a game
on a remote X server, or a game residing on a remote host and doing rendering
on the user's X server.
--
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=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=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=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=10607
Summary: Bryce 5 crashes upon opening in Gutsy Gibbon
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nethaven(a)hotmail.com
After installing Wine, I install Bryce 5, and it goes fine. A strange thing
happens during install...whenever I click on "Next," the screen disappears,
then reappears, but then quickly goes to the next screen...this is trivial
though.
The install works fine, but when I attempt to run the program, I see "starting
Bryce 5" in the taskbar for a few moments, but then it just disappears and the
program does not start. There is no trace of the process in the system
monitor, zombied or otherwise.
I understand that it seems to work in most cases, save some other bugs, and I
have duplicated this problem both on Ubuntu 7.10, and on Linux Mint (which I am
running now), which is basically Ubuntu 7.10 with thicker makeup, so I'm
thinking it is related to that release.
My hardware:
Athlon 4200+ X2 Dual Core
Gigabyte motherboard
Nvidia GeForce 7600 GS (using restricted driver)
2GB RAM
--
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=10564
Summary: Visual C++ 2005 Redistributable Package fails to
install.
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=9331)
--> (http://bugs.winehq.org/attachment.cgi?id=9331)
vcredist_x86.exe Run log
Installer package "vcredist_x86.exe" crashes after EULA Dialog. Run log
attached.
--
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=10857
Summary: Photoshop 7 quick mask doesn't work.
Product: Wine
Version: unspecified
Platform: Other
URL: 2. Most often I am unable to select a brush size from
the drop down palette
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=1336#Comment-2…
earther wrote:
"I am working on a big project and have found some more bugs in PS 7 that make
it pretty unusable.
...
3. Quick mask doesn't work.
..."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.