Keystone: not Opening ./skin/keystone/Video.png: file does not exist: Difference between revisions
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 |
||
Line 3: | Line 3: | ||
''Task:'' | ''Task:'' | ||
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 functionality is 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 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. | ||
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:Bug_691_-_Version_Compatibility_Bug.JPG|728px]] |
Revision as of 16:25, 18 March 2019
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 ./skin/keystone/Video.png: file does not exist
Solution:
- Ignore this message. This is not a technical problem. All keystone and other functionality is 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 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.
Among different versions, forward compatibility is guaranteed, backward compatibility is not. Keep this in mind when programming systems.