Yeah! Finally, the software installed successfully! :-) May I post the code? There are quite a lot of errors... Code: zac@debian:~/wine-git$ /home/zac/wine-git/wine /media/cdrom0/Houaiss/Houaiss\ Installer/Instalar.exe err:menubuilder:WinMain unknown option -a err:menubuilder:WinMain unknown option -r err:xrandr:X11DRV_XRandR_GetCurrentMode In unknown mode, returning default Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/home/zac/.wine' has been updated. fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:fork_and_wait wineshelllink returned 1 fixme:shell:DllCanUnloadNow stub err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink zac@debian:~/wine-git$ err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink fixme:shell:DllCanUnloadNow stub err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink fixme:shell:DllCanUnloadNow stub err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink fixme:shell:DllCanUnloadNow stub err:menubuilder:WinMain unknown option -a err:menubuilder:WinMain unknown option -r So... I should now try to run the software from the compiled wine. Code: zac@debian:~/wine-git$ /home/zac/wine-git/wine /home/zac/.wine/drive_c/Program\ Files/Houaiss/Houaiss.exe err:menubuilder:WinMain unknown option -a err:menubuilder:WinMain unknown option -r err:xrandr:X11DRV_XRandR_GetCurrentMode In unknown mode, returning default fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub fixme:pager:PAGER_Create [0x1004e] Drag and Drop style is not implemented yet. err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 1 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 2 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 1 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 2 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 1 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 2 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 1 is not valid, number of bitmaps in imagelist: 0 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 2 is not valid, number of bitmaps in imagelist: 0 It worked! And it seems to be better than my older installation. Some features that didn't work before are working fine now! Now I should run 'make clean' from the wine-git directory, right? And then 'git bisect good', is that right? Thanks for your patience!! Sorry for all the trouble! :D