sanderblue / solar-system-threejs

The Solar System modeled to scale with Three.js
http://sanderblue.github.io/solar-system-threejs/
Apache License 2.0
325 stars 70 forks source link

Xampp in Windows 10 PC #26

Open AndersonRPereira opened 6 years ago

AndersonRPereira commented 6 years ago

Hello, how are you?

Thanks for the code, but could you help me? I am not able to open the project, it does not really go from the "OUR SOLAR SYSTEM" home page, I am using Xampp in Windows 10

Best regards Anderson Rodrigues Pereira

sanderblue commented 5 years ago

What browser are you using? Do you see any JavaScript errors in the browser console?

AndersonRPereira commented 5 years ago

I click in the button and nothing happens, no load

Image and video hosting by TinyPic

sanderblue commented 5 years ago

I haven't had time to look directly into this. Can you open Google Chrome's Developer Tools and see if there are any JavaScript errors in the console? That will help me debug this much faster.

I use a Mac, so it is more difficult for me to test this, but I can try to help as much as I can here.

Ab33l commented 5 years ago

screenshot 171

Ab33l commented 5 years ago

Hi, thanks for providing the project to the public. Above is the same error I encountered and I would appreciate any feedback from you.

sanderblue commented 5 years ago

This looks like a relative path issue. You're experiencing a 404 error for the main data file /src/data/solarsystem.json. Is this file located in a different directory, maybe /solar_system/src/data/solarsystem.json? I bet the URL is not matching the path quite right based on your screenshot.