Hi, I am trying to install Corona SDK using PlayOnLinux. I was successfully able to do so on my laptop, but when trying to do so on my desktop, it keeps running into an issue. After choosing the libraries I want to add (POL-install-corefonts, POL-install-vcrun2013 and POL-install-wmp10), it opens another window and then almost immediately crashes with an error saying that POL_System_cabextract exited with error 1.
I looked in the logs, and see this:
[06/20/18 19:58:57] - This is a 64bits prefix!
[06/20/18 19:59:00] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files (x86)
[06/20/18 19:59:20] - ----- Starting function POL_Install_corefonts -----
[06/20/18 19:59:21] - ----- Starting function POL_Internal_InstallFonts -----
[06/20/18 19:59:21] - ----- Ending function POL_Internal_InstallFonts -----
[06/20/18 19:59:21] - ----- Ending function POL_Install_corefonts -----
[06/20/18 19:59:21] - ----- Starting function POL_Install_vcrun2013 -----
This leads me to believe there is something going wrong with the vcrun2013 part, but unfortunately it doesn't have any more information.
I am running Peppermint 8. For what it's worth, the fact I wanted to install Corona seems moot, as it didn't even let me get to the point where it asks me what I want to install. I've tried this with 32-bit and 64-bit installs and get the same issue.
When I leave out the POL_Install_vcrun2013 library, it does seem to install, but I'm not sure how that will affect the install of Corona itself.