Game Testing Update - 20040505

2004-06-11 Thread Mike Kost
Here a continuation of my game testing efforts. Same rules still apply in my efforts: All games tested are freely available as demos or F/OSS games on the Internet and they don't work right. I know 20040505 is showing its age, but there isn't a 200406xx yet. Since my last report: - Bugzlla bugs

Re: General serial communications issues

2004-06-11 Thread David Purucker
does this fix it ? ;A+ << async_ser.diff >> Yes, it does!!! Thank you very much. Also thanks to [EMAIL PROTECTED] for his diagnostic efforts, nice teamwork. Wow _ MSN Toolbar provides one-click access to Hotmail from any Web page –

Investigating a crash at startup

2004-06-11 Thread Phil Krylov
Hello, I have a program here (IBM Translation Manager v.6.0.4) which crashes wine at startup. The program loads a DLL, and Wine starts importing this DLL's imports from kernel32.dll. It crashes on the first import in dlls/ntdll/loader.c:453, which says: thunk_list->u1.Function = (PDWORD)find_name

Re: [WineHQ] service.cgi fixes

2004-06-11 Thread Dimitrie O. Paun
On Fri, Jun 11, 2004 at 02:49:21PM +0100, Paul Millar wrote: > Why remove the verification of the code's gpg signature? It seems to > break a basic security maxim: don't trust the network. Because the current implementation is b0rken, and it just gives us a false sense of security. If we can't t

Re: wingcc and -Wb option

2004-06-11 Thread Dimitrie O. Paun
On Fri, Jun 11, 2004 at 08:08:31AM -0700, Jon Griffiths wrote: > The easiest way to fix this is to change the delimiting character in > either option, i.e.: > > winebuild: --ignore=x,y,z => --ignore=x;y;z > > winegcc: -Wb,--ignore=x,y,z, => -Wb;--ignore=x,y,z; > > Does anyone care which one it i

Re: Implement a --backtrace-all mode for winedbg

2004-06-11 Thread Mike Hearn
On Fri, 2004-06-11 at 20:55 +0200, Eric Pouech wrote: > I'm not sure I understand the purpose of the --backtrace-all. When a user says "I pressed this button and the app hung" it's convenient to have *somewhere* to start from - this is another attack vector. > There's no way you can ensure a comp

Re: Winrash update

2004-06-11 Thread Chris Morgan
This particular error report is quite odd. It's not from version 0008, the latest version, as I fixed the "Winrash version:" to actually print the winrash version, not the decimal value of pointer to the string, heh. There is no script so the client is probably unable to connect to test.winehq

Re: Implement a --backtrace-all mode for winedbg

2004-06-11 Thread Eric Pouech
I'm not sure I understand the purpose of the --backtrace-all. There's no way you can ensure a complete synchro between all threads & processes to get a global picture of the whole system, so the option is likely not very useful (except for the threads which are in a wait operation), but you will

Re: wine-devel -- confirmation of subscription -- request 127551

2004-06-11 Thread root
confirm 127551

Re: Winrash update

2004-06-11 Thread Mike Hearn
On Wed, 09 Jun 2004 22:23:07 -0400, Chris Morgan wrote: > In case anyone is curious the web archive for the error reports is here: > http://www.winehq.org/hypermail/wine-tests-results/ Most of those emails seem to have no data in them? Winrash version: 4378004 ClientID: Operating system: dw

RE: How to determine if an application is running in Wine environ ment?

2004-06-11 Thread Ivan
> It would be trivial for MS to say, "Thank you for > buying Microsift WOW! 2006, you are not authorized to > copy the program from the CD-ROM to a WINE environment > and doing so will constitute a violation of copyright, > punishable by a maximum term of five years in prison > and a $250,000 fine.

wingcc and -Wb option

2004-06-11 Thread Jon Griffiths
Hi, The -Wb argument to winegcc currently expects a comma separated list of arguments which it then splits up and passes to winebuild. This conflicts with the --ignore=x,y,z syntax of winebuilds ignore argument, since it also uses a comma to delimit the list to ignore. The easiest way to fix th

Re: Looking for developers: processing of Windows EMF files for CUPS, NX, Samba and Freedesktop.org printing

2004-06-11 Thread Mike McCormack
Hi Fabian, Fabian Franz wrote: The task to "reverse engineer" EMF and create a Linux program that outputs EMF for printing seems to be too complicated at first. The Wine project has already done alot of reverse engineering of the EMF file format, and can both read and write EMF files. See: wine/o

Re: Looking for developers: processing of Windows EMF files for CUPS, NX, Samba and Freedesktop.org printing

2004-06-11 Thread Kurt Pfeifle
Wolfgang Glunz wrote: P.S. About NX. Anyone knows what happed to LBX (low bandwidth X)? The "baby" LBX was declared dead by its own parents, Jim Gettys and Keith Packard. LBX never was faster than "ssh -X -C". Plus, LBX lacked the encryption ssh provides. Wasn't that also thought to be the solution

Re: Looking for developers: processing of Windows EMF files for CUPS, NX, Samba and Freedesktop.org printing

2004-06-11 Thread Christoph Lindemann
Hi All, Embedding fonts into SPL files is possible. I have yet to decipher the records for this. Regards, Christoph PS. The SPL format at http://undocprint.printassociates.com is not totally correct yet. There are some issues with padding bytes. Some records are padded to a multiple of 8 others

RE: Looking for developers: processing of Windows EMF files for CUPS, NX, Samba and Freedesktop.org printing

2004-06-11 Thread Wolfgang Glunz
Hi Fabian, First of all thanks a lot for this nice compilation of informtation about this topic. My comments: One of your proposal is to add PS-import to OpenOffice. I guess you know that this is quite a complex task in general as PostScript is not as "simple" as other formats. PostScript is a p

Re: [WineHQ] service.cgi fixes

2004-06-11 Thread Paul Millar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chris, Ultimately, all PKI suffers from the weakness that, unless you distribute the public keys out-of-band (e.g. via CDROM and recorded delivery), then you can't trust signatures. Practically, with web browers (for example), what happens is ce

Re: [WineHQ] service.cgi fixes

2004-06-11 Thread Chris Morgan
We don't have a good way of distributing and managing the gpg keys, there is no script control over that part of winrash. If there was an automated and secure way of keeping the trusted signatures up to date I wouldn't mind turning it back on. It just has to be something that can be maintained

Debugger spews elf_new_wine_thunks fixmes

2004-06-11 Thread Mike Hearn
Hi Eric, I get a lot of messages like this since the new debugger shuffle patch landed: fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32: audiocdW.6<40515de8-0012> audiocdW<40515de8-> For now I just changed the fixme to a warn in my local tree - what does this message mean tho

Re: [WineHQ] service.cgi fixes

2004-06-11 Thread Paul Millar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dimi, Why remove the verification of the code's gpg signature? It seems to break a basic security maxim: don't trust the network. On Thursday 10 June 2004 22:48, Dimitrie O. Paun wrote: > ChangeLog > Do not include irrelevant stuff in the _h

Re: How to determine if an application is running in Wine environ ment?

2004-06-11 Thread hatky
> Probably not, they have to release fixes of their own DLL's quite often > too The only "lasting" thing they can do is make it illegal, anything > "technical" they do will be defeated eventually, you just have to figure > out what they did and do the same thing. Did you hear of the MSN Messa

Re: How to determine if an application is running in Wine environment?

2004-06-11 Thread Mike Hearn
On Thu, 10 Jun 2004 17:13:19 -0700, Joshua Walker wrote: > Let's pretend that a particular software manufacturer > decides that running thier software under wine is no > in the best intrest of the company. Or better yet, > decides that if the program isn't running under a true > Microsoft windows I

Re: A bug in symbol loading in winedbg

2004-06-11 Thread Shachar Shemesh
Shachar Shemesh wrote: Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the e