http://bugs.winehq.com/show_bug.cgi?id=1623
Summary: File Open Dialog - Unhandled Exception
Product: Wine
Version: 20030709
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: Andrew.Talbot(a)talbotville.com
Selecting anything in a File Open Dialog in ChessBase Light (a 16-bit app.)
causes the app. to freeze with an Unhandled Exception Error.
The bug was introduced into the CVS at approx. 2003-06-24 14:00 CST.
(Prior to that, correct functionality occurred.) This bug persists in
20030709.
-- Andy.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=717
------- Additional Comments From Speeddymon(a)yahoo.com 2003-26-07 09:20 -------
Patrick Ammann (pammann "at" aro.ch) wrote this in a separate bug, duped it and
copied comments here as this is something that has been changed since I last
reported for this bug..
Cannot install starcraft 1.0, first everythings
seems ok, but at the end of the installation,
the installer want to make a "lnk" file and this doesnt work:
"Error ...... Could not create ...lnk file.
LinkUndo.cpp line 186
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=717
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pammann(a)aro.ch
------- Additional Comments From Speeddymon(a)yahoo.com 2003-26-07 09:18 -------
*** Bug 1622 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1622
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)yahoo.com 2003-26-07 09:18 -------
dupe bug, attaching comments to old bug though, as this is actually something
that is more recent..
*** This bug has been marked as a duplicate of 717 ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1622
Summary: Starcraft 1.0, cannot install
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pammann(a)aro.ch
Cannot install starcraft 1.0, first everythings
seems ok, but at the end of the installation,
the installer want to make a "lnk" file and this doesnt work:
"Error ...... Could not create ...lnk file.
LinkUndo.cpp line 186
"
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1619
------- Additional Comments From lionel.ulmer(a)free.fr 2003-26-07 03:03 -------
No, I query 'glXGetProcAddressARB' via 'dlsym' ONLY if
'GLX_ARB_get_proc_address' is actually advertised as supported in the extension
string (see line 673).
You could try by removing the 'strstr' check, and I'm pretty sure that it will
work fine.
But your DRI installation still would need fixing to have the exported
capabilities updated to advertise the support of the 'glXGetProcAddressARB'
extension.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1619
------- Additional Comments From sirmoo(a)cowbert.2y.net 2003-26-07 02:51 -------
Looking at Line 322 of wgl.c, even if it was a fault in extension
advertisement, it is still returning a NULL pointer when called, resulting in
the error. Somehow, even though the extenion is exported correctly, it's still
broken.... If the symbols are there, dlsym and friends should be able to call
it.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1619
------- Additional Comments From lionel.ulmer(a)free.fr 2003-26-07 02:19 -------
Well, the problem is that your GL library does export the glXGetProcAddressARB
function call (as seen in the configure output) BUT it does not advertise it...
On my box :
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
Moreover, even if your box only supports GLX 1.2, it still should be able to
support this extension (copy pasted from the extension text) :
Dependencies
The extension is written against the GLX 1.3 Specification.
May be implemented in any version of GLX and OpenGL.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1619
sirmoo(a)cowbert.2y.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
------- Additional Comments From sirmoo(a)cowbert.2y.net 2003-26-07 00:13 -------
ok after digging around i think I know what the problem is.
glXGetProcAddressARB is only in glx 1.3, which isn't being used by DRI for some
reason. I think once I can get the appropriate GLX version, it will work. I
will take it up with Eric Anholdt on the FreeBSD-DRI side and maybe some of the
Linux DRI people. Still leaving it unconfirmed in case you have any suggestions.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.