http://bugs.winehq.org/show_bug.cgi?id=8996
--- Comment #14 from Juan Lang <juan_lang(a)yahoo.com> 2007-08-23 09:55:22 ---
Well, I just tried with today's build (with the CryptVerifyMessageSignature fix
in) and I don't get those 404s anymore. It still doesn't install for me.
Instead, it hangs at 95% complete.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3838
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7754|console output without |console output with
description|winedebug=+tid,+opengl,+wgl |winedebug=+tid,+opengl,+wgl
|and hack from bug 9332 |and without hack from bug
| |9332
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1216
Richard Reeve <richardr(a)inf.ed.ac.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|richardr(a)inf.ed.ac.uk |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5146
Roderick Colenbrander <thunderbird2k(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thunderbird2k(a)gmx.net
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #4 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2007-08-23 05:32:19 ---
I'm closing this bug now. As explained Wine relies on GLX 1.2 +
GLX_SGIX_fbconfig. We won't be moving back to pure 1.2 GLX functions. The code
relies on fbconfigs for everything as they have lots of advantages over pure
1.2 code. Maintaining two backends is not really an option. Further nearly all
systems have GLX_SGIX_fbconfig. I haven't seen one in years without (at least
all opensource DRI drivers + Mesa have it; the same for ATI and Nvidia)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3838
--- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> 2007-08-23 04:54:51 ---
The hack from bug 9332 does not work. So this bug is not a dup of bug 9332.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7929
Samuel Ytterbrink <neppord(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |neppord(a)gmail.com
--- Comment #58 from Samuel Ytterbrink <neppord(a)gmail.com> 2007-08-23 04:49:37 ---
Hi,
i solved the problem with C&C 3 over hamachi. at least for some cases.
I'm sitting on a windows but my friend is using wine. i did some python
programing that let you forward broadcasts from your computer to a specific
host (not broadcast) with a copy of the socket that sent it. IF ou use my
program at the windows machine and forward the 8086 port to the linux(wine)
computer it works... some time outs but much better then with my windows
friends :P so i guess the time outs could be other things.
good job all.
and btw you still need to edit the host file :(.
i will work on a solution for the Linux host so that it doesn't need to relay
on windows users.
the problem with that is that the messages must be sent from the right ports
and probably hosts. I'm not shore that the broad cast gets through hamachi
either. I'll check that out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4348
--- Comment #11 from Karl Relton <karllinuxtest.relton(a)ntlworld.com> 2007-08-23 03:40:26 ---
Created an attachment (id=7750)
--> (http://bugs.winehq.org/attachment.cgi?id=7750)
Propsed patch to fix all three functions.
Proposed patch to fix all three functions.
Note I haven't implemented the parameter checking that msdn specifies. I did
give it a go, but my application then crashed since it tried to call _fcvt with
msdn defines as illegal arguments (count = 0)! So I decided to not bother with
the checking!
The specs of these functions give the most bizarre number to string conversion
I have ever seen in my life ... but I guess thats Microsoft for you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.