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=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=10228
Johnny <JoaoGSF(a)sapo.pt> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.48.
--
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=10159
Summary: It's impossible to install Houaiss dictionary in new
versions
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adeiss.vc(a)gmail.com
I use a Portuguese dictionary named Houaiss. I can install and use it perfectly
with the 0.9.30 version. In any newer version it's impossible to install the
program. When I try to run the installer, a warning window pops up with a
message that says I must have an original copy, although I have an original
copy. If I uninstall this version and reinstal 0.9.30 version, with a new
".wine" folder, the problem ends.
--
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=9937
Summary: Wine crashes in Xephyr
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Often, one would like to run apps in a nested
X server. A good one is Xephyr. To try this on ubuntu,
first install with
sudo apt-get install xserver-xephyr
then start a nested X server with
Xephyr :1 -ac
then verify it's working with
DISPLAY=:1 xeyes
If that works, then start a Wine app, e.g. notepad:
DISPLAY=:1 wine notepad
This crashes at the moment with the assertion failure
2 0xb7d42201 abort+0x101() in libc.so.6 (0x0034ed04)
3 0xb7d39b6e __assert_fail+0xee() in libc.so.6 (0x0034ed48)
4 0x7e3a44a7 in libgl.so.1 (+0x1f4a7) (0x0034ed88)
5 0x7e3a45d8 glXCreateContext+0x38() in libgl.so.1 (0x0034eda8)
6 0x7e56d577 has_opengl+0x5f7() [winex11.drv/opengl.c:305] in winex11
(0x0034ee28)
7 0x7e56e000 X11DRV_setup_opengl_visual+0x130(display=0x7c041650)
[winex11.drv/opengl.c:3338] in winex11 (0x0034ef08)
This was reported by a user:
http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7bf80f4ee…
--
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=9858
Summary: Photoshop CS2 can't draw in second layer?
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is probably just a loose screw behind the wheel,
but I had trouble drawing on a second layer. To
repeat:
start photoshop
File / new
draw a bit with the brush to make sure you can
new layer
try to draw with the brush. You can't, nothing shows up!
--
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=9763
Summary: Cannot change screen BPP
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d4rky(a)cultofpepsi.com
Created an attachment (id=8196)
--> (http://bugs.winehq.org/attachment.cgi?id=8196)
Log from try to run Fallout Tactics
When X11 driver cannot init 32 BPP mode, and "wined" program is trying to do
so, X hangs and there's no way to switch to tty1-6 (only MAGIC-SYSRQ or
timeouted kill helps).
Possible solution - when trying to switch to 32 BPP mode, check if it is
possible and if not try to force running in 24 or lower mode or run "emulated"
32 bpp mode (like in VNC or something).
Wine version: 0.9.44 on Debian GNU/Linux sid
--
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=10026
Summary: mouse cursor disappears while moving into wine window
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmleziva(a)tiscali.cz
Created an attachment (id=8555)
--> (http://bugs.winehq.org/attachment.cgi?id=8555)
output from WINEDEBUG=+relay wine notepad.exe
The mouse cursor disappears in each wine window, for each application.
I am using wine-0.9.47 . All programs running under wine don't have
a mouse cursor in the applications window: winecfg, notepad.exe,
regedit.exe etc. When mouse cursor (little arrow) enters the wine window,
the cursor disappears. When it moves outside, it occures.
Maybe it is caused by using the openchrome video
driver "via". I downloaded it from the site
http://www.logix.cz/michal/devel/suse-openchrome .
I am using OpenSuse10.2 on the notebook Fujitsu Siemens
Amilo Pro V2030, video card is Via(S3) Unichrome Pro IGP (VN800).
This problem doesn't exist on the PC with another graphical card.
The version of KDE is 3.5.5 "release 45.4",
the version of kernel is 2.6.18.8-0.5 .
I added a trace file from starting notepad.exe .
Thanks for any advice
Jiri
--
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=9935
Summary: Finereader Does not Start - Installation Works
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Installation of Finereader 9.0 works with wine 0.9.46 very well, but Finereader
does not Start. But Finereader 8.0 does work
When entering "wine finereader.exe" in the terminal, the error below appears,
and wine terminates the virtual window.
Error:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:msi:MSI_GetProductInfo L"InstallLocation"
I have already put the files Comctl32.ocx, Mscomctl.ocx and other in
/.wine/drive_c/windows/system32/
but it doesn't work
P.S.
I just guessed the component because I don't know exactly
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.