Error:- IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It's recommended that you update your wine to the latest version (Go to: winehq.com).
solution :- Open /opt/ies4linux-2.99.0.1/lib/functions.sh
edit/add line number 36
# Find where wine is
function find_wine {
which wine &> /dev/null || error $MSG_ERROR_INSTALL_WINE
### wine --version 2>&1 | grep -q "0.9." || warning $MSG_WARNING_OLDWINE
wine --version 2>&1 | egrep -q "0.9.|-1" || warning $MSG_WARNING_OLDWIN
E
}
Save the file, now run setup again.This error gone.
RK
solution :- Open /opt/ies4linux-2.99.0.1/lib/functions.sh
edit/add line number 36
# Find where wine is
function find_wine {
which wine &> /dev/null || error $MSG_ERROR_INSTALL_WINE
### wine --version 2>&1 | grep -q "0.9." || warning $MSG_WARNING_OLDWINE
wine --version 2>&1 | egrep -q "0.9.|-1" || warning $MSG_WARNING_OLDWIN
E
}
Save the file, now run setup again.This error gone.
RK
0 comments:
Post a Comment