kernel32: Correct log on / logon (noun / verb)

2013-07-24 Thread Ken Sharp
Evening Winos, Attached is a patch to correct some winerr messages. Specifically change a noun to a verb, and update the .po files with it. Firstly, could you take a look and point out any obvious errors I may have made? I have marked some of the translations fuzzy because it's not clear if

Re: What to do when an application misuses an API ...

2013-07-24 Thread Michael Casadevall
On Wed, Jul 24, 2013 at 1:22 AM, Damjan Jovanovic > wrote: On Wed, Jul 24, 2013 at 4:17 AM, Michael Casadevall mailto:mcasadev...@ubuntu.com>> wrote: > Hey all, > I've been working on trying to get Sid Meier's Civilization V (Civ5) up to a > po

Re: [PATCH] winemac.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string. (try 2)

2013-07-24 Thread Ken Thomases
On Jul 24, 2013, at 9:34 PM, Charles Davis wrote: > Try 2: Don't duplicate a constant string; we might need to add more legacy > extensions. (Hopefully not. ;) Thanks for making that change. Looks good to me. Cheers, Ken

Re: [PATCH] winemac.drv: Also return the number of pixel formats if the caller didn't supply a PIXELFORMATDESCRIPTOR.

2013-07-24 Thread Ken Thomases
On Jul 23, 2013, at 10:26 PM, Charles Davis wrote: > This is akin to what glxdrv already does, and apparently what Windows > does. It allows the GLView sample from the OpenGL SuperBible to > correctly enumerate pixel formats with the Mac driver. > --- > dlls/winemac.drv/opengl.c |2 +- > 1 file

Re: [PATCH] winemac.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.

2013-07-24 Thread Ken Thomases
Hi, On Jul 23, 2013, at 10:26 PM, Charles Davis wrote: > @@ -1226,8 +1227,10 @@ static BOOL init_gl_info(void) > gl_info.glVersion = HeapAlloc(GetProcessHeap(), 0, strlen(str) + 1); > strcpy(gl_info.glVersion, str); > str = (const char*)opengl_funcs.gl.p_glGetString(GL_EXTENSIONS); >

Re: Need help with debugging a directx9 game crashing

2013-07-24 Thread Ken Thomases
On Jul 24, 2013, at 12:49 PM, Qian Hong wrote: > Hi Ken, > > On Sun, Jul 21, 2013 at 2:39 PM, Ken Thomases wrote: >> Instead of enabling the trace, try replacing it with something like: >> >>char dummy[256]; >>memset(dummy, 0x55, sizeof(dummy)); >> >> I bet the crash will change from a

Re: [PATCH 4/5] scrrun: Add IFileSystem3::GetTempName implementation

2013-07-24 Thread Alexandre Julliard
Piotr Caban writes: > @@ -174,6 +174,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, > LPVOID reserved ) > case DLL_PROCESS_ATTACH: > DisableThreadLibraryCalls( hinst ); > scrrun_instance = hinst; > +srand(GetTickCount()); You don't want t

Re: Need help with debugging a directx9 game crashing

2013-07-24 Thread Qian Hong
Hi Ken, On Sun, Jul 21, 2013 at 2:39 PM, Ken Thomases wrote: > Instead of enabling the trace, try replacing it with something like: > > char dummy[256]; > memset(dummy, 0x55, sizeof(dummy)); > > I bet the crash will change from a read access to 0x0001 to 0x. > Thanks for the

Re: Need help with debugging a directx9 game crashing

2013-07-24 Thread Qian Hong
On Sat, Jul 20, 2013 at 2:21 AM, Marcus Meissner wrote: > Or timing ... Also can you print out refcount there to see if the refcounting > is good? Thanks Marcus, yes, I tried replace the TRACE to printf, to my surprise, the magic disappear. In other words, if I replace the TRACE in d3d9_AddRef t

Re: Need help with debugging a directx9 game crashing

2013-07-24 Thread Qian Hong
Hello, Thanks everyone's help, sorry for delay, I was blocked by something else. I've created http://bugs.winehq.org/show_bug.cgi?id=34125 to track down this bug. On Fri, Jul 19, 2013 at 10:06 PM, Henri Verbeet wrote: > Well, it sounds a bit like some form of memory corruption. Sometimes > WINED

Re: po: Update English (US) resource

2013-07-24 Thread Ken Sharp
Fair enough. I'll send an updated patch after the next bunch of commits. Please disregard this patch. On 24/07/13 16:12, Francois Gouget wrote: On Mon, 22 Jul 2013, Ken Sharp wrote: Logon/Log on as with the British/neutral patch. msgid "Can't logon with inter-domain trust account.\n" -msgs

Re: po: Update English (US) resource

2013-07-24 Thread Francois Gouget
On Mon, 22 Jul 2013, Ken Sharp wrote: > Logon/Log on as with the British/neutral patch. > > msgid "Can't logon with inter-domain trust account.\n" > -msgstr "Can't logon with inter-domain trust account.\n" > +msgstr "Can't log on with inter-domain trust account.\n" [...] I think these fixes shou

Re: [PATCH 1/3] msvcrt: Fix _mktemp implementation

2013-07-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=26413 Your paranoid android

Re: What to do when an application misuses an API ...

2013-07-24 Thread Damjan Jovanovic
On Wed, Jul 24, 2013 at 4:17 AM, Michael Casadevall wrote: > Hey all, > I've been working on trying to get Sid Meier's Civilization V (Civ5) up to a > point where it works relatively flawlessly on WINE. The largest issue is > that installing the latest expansion pack has completely hosed the game

Re: What to do when an application misuses an API ...

2013-07-24 Thread Rico Schüller
Hi Michael, there are several thinks you could check. 1. Could you get a wrong order on winxp/vista/7 by using the default installation on a local FAT32 partition? Or does the order by accident match? If this doesn't reproduce the issue, you may also try the ext2fs driver for windows, as this