Missing helpFiles folder

Report crashes, strange behaviour, or apparent bugs
Post Reply
juhel
Posts: 14
Joined: 22 Nov 2020, 23:10

Missing helpFiles folder

Post by juhel »

Hi,

I've just download the 4.7 new Coppelia version for Ubuntu 22.04.

It complains that :

Code: Select all

[simUI:error] Failed to load image /usr/local/CoppeliaSim_Edu_V4_7_0_rev2_Ubuntu22_04/helpFiles/en/images/usedByScripts/lua-logo.png: simLoadImage: 
[simUI:error] Failed to load image /usr/local/CoppeliaSim_Edu_V4_7_0_rev2_Ubuntu22_04/helpFiles/en/images/usedByScripts/python-logo.png: simLoadImage: 
The helpFiles folder is missing.

Philippe

fferri
Posts: 1297
Joined: 09 Sep 2013, 19:28

Re: Missing helpFiles folder

Post by fferri »

error is in file <coppeliaSim dir>/lua/pythonLuaSetupAssistant.lua line 29, change:

Code: Select all

    local imagesDir = resourcesDir .. '/helpFiles/en/images/usedByScripts/'
to:

Code: Select all

    local imagesDir = resourcesDir .. '/manual/en/images/usedByScripts/'

Post Reply