Re: Newbie git experience: resetting local git tree back to an earlier state

2006-04-29 Thread Mike McCormack
Dan Kegel wrote: I gather the right command for this is "git reset", so I read the man page. It wants a "commit-ish" as the argument. (Boy, that's helpful.) Looking at that patch, I saw its filename was an md5 sum, so I figured maybe that was the "commit-ish", and tried $ git reset --soft b32

re: DAZ studio

2006-04-29 Thread Dan Kegel
wine DAZStudio.exe err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154 A little google searching leads me to believe that CLSID is provided b

Re: winspool/tests: fix broken test for GetPrinterDriver (updated)

2006-04-29 Thread Dmitry Timoshkov
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: else { -ok(GetLastError() == ERROR_INVALID_LEVEL, "wrong error %ld\n", GetLastError()); -ok(needed == (DWORD)-1,"not expected needed buffer size %ld\n", needed); -continue; -} +

Re: DAZ Studio

2006-04-29 Thread Willie Sippel
Am Sonntag, 30. April 2006 04:45 schrieb Andrew Neil Ramage: > I downloaded this 3D modelling program, but got the following: > > [EMAIL PROTECTED]:~/.wine/drive_c/Program Files/DAZ/Studio> wine DAZStudio.exe > err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} > not registered >

DAZ Studio

2006-04-29 Thread Andrew Neil Ramage
I downloaded this 3D modelling program, but got the following: [EMAIL PROTECTED]:~/.wine/drive_c/Program Files/DAZ/Studio> wine DAZStudio.exe err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd

Newbie git experience: resetting local git tree back to an earlier state

2006-04-29 Thread Dan Kegel
This is a little success story. I thought I'd post it to encourage other people to try Mike's tree via git. I just started using git so I could track Mike McCormack's tree. I first followed the instructions at http://wiki.winehq.org/GitWine to get a winehq tree, then followed Mike's instruction

SoC applications can be submitted starting Monday!

2006-04-29 Thread Dan Kegel
Students can start submitting their Summer of Code applications starting May 1st (this Monday). See http://code.google.com/soc/studentfaq.html#42 for a timeline. Is everybody ready? :-) - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv

Re: Conformity testing

2006-04-29 Thread Michael Stefaniuc
Robert Lunnon wrote: I've graduated to using winetest and have a question. From what I understand winetest is a conformity tool, and therefore wine will not always pass Not realy, the theory says that the tests on Wine have always to succeed. If not they should be enclosed by a todo_wine {}.

Re: [WINED3D] Use the correct version mask for pixel and vertex shaders.

2006-04-29 Thread Ivan Gyurdiev
Ivan Gyurdiev wrote: H. Verbeet wrote: On 29/04/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: + DWORD major = D3DSHADER_VERSION_MAJOR(version); + DWORD minor = D3DSHADER_VERSION_MINOR(version); It's probably a bad idea to add more dependencies on d3d8/d3d9 in wined3d. So what should

Re: [WINED3D] Use the correct version mask for pixel and vertex shaders.

2006-04-29 Thread Ivan Gyurdiev
H. Verbeet wrote: On 29/04/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: + DWORD major = D3DSHADER_VERSION_MAJOR(version); + DWORD minor = D3DSHADER_VERSION_MINOR(version); It's probably a bad idea to add more dependencies on d3d8/d3d9 in wined3d. So what should be done instead?

Re: [WINED3D] Use the correct version mask for pixel and vertex shaders.

2006-04-29 Thread H. Verbeet
On 29/04/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: + DWORD major = D3DSHADER_VERSION_MAJOR(version); + DWORD minor = D3DSHADER_VERSION_MINOR(version); It's probably a bad idea to add more dependencies on d3d8/d3d9 in wined3d.

Conformity testing

2006-04-29 Thread Robert Lunnon
I've graduated to using winetest and have a question. From what I understand winetest is a conformity tool, and therefore wine will not always pass everything. The question is, how do I know what works under linux but doesn't under Solaris so I can identify what I need to work on for Solaris ?

DDraw, wined3d (d3d8, d3d9) and OpenGL32 in Mac OSX + stack fudging -- x86 only

2006-04-29 Thread Nick Burns
Whow I havent posted in a while... Gottta job -- no more college (but I have to finish my Masters Thesis... crap)... Ok back to wine --- (Mac OSX X86 ONLY) Some of my friends an I have been working on wine after work and have managed to put together some patches OpenGL dynamic loading

Handles to unix executables exec'd with CreateProcess()

2006-04-29 Thread Thomas Kho
It seems that it is not currently possible to get the exit code of a unix program executed with _wspawnv(_P_WAIT, [unix app], [args]) because CreateProcess() does not return a handle to the new process. _wspawnv() uses the handle to WaitForSingleObject() the end of execution and also needs it to G

Re: [netapi32] implement NetUserModalsGet level 2 (resend) (revised)

2006-04-29 Thread Robert Reif
Robert Reif wrote: Resend/rediff of patch by James Hawkins to add NetUserModalsGet level 2. http://www.winehq.org/hypermail/wine-patches/2004/08/0003.html This lets VisualC++.NET install get past NetUserModalsGet related crash (still doesn't install). This version fixes a number of bugs in

Re: Yet more Soc Ideas

2006-04-29 Thread Dimi Paun
On Sat, 2006-04-29 at 17:58 +0900, Mike McCormack wrote: > * Get Mozilla compiling as a Winelib application Yes, this would be cool. However, AFAIU, Mozilla still has build problems under MinGW: https://bugzilla.mozilla.org/show_bug.cgi?id=203303 Until those are solved, it will be very difficu

Re: Yet more Soc Ideas

2006-04-29 Thread Stefan Dösinger
> * Implement a Wine version of OleView > * Get Mozilla compiling as a Winelib application It has been mentioned before: *Compile the ms-fossed games as a winelib app(Mech commander 2, propably others too). The source can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyID=6

Re: What's in mmbranch

2006-04-29 Thread Molle Bestefich
Neil Skrypuch wrote: echo "dev-util/cogito curl webdav" >> /etc/portage/package.use to only enable those use flags for cogito. Neat, thanks for the info! *bookmarks conversation...* I'm using 'ufed' to define the flags though, since that's the easiest way to browse the hundreds of flags avai

Re: What's in mmbranch

2006-04-29 Thread Neil Skrypuch
On Saturday, April 29, 2006 09:11, Molle Bestefich wrote: > Molle Bestefich wrote: > > Eep. Cogito on Gentoo is broken: > > [snip] > > > If it's not too much work for you, could you set up git:// access to > > your branch? > > Oops, never mind that. > Enabling "curl" and "webdav" USE flags on Gent

Re: sfd2ttf

2006-04-29 Thread Neil Skrypuch
On Friday, April 28, 2006 18:31, Travis Watkins wrote: > On 4/28/06, Dimi Paun <[EMAIL PROTECTED]> wrote: > > As I said, virtually any Java project in existance checks in > > .jar files, and none of them suffer from any negative ill effect. > > jar == zip, not such a big deal > > -- > Travis Watkin

Re: What's in mmbranch

2006-04-29 Thread Molle Bestefich
Molle Bestefich wrote: Eep. Cogito on Gentoo is broken: [snip] If it's not too much work for you, could you set up git:// access to your branch? Oops, never mind that. Enabling "curl" and "webdav" USE flags on Gentoo makes git-http-fetch work. (Also causes my HTTP server to compile with Web

Re: mscat32: Implement the mscat32 forwarder DLL

2006-04-29 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: If it's possible to do something like 34 stub IsCatalogFile wintrust.IsCatalogFile then I guess that would make sense, No, that doesn't make sense, you need to create proper forwarders with all arguments. That's a little bit more work though. -- Dmitr

Start Programs reg entry

2006-04-29 Thread Tom Spear (Dustin Booker, Dustin Navea)
A while back there was a bug reported because certain installers looked in the registry for the path to the programs menu, and when they couldnt find it, they would abort the install. http://bugs.winehq.org/show_bug.cgi?id=2765 The bug was closed once a patch was committed.. Seems that now, w

Re: What's in mmbranch

2006-04-29 Thread Molle Bestefich
Mike McCormack wrote: Here's the list of patches on top of Alexandre's "origin" in my public Wine tree. You can pull the branch more easily after setting it up as follows: cat > .git/remotes/mmbranch

Re: mscat32: Implement the mscat32 forwarder DLL

2006-04-29 Thread Mike Hearn
On 4/29/06, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: Why don't you just forward all entry points to wintrust? Would save from ever having to touch this file again. For the program it dosn't make a difference if it crashes due to a stub in mscat32 or wintrust. I wasn't sure if you could forw

Re: mscat32: Implement the mscat32 forwarder DLL

2006-04-29 Thread Michael Stefaniuc
Mike Hearn wrote: --- /dev/null 2006-04-23 09:28:32.0 +0100 +++ hq/dlls/mscat32/mscat32.spec2006-04-29 00:35:51.0 +0100 @@ -0,0 +1,38 @@ +# This DLL just forwards to wintrust ... if a stub is filled out there, forward it here Why don't you just forward all entry points

Re: Yet more Soc Ideas

2006-04-29 Thread Steven Edwards
On 4/29/06, Mike McCormack <[EMAIL PROTECTED]> wrote: * Get Mozilla compiling as a Winelib application This one sounds like fun. I may take a shot at it when I have some free time if someone outside of the project does not step up. -- Steven Edwards "There is one thing stronger than all the a

Yet more Soc Ideas

2006-04-29 Thread Mike McCormack
More ideas for Summer of Code: * Implement a Wine version of OleView * Get Mozilla compiling as a Winelib application Mike