Skip to main content

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

uh i keep getting an error that says stuff isnt loading and once i click retry a few seconds go by and then it comes back saying something else isnt loading eventually looping back saying the first thing that wasnt loading isnt loading again

My first guess, since it is loading the players image, is that it's an issue with the filepath being too long. The easiest way to test that would be to move the game folder to your desktop, and try running it from there. If that works, you just have to change where you are putting the game, or shorten the names of the folders it's inside until it works. Otherwise it could be some sort of permissions issue. To help you with that, I would need to know your operating system.

uh so i just saw this and i tried moving it to the desktop but it didnt work and im on macOS Monterey 12.2

Deleted 3 years ago

i found the issue was down to me not putting in the folder properly but now i just get this error instead of the previous one

Hmm, I haven't seen that particular error before, but we can always try the usual solutions for Mac issues. When you say you weren't putting in the folder properly, do you mean the game wasn't in your applications folder? Because that's another potential cause of issues. Basically the first thing to try with bugs on a Mac is permission issues, so moving the game to the applications folder can help, as can editing the game folder and ensuring it has read/write privileges. Let me know if that helps at all.

where could i see if the game folder has read and write privileges?

This link should explain it better than I could. https://support.apple.com/sl-si/guide/mac-help/mchlp1203/mac

(+1)

thanks that fixed it