pouët.net

Go to bottom

debugging wine crashes

category: code [glöplog]
 
Is there a simple way to debug why a windows program I did crashes on Wine in Linux?
added on the 2012-03-12 04:46:30 by xernobyl xernobyl
usually it's couz you're using newschool .dll's which arent properly supported yet.
sorry, don't really know how to debug it. have you checked their forums?
added on the 2012-03-12 12:06:33 by psenough psenough
This might be the thing you're looking for: http://www.winehq.org/docs/winedev-guide/wine-debugger

added on the 2012-03-12 12:13:13 by waffle waffle
Maybe it's easier to just implement a log on the target program, and add lot's of print points.
added on the 2012-03-12 12:45:39 by xernobyl xernobyl
Most likely ;)
added on the 2012-03-12 12:53:15 by waffle waffle

login

Go to top