Difference between revisions of "Documentation/Tools/SCS Workshop Uploader/Validation errors and solutions for them"

From SCS Modding Wiki
Jump to navigation Jump to search
(Unable to read content of description file.)
(Unable to retreive informations about material.)
Line 110: Line 110:
  
 
===Unable to retreive informations about material.===
 
===Unable to retreive informations about material.===
 +
 +
Unable to get informations about material resource. Try to run again mod data conversion.
 +
 
=00002 - File not found=
 
=00002 - File not found=
 
===Description file (?) does not exists.===
 
===Description file (?) does not exists.===

Revision as of 09:38, 28 January 2016

Contents

00001 - Generic

Description file has to be put inside the same directory as manifest.sii file.

The mod description file should be placed next to the manifest.sii file in the version folder/archive. You need to move it or create in case you have not done it yet.

Description file must be TXT file (?)

The mod description must be a .txt file. The solution for this problem is to change the extension of the file to .txt.

Icon file has to be put inside the same directory as manifest.sii file.

The mod icon file should be placed next to the manifest.sii file in the version folder/archive. You need to move it or create in case you have not done it yet.

Icon file must be JPG file (?)

Icon file must be a valid .jpg file. The solution is to resave your icon file to .jpg format.

Incorrect icon file dimmensions. Allowed dimmensions are ?x?px (the icon size: ?x?px)

Mod icon file has incorrect dimensions. To fix it you need to have image with proper size.

For now the limit is: 276px x 162px

No animation frames found.

The .pma file has no animation frames. You should try to run your mod data resource conversion again.

No defined bones found.

.pma file without any bone defined is incorrect. You should try to run your mod data resource conversion again.

No description file specified!

All workshop mods data must have description files specified. Please add it.

No icon specified.

All workshop mods must have icon specified. Please add it.

No package versions defined.

In versions.sii there are no valid version info entries. Please add at least one.

Example versions.sii file:

SiiNunit
{
package_version_info : .universal
{
    folder: "universal"
}
}

No vertices defined for piece ?.

One of the pieces in .pmg file has no vertices defined. Please run resource conversion of your mod data again.

Referenced look (?) does not exists in the model.

look referenced by definition file does not exists in the model. You should make sure that the model has the look - in case it has run again your mod data conversion.

Referenced variant (?) does not exists in the model.

variant referenced by definition file does not exists in the model. You should make sure that the model has the look - in case it has run again your mod data conversion.

Unable to load model animation file.

The load of the animation file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model collision file.

The load of the collision file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model descriptor file.

The load of the descriptor file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model geometry file.

The load of the geometry file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load tobj file.

Failed to load .tobj file. Try running again mod data conversion - in case it did not check tool.log.txt if there are no informations about the tobj problem.

Unable to read units from file.

Unable to deserialize units from sii file. All the parsing errors are printed out to the tool.log.txt file. Check it for more info.

Unable to mount version.

Unable to mount mod data archive. Try compresing mod data again as it may be broken.

Unable to open description file.

Failed to open mod description file. The reason may be invalid path it must be only the file name, also the problem may be not enough memory or some file system problem.

Unable to open file.

Failed to open a file. The reason may be invalid path, not enough memory or some problem with file system.

Unable to open icon file.

Failed to open mod icon file. The reason may be invalid path it must be only the file name, also the problem may be not enough memory or some file system problem.

Unable to read content of description file.

The reading of the file data failed. The reason may be not enough memory to load the data file.

Unable to retreive informations about material.

Unable to get informations about material resource. Try to run again mod data conversion.

00002 - File not found

Description file (?) does not exists.

File is not present

Icon file (?) does not exists

The version folder/archive does not exists!

Unable to find descriptor file for model geometry! (geometry: ?)

Unable to find geometry file for model descriptor ?.

Unable to find manifest file.

Unable to find material file referenced by model descriptor ?. The material must be placed in mod folder.

Unable to find model descriptor file referenced in addon hookup data definition (?).

Unable to find model geometry file for model descriptor (?) referenced by addon hookup data definition (?).

Unable to find preview icon for ? defined in ?

Unable to get material

00003 - Not allowed

File with the unsupported extension found in the mod. Please remove it before uploading the mod.

Found second universal version entry. Please use only one.

In the mod root folder there can be only versions.sii file and version specific folders. Found ? not allowed entries:

Mod package has to be placed inside the manifest.sii files put in version specific content directory. For example: "/latest/manifest.sii". (path: ?, manifest: ?)

Path cannot contain '..'. (position: ?)

Path cannot contain Windows-style path separator (\\) only Unix-style separators are allowed (/). (position: ?)

txt/.jpg files that are not referenced by any sii file are not allowed!

Unable to find universal version defined.

Units of type ? are not allowed.

Units of type ? can be stored only inside the '?' file.

Using SCS files is not allowed for Steam Workshop mods - please use normal .zip files or folders.

Version folder name contains disallowed characters. Allowed [a-z0-9_].

folder attribute in version definition file must be set.

00004 - Malformed file

1D, 2D, 3D and Rect tobj can have only one map set! (map index: ?)

Count of the parts does not match descriptor file ?. (desc: ?, geom: ?)

Count of the parts does not match geometry file ?. (desc: ?, geom: ?)

Incorrect map at index 0

Incorrect map at index ?

Incorrect map type. (?)

Incorrect texture sampler_name: "?".

Malformed DDS file!

Malformed description file. The description file should be encoded in UTF-8!

Malformed OGG file. Please correct it before uploading the mod.

Malformed tobj file.

Unable to load icon likely malformed file.

Unable to read magic SII mark from file.

00005 - Missing required attribute

interior_model or exterior_model must be set to valid and descriptor file.

00006 - Access denied

Unable to create validation log file.

00007 - Not supported

Cube texture maps must be pot textures. (texture_name: ?)

Mipmapping is not supported for npot texture.

Unsupported tobj version. (version: ?)

00008 - Unable to load

Unable to load file.

Unable to load model descriptor referenced by accessory addon data definition (?)

00009 - File is too big

Maximum size of description file is ? MB

Maximum size of icon file is ? MB