Keystone: not Opening ./skin/keystone/Video.png: file does not exist: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
(Created page with "'''This applies to MXWendler version lower than 5.2''' ''Task:'' You open a keystone file or project with MXWendler and an error message appears that says ''not opening ./sk...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''This applies to MXWendler version lower than 5.2'''
This applies to all different OS and MXWendler versions lower than 5.2


''Task:''
'''Problem'''


You open a keystone file or project with MXWendler and an error message appears that says ''not opening ./skin/keystone/Video.png: file does not exist''
You open a keystone file or project with MXWendler and an error message appears that says ''not opening ./skin/keystone/Video.png: file does not exist''


''Solution:''
'''Solution'''


Ignore this message. This is not a technical problem. All keystone and other functionality is still available.
Ignore this message. This is not a technical problem. All keystone and other functionalities are still available.


''Background:''
'''Background'''


You saved an .mxw file with Version 5.2 and higher and opened it with a previous version. Version 5.2 and higher changes the internal storage format for keystone files. Versions 5.0 and lower are looking for helper textures, in this case 'Video'. The 'Video' helper texture does not exist in these versions.
You saved an .mxw file with Version 5.2 and higher and opened it with a previous version. Version 5.2 and higher change the internal storage format for keystone files. Versions 5.0 and lower are looking for helper textures, in this case, 'Video'. The 'Video' helper texture does not exist in these versions.


Among different versions, forward compatibility is guaranteed, backward compatibility is not. Keep this in mind when programming systems.
Among different versions, forward compatibility is guaranteed, backward compatibility is not. Keep this in mind when programming systems.


[[File:Bug_691_-_Version_Compatibility_Bug.JPG|728px]]
[[File:121.png|728px]]

Latest revision as of 09:43, 2 October 2019

This applies to all different OS and MXWendler versions lower than 5.2

Problem

You open a keystone file or project with MXWendler and an error message appears that says not opening ./skin/keystone/Video.png: file does not exist

Solution

Ignore this message. This is not a technical problem. All keystone and other functionalities are still available.

Background

You saved an .mxw file with Version 5.2 and higher and opened it with a previous version. Version 5.2 and higher change the internal storage format for keystone files. Versions 5.0 and lower are looking for helper textures, in this case, 'Video'. The 'Video' helper texture does not exist in these versions.

Among different versions, forward compatibility is guaranteed, backward compatibility is not. Keep this in mind when programming systems.