Perhaps debug info is compiled out or so. For example I just saw this bug: http://bugs.winehq.org/show_bug.cgi?id=15368
The game crashes somewhere in ddraw/wined3d but it only shows crap like: Backtrace: =>1 0x7eb1b014 in ddraw (+0xb014) (0x0032f6d4) 2 0x7e5b6c7f in wined3d (+0x36c7f) (0x0032f834) 3 0x7eb20a1c in ddraw (+0x10a1c) (0x0032f884) 4 0x7e5b8f38 in wined3d (+0x38f38) (0x0032f8c4) 5 0x7eb1f3c8 in ddraw (+0xf3c8) (0x0032fa64)
I would expect to see function names.
Roderick
Almost all bugs that come from Ubuntu users don't have usable backtraces. Instead they have this:
Process of pid=0008 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded
Needless to say this doesn't help with troubleshooting the problem. Does anyone have a clue what might be the problem?
Vitaliy.