But when I try to run it on a program, it gives this error:
Code: Select all
sashoalm@aspire:~/Workspace/wine/wine-git$ ./wine /tmp/xformtest.exe
wine: cannot find L"C:\\windows\\system32\\wineboot.exe"
err:process:start_wineboot failed to start wineboot, err 2
wine: cannot find L"C:\\windows\\system32\\explorer.exe"
Application tried to create a window, but no driver could be loaded.
The explorer process failed to start.
I've followed the instructions at http://wiki.winehq.org/WineOn64bit#head ... 41b7fa1988, I've only skipped the gstreamer support step.
So I guess my question is, is it possible to run Wine from the source tree/build tree, and if so, how do I fix those errors I am getting?