Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(6 edits) (+1)

This may just be something on my end (My operating system is Windows), but as I extract the zip file, it eventually gives me this error for a C++ Header file:

An unexpected error is keeping you from copying this file. If you continue to receive this error, you can use the error code to search for help with this problem.


Error 0x80- so on so forth.

The project would still start up successfully, but if the files that got this error message didn't copy over, which I assume they didn't, it might cause issues.

The error message also mentioned "path too long". I believe I've also run into this error. It may be that some of the names of your files are too long, and Windows won't let them copy (for whatever reason).


Hope this is helpful.

Hello, thank you for the information, and I apologize for the error messages. I found that the files that can't be copied are always part of the tensorflow Python package, most of which is unused, so they have not led to any issues in my experience. If I were to continue with this project, my first goal would certainly be to find a way to cull these unnecessary/problematic files