http://bugs.winehq.com/show_bug.cgi?id=848
Summary: Wine 20020605 compiles ok linux 2.4.1, but dies loading
library libwine.so
Product: Wine
Version: 20020605
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: whf(a)alum.mit.edu
Compiled 20020605 with Mandrake 8.1 and kernel 2.4.1, perl 5.6.1 no problems.
When installing registry, I get:
[whf@pasteur wine-20020605]$ /usr/local/bin/wine
/usr/local/bin/wine: error in loading shared libraries:
/usr/X11R6/lib/libwine.so: undefined symbol: stdscr
help appreciated.
thanks
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=848>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-01 18:45 -------
You might be interested in this thread on wine devel. I think that this is the
cause of your problem and this probably will be fixed in the next snapshot which
I assume will be released in the next week or so.
http://www.winehq.com/hypermail/wine-devel/2002/07/0006.html
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=831
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-01 18:25 -------
I was thinking about the wrong patch... Doh. Patch submitted to CVS.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=831>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=846
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-07-01 15:29 -------
Closing
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=846>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=846
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From apa3a(a)yahoo.com 2002-07-01 15:29 -------
Did not finish. Submitted by accident.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=846>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=846
Summary: File dialogs don't use default extention specification
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: apa3a(a)yahoo.com
Wine file dialogs don't use member lpstrDefExt of the OPENFILENAME
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=846>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=395
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |845
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=395>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=845
Summary: gcc Remote debugging
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: fgouget(a)codeweavers.com
The idea is to use gdb's remote debugging feature to use it and debug
Wine/Winelib applications.
There are two main reasons why gdb cannot be used to debug Wine applications
directly:
* threading (Wine does weird things with threading and gdb does not know about them)
* 16-bit support (gdb does not know about segmented 16-bit pointers for instance)
(note that despite these issues you can use gdb directly in some cases, but you
will not be able to fully take advantage of it)
The goal behind this would be to:
* hopefully reduce the amount of code we have to maintain (e.g. code to support
DWARF2)
* benefit from a mature multi-platform debugger
* take advantage of the graphical gdb front-ends
Relevant discussion threads:
* 2001/04/20 - Ove Kaaven - GDB remote debugging for wine
http://www.winehq.com/hypermail/wine-devel/2001/04/0123.html
* 2002/04/13 - Mike Wetherell - benefit from a mature debugger
http://groups.google.com/groups?hl=en&lr=&selm=6xUt8.14322%24sL6.2032145%40…
* 2002/05/22 - Tijs van Bakel - Improving debugging (gdb) support
http://www.winehq.com/hypermail/wine-devel/2002/05/0613.html
* 2002/05/23 - Eric Pouech - Re: Improving debugging (gdb) support
Eric experimented with gdb's remote debugging capabilities and posted an
informative thread.
http://www.winehq.com/hypermail/wine-devel/2002/05/0659.html
* See also this comparison matrix by Eric Pouech
http://perso.wanadoo.fr/eric.pouech/wine_and_gdb.html
* 2002/06/05 - Michael Cardenas - Re: Improving debugging (gdb) support
http://www.winehq.com/hypermail/wine-devel/2002/06/0005.html
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=845>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=831
------- Additional Comments From fgouget(a)codeweavers.com 2002-07-01 11:23 -------
I think it's good to send to wine-patches, and then, once it's in CVS, you can
close this bug.
(But it's not in CVS yet)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=831>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.