http://bugs.winehq.org/show_bug.cgi?id=7442
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-13-03 02:42 -------
I know that my patch is wrong. I just wanted to say to anyone interested in
implementing these functions that the math beyond the patch are right :)
And that MSDN did not say that the vector returned by VECTORROTATE is unitary.
Anyway, I thank you for your advices.
Joaopa
--
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=7646
------- Additional Comments From j-yoshida(a)kanazawakiko.co.jp 2007-13-03 01:56 -------
I use git first time now. So,there is concern that it is not a correct method.
I did that,
$ tar -jxvf git-1.5.0.3.tar.bz2
$ cd git-1.5.0.3/
$ make prefix=/usr/local install
$ sudo make prefix=/usr/local install
$ git clone http://source.winehq.org/git/wine.git wine-git
$ cd wine-git
$ ./configure
$ make depend && make
$ git bisect start
$ git bisect good wine-0.9.30
$ git bisect bad wine-0.9.31
Bisecting: 255 revisions left to test after this
[30b6f9acd68f5c45971fabfd37458ce4840e70d3] oleaut32: Fix the return value of
ITypeInfo::Invoke when the property-put named argument isn't DISPID_PROPERTYPUT.
$ git bisect start oleaut32
Switched to branch "master"
$ git bisect good wine-0.9.30
$ git bisect bad
a2808903b184be88c445173cd713a24f2f1ab58e was both good and bad
--
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=7442
------- Additional Comments From dmitry(a)codeweavers.com 2007-13-03 01:51 -------
New patch has exactly the same problems as were pointed out in a previous one:
The patch has inconsistent indentation, a bit of additional spaces in each line
of code would make it slightly more readable, have a look at other wine source
files.
The patch is extremely buggy in memory allocations: instead of allocating
space for an object it allocates space only for a pointer. I'd suggest to
allocate all the objects on the stack instead.
--
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=7663
------- Additional Comments From dmitry(a)codeweavers.com 2007-13-03 01:41 -------
That makes sense.
Perhaps your hack should go to dlls/kernel32/process.c,build_command_line().
--
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=7643
------- Additional Comments From ehoover(a)mines.edu 2007-13-03 01:01 -------
Created an attachment (id=5317)
--> (http://bugs.winehq.org/attachment.cgi?id=5317&action=view)
Hack to play a level through
Attached is a hack that allowed me to play through the campaign level of the
demo. If this works for people then I will look into where the Add/Release
references are going wrong, I don't have time to do that right now. In
addition to this you also still need:
1) Latest git
2) The text/font patch/hack in Bug #7507 (if you want to see what you're doing)
3) The mouse patch in Bug #7619 (or wine-patches)
4) The segfault patch in Attachment #5314 of this bug (or wine-patches)
5) Graphics set to "low"
--
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.