http://bugs.winehq.org/show_bug.cgi?id=27091
--- Comment #17 from dk dev@gaminglounge.com 2011-05-11 01:59:30 CDT --- Created an attachment (id=34612) --> (http://bugs.winehq.org/attachment.cgi?id=34612) log file for internal errors crash from 1.3.0 compiled and run from build directory
Just built wine 1.3.0 from source for comparison. I get the 'internal errors' crash (see 34578) just as before. When I compiled 1.3.0 previously I believe I may have installed it during the build process. The only difference now is that I'm attempting to run it from the build directory. I just need someone to look over this command to see if I'm doing it right..
The log is the output from:
env \ WINEPREFIX=~/.wine-1.3.0-ds \ WINESERVER=~/source/wine-1.3.0/server \ WINELOADER=~/source/wine-1.3.0/loader \ WINEDLLPATH=~/source/wine-1.3.0/dlls:~/source/wine-1.3.0/programs \ ~/source/wine-1.3.0/loader/wine \ C:\Program\ Files\Demon\ Stone\demonlaunch.exe \ &> ~/logs/demonstone_1_3_0-compiled.txt
Any help would really be appreciated.