Currently I’m trying to write a small demo for a game, however whenever I try to test it, it gives me a 404 error.
Every file is a .txt, they have no special characters and the game is set to Public. When I follow the link to it or select it from the dashboard, I get an error.
Could it be the code inside?
1 Like
This thread and post should answer your concern:
2 Likes
Thank you.
1 Like
I don’t know if Don @dashingdon has upgraded to latest CS, but anyway…
404 error is usually caused by bad connection which usually results in connection time-out. In other instance, iirc, using incorrect case-cabitalization also leads to 404 (Startup instead of startup, Chapter1 instead of chapter1, etc). Double check your filename and your *scene_list
.
yeah, it was my file names that caused it.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.