http://bugs.winehq.com/show_bug.cgi?id=1096
Summary: Derive 5.05: input expression field font is wrong and
unreadable
Product: Wine
Version: CVS
Platform: PC
OS/Version: Windows ME
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lz71(a)libero.it
- O.S. RedHat 7.3 (i386) -
In derive 5.05 (the best math assistant) the font used
in the input math expression field is unreadble and wrong.
It seems to me all fonts size don't match the real one of
windows (they are too small).
In the real windows the default font is "fixed" but in
wine it is a sort of "very small cursive" font.
I tried to change the default font but wine always use
the unreadable one. :(
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=1096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1095
Summary: Star Wars Rebbelion - planet window are not completly
drawed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Windows ME
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lz71(a)libero.it
Star wars rebellion (game) :
The installation works fine.
I run REBEXE.EXE and when I start a new game, the planets windows
are not completly drawed (the bottom is missing).
Wine (cvs version) shows me a "fixme bltbit stud" or a similar message
:(
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=1095>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1094
Summary: Error loading Statusbar and ListView
Product: Wine
Version: 20020904
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: cesar(a)liws.com.br
In Windows App developed with Microfocus NetExpress 3.0, when will load
Statusbar and LiwstView, Is showed a Messagebox without text with ok and cancel
buttons, if ok the app continue to work if cancel app stop.
The message repeat each title cell in ListView and 1 time with statusbar
the next msg occurs in this cases
fixme:hook:NotifyWinEvent (32780,0x0002002f,-4,1)-stub!
The next messages occurs other times, I dont work in it still
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:x11drv:empty_error_handler XID(02400740): BadMatch (invalid parameter
attributes)
[]'s
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=1094>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1088
------- Additional Comments From bsmith3(a)charter.net 2002-10-23 08:26 -------
I'm running Mandrake 9.0. The glibc package version is 2.2.5-16mdk, but the
changelog on the RPM indicates that it's actually a CVS snapshot from 8/12/2002
(with a bunch of Mandrake patches, obviously).
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=1088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1088
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-10-22 17:57 -------
Hmm, sounds like our implementation of pthread_mutex_lock has a problem here
for some mysterious reason...
Which libc6 version do you have, BTW ?
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=1088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1088
------- Additional Comments From bsmith3(a)charter.net 2002-10-22 14:55 -------
Created an attachment (id=318)
results of gdb backtrace
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=1088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1090
------- Additional Comments From depanofsky97(a)alumni.amherst.edu 2002-10-21 22:06 -------
This is not a problem with a bad glibc version. Although this problem will go
away when wine is re-compiled with the new glibc installed, the problem is in
the wine source, not in glibc. From the glibc FAQ 3.12:
ISO C states that identifiers beginning with an underscore are internal to
the libc. An application program normally shouldn't use those internal
interfaces (there are exceptions, e.g. __ivaliduser). If a program uses
these interfaces, it's broken. These internal interfaces might change
between glibc releases or dropped completely.
The problem with a wine linked with glibc-2.2 not running with glibc-2.3 is
because wine uses __libc_fork in scheduler/pthread.c and apparently, this
interface has finally been dropped. I immagine that since __libc_fork is only
used if (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1) && defined(HAVE___LIBC_FORK)
that wine can do without this hack.
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=1090>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1093
Summary: crash when running Shake 2.4 and workaround
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: chicorico81(a)hotmail.com
I'm running NothingReal's (now apple's) Shake 2.4 under wine 20021007. I can
cause a crash by launching shake, creating a "colorcorrect" node (under the
"color" tab bottom left), and then clicking on the "curves" tab near the bottom
right of the screen. The crash occurs in graphics/x11drv/dib.c in
X11DRV_DIB_Convert_888_to_0888_asis(). As a workaround, if I add code at the
beginning of that function to return if srclinebytes < 0, then everything works
fine.
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=1093>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=90
------- Additional Comments From mstefani(a)redhat.com 2002-10-21 16:38 -------
Well keep it until the whole wine compiles with "-DSTRICT" turned on (that means
until no -DWINE_NO_STRICT remains in any dll). I've closed all remaining
"Convert $handle to a void*" bug reports but we need to open now a bug for every
dll that defines WINE_NO_STRICT.
To make a dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in this bug report before.
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=90>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1092
------- Additional Comments From news.tr(a)myrealbox.com 2002-10-21 12:40 -------
Hello
I have same problems at Suse 8.0 too.
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=1092>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.