ysrikanth2011 Posted May 13, 2013 Share Posted May 13, 2013 Hi,I have developed ,which is running well in a local machine and also in the LAN, but when the files are uploadedto the server it stops loading at 86% ,when I see the console there are errors that some resources are missing.But I have uploaded all files. Please give the solution for me. P.S : I have used cocos2d-html5 as the library. Quote Link to comment Share on other sites More sharing options...
Chris Posted May 13, 2013 Share Posted May 13, 2013 If you lookup the URLs of the resources that do not load and try to load them directly in your browser, are you getting a 404?If so, take a look if the problematic files have really been uploaded to the correct location, or maybe landed in a wrong folder. Quote Link to comment Share on other sites More sharing options...
rich Posted May 13, 2013 Share Posted May 13, 2013 Be careful you aren't getting caught out by a case-sensitive web server. If you are running Windows locally then "PLAYER.png" and "player.png" will both be seen as the same file. But most proper web servers (running on Linux/etc) will give you a 404 if the file is called "PLAYER.png" but the code looks for "player.png". ysrikanth2011, Chris and nem0ff 3 Quote Link to comment Share on other sites More sharing options...
ysrikanth2011 Posted May 15, 2013 Author Share Posted May 15, 2013 Thanks rich, Your solution helped me. The issue is because of case sensitive. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.