Student project pages online

2009-01-09 Thread Dan Kegel
I finally threw together a page about the two student projects (win64 porting and dxdiag) I'm organizing; it's online at http://kegel.com/wine/sweng/2009/ Comments welcome. I had particular fun putting together the presentation at http://kegel.com/wine/sweng/2009/talk.html - Dan

Re: ntdll: fix a compiler warning on PowerPC (try 2)

2009-01-09 Thread Austin English
On Mon, Jan 5, 2009 at 12:59 AM, Austin English wrote: > Changed offset to be a %u since it's a USHORT. > > -- > -Austin > Anything wrong with this one? -- -Austin

Re: msvcrt: fix a compiler error on powerpc

2009-01-09 Thread Austin English
2009/1/2 Austin English : > char defaults to unsigned char on powerpc, so explicitly setting the > variable to be a signed char > > -- > -Austin > Anything wrong with this one? -- -Austin

Re: SafeDisc v1.35.000 seems to not work 100% good, at least with Rayman 2.

2009-01-09 Thread Austin English
On Fri, Jan 9, 2009 at 3:00 PM, Milan Kostić wrote: > Really, it works for first few levels, but in the middle of "The > Sanctuary of Stone and Fire" (and upper levels periodicaly) it start > to gives "head of Pirate":) (screenshot attached) and no more playing > is possibile. This is tried with

Re: running msys under wine

2009-01-09 Thread David Laight
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote: > > further up the strace files, i'm looking at the biggest offender and > it looks like it's reading files one byte at a time. Certainly a normal unix shell has to read input (from stdin) byte by byte since it never kn

mpr: fix a compiler error on PowerPC

2009-01-09 Thread Steven Edwards
-- Forwarded message -- From: art yerkes Date: 2009/1/9 Subject: Re: mpr: fix a compiler error on PowerPC To: Steven Edwards According to Art Yerkes who has a copy of PPC VC++ "Here's what I get. The first test (char) works identically to the second test (signed char), so the de

Re: LWN Timeline for 2008: Wine 1.0 made it!

2009-01-09 Thread Scott Ritchie
Francois Gouget wrote: > Sure they carry the Wine announcements, and occasionally mention an > article about Wine in the Press section. But real articles about Wine? > Nope. One almost gets the feeling that they don't like Wine for some > reason... > > > > > That said, maybe we're not newswo

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Alexandre Julliard
Francois Gouget writes: > On Fri, 9 Jan 2009, Alexandre Julliard wrote: > >> Sure, but we would do that by adding -fsigned-char in winegcc, not by >> making CHAR and char two different types. > > Oh. Good point. I forgot about that one. I guess that's a hint for > Austin ... No, we don't want t

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Austin English
On Fri, Jan 9, 2009 at 4:17 PM, Francois Gouget wrote: > On Fri, 9 Jan 2009, Alexandre Julliard wrote: > >> Francois Gouget writes: >> >> > On Fri, 9 Jan 2009, Alexandre Julliard wrote: >> > >> >> No, CHAR is really supposed to be the same thing as char, since it's >> >> used for strings. Otherwi

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Francois Gouget
On Fri, 9 Jan 2009, Alexandre Julliard wrote: > Francois Gouget writes: > > > On Fri, 9 Jan 2009, Alexandre Julliard wrote: > > > >> No, CHAR is really supposed to be the same thing as char, since it's > >> used for strings. Otherwise you'll need casts all over the place. > > > > Ideally we'd ch

Re: Wineaudioio driver

2009-01-09 Thread Austin English
On Fri, Jan 9, 2009 at 3:42 PM, Roderick Colenbrander wrote: >> >> Does anyone know how to get the libaudioio.h and libaudioio.so files >> needed by the wineaudioio driver? >> >> This driver is supposed to specifically be for Solaris but I could not >> find either files on the Solaris 10u5 DVD, no

Re: Wineaudioio driver

2009-01-09 Thread Roderick Colenbrander
> > Does anyone know how to get the libaudioio.h and libaudioio.so files > needed by the wineaudioio driver? > > This driver is supposed to specifically be for Solaris but I could not > find either files on the Solaris 10u5 DVD, nor on the 200807 Solaris 10 > companion CD. > > Has audioio bee

Re: running msys under wine

2009-01-09 Thread Luke Kenneth Casson Leighton
> If it starts up the wine environment every time this might take some time. > > Try to keep a "notepad" open in the background so the wine environment stays > running. hiya marcus, good advice - sounds reasonable. tried it: wineserver is the top-running process, stays with the same process id.

Re: running msys under wine

2009-01-09 Thread Marcus Meissner
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote: > http://bugs.winehq.org/show_bug.cgi?id=13606 > > folks, hi, > > am running a configure script under wine, and it's _literally_ one to > two seconds per sh.exe instance. i started running ./configure over > two hours

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Alexandre Julliard
Francois Gouget writes: > On Fri, 9 Jan 2009, Alexandre Julliard wrote: > >> No, CHAR is really supposed to be the same thing as char, since it's >> used for strings. Otherwise you'll need casts all over the place. > > Ideally we'd check whether 'char' was signed or unsigned in Visual C++ > for

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Francois Gouget
On Fri, 9 Jan 2009, Alexandre Julliard wrote: > Francois Gouget writes: > > > On Fri, 2 Jan 2009, Austin English wrote: > > > >> CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo > >> to signed char to avoid this error. > > > > CHAR is a Windows type so I don't think it's ri

running msys under wine

2009-01-09 Thread Luke Kenneth Casson Leighton
http://bugs.winehq.org/show_bug.cgi?id=13606 folks, hi, am running a configure script under wine, and it's _literally_ one to two seconds per sh.exe instance. i started running ./configure over two hours ago and there are about 100 lines of output so far, with a further 200 to go i am better off

Re: LWN Timeline for 2008: Wine 1.0 made it!

2009-01-09 Thread Francois Gouget
On Thu, 8 Jan 2009, Scott Ritchie wrote: > Zachary Goldberg wrote: > > All, > > > > It seems Wine 1.0 was deemed a significant event for Linux and Free > > Software in 2008. > > > > http://lwn.net/Articles/Timeline2008/ > > > > It'd be pretty strange if it weren't. We don't brag about it, but

Re: MSI Patch Feedback

2009-01-09 Thread James Hawkins
On Fri, Jan 9, 2009 at 9:52 AM, ricardo filipe wrote: > > >>>"How should I attempt to test the changes I have made" >> I don't see testcases for any of these changes. Adding conformance >> tests would be the best first course of action: >> >> http://wiki.winehq.org/ConformanceTests >> http://wiki.

RE: MSI Patch Feedback

2009-01-09 Thread ricardo filipe
>>"How should I attempt to test the changes I have made" > I don't see testcases for any of these changes. Adding conformance > tests would be the best first course of action: > > http://wiki.winehq.org/ConformanceTests > http://wiki.winehq.org/WritingConformanceTests > > -- > -Austin > > he is

Re: MSI Patch Feedback

2009-01-09 Thread Austin English
On Fri, Jan 9, 2009 at 3:18 AM, Andrew Nguyen wrote: > Hello, > > I've written a few patches against dlls/msi/action.c in an effort to > rectify a difference in behavior with an MSI-based installer between > Windows and Wine with regard to environment variable processing. > Behavior not explicitly

Re: wined3d: Add code to cleanup device multistate_funcs

2009-01-09 Thread Allan Tong
On Tue, Jan 6, 2009 at 10:45 PM, Allan Tong wrote: > Second try, replaces both "wined3d: Fix a memory leak in > compile_state_table()" and "wined3d: Free multistate_funcs when > destroying the device" patches from yesterday. Anything wrong with this patch? - Allan

Wineaudioio driver

2009-01-09 Thread Francois Gouget
Does anyone know how to get the libaudioio.h and libaudioio.so files needed by the wineaudioio driver? This driver is supposed to specifically be for Solaris but I could not find either files on the Solaris 10u5 DVD, nor on the 200807 Solaris 10 companion CD. Has audioio been replaced by some

Re: ntdll: Change the WinXP service pack version to 3.0

2009-01-09 Thread Alexandre Julliard
"Johan Dahlin" writes: > Change the XP SP version to 3.0, as required by some recent apps. You also need to fix wine.inf and winecfg. -- Alexandre Julliard julli...@winehq.org

Re: Adjust dlls/iphlpapi/ipstats.c to FreeBSD 8

2009-01-09 Thread Gerald Pfeifer
On Fri, 9 Jan 2009, Francois Gouget wrote: > On Thu, 1 Jan 2009, Gerald Pfeifer wrote: > [...] >> ChangeLog: >> Only use RTF_LLINFO if #defined, fixing FreeBSD 8 after the arp-v2 >> rewrite. > [...] >> #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP) >> - int mib[] = {CTL_NET, PF_ROUTE, 0,

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Alexandre Julliard
Francois Gouget writes: > On Fri, 2 Jan 2009, Austin English wrote: > >> CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo >> to signed char to avoid this error. > > CHAR is a Windows type so I don't think it's right for it to be unsigned > on PowerPC. Even more so since the

MSI Patch Feedback

2009-01-09 Thread Andrew Nguyen
Hello, I've written a few patches against dlls/msi/action.c in an effort to rectify a difference in behavior with an MSI-based installer between Windows and Wine with regard to environment variable processing. Behavior not explicitly enumerated by MSDN is noted when a combination of the environmen

Re: mpr: fix a compiler error on PowerPC

2009-01-09 Thread Francois Gouget
On Fri, 2 Jan 2009, Austin English wrote: > CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo > to signed char to avoid this error. CHAR is a Windows type so I don't think it's right for it to be unsigned on PowerPC. Even more so since there is a UCHAR type. So I think the

Re: kernel32: implement CPU detection for OpenBSD

2009-01-09 Thread Francois Gouget
On Fri, 2 Jan 2009, Austin English wrote: @@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo( } fclose (f); } -#elif defined (__NetBSD__) +#elif defined (__NetBSD__) || defined(__OpenBSD__) { int mib[2]; int value[2]; @@ -557,31 +557,55 @@ VOI

Re: Does preloader attempt to fix ASR?

2009-01-09 Thread Marcus Meissner
On Thu, Jan 08, 2009 at 10:14:10PM -0500, Nicholas LaRoche wrote: > On a standard installation of Fedora 10 address space randomization is > enabled by default. The base address of a process started by wine seems > to change.. and it is easy to see when loading Dlls and checking their > base add

Re: Adjust dlls/iphlpapi/ipstats.c to FreeBSD 8

2009-01-09 Thread Michael Karcher
Am Freitag, den 09.01.2009, 08:20 +0100 schrieb Francois Gouget: > On Thu, 1 Jan 2009, Gerald Pfeifer wrote: > [...] > > ChangeLog: > > Only use RTF_LLINFO if #defined, fixing FreeBSD 8 after the arp-v2 > > rewrite. > [...] > > #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP) > > - int mib