http://bugs.winehq.org/show_bug.cgi?id=34419
Darkangel219230 zorw2016@ymail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Darkangel219230 zorw2016@ymail.com 2013-09-03 12:48:34 CDT --- (In reply to comment #3)
What are the results of the regression test? If the program started working that means you found the patch that caused the problem, now we need that information to properly fix the issue.
Ok well there are some Commands i did do in there Terminal but i dont have a Note Of My Results But i know these Terminal Commands work and what Info they did ill Rerun these and Retest them so ill make sure for ya people that they work...
I did do a Serious Number of Commands Into the Terminal so this should do the Trick sure Helped me very well but WARNING!!! EVERY THING THAT U INSTALLED INTO WINE WILL BE DELETED so if u have any imported stuff u stored into WINE folders Back them up I know this is a Bit Much but What ever it did it Helped ALOT But im not sure if i can Do this again since some Files are all ready fixed and installed
Step:1
git --version
sudo apt-get install git
sudo apt-get install ccache
git clone git://source.winehq.org/git/wine.git wine-git/
cd wine-git/
Step:2
CC="ccache gcc -m32" ./configure --verbose --disable-tests
sudo apt-get build-dep wine wine-dev
mv ~/.wine ~/.wine-backup
WINEPREFIX="~/.wine-test"
wine-git/wine program_install.exe
wine program_install.exe
./wine "C:\Program Files\Program Name\program.exe"
step:3
git bisect start dlls/wined3d git bisect good wine-0.9.38 git bisect bad
git bisect start git bisect good wine-0.9.36 git bisect bad wine-0.9.37
./configure --verbose && make
git bisect skip
git bisect bad
git bisect good