http://bugs.winehq.org/show_bug.cgi?id=27091
--- Comment #16 from dk dev@gaminglounge.com 2011-05-10 16:21:07 CDT --- Created an attachment (id=34603) --> (http://bugs.winehq.org/attachment.cgi?id=34603) log file for crash from 1.3.19 compiled and run from build directory
I decided to go for the nuclear option and completely re-installed a fresh copy of Ubuntu 11.04 64-bit. This time I decided not to install Wine from the Ubuntu Software Center; I want to keep the environment as clean as possible so these tests would be accurate and we can find a solution to this issue. I downloaded the 1.3.19 source and compiled it. It's not installed to the system so I'm running it directly from the build directory.
The attached log file is the result of this:
env \ WINEPREFIX=~/.wine-1.3.19-ds \ WINESERVER=~/source/wine-1.3.19/server \ WINELOADER=~/source/wine-1.3.19/loader \ WINEDLLPATH=~/source/wine-1.3.19/dlls:~/source/wine-1.3.19/programs \ ~/source/wine-1.3.19/loader/wine \ C:\Program\ Files\Demon\ Stone\demonlaunch.exe \ &> ~/logs/demonstone-1.3.19-compiled.txt
It looks like the same page fault that I was getting before. Tonight I'll try doing the same thing with 1.3.0 and see if I can get that working again.
I still need someone to verify that my WINEDLLPATH is correct. Wine isn't installed on my system so it needs to know to look into the build directory. I just provided the dlls directory - is it smart enough to be recursive or do I need to list them individually? It's REALLY hard to find working examples of this environmental variable. :(