Unity3D-Wine-Support / Unity3D-on-Wine

Scripts for making Unity3D run on Wine.
GNU General Public License v2.0
102 stars 59 forks source link

Unity requires windows 7 or later! #77

Closed ashokbugude closed 8 years ago

ashokbugude commented 8 years ago

I am trying to install unity in linux .But I get attached popup after below steps are executed in terminal $ winetricks ./unity3d.verb Executing w_do_call unity3d Executing load_unity3d Executing w_do_call tahoma tahoma already installed, skipping Executing w_do_call corefonts

corefonts already installed, skipping

Now running the Unity installation. As Unity is very big, this can take more than 20 minutes. Please be patient.

If I click ok and continue, I get below message in terminal at the end unity3d install completed, but installed file /home/ashok/.local/share/wineprefixes/unity3d/dosdevices/c:/Program Files/Unity/Editor/Unity.exe not found popup

SkelEloren commented 8 years ago

Had the same issue, solved by adding Set_OS "win7" to the .pol script. According to the PlayOnLinux scripting guide, it has to be after creating prefixes. So the final file should look like:

# Create the prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
#Set OS Version
Set_OS "win7"
ashokbugude commented 8 years ago

Thanks Working Fine

Radivarig commented 8 years ago

Any way of setting OS for wine only, without playonlinux?

Edit: yep, winecfg>Windows Version