Hi,
the problem is the dot '.' in the name.
Any name with a dot inside will fail, the url value doesn't matter.
A dot is used in the krpano syntax as 'separation' between the name of the object and the name of an attribute of it.
E.g. take the variable name 'plugin.count':
- 'plugin' is the name of the object (of the plugin array in this case)
- 'count' is the name of an attribute/member of that object (the number of elements in this array)
That means in your case with 'HomeButn.png':
- The viewer will first look for an object named 'HomeButn' and than for an attribute 'png'
- both objects will be not found and therefore this fails
I will check if that behavior can be avoided inside the viewer and it not to add at least an error for this case and extend also the documentation that dots are not allowed to be used in names.
Best regards,
Klaus