Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Stephan Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Colleagues, As Scott Ritchie knows, I'm at the moment the reponsible person for Wine on Ubuntu. I hope that you all know, Ubuntu has a new system for filing crash reports and stacktraces. (named apport aka automatic crash reports, some

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Nick Law
Bill Medland wrote: On Tue, 2007-17-04 at 22:08 +0100, Nick Law wrote: Huw Davies wrote: On Tue, Apr 17, 2007 at 01:03:03AM +0100, Nick Law wrote: Nick Law wrote: Well, I don't quite know what happened there with the fonts, however my fonts are now back

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Marcus Meissner
On Wed, Apr 18, 2007 at 09:18:00AM +0200, Stephan Hermann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Colleagues, As Scott Ritchie knows, I'm at the moment the reponsible person for Wine on Ubuntu. I hope that you all know, Ubuntu has a new system for filing crash reports

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Stephan Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marcus, e.g. https://bugs.launchpad.net/ubuntu/+source/wine/+bug/90957 Please note, we can add more features to apport (Martin Pitt is the maintainer). Regards, \sh Am Wed, 18 Apr 2007 09:52:08 +0200 schrieb Marcus Meissner [EMAIL PROTECTED]:

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Marcus Meissner
On Wed, Apr 18, 2007 at 09:59:05AM +0200, Stephan Hermann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marcus, e.g. https://bugs.launchpad.net/ubuntu/+source/wine/+bug/90957 Please note, we can add more features to apport (Martin Pitt is the maintainer). The backtrace there

Question using appdb

2007-04-18 Thread Laurent Vromman
Hi, When a distribution is absent from the list, we are supposed to add it, as the following message explain : DistributionIf yours is not on the list, please add it using the form below The fact is, there is no form below. Is the message wrong or is the form missing ? Note : The

Re: Question using appdb

2007-04-18 Thread Marcus Meissner
On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote: Hi, When a distribution is absent from the list, we are supposed to add it, as the following message explain : Distribution If yours is not on the list, please add it using the form below The fact is, there is no form

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Huw Davies
On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote: yes, /usr/local/share/wine/fonts/ exists my system and is only populated with two fonts, broadway.ttf and ad5font.fon. So all the fonts from the build which include courier (fon) and serife don't get transferred to either

Re: Question using appdb

2007-04-18 Thread Ben Hodgetts
Laurent Vromman wrote: So the text If yours is not on the list, please add it using the form below should be considered obsolete ? Laurent On Wed, 18 Apr 2007 10:57:51 +0200, Marcus Meissner [EMAIL PROTECTED] wrote: On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote:

Re: Question using appdb

2007-04-18 Thread Laurent Vromman
Thank you for that. Finally, what's wrong with the Distribition section in the form ? Laurent On Wed, 18 Apr 2007 10:44:18 +0100, Ben Hodgetts [EMAIL PROTECTED] wrote: Laurent Vromman wrote: So the text If yours is not on the list, please add it using the form below should be considered

Re: Bug 5163

2007-04-18 Thread James Hawkins
On 4/16/07, EA Durbin [EMAIL PROTECTED] wrote: It appears to me according to this log section that the bug is actually in kernel32.CompareStringA, though I could be wrong. It starts out comparing the strings of files it is looking for in the cabinet file with kernel32.CompareString and

Re: kernel32: Add partial stub for NeedCurrentDirectoryForExePath

2007-04-18 Thread James Hawkins
On 4/18/07, Kirill K. Smirnov [EMAIL PROTECTED] wrote: Add partial stub for NeedCurrentDirectoryForExePath. It is needed by win2003 cmd.exe +if (strchrW(name, '\\')) +return TRUE; What is the point of this? You're returning TRUE no matter what anyway. +FIXME((%s): stub!\n,

kernel32: Add partial stub for NeedCurrentDirectoryForExePath

2007-04-18 Thread Kirill K. Smirnov
+if (strchrW(name, '\\')) +return TRUE; What is the point of this? You're returning TRUE no matter what anyway. +FIXME((%s): stub!\n, debugstr_w(name)); +return TRUE; ancient patch in attach, sorry.

Re: [try2] kernel32: Add partial stub for NeedCurrentDirectoryForExePath

2007-04-18 Thread Laurent Vromman
+/*** + * NeedCurrentDirectoryForExePathA (KERNEL32.@) + */ +BOOL WINAPI NeedCurrentDirectoryForExePathA( LPCSTR name ) +{ +WCHAR *nameW; + +if (!(nameW = FILE_name_AtoW( name, FALSE ))) return TRUE; If

[try2] kernel32: Add partial stub for NeedCurrentDirectoryForExePath

2007-04-18 Thread Kirill K. Smirnov
If FILE_name_AtoW fails, the function fails, so the return value should be FALSE, shouldn't it ? TRUE means that current directory '.' should be added to PATH. FALSE is returned if a special environment variable NoDefaultCurrentDirectoryInExePath is set. Of course, default sane value should be

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Vitaliy Margolen
Stephan Hermann wrote: - What do you need from us (Ubuntu) to get better backtraces when wine crashes (especially wine-preloader) As Marcus mentioned the best trace you can get is from the Wine's own debugger. Of course it would be even better with debug symbols installed on the system.

re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Dan Kegel
sh wrote: [apport doesn't handle wine well. And where should the bugs be filed - wine's bugzilla, or launchpad?] The bugs should definitely go to launchpad, because each distribution has a different set of packages and bugs, each distribution's crash logger should go to its own bug tracker.

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Stephan Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Am Wed, 18 Apr 2007 07:11:28 -0600 schrieb Vitaliy Margolen [EMAIL PROTECTED]: Stephan Hermann wrote: - What do you need from us (Ubuntu) to get better backtraces when wine crashes (especially wine-preloader) As Marcus mentioned the

Re: iphlpapi: Only call res_init() once per process

2007-04-18 Thread H. Verbeet
On 18/04/07, Jason Green [EMAIL PROTECTED] wrote: Original author: Mark Adams, TransGaming Technologies. Why are you the one submitting this then, using a private mail address? (Are you even allowed to, for that matter?)

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Marcus Meissner
In general the most useful pieces of information are ... complete terminal output, $PWD and the command used to start an application. Also the exact Wine version $(wine --version), and where did it came from (self-compiled or binary). All of them are absent from the report. That's one

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Nick Law
Huw Davies wrote: On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote: yes, /usr/local/share/wine/fonts/ exists my system and is only populated with two fonts, broadway.ttf and ad5font.fon. So all the fonts from the build which include courier (fon) and serife don't get transferred to

secur32: invert error handling conditions in order to decrease indentation in secur32/wrapper.c.

2007-04-18 Thread Yuval Fledel
On Saturday 14 April 2007 00:56, Yuval Fledel wrote: - the patch is a no-op. While I like to do the same to functions I work on, is there any reason you need to change this for wrapper.c? It hasn't been changed for quite a while and seems feature complete. Kai Hi Kai, Please reply-to-all

Re: Old versions of Acrobat Pro tryout?

2007-04-18 Thread Alex Waite
Tom Wickline wrote: On 4/15/07, Dan Kegel [EMAIL PROTECTED] wrote: On 4/15/07, Dan Kegel [EMAIL PROTECTED] wrote: Hey Tom, Hey Dan, I think I'm going to focus on Dreamweaver, Photoshop, and Acrotat Pro for a while... so that's it for new wiki pages for a while :-) - Dan I haven't

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Tom Spear
My md5 is different, and I can type characters and they are visible. Tom On 4/18/07, Nick Law [EMAIL PROTECTED] wrote: Huw Davies wrote: On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote: yes, /usr/local/share/wine/fonts/ exists my system and is only populated with two fonts,

programs/uninstaller: check HKCU for uninstall entries [Try #2]

2007-04-18 Thread Tom Spear
Submitting for approval to here before I send to wine-patches This pretty much changes most of the functions in the uninstaller to handle arrays so that we can actually handle scanning HKCU as well as HKLM. In my tests, this did not break anything, and allows entries listed in uninstall for

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Huw Davies
Nick Law wrote: So, notepad now shows the courier, small font, sans serief and system fonts (all .fon files) in the list of fonts in notepad. All well and good, however I still have the problem that if you select any of these non true type fonts, ie courier, small font, sans serief and system

Re: Header file for D3DRM

2007-04-18 Thread Stefan Dösinger
Am Montag 16 April 2007 01:28 schrieb [EMAIL PROTECTED]: One patch for one email as requested. David Adam If you send a series of patches it recommended to mark the numbers in the mail headers too, like [1/12] Header file for D3DRM. This makes it easier to find the next patch

Re: implements D3DRMVectorAdd

2007-04-18 Thread Stefan Dösinger
Am Montag 16 April 2007 01:29 schrieb [EMAIL PROTECTED]: +/* Add Two Vectors */ +LPD3DVECTOR D3DRMAPI D3DRMVectorAdd(LPD3DVECTOR d, LPD3DVECTOR s1, LPD3DVECTOR s2) I personally prefer D3DVECTOR * over LPD3DVECTOR, but I don't know if there's any rule for that. If in doubt follow your personal

Re: programs/uninstaller: check HKCU for uninstall entries [Try #2]

2007-04-18 Thread Tom Spear
Oops, here it is lol. Tom On 4/18/07, Steven Edwards [EMAIL PROTECTED] wrote: On 4/18/07, Tom Spear [EMAIL PROTECTED] wrote: Comments, questions, feel free. Please resend with the attachment. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an

Re: iphlpapi: Only call res_init() once per process

2007-04-18 Thread Jason Green
On 4/18/07, H. Verbeet [EMAIL PROTECTED] wrote: On 18/04/07, Jason Green [EMAIL PROTECTED] wrote: Original author: Mark Adams, TransGaming Technologies. Why are you the one submitting this then, using a private mail address? (Are you even allowed to, for that matter?) Because my

Re: iphlpapi: Only call res_init() once per process

2007-04-18 Thread H. Verbeet
On 18/04/07, Jason Green [EMAIL PROTECTED] wrote: On 4/18/07, H. Verbeet [EMAIL PROTECTED] wrote: On 18/04/07, Jason Green [EMAIL PROTECTED] wrote: Original author: Mark Adams, TransGaming Technologies. Why are you the one submitting this then, using a private mail address? (Are you even

Re: Why are some fonts being displayed incorrectly

2007-04-18 Thread Bill Medland
On Tue, 2007-17-04 at 18:05 -0700, Bill Medland wrote: On Tue, 2007-17-04 at 12:28 -0700, Bill Medland wrote: Can anyone point me in the correct direction for this? On one machine the text displays correctly. On the other the characters are totally wrong setting WINEDEBUG to +font the

IRC Nick Table

2007-04-18 Thread Detlef Riekenberg
I added the Local Time info for the IRC Nick Table in the wiki. It's easier to find a usable Time, when you want to meet someone on IRC. Please update ... Thanks -- By by ... Detlef

current CVS behavior - uninstall not uninstalling man pages

2007-04-18 Thread sol11x86
While testing another feature, I did a gmake uninstall and noticed that my man pages were still in /opt/wine/share/man/man1. Has anyone noticed this regression? Ben

Re: Better Debugging Possibilities for Wine on Ubuntu

2007-04-18 Thread Scott Ritchie
On Wed, 2007-04-18 at 07:11 -0600, Vitaliy Margolen wrote: In general the most useful pieces of information are ... complete terminal output, $PWD and the command used to start an application. Also the exact Wine version $(wine --version), and where did it came from (self-compiled or binary).

Comments for a patch?

2007-04-18 Thread sol11x86
I am compiling the stock current CVS 0.9.35 code on Solaris 10/X86. I was successful in starting notedpad and winemine, so the base looks good. I installed mozilla-win32-1.7.13-installer.exe, and am able to start mozilla.exe, but it will not lookup host name, and therefore won't render any

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-18 Thread Ann Jason Edmeades
Hiya, Firstly, fantastic work, and its also explained to me something Eric said which I didn't grasp... While preparing tests I found the 'user' backend of wineconsole works with WriteConsole/WriteFile correct (see test1 and test2), so I used it as etal. I figured out the main issue with cmd:

Re: Request for small bit of mentoring

2007-04-18 Thread Detlef Riekenberg
On Mo, 2007-04-16 at 16:44 -0500, Tom Spear wrote: I took lines 196-197 and duplicated that, changing HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER, and You can move most of the code from FetchUninstallInformation() to a seperate function and use the rootkey as Parameter.

Re: wine 0.9.30-35 Something strange happened with the fonts ?

2007-04-18 Thread Nick Law
Huw Davies wrote: Nick Law wrote: So, notepad now shows the courier, small font, sans serief and system fonts (all .fon files) in the list of fonts in notepad. All well and good, however I still have the problem that if you select any of these non true type fonts, ie courier, small font, sans

Re: Request for small bit of mentoring

2007-04-18 Thread Tom Spear
On 4/18/07, Detlef Riekenberg [EMAIL PROTECTED] wrote: On Mo, 2007-04-16 at 16:44 -0500, Tom Spear wrote: I took lines 196-197 and duplicated that, changing HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER, and You can move most of the code from FetchUninstallInformation() to a seperate function and

Re: Request for small bit of mentoring

2007-04-18 Thread Tom Spear
Looking a bit more into the lstrcpyW and lstrcatW situation, the reason it appears to be done is because if you add the slash directly to PathUninstallW, then for some reason, the uninstaller shows no entries, even when there are some. Part of the reason I duplicated code in the original patch

re: Comments for a patch?

2007-04-18 Thread Dan Kegel
I'm not an autoconf guru, but I play one on TV. You wrote: +AC_CHECK_FUNC(getaddrinfo, [AC_DEFINE([HAVE_GETADDRINFO], [1], +[Defined to 1 if you have the getadrinfo function,])], +[AC_CHECK_LIB(socket, getaddrinfo, +[AC_DEFINE([HAVE_GETADDRINFO]) LIBS=-lsocket -lnsl $LIBS], , ,

Re: iphlpapi: Only call res_init() once per process

2007-04-18 Thread Kai Blin
On Wednesday 18 April 2007 20:39, Hans Leidekker wrote: +static int resolver_initialised; Shouldn't that be static int resolver_initilised = 0; here? I thought that in C, ints aren't initialized to 0 automatically. +/* call res_init() just once because of a bug in Mac OSX 10.4 */ +static