Re: deliver full path by argv[0] and GetCommandLine for win9x

2004-02-12 Thread Frank Schruefer
Alexandre Julliard wrote: Frank Schruefer [EMAIL PROTECTED] writes: -Remark in dlls/kernel/environ.c. Quote: * WARNING: there's a Windows incompatibility lurking here ! * Win32s always includes the full path of the program file, * whereas Windows NT only returns the full file path plus

Re: deliver full path by argv[0] and GetCommandLine for win9x

2004-02-11 Thread Frank Schruefer
Dmitry Timoshkov wrote: Frank Schruefer [EMAIL PROTECTED] wrote: Was this patch forgotten/rejected? Did you consider to provide a test suite as well to justify the change? Not really: It looks like there's already an existing test in dlls/kernel/tests/environ.c. This test is broken BTW

Re: Dungeon Keeper thread(s) recently

2004-01-26 Thread Frank Schruefer
irritating, and I gotta get the sound going ;-) Will this patch go into the CVS or is it some kind of hack? -- Regards, Frank Schruefer

Re: Debugging problem

2004-01-23 Thread Frank Schruefer
sample error message: No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x4069) From thread 'Need help debugging' Jan 15 with aswer from Mike Hearn: 2. How to compile debug information into the 32bit DLL's so I don't get 'No debug information in 32bit DLL' anymore and

make html not working

2004-01-23 Thread Frank Schruefer
Hy, Looks like 'make html' in documentation is using 'db2hml -u' which is not working on my system. If I remove the '-u' from the Makefile it works ok. Don't know what the '-u' option is for though. ERROR IS: [EMAIL PROTECTED]:/usr/tmp/work/bld/wine/wine/documentation make html db2html -u

Re: Dungeon Keeper thread(s) recently

2004-01-23 Thread Frank Schruefer
is moved in this directions but doesn't move up or left. Except this the mousepointer behaves absolutely normal. That's the situation. Any ideas for a starting point for debugging? -- Thanks, Frank Schruefer

FYI: Patch sent to wine-patches list. (NT) (WAS: Re: GetCommandLine issue with Dungeon Keeper)

2004-01-22 Thread Frank Schruefer

Re: GetCommandLine issue with Dungeon Keeper

2004-01-20 Thread Frank Schruefer
( REPOST, again: I was told that my massages need long time to appear because I'm not subscribed as [EMAIL PROTECTED], ok, but my postings as [EMAIL PROTECTED] (which I'm subscribed as) never come through. Maybe that is because mozilla only allows configuration for one outgoing mailserver which is

Re: Need help debugging ... Ddraw issue

2004-01-17 Thread Frank Schruefer
Use tools/findfunc rather than grep to find Win32 functions in the Wine tree. Cool, that saves me from creating crazy grep constructs. Thanks for the tip. Think I'll investigate the contents of the tools dir a bit further now ... -- Regards, Frank

Re: Need help debugging ... Ddraw issue

2004-01-17 Thread Frank Schruefer
(REPOST, somehow this message yesterday didn't go through until now, strange! Sorry if you may get it twice.) Frank Schruefer wrote: Hy Jason Really cool man! I was following your posts here in real time and you almost found solutions faster than I could try them out, LOL! I can confirm

Re: Need help debugging ... Ddraw issue

2004-01-17 Thread Frank Schruefer
Frank Schruefer wrote: Hy Jason Really cool man! I was following your posts here in real time and you almost found solutions faster than I could try them out, LOL! I can confirm that the screen switches and a picture shows up when using full win-path and the mouse acts weird. Haven't tried

Re: Need help debugging ...

2004-01-16 Thread Frank Schruefer
Good luck! Please don't be discouraged if you can't crack this one though, both me and Lionel have looked at Dungeon Keeper (1 and 2) and couldn't figure out why it doesn't work. Lionel has been a Wine hacker for 5+ years now! If you can't get DK to work, or are finding it too frustrating, perhaps

Need help debugging ...

2004-01-14 Thread Frank Schruefer
Hy list, I like to learn how to fix wine problems myself and am trying to track down an exception occuring while starting good old 'Dungeon Keeper'. For now I have two problems: 1. When I invoke the game with 'wine' and with 'winedbg' I get different exception messages (traces see below),