http://bugs.winehq.org/show_bug.cgi?id=23129
--- Comment #5 from Marcos sombra2eternity@gmail.com 2010-06-12 05:35:58 --- Sorry, I need help
By installing wine 64 bit packages from http://wine.budgetdedicated.com/archive/index.html i found that wine_1.1.28 was the last wine working version. Then
$ git bisect good wine-1.1.28 $ git bisect bad wine-1.1.29 $ CC="ccache gcc -m32" ./configure --verbose && make depend && make
when the compilation finished:
~/wine-git$ ./wine --version wine-1.1.28-206-g7d74dba
~/wine-git$ ./wine "C:\Archivos de programa/Steam/steamapps/common/morrowind/Morrowind.exe" wine: Call from 0x7b844722 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting err:module:attach_process_dlls "user32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winemenubuilder.exe" failed, status 80000100 wine: Call from 0x7b844722 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting err:module:attach_process_dlls "user32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Archivos de programa\Steam\steamapps\common\morrowind\Morrowind.exe" failed, status 80000100
Sorry for the code pasted, but i cant manage to get any working compiled wine. Or should i do 'git bisect skip'?