PDA

View Full Version : cedega updates


pi.theta
April 21st, 2009, 03:50 PM
while initializing cedega it gives error regarding EOF end of file:

Sorry, there seems to be a problem while trying to read the manifest file. Please contact us at http://www.cedega.com/support/ to notify us of this error:

URL: http://downloads.cedega.com/files/cedega_manifest/manifest.standard
EOF when reading a line

No further updates will take place until this is fixed.


thnx for any help in advance

Artificial Intelligence
April 23rd, 2009, 03:44 PM
You might try ask at Cedega forum, they might know something about update problems with current release plus solution.

kaicrr77
April 25th, 2009, 02:22 PM
You can find the fix on ubuntu-inside.me (http://www.ubuntu-inside.me/)

Here are the instructions:

Download cedega package "cd" to the directory where you downloaded cedega debian package (for example : cd /home/yourusername/Desktop/)

Now we will create folders :

$mkdir -p cedega_000133_all/DEBIAN

This will create cedega_000133_all folder and inside that DEBIAN folder.Now let's edit the packages, rebuild it and get things working :

$ar p cedega_000133_all.deb data.tar.gz | tar zx -C cedega_000133_all/
$ar p cedega_000133_all.deb control.tar.gz | tar zx -C cedega_000133_all/DEBIAN/
$mv cedega_000133_all.deb cedega_000133_all.prerebuild.deb
$perl -pi -e 's/python2.4-dbus/python-dbus/' cedega_000133_all/DEBIAN/control
$dpkg-deb --build cedega_000133_all
$rm -rf cedega_000133_all
$sudo dpkg -i cedega_000133_all.deb