# Studio Instruction

# 1. Studio upload error code

Error Code Case
1001 Failed copying upload target file.Insufficient hard disk storage space where the build to upload located
1002 Failed to create a patch file.
2001 Failed to make game installation information files required for upload.
3001 Failed to create a directory to save game installation information files needed for upload.
3002 Failed to copy game installation information files required for upload.
3003 Failed to compress upload file.

# 2. Stove PC SDK Dependency DLL

  • Builds to be uploaded to STOVE Studio (opens new window) must include the STOVE PC SDK dependency DLL files.
  • Download Dependency DLL.zip and include DLL files required for each platform (Win32/x64) under the folder.
  • Please copy the DLL files to the plugin or binary folder of the build.

concrt140.dll
msvcp100.dll
msvcp140.dll
msvcr100.dll
vcruntime140.dll

# 3. Limit the path length of uploading build

  • When uploading a build to STOVE Studio (opens new window), if the path length of the game build is more than 159 characters, a 'build failure' error is output.
  • Please shorten the path of the game build to be uploaded as in the example below.
Before change After change
\Game_Data\exceeds 159 characters1\exceeds 159 characters2\exceeds 159 characters3\Matchmaking Demo\Matchmaking Demo_Data\Plugins\x86_64\StovePCMatchmaking64.dll \Game_Data\Matchmaking Demo\Matchmaking Demo_Data\Plugins\x86_64\StovePCMatchmaking64.dll

# 4. Limited hard disk storage space where it locates the build to upload.

  • When uploading a build to STOVE Studio (opens new window), a build failure error is output when the storage space of the hard disk where it locates the uploaded build is insufficient.
  • Please take action to ensure that the free space on the hard disk is sufficient and try again.

# 5. Restrict build case when uploading builds

  • When you upload an updated build to STOVE Studio (opens new window), a build failed error may be output if the case of the existing file name is changed.
  • When updating the build, please do not change the case of the current file name.

# 6. Studio Uploader installation folder input restrictions

  • Suppose the installation folder of Studio Uploader contains a newline character(\n). In that case, an error is output when starting the game in the STOVE launcher.
  • Please enter so that there are no unnecessary contents in the installation folder.

# 7. Large build upload limit

# 8. Install DLC data to ROOT path

  • If you are installing DLC data directly to the ROOT path of the build, simply enter the . symbol in the installation folder of STOVE Studio (opens new window) Uploader.

# 9. If there is a game execution exe file in a subfolder

  • If the game execution exe file is in the A folder and the game data is in the B folder, you cannot start the game through the STOVE launcher.
  • Please change it so that the user runs the game executable exe file in the ROOT path of the build.

# 10. Uppercase Limits on File Extensions

  • If the file extension is in uppercase (.EXE, .BAT), the STOVE launcher cannot recognize it, and users can't start the game.
  • Please change the file extension to lowercase.
Last Updated: 11/22/2023, 1:25:27 PM