"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> The event-handle is passed to the winedbg command line: >> trace:seh:start_debugger Starting debugger format_size 58 >> (fmt=h:\tmp\wine\compile\wine\programs\winedbg\wined bg %ld %ld) >> trace:seh:start_debugger >> h:\tmp\wine\compile\wine\programs\winedbg\winedbg 134683568 100
Alexandre> The problem is that your debugger path points to a Unix Alexandre> script, and the new exe loadorder support no longer starts Alexandre> Winelib apps that way. The winedbg script should be used only Alexandre> when starting from the Unix command line, from inside Wine Alexandre> you need to specify a .exe or .exe.so instead. If your Alexandre> WINEDLLPATH is set correctly (which should be the case when Alexandre> running inside the source tree) you should be able to simply Alexandre> use "winedbg.exe" without any path.
Thanks, that did the trick.
Bye