http://bugs.winehq.org/show_bug.cgi?id=16506
Summary: some GUI feedback is needed when wine crashes
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Currently, if you start a program by double-clicking a file, or using a
wine-generated .desktop shortcut, and that program later crashes, Wine starts
winedbg and prints information to standard out. In this case that goes nowhere,
and the user gets no feedback to indicate that the program crashed.
The user should get feedback in this case.
It's not clear whether the gui should be created by an internal Wine program or
desktop-specific crash reporting tools. If this depends on crash-reporting
tools, we need to define clearly how they should interact with Wine.
Mikołaj Zalewski submitted a patch that attempts to address this using an
internal program:
http://www.winehq.org/pipermail/wine-patches/2008-December/066015.html
--
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=16385
Summary: Photoshop CS4 interface doesn't load
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james2432(a)gmail.com
Created an attachment (id=17703)
--> (http://bugs.winehq.org/attachment.cgi?id=17703)
screenshot of the problem
We launch photoshop. It shows the little screen with the photoshop logo that it
is loading some DLLs and when it gets to the actual interface, it's all gray
and there are no menus nor are their any windows(except the main photoshop
window of course)
--
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=16331
Summary: inetcomm: possible null pointer dereferences
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grschneider(a)gmail.com
Created an attachment (id=17635)
--> (http://bugs.winehq.org/attachment.cgi?id=17635)
suggested patch
Three possible NULL pointer dereferences in dlls\inetcomm\smtptransport.c,
fixed by doing the parameter check first and using the checked variable
afterwards.
--
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=16267
Summary: Vista Winetest24112008 MSItest loop
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elektroschock(a)linuxmail.org
1 Popup: "another installation is in progress. You must complete that
installation before continuing this one." (Retry/Cancel)
2 Selection of Cancel leads to
"Are you sure you want to cancel" (YES/NO), in the background a windows "Please
wait while Windows configures Winetest"
3 Selection of Yes leads to 1)
--
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=16195
Summary: GetKeyNameTextW returns a wrong length
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.5.tahtu(a)spamgourmet.com
int Len;
LPTSTR lpString[64];
Len = GetKeyNameTextW(22151168, lpString, 32);
After this call lpString has the correct "Insert" string - bug Len has the
wrong value 1 - I expect the value 6.
PS
Please note: It's the unicode version of GetKeyNameText.
--
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=15878
Summary: Dogfood: Gimp 2.6 will not open images.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: true.bugman(a)gmail.com
Created an attachment (id=17033)
--> (http://bugs.winehq.org/attachment.cgi?id=17033)
Gimp start up messages
When using gimp 2.6, image files will not load making the program unusable.
Instead lots of "err:module:import_dll Library ..." messages are printed. The
problem is visible on program start up as well. Hence, as Mandriva 2008.1
comes with gimp 2.4.5, I can't use this newer version to replace the old
version that came with the distribution.
--
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=15377
Summary: 1.1.5 breaks d3d game that worked in 1.1.4
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben.trusty(a)gmail.com
CC: julliard(a)winehq.org
broke both command and conquer & command and conquer: red alert in wine 1.1.5;
both worked in 1.1.4
Regression Testing
d381c7cbf4d463189f479a0b3986f6767aeb8dba is first bad commit
commit d381c7cbf4d463189f479a0b3986f6767aeb8dba
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 19 18:05:36 2008 +0200
Release 1.1.5.
:100644 100644 7a2c61113334222ab571b9cce093dd080fa825bf
982ac735f37215caf4e819c8afb6a8a2f0341585 M ANNOUNCE
:100644 100644 cd289fc7fdb8187487084f08312e3042c1c7cb44
41c2c19075c1b563e1152512ed077b9895bd1f26 M VERSION
:100755 100755 e898943c5e9326274904e3ecc42884b99456e288
ff2c11d3ae4e0afd80c9b62281c510521cef9e87 M configure
--
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=15371
Summary: HDR not rendered correctly (e.g. in Rainbow 6 Vegas)
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=16218)
--> (http://bugs.winehq.org/attachment.cgi?id=16218)
HDR enabled in Rainbow 6 Vegas
Enabling HDR often results in glitches, see image below
--
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=14767
Summary: WGL_SWAP_METHOD_ARB attribute not implemented
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: screwdriver(a)lxnt.info
Created an attachment (id=15283)
--> (http://bugs.winehq.org/attachment.cgi?id=15283)
patch against git head as of 05.08.2008
WGL_SWAP_METHOD_ARB attribute, defined in wgl_pixel_format opengl extension is
not handled.
Attached patch adds trivial handling of this attribute.
This gets rid of fixme messages about unknown/unhandled WGL attributes 0x2007,
0x2028-0x202A.
--
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.