http://bugs.winehq.com/show_bug.cgi?id=529
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-09-30 00:16 -------
Resolving WONTFIX
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=529>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1030
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-09-29 23:57 -------
Marking as INVALID
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=1030>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
Here are a couple of name space problems, which I would
give at least a P4 priority. - They are straight forward
to fix, but absolutely painful, if left as they are.
1) There is a very nasty name space clash in wine (CVS, today,
2002-09-29).
Both gdi.h and ncurses use the name DC, but obviously for two
different purposes.
This might not happen with all versions of ncurses, but at
least on one of my FreeBSD boxes it happens. OTOH there is no
guarantee that on some systems the files named ncurses.* are
not simply symlinks to some other implementation of curses.
So, using any of the short names used by (n)curses for any
other purposes is a very bad habit in general, and one which
should be avoided at all cost in programs which also use any
version of curses.
The curses' unlucky naming policy has been the curse upon us
all for ages already. It would be all too hard to change any
of that now. It is far better to simply try to do better in
one's own selection of names.
I propose changing the DC (Display Context ?) to something
more verbose. If it is strictly windows related, might WinDC
or Win_DC do just fine?
2) Apparently wine also defines the name IN to empty somewhere
in the header files. This raises a syntax error in curses.h,
because a symbol in a list gets deleted leaving only a comma.
So, the compiler finds something like
extern char AM, BS, CA, DA, EO, HC, , MI, MS, NC, NS, OS,
PC, UL, XB, XN, XT, XS, XX;
Obvious enough, the compiler complains. The same logic as
above still applies. Hands off the short names, which could
collide with curses.
I hope this helps.
Cheers,
// jau
.--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -.
/ Jukka A. Ukkonen, Mawit Ltd, Finland
/__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671
/ Internet: Jukka.Ukkonen(a)Mawit.Com (Home) +358-9-6215-280
/ Internet: ukkonen(a)nic.funet.fi
v Internet: jau(a)iki.fi
+ + + + My opinions are mine and mine alone, not my employers. + + + +
http://bugs.winehq.com/show_bug.cgi?id=952
------- Additional Comments From rklazes(a)xs4all.nl 2002-09-29 11:19 -------
The latest wine (20020904) includes the patch that I mentioned before. Can you
report whether the problems ("cannot send attachments" and "does not work at
all") still exist in this version?
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=952>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1045
------- Additional Comments From gabrieltalks(a)sympatico.ca 2002-09-29 11:12 -------
Created an attachment (id=304)
snapshop of multisim prg with icon buttons not being correctly rendered
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=1045>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1045
Summary: Toolbar icon bitmaps incorrectly rendered
Product: Wine
Version: 20020904
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabrieltalks(a)sympatico.ca
I was doing a test just to see if the program would run. Just barely, still
impressive considering what is actually being done. The program in question is
MultiSim, a electronic simulation program. A demo (disk) is available here...
http://www.interactiv.com/html/demo.html
I notice a general rendering issue: the bitmaps on the side tool bars are not
correctly rendered whereas the tool bar at the top is rendered correctly.
I have included a picture to demonstrate this problem.
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=1045>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1033
------- Additional Comments From dkowalew(a)uoguelph.ca 2002-09-29 00:16 -------
I have the same problem
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=1033>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
Andriy
Sorry to bother you - but I've answered the original mail and did not see the
reply on the list. Did you read it or did it really get lost? I'd included
the bt and other info you requested.
John
On Thu, 26 Sep 2002 06:32:28 -0700 (PDT)
Andriy Palamarchuk <apa3a(a)yahoo.com> wrote:
> For some reason it was not forwarded to you.
> Here you are.
>
> Andriy
>
> --- Andriy Palamarchuk <apa3a(a)yahoo.com> wrote:
> >
> > --- John Coppens <jcoppens(a)usa.net> wrote:
> > > Hello.
> > >
> > > I'm trying to run WinPLACE with the last wine
> > > package. The composition part
> > > works, but the compiler doesn't. I get:
> > >
> > > fixme:int:DOSVM_Int10Handler Get Font Information
> > -
> > > Not Supported (BH: 0x0)
> > > wine: Unhandled exception, starting debugger...
> >
> > The fixme message may or may not have the relation
> > to
> > the exception. What does debugger say about the
> > exception?
> >
> > Run "bt" (backtrace) command in the debugger window
> > and report what you found.
> >
> > Also you can get more information about the cause of
> > the crash from relay trace. See:
> >
> http://www.winehq.org/docs/wine-devel/dbg-param.shtml
> > http://www.winehq.org/fom-meta/cache/266.html
> >
> > Andriy
> > Boston, MA, USA
> >
> > As an employee of an oil company, let me assure you
> > that nothing, and I mean NOTHING scares a big
> > company
> > more than a noisy, smelly, obnoxious, disaffected
> > pressure group.
> > Now go away and chain yourself to someone
> > important's
> > front door.
> >
> > TheRegister. Unknown
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > New DSL Internet Access from SBC & Yahoo!
> > http://sbc.yahoo.com
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
http://bugs.winehq.com/show_bug.cgi?id=1044
------- Additional Comments From enio.s.jr(a)operamail.com 2002-09-28 22:32 -------
Created an attachment (id=303)
Last lines of +relay message file
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=1044>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1044
------- Additional Comments From enio.s.jr(a)operamail.com 2002-09-28 22:30 -------
Created an attachment (id=302)
wine config file
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=1044>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.