http://bugs.winehq.org/show_bug.cgi?id=6141
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-04-28 15:07:54 CDT --- Hello,
--- quote --- Don't know if it really helps, I can't find any errors in the log file, but ratDVD is stuck in a loop at the end of the process. --- quote ---
Well the start and the cancel request can be seen in log (~35 mins conversion time?). Everying thereafter is just cleanup - including removing the already converted movie parts.
--- snip --- ... 0024:Call KERNEL32.OutputDebugStringA(0cb206ac "Loaded Module: C:\Programme\ratDVD\XEB\xebdmp.ax Version: 1.0.0.2 Date: 2005-05-11 18:00:22\r\n") ret=0205cca6 0024:Ret KERNEL32.OutputDebugStringA() retval=00000000 ret=0205cca6 0024:Call KERNEL32.CreateFileA(0232cf78 "C:\users\promi\Temp\XEBCore.log",40000000,00000003,00000000,00000003,00000080,00000000) ret=0201a183 0024:Ret KERNEL32.CreateFileA() retval=00000e24 ret=0201a183 ... 0009:Call KERNEL32.OutputDebugStringA(0cb26218 "Got cancel request -> IMediaControl.Stop()\r\n") ret=0205cca6 0009:Ret KERNEL32.OutputDebugStringA() retval=00000000 ret=0205cca6 .. 0024:Call KERNEL32.OutputDebugStringA(0235a700 "EurekaLog 4.6.4\r\n\r\nApplication:\r\n-------------------------------------------------------\r\n 1.1 Start Date : Tue, 26 Apr 2011 18:35:04 +0100\r\n 1.2 Name/Description: ratDVD\r\n 1.3 Version Number : 0.7.8.333\r\n 1.4 Parameters : \r\n\r\nException:\r\n---------------------------"...) ret=0205cca6 0024:Ret KERNEL32.OutputDebugStringA() retval=00000000 ret=0205cca6 0024:Call KERNEL32.CreateFileA(0232cf78 "C:\users\promi\Temp\XEBCore.log",40000000,00000003,00000000,00000003,00000080,00000000) ret=0201a183 0024:Ret KERNEL32.CreateFileA() retval=000001c4 ret=0201a183 ... 0024:Call KERNEL32.WideCharToMultiByte(000004e4,00000000,00213354 L"XEBCore.RAT DVD Creator",00000017,0381d950,00000fff,00000000,00000000) ret=0040499f 0024:Ret KERNEL32.WideCharToMultiByte() retval=00000017 ret=0040499f 0024:Call KERNEL32.WideCharToMultiByte(000004e4,00000000,060b7df4 L"Operation aborted",00000011,0381d944,00000fff,00000000,00000000) ret=0040499f 0024:Ret KERNEL32.WideCharToMultiByte() retval=00000011 ret=0040499f 0024:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0381e950) ret=00553424 0024:trace:seh:raise_exception code=eedfade flags=1 addr=0x7ee11a33 ip=7ee11a33 tid=0024 0024:trace:seh:raise_exception info[0]=00553424 0024:trace:seh:raise_exception info[1]=00ad48ec 0024:trace:seh:raise_exception info[2]=8000ffff 0024:trace:seh:raise_exception info[3]=00553424 0024:trace:seh:raise_exception info[4]=004047e0 0024:trace:seh:raise_exception info[5]=0381e9a0 0024:trace:seh:raise_exception info[6]=0381e96c 0024:trace:seh:raise_exception eax=7edfdefd ebx=7ee62ff4 ecx=00553424 edx=0381e854 esi=0eedfade edi=0381e8b0 0024:trace:seh:raise_exception ebp=0381e898 esp=0381e834 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 0024:trace:seh:call_vectored_handlers calling handler at 0x7e145850 code=eedfade flags=1 ... 0024:Call KERNEL32.DeleteFileA(03b50dd0 "C:\MFA.Gesichter.des.Todes\VIDEO_TS\VIDEO_TS.VOB") ret=03828114 0024:Ret KERNEL32.DeleteFileA() retval=00000001 ret=03828114 ... --- snip ---
Does the content of "C:\users\promi\Temp\XEBCore.log" tell anything useful?
The app is heavily multithreaded which leads to lot of interleaving trace messages (sometimes hard to decipher). When providing logs please make sure you create them with:
WINEDEBUG=<channels> wine ./foo.exe >>log.txt 2>&1
to avoid interleaving stuff.
Regards