http://bugs.winehq.org/show_bug.cgi?id=30809
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL|http://code.google.com/p/co |http://code.google.com/p/co |nemu-maximus5/downloads/det |nemu-maximus5/downloads/det |ail?name=ConEmu.120527a.7z& |ail?name=ConEmu.120527a.7z |can=2&q= | CC| |focht@gmx.net Resolution|--- |FIXED
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
works as designed here. The hook dll gets successfully injected.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+cmd wine ./ConEmu.exe >>log.txt 2>&1 ... 0041:Call KERNEL32.CreateProcessW(00000000,00737a90 L""Z:\home\focht\Downloads\ConEmu\ConEmuC.exe" /GID=60 /BW=80 /BH=25 /BZ=1000 "/FN=Lucida Console" /FW=3 /FH=5 /HIDE /ROOT C:\windows\System32\cmd.exe",00000000,00000000,00000000,04000030,00000000,00000000,0118e740,0118e794) ret=0045ff99 ... 0043:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa ... 0041:Ret KERNEL32.CreateProcessW() retval=00000001 ret=0045ff99 ... 0043:Starting process L"Z:\home\focht\Downloads\ConEmu\ConEmuC.exe" (entryproc=0x401020) ... 0043:Call KERNEL32.CreateProcessW(00000000,00519bd8 L"C:\windows\System32\cmd.exe",00517150,00517150,00000000,00000024,00000000,00000000,0033fb94,0033fbe0) ret=546113e8 ... 0023:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa ... 0043:Ret KERNEL32.CreateProcessW() retval=00000001 ret=546113e8 ... ... 0043:Call KERNEL32.GetThreadContext(000000f4,0033dae8) ret=5462433f ... 0043:Ret KERNEL32.GetThreadContext() retval=00000001 ret=5462433f ... 0043:Call KERNEL32.VirtualAllocEx(000000f0,00000000,0000006c,00003000,00000240) ret=54624380 0043:Ret KERNEL32.VirtualAllocEx() retval=00340000 ret=54624380 0043:Call KERNEL32.WriteProcessMemory(000000f0,00340000,0061c638,0000006c,00000000) ret=54624544 0043:Ret KERNEL32.WriteProcessMemory() retval=00000001 ret=54624544 ... 0043:Call KERNEL32.SetThreadContext(000000f4,0033dae8) ret=546245b7 0043:Ret KERNEL32.SetThreadContext() retval=00000001 ret=546245b7 ... 0043:Call KERNEL32.ResumeThread(000000f4) ret=54611d4b 0043:Ret KERNEL32.ResumeThread() retval=00000001 ret=54611d4b ... 0023:Call KERNEL32.LoadLibraryW(00340014 L"Z:\home\focht\Downloads\ConEmu\ConEmuHk.dll") ret=00340011 ... 0023:Ret PE DLL (proc=0x7e134eb9,module=0x7e110000 L"ConEmuHk.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1 ... 0023:Ret KERNEL32.LoadLibraryW() retval=7e110000 ret=00340011 ... 0023:Starting process L"C:\windows\system32\cmd.exe" (entryproc=0x7ed3b1d4) --- snip ---
"Show real console" in settings will show the wine console window.
$ sha1sum ConEmu.120527a.7z c7563e635e7bde56297da7400726345e4fe54228 ConEmu.120527a.7z
$ du -sh ConEmu.120527a.7z 1.4M ConEmu.120527a.7z
$ wine --version wine-1.7.14-52-g31faed5
Regards