http://bugs.winehq.org/show_bug.cgi?id=3288
------- Additional Comments From lxtanner(a)yahoo.co.uk 2006-23-04 10:29 -------
Please delete comment 5 to clean up this bug, then resume testing.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5124
Summary: Cannot compile wine 0.9.12 - gluNewTess is missing
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Do you have any idea what goes wrong? I am using gcc-3.2
make[2]: Entering directory `/I/usr/src/wine-0.9.12/dlls/opengl32'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec
opengl_ext.o opengl_norm.o wgl.o wgl_ext.o version.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o
opengl32.dll.so -L../../dlls -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll
-L../../libs -lwine -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXext
-lX11 -lGL -L../../libs/port -lwine_port
wgl.o: In function `wglUseFontOutlines_common':
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:930: undefined reference to `gluNewTess'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:933: undefined reference to
`gluTessCallback'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:934: undefined reference to
`gluTessCallback'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:935: undefined reference to
`gluTessCallback'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:992: undefined reference to
`gluTessBeginPolygon'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:999: undefined reference to
`gluTessBeginContour'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1002: undefined reference to
`gluTessVertex'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1029: undefined reference to
`gluTessVertex'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1032: undefined reference to
`gluTessVertex'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1045: undefined reference to
`gluTessEndContour'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1050: undefined reference to
`gluTessEndPolygon'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1059: undefined reference to
`gluDeleteTess'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1038: undefined reference to
`gluTessEndContour'
/usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1016: undefined reference to
`gluTessVertex'
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [opengl32.dll.so] Error 2
make[2]: Leaving directory `/I/usr/src/wine-0.9.12/dlls/opengl32'
make[1]: *** [opengl32] Error 2
make[1]: Leaving directory `/I/usr/src/wine-0.9.12/dlls'
make: *** [dlls] Error 2
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5123
------- Additional Comments From t.artem(a)mailcity.com 2006-23-04 10:17 -------
Created an attachment (id=2330)
--> (http://bugs.winehq.org/attachment.cgi?id=2330&action=view)
This is how application looks like with ru_RU.UTF-8 locale
Note:
1) system locale is set to en_US.UTF-8
2) MS Core TTF fonts are installed
3) Some Unicode TTF fonts are installed (for Chinese, Korean and Japanese
texts)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2398
------- Additional Comments From philip(a)digitalinfinity.biz 2006-23-04 10:13 -------
Question for you. Can libGL draw on drawable types in X or is it just an XWindow
it can draw on. I mean there are other drawable types, off screen types, that
the drawing functions in X can draw on. If libGL allows you to draw on those
then you can just have the functions draw on the drawable and then transpose the
drawable on the Wine window. Although this will probably hurt performance more
then help it. Your probably better off with a proxy object that acts like a
wine window but is an X Window.
I must admit I do need to learn more about the windows MDI functionality for me
to be of further assistance on this. I have no idea how the MDI GL windows work
in windows to offer any further ideas.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5123
Summary: Wrong fonts are shown
Product: Wine
Version: CVS
Platform: PC
URL: ftp://pi.super-computing.org/windows/super_pi.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
In Wine 0.9.12 when locale is set to en_US.UTF-8 "About" and "Calculate"
application windows are unreadable because wrong fonts are used.
When I set locale to ru_RU.UTF-8 everything is OK.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5119
moveek(a)verizon.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From moveek(a)verizon.net 2006-23-04 09:59 -------
Ah understood. Apologies for raising a false alarm.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4561
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-23-04 09:40 -------
fglrx is a binary module from ATI.
ATI claim that wine is at fault "for not preserving the TLS state that the ATI
driver has already claimed".
Maybe the wine developers can comment on that claim?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4561
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2006-23-04 08:21 -------
> I tried to run valgrind on winecfg and got a kernel crash.
If kernel crashed, that can not be wine bug. It perhaps can
be preported on http://bugme.osdl.org/
But if fglrx is binary module without source, then bug is not accepted.
( bug 4051 is "winecfg crashes when clicking on Audio tab due to arts bugs"
how this can be duplicate? )
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5122
Summary: black backgrounds of bmp pieces on igowin
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davidrichfield(a)gmail.com
The program "igowin.exe" (www.smart-games.com/igowin.html) has transparent
backgrounds for pieces under windows, but black backgrounds under wine (a
variety of versions of windows and wine tested).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.