Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

@toasteater Currently there is also a annoying bug on Windows with your game folder. `C:\Users\*username*\AppData\Roaming\Godot\app_userdata` is corrupted on creation when you run the game and can only be removed if you rename using the x name of the folder in a admin cmd.

For anyone having this problem solution is easy:
- Open admin cmd.
- cd `C:\Users\*username*\AppData\Roaming\Godot\app_userdata`
- dir /x
- ren LAVA~1 (*or wathever the x path is) randomNewName
- The folder is un-corrupted and you can delete is as normal.

The user data folder is managed by Godot. We only used "user://". Please report this to Godot Engine instead.

(5 edits)

It's only with your game though, I don't have the source so I can't figure out what is going on and check if it's engine or a config problem.
Might be an idea for you setup a virtual Windows environment for testing?

*edit* Also I posted it here so other people that are running Windows trying to delete their folders after checking out all jam games might be helped. ;)

*edit* It might just be the dot at the end in the name. It's definitely the dot at the end of the game name, easy fix is just to remove that from the game project name.

This bug has been fixed in the latest builds: https://aemetta-toasteater.itch.io/lavakinemat-inc/devlog/82123/fixes-to-windows...

Note that your progress will be lost if you don't copy the safe files manually.