makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.
http://www.makehumancommunity.org
Other
1.22k stars 250 forks source link

Windows desktop shortcut fails to launch application #90

Closed lcforbes closed 4 years ago

lcforbes commented 4 years ago

The Windows installer "makehuman-community-20200517-windows.exe" creates a desktop shortcut. But this shortcut fails to launch the application because the Target's command line parameter is not surrounded by double quotes. For instance, the malformed target appears thus:

"C:\Program Files\makehuman-community\Python\pythonw.exe" C:\Program Files\makehuman-community\mhstartwrapper.py

joepal1976 commented 4 years ago

Thank you, that's very helpful. I've been wondering why we've gotten random reports about the application not starting.

This is obviously something which should be fixed sooner rather than later. But as a workaround, you can "install just for me" rather than "install for all users" when launching the installer.

joepal1976 commented 4 years ago

The fix is in the latest nightly, and has been tested to work on windows 10 under "program files".