A few days ago I ran the software upgrade program and it moved wine from 1.1.7 to 1.1.9 and this package no longer works. When the program starts it needs to contact a server and that portion fails.
Can someone tell me how to return to the 1.1.7 version of wine. Or alternatively point me at a fix for this problem?
Here is the upgrade info from /var/log/dpgk.log:
Code: Select all
2008-11-30 15:09:39 upgrade wine 1.1.7~winehq0~ubuntu~8.04-0ubuntu1 1.1.9~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:39 status half-configured wine 1.1.7~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:39 status unpacked wine 1.1.7~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:39 status half-installed wine 1.1.7~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:44 status half-installed wine 1.1.7~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:48 status unpacked wine 1.1.9~winehq0~ubuntu~8.04-0ubuntu1
2008-11-30 15:09:51 status unpacked wine 1.1.9~winehq0~ubuntu~8.04-0ubuntu1
Code: Select all
fixme:wininet:InternetAutodial STUB
fixme:winhttp:session_set_option unimplemented option 3
fixme:winhttp:session_set_option unimplemented option 6
fixme:winhttp:session_set_option unimplemented option 5
I believe that the problem I hit is with the winhttp code.
At this point the program is attempting to contact a server and perform a password validation.
This seems to be a step back in functionality with the wine upgrade. Can I re-install and specify that I want the 1.1.7 version? Otherwise is there a fix for the code shown above?