[Wine] OpenCanvas 1.1 + Wacom Intuos Oddness

Dan Kegel dank at kegel.com
Wed Mar 5 16:28:14 CST 2008


On Wed, Mar 5, 2008 at 12:18 PM, TheBaron <wineforum-user at winehq.org> wrote:
> Ok. I've compiled and ran the program using a freshly compiled 0.9.56. The entire output is available at http://docs.google.com/View?docid=df8c5djt_2zqvd3df2.

Sexy.  But for some reason we're not getting line numbers on that
backtrace.  Perhaps you don't have . in your PATH, and ended
up running the system wine instead of the one you just built?
Try invoking wine with a path, e.g. ./wine.

And you didn't quite manage to set the WINEDEBUG
environment variable!  If you set it on a separate line, you
have to export it, else it's just a shell variable and not an
environment variable.

(That's two newbie Unix problems.  Welcome to Unix, the OS that believes
that a good user interface should hurt the user!)

While we're at it, also set +seh.

To sum up, try
  WINEDEBUG=+wintab,+seh ./wine /home/luke/.wine/drive_c/Program\
Files/OpenCanvas/oC11b72.exe > log 2>&1

When I get back home where I have a wacom tablet, I'll try it, too.

Thanks,
Dan



More information about the wine-users mailing list