phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

Weltmeiser not working #94

Closed maverickteckh closed 1 year ago

maverickteckh commented 1 year ago

When I try and launch the editor I get a few errors! Nothing is working and im dum :/

Joncom commented 1 year ago

Have you had it working in the past, or is this your first time setting things up? What have you tried so far?

Joncom commented 1 year ago

What specific errors are you seeing?

maverickteckh commented 1 year ago

I have not seen it working Errors below: image

Joncom commented 1 year ago

Looks like your web server may not be processing PHP files as PHP. Have you followed the instructions here?

https://impactjs.com/documentation/getting-started

Message ID: @.***>

maverickteckh commented 1 year ago

hmm OK! i will try

maverickteckh commented 1 year ago

Originally I was running it on github pages, but now I ran it on replit(Has php) and I got the same errors!

maverickteckh commented 1 year ago

I might just write my game from scratch then.

Joncom commented 1 year ago

I’m not so familiar with Replit.

Maybe try using one of the web servers suggested in the link above (ex. XAMMP).

Message ID: @.***>

phoboslab commented 1 year ago

Works for me: https://replit.com/@phoboslab/Impact Steps: create a new repl with PHP, put Impact sources in there, press play.

Or, you can just clone this repl :)

maverickteckh commented 1 year ago

Ok THANKS!