Re: Call for DirectPlay captures

2006-11-26 Thread Kai Blin
On Monday 27 November 2006 00:08, Alexander Nicolaysen Sørnes wrote: > > Most DirectPlay games (using Wine and native dlls) hang instead of > terminating the connection properly (bug 5534); does this matter when > making the log? So far I've been testing this usig native, but I just tried with win

Yet another Wine success story: the CD-ROM in today's LA Times runs ok

2006-11-26 Thread Dan Kegel
The Sunday Los Angeles Times had a CD-ROM insert today (a promo from Vonage about upcoming Hollywood films, go figure). With some trepidation, I tried it out with Wine... and it worked flawlessly (OK, maybe there was one audio stutter). It was a Flash 8 executable, and played very smoothly on my

Re: Call for DirectPlay captures

2006-11-26 Thread n0dalus
On 11/27/06, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: Most DirectPlay games (using Wine and native dlls) hang instead of terminating the connection properly (bug 5534); does this matter when making the log? I think Kai intended for people to make the packet log from a Windows ma

Re: Call for DirectPlay captures

2006-11-26 Thread Alexander Nicolaysen Sørnes
Søndag 26 november 2006 22:39, skrev Kai Blin: > Hi folks, > > As you might know, I'm currently toying with figuring out the MS DirectPlay > protocol. I've been making some progress with my wireshark dissector over > the weekend, and would be interested in some additional games to get more > differ

Call for DirectPlay captures

2006-11-26 Thread Kai Blin
Hi folks, As you might know, I'm currently toying with figuring out the MS DirectPlay protocol. I've been making some progress with my wireshark dissector over the weekend, and would be interested in some additional games to get more different data on some of this stuff. Here's what I would li

Re: OpenAL32.dll thunk and OpenAL winmm driver

2006-11-26 Thread Stefan Dösinger
Am Sonntag 26 November 2006 00:25 schrieb Nick Burns: >   dlls/openal32/openal.c: main thunk file >   dlls/openal32/Makefile.in: simple thunk makefile >   dlls/openal32/openal32.spec: openal+alut spec file >   dlls/winmm/wineopenal/audio.c: main winmm driver file >   dlls/winmm/wineopenal/Makefile.

Re: [AppDB] (resend) Add basic rating logic checking

2006-11-26 Thread Chris Morgan
On Sunday 26 November 2006 12:49 pm, Alexander Nicolaysen Sørnes wrote: > Add basic rating logic checking, by asking the user to correct the error if > > - Installs? = No and the rating is Platinum > - Runs? is not 'yes' and rating is not Garbage > > > Regards, > > Alexander N. Sørnes When the ero

Re: Call to all packagers (especially Debian)

2006-11-26 Thread Pierre d'Herbemont
On 26 nov. 06, at 03:36, Vitaliy Margolen wrote: And of course, if any alterations has been made, state so in the distro specific readme file. I think that to have a better view of those alterations the packaging utilities (package spec files and other supporting tools) should be openso

Re: Call to all packagers (especially Debian)

2006-11-26 Thread Wojciech 'arab' Arabczyk
Hello > Hmm, wine depends on libwine and recommends wine-utils. Since most people > install "recommends" as well (aptitude does this), what would be those > "many other packages" that are essential for a full featured wine? > Maybe it's not clear to the Debian packager that they should be > in "re

Re: Call to all packagers (especially Debian)

2006-11-26 Thread Kevin Krammer
On Sunday 26 November 2006 03:36, Vitaliy Margolen wrote: > It seems there is no end to how far will packagers go to brake Wine by > trying to make it better > > I thought it's been fixed a long time ago, but it seems not. Wine > packages for Debian split important Wine parts into separate packages

Re: [6/6] Add a partial COFF library support to the winedump

2006-11-26 Thread Eric Pouech
Dmitry Timoshkov a écrit : "Eric Pouech" <[EMAIL PROTECTED]> wrote: I think it's a bad idea to "force" the kind of file on the command line for dumping I'd rather see winedump guess the file format based on the file header, as we do for .exe, .dll, .mdmp, .pdb, .dbg... I thought about that,

Re: wineshelllink: Use FreeDesktop standard to create Wine menu structure.

2006-11-26 Thread Detlef Riekenberg
On Sa, 2006-11-25 at 17:44 +0100, Andreas Mohr wrote: > Besides, xdg-utils happens to already be installed on my > Debian testing box: > # dpkg -l|grep xdg-utils > ii xdg-utils 1.0-1 >Desktop integration utilities from freedeskt A

Re: [6/6] Add a partial COFF library support to the winedump

2006-11-26 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: I think it's a bad idea to "force" the kind of file on the command line for dumping I'd rather see winedump guess the file format based on the file header, as we do for .exe, .dll, .mdmp, .pdb, .dbg... I thought about that, but that's definitely c

Re: [6/6] Add a partial COFF library support to the winedump

2006-11-26 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: I think it's a bad idea to "force" the kind of file on the command line for dumping I'd rather see winedump guess the file format based on the file header, as we do for .exe, .dll, .mdmp, .pdb, .dbg... I thought about that, but that's definitely could

Re: [6/6] Add a partial COFF library support to the winedump

2006-11-26 Thread Eric Pouech
Dmitry Timoshkov a écrit : Hello, this implementation is able to parse imports libraries from the PSDK and hopefully should help interested parties to check/synchronize ordinal imports between Wine and Windows. The dumper is not able (yet) to parse import libraries with the long format describe