I guess the app itself uses so much stuff.
There is a lot more backtrace below, but just hexcode.
that's (likely) because you don't have debug info for the app
I stopped scrolling after 20000 entries.
Can I do winedbg do follow CreateProcess()es?
this hasn't been fully tested, I don't recommend it
Or attach it to running wines by just knowing the PID?
yes, attach <pid> works fine (you can use info proc to get the list of running processes, except the debugger where you key the commands=
A+