http://bugs.winehq.org/show_bug.cgi?id=15046
Summary: Graphics Corruption in Star Trek Legacy
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryan(a)transparent-tech.com
Created an attachment (id=15701)
--> (http://bugs.winehq.org/attachment.cgi?id=15701)
Wine output
When playing Star Trek Legacy graphics corruption will occur. Extent of
corruption varies at first from your ship disappearing to the entire screen
going black. Happens at random points in game. I am using a Nvidia GeForce 8600
GT with 512MB of Ram with nvidia binary driver version 173.14.12.
--
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=14863
Summary: Crash in application / works with version 0.9.36
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qxc(a)gmx.de
Created an attachment (id=15406)
--> (http://bugs.winehq.org/attachment.cgi?id=15406)
Output of Wine
There is an application that crashes with the recent versions of Wine (I tested
1.2.0 and 1.0.0). The same application worked well with version 0.9.36.
I also have seen a crash with that application and the newer version that was
caused somewhere in an installed dbgrid32.dll but currently I'm unable to
reproduce that. I'll submit it as soon as I have it again.
The .wine directory was completely clean before installation, I set up
everything new for that Wine 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=14692
Summary: Microsoft Money 2007: Crashes on Program startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbodycott(a)comcast.net
Created an attachment (id=15171)
--> (http://bugs.winehq.org/attachment.cgi?id=15171)
Log of Microsoft Money 2007 crash
During the startup of Microsoft Money 2007: HBE, the program presents its
splash screen and then crashes. Though the crash shows (unhandled page fault)
in console, the program will after about 1 or 2 minutes respond with an error
dialog stating "Money has experienced a problem and cannot continue. If you
are running low on memory, try closing some programs and running money again."
System in question has 1GB RAM, no other apps running.
Wine version: wine-1.1.2-91-g6a21ab2
--
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=14684
Summary: Might and Magic 7: crash at startup
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kapaneus(a)atlas.cz
Created an attachment (id=15157)
--> (http://bugs.winehq.org/attachment.cgi?id=15157)
Output of wine MM7.exe 2> stderr.log
Game installs well but any try to play it results in a crash. Doesn't depend
on configuration options.
--
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=14517
Summary: winscp crashes on exit after connecting
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://winscp.net/eng/download.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=14853)
--> (http://bugs.winehq.org/attachment.cgi?id=14853)
+ole log
If you ssh to another machine with winscp, on exit, it will crash in ole32. Log
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.
http://bugs.winehq.org/show_bug.cgi?id=14455
Summary: Greedy Torrent Does not function without Virtual Desktop
Enabled
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thebozo1(a)hotmail.com
Created an attachment (id=14774)
--> (http://bugs.winehq.org/attachment.cgi?id=14774)
Greedy Torrent Terminal Output
Greedy Torrent Does not function without Virtual Desktop Enabled. It just hangs
as soon as you click something. Does not respond at all, you cannot even close
the program. It works fine in the Virtual Desktop though.
--
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=14407
Summary: wineserver should support Solaris event completion
framework (event ports)
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Solaris
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk+winehq(a)acm.jhu.edu
Created an attachment (id=14721)
--> (http://bugs.winehq.org/attachment.cgi?id=14721)
Add event completion support to wineserver
wineserver's event loop can be driven by select() or by asynchronous event
mechanisms such as epoll and kqueue. wineserver currently does not support the
event completion framework (event ports) that appeared in Solaris 10, a generic
API for asynchronous I/O that supersedes /dev/poll.
This patch adds the support.
--
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=13963
Summary: Start Menu items with '&' won't appear
Product: Wine
Version: 1.0-rc5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spock128(a)gmail.com
Created an attachment (id=14124)
--> (http://bugs.winehq.org/attachment.cgi?id=14124)
diff of non- and working .menu files
When installing programs that create Start Menu shortcuts, any *.lnk files with
an & (ampersand) in the filename will be incorrectly converted into
freedesktop/Gnome .menu files.
In the generated .menu file, a reference to a .desktop file can be created
without properly escaping the & in the .desktop file name (replace & with
&).
This was tested by installing Tribes 2 from
http://renwerx.com/dl.cgi?tribes2_gsi.exe - the contents of Start
Menu\Dynamix\Tribes2\ will not appear (except for Classic\) under Gnome 2.20
due to the malformed .menu file. Once escaped, the shortcuts appear as normal.
I presume this isn't specific to Tribes 2, but it is the only app I know of
that is subject to 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=13234
Summary: Quicktime 7.4.5, window decoration problems
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ronfischler(a)gmail.com
Quicktime 7.4.5 installs and runs using wine 1.0-rc1, assuming gdiplus.dll is
present and gdi safe mode has been activated. When switching to another virtual
desktop however, Quicktime dies and the running display window is removed. I
have to restart Quicktime to continue viewing my QTVR files. If the Quicktime
player is minimized first before switching to another virtual desktop, then
this problem does not occur. Two more problems, possibly related: when running
as a stand-alone window, the usual "minimize, maximize, and close" buttons are
not drawn at the top of the window. The normal Quicktime controls are not drawn
at the bottom of the window either, but since all the keyboard shortcuts work -
that is not such a problem. Disallowing the window manager to decorate or
control Quicktime windows made no difference. Emulating a virtual desktop made
no difference.
I am running Ubuntu 8.04 with Compiz effects activated.
The good news is that when used as a plugin to firefox, also running under
wine, it works quite well.
--
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=13195
Summary: GLXMakeCurrent error with BadMatch (invalid parameter
attributes) in SolidWorks
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Created an attachment (id=13020)
--> (http://bugs.winehq.org/attachment.cgi?id=13020)
+wgl,+opengl,+tid trace
Regression from 0.9.47 (last tested version) :
Solidworks 2007 crashes with :
0009:trace:wgl:X11DRV_wglMakeCurrent make current for dis 0x7c03e5f8, drawable
0x4400013, ctx 0x7c1d412c
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 285350
Current serial number in output stream: 285350
when giving focus to the graphics window (i.e. when selecting a function in the
menu, the screen is correctly refreshed, but then the error occurs)
I tried to do a regression test, but it is a real pain as some other bugs are
preventing direct git bisect, many patches are needed, and some other issues
are appearing randomly. Worse, older versions (0.9.47) known to work are not
compilable with ubuntu hardy. As far as i can test, the issue was already there
in versions around 0.9.55
I'm suspecting a nvidia driver problem, too, but there are no clues.
I guess that the issue is there :
0009:trace:wgl:wglGetCurrentContext returning (nil)
0009:trace:wgl:wglMakeCurrent hdc: (0xbe04), hglrc: (0x4309748)
0009:trace:wgl:X11DRV_wglMakeCurrent (0xbe04,0x4309748)
0009:trace:wgl:X11DRV_wglMakeCurrent make current for dis 0x7c03e5f8, drawable
0x4400013, ctx 0x7c1d412c
X Error of failed request: BadMatch (invalid parameter attributes)
...
--
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.