Couldn't establish connection to remote target Malformed response to offset query, OK
well well sounds like gdb and winedbg get out of sync let's try going further 1/ keep the modified winedbg from previous post 2/ run gdb (without any parameter) 3/ at gdb prompt, enter the following commands file <path to wine/miscemu> set debug remote 1 3/ in another (x)term run winedbg -- --gdb --no-start visual-mingw.exe.so 4/ it should print a line like target remote localhost:<pid> 5/ run the whole line as a gdb command 6/ send me the output from both terms
A+
4/ you can also send the content of the file /tmp/winedbg.*
No such file this time.
this shouldn't matter too much