You are here > Bugs > PlayOnLinux > Bug > Ticket #31
Bug #31 on PlayOnLinux
WineVersion missing tools!
Added by Aymeric P. on 2010-08-31 13:31:44 - Comment or update this ticket
Statut:
Fixed
Priority:
Normal
Assigned to:
Last update:
2010-08-31 19:03:39
Description, steps to reproduce:
This bug affect two function of PlayOnLinux:
Set_WineVersion_Session
Set_WineVersion_Assign
That call this function: installer_wine_version. (in fact every function that call this one is affected)
The installer_wine_version function try to call a missing python tools: "python/tools/get_wineversions.py".
Script was unable to install the require Wine Version and fail because of this missing tools.
History
Update by Quentin PÂRIS on 2010-08-31 17:56:39
installer_wine_version should not be used any more, it is an obsolete function.
Use POL_SetupWindow_install_wine before, and Set_WineVersion_Assign will not call installer_wine_version anymore
Update by Aymeric P. on 2010-08-31 19:03:39
- Statut changed to Fixed
- Priority changed to Normal
- Assigned to: to Aymeric P.
Ok fixing by making installer_wine_version calling POL_SetupWindow_install_wine.