I have a Ubunu 8.04.1 system that has been running a package under wine with no problems since last June. 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: 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 If I start wine on the command line I capture the problem area that is preventing proper operation of the program: Code: 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 think the "wininet:InternetAutodial" stub is OK. 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?