http://bugs.winehq.org/show_bug.cgi?id=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 22:56 -------
May be your LD_LIBRARY_PATH is not set correctly, even the tests in the
config.log say that they failed. But, i dont know why wine is considering the
freetype even though the tests failed.
--
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=3607
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 19:39 -------
Hinting and AA work fine. If you have Hinting enabled freetype it uses hinting
and if not it uses AA. This was discussed recently and fixed in current CVS I think.
--
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=1882
------- Additional Comments From gerardo(a)dd.com.ar 2005-17-10 17:32 -------
Created an attachment (id=1198)
--> (http://bugs.winehq.org/attachment.cgi?id=1198&action=view)
Debug output WINEDEBUG=server
Application gets the "socket NNNN is writable" signal from server/sock.c
exactly once, at the beginning, and sends login info then.
After that, app gets no more opportunities to write.
--
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=3613
freddiewitherden(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Different Compilers == |tmpfile() not working with
|Different Results |MinGW application
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-17-10 16:33 -------
After looking into it I found that the tmpfile() call was causing the problem. If I replace FILE *tmpFile =
tmpfile() with FILE *tmpFile = fopen("temp.file", "wb+"); it worked perfectly. I am still unsure however
which library is providing the .exe's stdlib, and it would seem that the reason the VC++ version worked is
because I used the native MSVC80d.dll file rather than the Wine one.
--
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=2506
------- Additional Comments From black.hole.sun16(a)gmail.com 2005-17-10 16:26 -------
Still occurs with latest CVS. This prevents the "Humoungous Installation" (one
of the installer options -- I presume that here it installs better textures
etc.) which is about 651MB. I had to settle with "Large" installation..
--
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=3314
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-10 15:08 -------
As mensioned you need to "customize" application. Just adding it will not retain
that application.
Closed as invalid.
--
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=3607
------- Additional Comments From willie(a)froq.net 2005-17-10 15:04 -------
1.) Sorry, didn't know this. It's been a while since I installed Wine from
scratch... :-)
2.) Yeah, autodetection would be fine, but maybe somewhat difficult for
certain settings. The organization/ company is not stored anywhere AFAIK, even
the full name is nowhere on the system on some distros. VRAM can't be
autodetected in any sane way according to a recent thread on Wine devel, and
the default is completely insufficient, at least for gamers. It's certainly
possible to autodetect the DPI (xpdyinfo shows it), though. And the font
rendering is strange, I have no idea how to turn on antialiasing for example,
and I use Wine daily since 2001. Maybe parsing ~/.fonts.conf and ~/.gtkrc-2.0
to determine the default system font, hinting and antialiasing would work...?
--
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.