Duplicate class field declaration: Thumbs__db
-
I've been following the RPG tutorial and just made it to the combat section. When I try to compile the code, though, AssetPaths.hx gives me the error "Duplicate class field declaration: Thumbs__db". There aren't any thumbs.db files anywhere in my assets folder, even though I've set it to show hidden files... how can I fix this? Any help would be appreciated :)
-
Check it again, it may be hidden
Optionally, refer to this: Build error caused by thumbs.db
-
Huh. Turns out there were thumbs.db files in my assets folder, though they only showed up in command prompt. Deleting them fixed the problem, thanks!
-
You can add this to project.xml in case it ends up in your assets folder again.
<assets path="assets" exclude="*.db" />
-
I legit disabled thumbnails on my computer because of haxeflixel lol.
-
Good to know. Thanks guys :D