About Store Forum Documentation Contact



Post Reply 
[WEB] error message...
Author Message
EsentheLaw Offline
Member

Post: #1
[WEB] error message...
Hey everyone!
I've now been able to build a early test of my game. I uploaded it to my server.
You can try it:
http://anlage.webege.com/FistyFlight/EET...light.html

...I get an PHP error message.
I know very little about this web stuff.
I do know that other engines have made this step very painless.
I haven't had to know anything before!

Any ideas?
I'm working in the dark here!
Thanks!
02-06-2015 02:54 PM
Find all posts by this user Quote this message in a reply
joacorock Offline
Member

Post: #2
RE: [WEB] Php error message...
You need to show us what in that line of code is. I mean the line 102
02-06-2015 04:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #3
RE: [WEB] Php error message...
I forgot all about that!
Sorry!

So, the line(s) is:
100: <body>
101: <a href="http://emscripten.org">
102: <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
103: version="1.1"
104: id="Layer_1"

I;m getting:
Parse error: syntax error, unexpected T_STRING in /home/a6812861/public_html/FistyFlight/EETest/FistyFlight.html on line 102

Plus I attached the whole file if need be. (Zipped to meet size requirement...)


Attached File(s)
.zip  FistyFlight.zip (Size: 37.3 KB / Downloads: 4)
(This post was last modified: 02-06-2015 07:46 PM by EsentheLaw.)
02-06-2015 07:26 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #4
RE: [WEB] Php error message...
hmm, shall there be "no"/> instead of "no"?> ?
02-06-2015 08:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #5
RE: [WEB] Php error message...
Thanks!
Same result.

Note: This is a FREE server (00webhost). Perhaps it's not capable somehow?
I don't really want to go pay for a server to test at this point.
02-06-2015 08:36 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: [WEB] Php error message...
I can't open your website at all:
Quote:This webpage is not available

ReloadHide details
Google Chrome could not load the webpage because anlage.webege.com took too long to respond. The website may be down, or you may be experiencing issues with your Internet connection.
Search on Google

Error code: ERR_CONNECTION_TIMED_OUT

Note: if this is HTML then it's not a "PHP" issue.
02-06-2015 09:53 PM
Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #7
RE: [WEB] Php error message...
Wow. Was NOT expecting that answer !!!
Humm.
Anyone else with this issue?
Another test project from same site: http://anlage.webege.com/FistyFlight/A2/
02-06-2015 10:19 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: [WEB] Php error message...
Hi,

I can't even open http://anlage.webege.com/ (tried both IE and Google Chrome, perhaps the hosting company has problems with sending data internationally, I'm in New Zealand).
02-06-2015 10:32 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: [WEB] Php error message...
But when I start your HTML file from the attached ZIP, it works fine.

So I think the problem is in the host.


Attached File(s) Image(s)
   
02-06-2015 10:34 PM
Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #10
RE: [WEB] error message...
Very strange. I have had people test my stuff in Spain and other places.
Weird!
I'm getting an error on the local .html file. (But I sorta expected that...)
See my screen shot if you like.
I'm working outta the publish directory.

I haven't yet published with individual files. Perhaps this may help.


Attached File(s) Image(s)
   
02-06-2015 11:16 PM
Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #11
RE: [WEB] error message...
Way past my bed time here! But just before bed I was able to move it to a hostgator paid site.

http://anlagegames.com/fisty/FistyFlight.html

Different, but, still not working!
02-07-2015 03:28 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: [WEB] error message...
Hi,

Your error is
"missing function: _Z7Preloadv"
You need to check the "Web app" tutorial and add that function.
02-07-2015 09:32 PM
Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #13
RE: [WEB] error message...
Can't thank you enough for your help here.
I'm closer, but still not quite there.

Latest failure:
http://anlagegames.com/fisty/WebApp/WebApp.html

This is the WebApp tutorial.
It built fine,,, but,,, Im using Emscripten 1.29 (latest)
And I found the output from the build ..interesting.
You may like to read it, so I attached it.

Not sure what to try next..!

Update:
So I tried something to eliminate the "Can't load pak from memory" problem
I un-checked Publish as .PAK

Got this error (screen shot)
https://www.dropbox.com/s/d2yw0sunyxijza...9.png?dl=0

And this result:
http://anlagegames.com/fisty/WA/WebApp.html

Which is completely dead!
Wow. Web really hates me!
I wish I could give up on it, but I really need a web version of my game(s)


Attached File(s)
.txt  Output.txt (Size: 4.93 KB / Downloads: 3)
(This post was last modified: 02-07-2015 11:19 PM by EsentheLaw.)
02-07-2015 10:50 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #14
RE: [WEB] error message...
Hi,

Could you try compiling using
Emscripten 1.21
https://s3.amazonaws.com/mozilla-games/e...-64bit.exe
I've just compiled Web App using latest EE with Emscripten 1.21
http://esenthel.com/App/Web%20App.html

And make sure to have "Publish Project Data and Publish Data as PAK's - ENABLED" in application settings.

I'm going to update EE to latest Emscripten, but it may be some time before it'll be ready.
02-08-2015 01:32 AM
Find all posts by this user Quote this message in a reply
EsentheLaw Offline
Member

Post: #15
RE: [WEB] error message...
Still nothing for me here. (Sadface)

http://anlagegames.com/fisty/WA/WebApp.html

Are your settings the same as mine:?
https://www.dropbox.com/s/d2yw0sunyxijza...9.png?dl=0

It's an older screen shot. Shows the error I get when publishing .PAK's is off. I have it back on.

I'm at a loss!

Another stab in the dark. Should I be using the supplied uploader? I use FileZilla. I tried the uploader, but it asked for too much information for me right now!! (I did get it to work tho (I think!) )
(This post was last modified: 02-08-2015 02:28 AM by EsentheLaw.)
02-08-2015 02:23 AM
Find all posts by this user Quote this message in a reply
Post Reply