Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-12-03 Thread Olaf Leidinger
Hello again! Sorry for not sending an answer but there where some exercises waiting for me ;-( Origin doesn't work with CrossOver 5 on my machine, so the problem isn't solved for me. Still using the native dll saving works fine. And here is the next part of my investigation: Now the _cipow

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-30 Thread Uwe Bonnes
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes: ... Olaf> By the way... what is the difference between "retval" and "ret"? Olaf> It sounds the same. ret means the address of the piece of code calling the function retval is the actual return value of the function returning to t

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Olaf Leidinger
Hello again! Running Origin6.0 with WINEDEBUG="+snoop,+relay" with and without native msvcrt, tailing, cutting and wc-ing and finally diffing the output I found the following: First of all using the native version I get some msvcrt._EH_prolog calls I can't find in the builtin version. all wi

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Tobias Burnus
Hello, Olaf Leidinger wrote: I'm testing Origin 6.0 using wine-0.9.1 and everything is really fine except saving documents. I'm getting a crash here. Just before that crash there is a dialog telling me: "File not saved. Please ensure that the disk isn't full" (roughly translated). Using a nat

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Tobias Burnus
Hello, Olaf Leidinger wrote: I'm testing Origin 6.0 using wine-0.9.1 and everything is really fine except saving documents. I'm getting a crash here. Just before that crash there is a dialog telling me: "File not saved. Please ensure that the disk isn't full" (roughly translated). Using a nat

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Rein Klazes
On Tue, 29 Nov 2005 02:43:39 +0100, you wrote: >... some _mbsinc calls > >... some putc calls > >And finally ... > >0009:Call msvcrt.fclose(7fe8fa90) ret=7f81ecf0 [snip] >0009:Ret msvcrt.fclose() retval= ret=7f81ecf0 >0009:Call kernel32.OpenFile(7fe60252 >"i:\\mnt\\privat\\Origin6\\UNT

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Uwe Bonnes
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes: Olaf> Hello again! >> Try running the application with the debugger and builtin >> msvcrt. Perhaps you get a backtrace of the crash. Otherwise try in >> the relay trace (builtin msvcrt, showing the messagebox but not the

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Olaf Leidinger
Hello again! > Try running the application with the debugger and builtin msvcrt. Perhaps > you get a backtrace of the crash. Otherwise try in the relay trace (builtin > msvcrt, showing the messagebox but not the crash) to find where the > messagebox is called. You can seach for the message text.

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Uwe Bonnes
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes: Olaf> Hello List! I'm testing Origin 6.0 using wine-0.9.1 and Olaf> everything is really fine except saving documents. I'm getting a Olaf> crash here. Just before that crash there is a dialog telling me: Olaf> "File not sa

msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Olaf Leidinger
Hello List! I'm testing Origin 6.0 using wine-0.9.1 and everything is really fine except saving documents. I'm getting a crash here. Just before that crash there is a dialog telling me: "File not saved. Please ensure that the disk isn't full" (roughly translated). Using a native version of msvc