http://bugs.winehq.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maikmerten(a)gmx.net
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:00 -------
*** Bug 3400 has been marked as a duplicate of this bug. ***
--
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=3400
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:00 -------
*** This bug has been marked as a duplicate of 2398 ***
--
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
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nospam(a)thenerdshow.com
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:59 -------
*** Bug 3583 has been marked as a duplicate of this bug. ***
--
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=3583
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:59 -------
*** This bug has been marked as a duplicate of 2398 ***
--
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
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Target Milestone|--- |1.0.0
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:47 -------
Reopened, set target to version 1.0.0. ("Resolved Later" should probably
be for bugs we want to fix after 1.0.)
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=2047
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-17-10 14:43 -------
abandoned
--
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=3609
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 14:27 -------
If I properly look for answers for your question I use the command "file" to
find the elfclass, right?
So, I did this:
This is what is available in /usr/lib/libfreetype.*
a. libfreetype.a
b. libfreetype.la
c. libfreetype.so -> libfreetype.so.6.3.7
d. libfreetype.so.6 -> libfreetype.so.6.3.7
e. libfreetype.so.6.3.7
and here is the elfclass:
a. libfreetype.a: current ar archive
b. libfreetype.la: ASCII English text
c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7'
d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7'
e. libfreetype.so.6.3.7: ELF 64-bit LSB shared object, AMD x86-64, version 1
(SYSV), stripped
This is what is available in /emul/linux/x86/usr/lib/libfreetype.*
a. libfreetype.a
b. libfreetype.la
c. libfreetype.so
d. libfreetype.so.6
e. libfreetype.so.6.3.7
and here is the elfclass:
a. libfreetype.a: current ar archive
b. libfreetype.la: ASCII English text
c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7'
d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7'
e. libfreetype.so.6.3.7: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), stripped
I hope this helps. It seems like freetype is available in 32 but but strange
that wine is not pointing to the right place. humm
Waiting for instructions...
Thank you,
Spiro
--
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=2293
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-10 14:03 -------
This part appears to be working. Both:
winhelp -i260 delphi5.hlp
winhlp32 -i260 delphi5.hlp
works for me. I have also tested other topics. The only part that doesn't work
here is that Wine's winhelp doesn't display default page if index is not found.
Closing this bug.
--
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=3329
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 13:52 -------
Created an attachment (id=1197)
--> (http://bugs.winehq.org/attachment.cgi?id=1197&action=view)
ole 32 calls with native ole32
Here's a +snoop log with native ole32 (only ole32 calls)
I can see 2 differences with regard to using builtin ole32:
CoGetMalloc get returns 0x000000 (which is succes i guess) whereas it returned
0x000001 with builtin ole32
OleInitialize returns 0x0000000 as well, wherea it returned 0x00000001 with
builtin ole32. Maybe this might be useful to someone to get a bit further...
--
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=1434
Bug 1434 depends on bug 2939, which changed state.
Bug 2939 Summary: Unable to run games (X11DRV_ChangeDisplaySettingsExW No matching mode found!)
http://bugs.winehq.org/show_bug.cgi?id=2939
What |Old Value |New Value
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
--
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.