http://bugs.winehq.org/show_bug.cgi?id=13993
--- Comment #17 from Austin English austinenglish@gmail.com 2009-01-09 14:30:37 --- (In reply to comment #16)
(In reply to comment #15)
http://wiki.winehq.org/PreloaderPageZeroProblem
You're still running some wine app: $ wineserver -k $ rm -rf ~/.wine (You should test in a clean prefix each time)
Thanks for your patience and help with this. I no longer get the PreLoader error, but I still get this when trying to test the second time:
wine: creating configuration directory '/home/USER/.wine'... wine client error:9: version mismatch 335/316. Your wine binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? wine: wineprefixcreate failed while creating '/home/USER/.wine'.
Are you doing a 'make install' after each build (don't).
Are you running wine with: $ wine foo.exe (bad) or $ ~/wine-git/wine foo.exe (good)