"Internal Errors - Invalid Paramaters Received"

Questions about Wine on Linux
Locked
cakemish
Newbie
Newbie
Posts: 2
Joined: Sat Jul 21, 2012 6:41 am

"Internal Errors - Invalid Paramaters Received"

Post by cakemish »

I am trying to play Age of Empires 2 through WINE and can install no problem, but when I try to play the game I get the loading screen and then "Internal Errors - Invalid Paramaters Received"
I have previously played Age of Empires 1 with no issues.
I'm not very linux savvy so don't know where to go from here. Any ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What distro? If it's Ubuntu 12.04 or any of its derivatives, read the sticky at the top of the forum.

What version of Wine? If it's not the latest development release (1.5.9), upgrade.

If it doesn't work in current Wine, post terminal output. http://wiki.winehq.org/FAQ#get_log
cakemish
Newbie
Newbie
Posts: 2
Joined: Sat Jul 21, 2012 6:41 am

Post by cakemish »

How do I find out which version of Ubuntu and WINE I am running?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

To find out which version of Ubuntu, run the two commands
cat /etc/issue
uname -a

To find out which version of wine, do
wine --version
Locked