Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-24 Thread Andreas Mohr
Hi, On Sun, Jul 23, 2006 at 12:58:06PM +0200, Hans Leidekker wrote: On Sunday 23 July 2006 11:26, Jeff Latimer wrote: Interesting. I have not had any problem with them. They also compile and run under Windows. Have you got anymore info, a trace? It doesn't look very useful to me:

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 00:42, Jeff Latimer wrote: Hans, I don't think that your test was applied, only the function was. Hmm, I just ran the usp10 test on another machine and it crashed, even without my test added. If I comment out the first two tests, test_ScriptItemIzeShapePlace and

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
Interesting. I have not had any problem with them. They also compile and run under Windows. Have you got anymore info, a trace? Jeff Hans Leidekker wrote: On Sunday 23 July 2006 00:42, Jeff Latimer wrote: Hans, I don't think that your test was applied, only the function was.

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 11:26, Jeff Latimer wrote: Interesting. I have not had any problem with them. They also compile and run under Windows. Have you got anymore info, a trace? It doesn't look very useful to me: Unhandled exception: page fault on read access to 0x70697263 in 32-bit code

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
Do you have the trace WINEDEBUG=+uniscribe wine usp10_test.exe? It may help withmailing down where the problem is. Jeff Hans Leidekker wrote: It doesn't look very useful to me: Unhandled exception: page fault on read access to 0x70697263 in 32-bit code (0x70697263). Register dump:

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 13:12, you wrote: Do you have the trace WINEDEBUG=+uniscribe wine usp10_test.exe? It may help withmailing down where the problem is. Trace attached. This machine is a Fedora development installation b.t.w, my other machine runs Kubuntu Dapper and it doesn't show the

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
I use Fedora core 4 to develop this code. The version of ScriptStringAnalyse you have does not actually do anything other than return various values. The problem occurs after the second call to ScriptStringAnalyse but the only difference is that hdc is specified. In theory it should drop

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 15:54, Jeff Latimer wrote: I think there are a couple of choices: you could fire up winedbg, set a break at ScriptStringAnalyse and step through the function; winedbg is unusable at the moment, I think it's related to these messages: fixme:dbghelp:SymLoadModule Should

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-22 Thread Jeff Latimer
Hans, I don't think that your test was applied, only the function was. Jeff Hans Leidekker wrote: Lotus Notes calls this one. See bug 4944. -Hans Changelog Implement and test ScriptCacheGetHeight.