http://bugs.winehq.org/show_bug.cgi?id=20201
--- Comment #1 from Austin English austinenglish@gmail.com 2009-10-09 12:06:06 --- I tried running it under gdb, but that failed (probably doing it wrong :-p): austin@midna:~/64-wine-git$ gdb ./wine winetest64-latest.exe GNU gdb (GDB) 6.8.92-ubuntu Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: http://www.gnu.org/software/gdb/bugs/... "/home/austin/64-wine-git/wine": not in executable format: File format not recognized
warning: Couldn't find general-purpose registers in core file.
warning: Couldn't find general-purpose registers in core file. #0 0x0000000000000000 in ?? () (gdb) c The program is not being run. (gdb) q
Anyone got any other ideas?