About Store Forum Documentation Contact



Post Reply 
Error when compiling to WEB JS
Author Message
Pokan Offline
Member

Post: #1
Error when compiling to WEB JS
Hello people ,

I need help.

I bought the MMO source code and compiled the client to WEB JS.

I uploaded the project but when i go to the client.html that downloading but after that , that say " -1 " in the case.

Like this :

[Image: 116912lookerror2.png]

http://img11.hostingpics.net/pics/566425lookerror.png
(This post was last modified: 12-28-2014 01:48 PM by Pokan.)
12-28-2014 01:44 PM
Find all posts by this user Quote this message in a reply
Pokan Offline
Member

Post: #2
RE: Error when compiling to WEB JS
I have error , its probably that.

unknow protocol : pthread_create.
12-28-2014 08:56 PM
Find all posts by this user Quote this message in a reply
Prodigy Offline
Member

Post: #3
RE: Error when compiling to WEB JS
You need to upload it into server with httpd (nginx, apache,etc), afaik it won't work if you open it as local files.
12-29-2014 02:12 PM
Find all posts by this user Quote this message in a reply
Pokan Offline
Member

Post: #4
RE: Error when compiling to WEB JS
Its works ty , but when i upload the mmo source, that lauch , after i need to put an server adress , i do this and press connect and nothing after that , that blocked.
12-31-2014 12:58 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Error when compiling to WEB JS
Hello,

Browser connections are based on websockets which are not directly compatible with non-browser connections.
http://www.esenthel.com/?id=doc#Web
01-02-2015 08:11 AM
Find all posts by this user Quote this message in a reply
Pokan Offline
Member

Post: #6
RE: Error when compiling to WEB JS
Ok thanks so , its possible to convert the non browser websocket to browser connection?
01-02-2015 11:41 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Error when compiling to WEB JS
I do not know if that's possible, as browsers operate on sockets/connections differently.
I think that this would require some research.
01-03-2015 04:20 AM
Find all posts by this user Quote this message in a reply
Pokan Offline
Member

Post: #8
RE: Error when compiling to WEB JS
Okey thanks
01-03-2015 01:06 PM
Find all posts by this user Quote this message in a reply
Post Reply