[SOLVED] Problems with the emulator (76%)

Nikouw

New Member
Sep 12, 2020
5
1
Hi! Im new here and i have a little problem with the infinite 76% loading screen.
I need to know if the emulator (comet) needs the "localhost" IP, the private machine IP (172.16.XXX.XXX in my case) or the public IP of the machine. The machine is in a Windows 10 VMware virtualization with a NAT in a Dedicated server.
Opened ports -> 443 80 30000

Emulator - comet.properties
You must be registered for see images attach


If you can say me too where i need to set the IP value and the port i will be grateful :)
 

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
For your server if your database is on the local machine I'm sure you can leave it as localhost.
Try these,
1. Opening port 30000 on your firewall
2. Go over your external variables and overrides as well as the client.php file and make sure they're all correct.

Most of the time this error is from incorrectly set up variables.
 

Nikouw

New Member
Sep 12, 2020
5
1
For your server if your database is on the local machine I'm sure you can leave it as localhost.
Try these,
1. Opening port 30000 on your firewall
2. Go over your external variables and overrides as well as the client.php file and make sure they're all correct.

Most of the time this error is from incorrectly set up variables.
Hi!
How i can now if all the variables are okey?
 

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
Hi!
How i can now if all the variables are okey?
There are lots of tutorials on how to set up these hotels and it will most likely go over how it's done.
Check all your links in your external_variables is correct. Mostly the ones right at the bottom of the file.
 

Nikouw

New Member
Sep 12, 2020
5
1
There are lots of tutorials on how to set up these hotels and it will most likely go over how it's done.
Check all your links in your external_variables is correct. Mostly the ones right at the bottom of the file.
Seems that all of them are working, how i can test if the client have connection to the emulator?
 

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
I think you could run your emulator in debug mode and watch for any connections.
Post your code and give us a look at it.
Emu config
external_variables
external_override_variables
Client.php
Also have you allowed the connection from the firewall?
 

Nikouw

New Member
Sep 12, 2020
5
1
I think you could run your emulator in debug mode and watch for any connections.
Post your code and give us a look at it.
Emu config
external_variables
external_override_variables
Client.php
Also have you allowed the connection from the firewall?
MY-DOMAIN.es -> i replaced my domain for this
db settings -> replaced for security

You must be registered for see images attach


Yes, 80 and 30000 is allowed in the Firewall and NAT
 

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
There is only a few things that cause a 76% :

  • Emulator is throwing errors connecting (SSO ticket doesn't match, Other issues creating userdata, etc.) [Check the log file]
  • Emulator port is not opened in the firewall [Go to windows advanced firewall and allow an INCOMING connection of your port on TCP]
  • Client is not configured to the correct IP/Port that your emulator is running on, check both configs and ensure they line up
  • Your external variables are not linked to your domain properly in the swf folder [CTRL +SHIFT +J on the client will open the dev tools and you can check console printouts for 404 errors]
  • Mismatch between HTTPS and HTTP if you have an SSL certificate, or don't and are requesting to load from https

This is 2 posts down from this on latest FeelsBadMan
 

Nikouw

New Member
Sep 12, 2020
5
1
This is 2 posts down from this on latest FeelsBadMan
Where i can find the log file of the emulator? i can't find any .log or .txt file, is pure .jar content
Code:
C:.
│   Comet-Server-2.11.1-TEST1.jar
│   run.bat
│
├───config
│       cache.json
│       comet.properties
│       ehcache.xml
│       figuredata.xml
│       locale.properties
│       log4j.properties
│       modules.json
│
├───configuration
│       Coerce.json
│       log4j2.xml
│       MessagingServer.json
│
├───lib
│       annotations-2.0.0.jar
│       antlr-2.7.2.jar
│       aopalliance-1.0.jar
│       aopalliance-repackaged-2.5.0-b30.jar
│       apache-log4j-extras-1.2.17.jar
│       apiguardian-api-1.1.0.jar
│       archaius-core-0.6.5.jar
│       asm-all-5.0.1.jar
│       aspectjrt-1.7.1.jar
│       async-http-client-1.9.40.jar
│       blitz4j-1.36.0.jar
│       bonecp-0.8.0.RELEASE.jar
│       Coerce-API-1.0-SNAPSHOT.jar
│       Coerce-Commons-1.0-SNAPSHOT.jar
│       Coerce-Messaging-Client-1.0-SNAPSHOT.jar
│       Coerce-Messaging-Core-1.0-SNAPSHOT.jar
│       Coerce-Networking-Netty-1.0-SNAPSHOT.jar
│       com.sun.el-2.2.0.v201303151357.jar
│       Comet-API-2.11.1-TEST1.jar
│       Comet-Common-2.11.1-TEST1.jar
│       Comet-Game-Groups-2.11.1-TEST1.jar
│       Comet-Game-Items-2.11.1-TEST1.jar
│       Comet-Game-Rooms-2.11.1-TEST1.jar
│       Comet-GameCenter-FastFood-2.11.1-TEST1.jar
│       Comet-Networking-API-2.11.1-TEST1.jar
│       Comet-Networking-Composers-2.11.1-TEST1.jar
│       Comet-Server-Protocol-2.11.1-TEST1.jar
│       Comet-Storage-API-2.11.1-TEST1.jar
│       Comet-Storage-MySQL-2.11.1-TEST1.jar
│       commons-codec-1.6.jar
│       commons-collections-3.2.1.jar
│       commons-collections4-4.0.jar
│       commons-configuration-1.8.jar
│       commons-io-20030203.000550.jar
│       commons-lang-20030203.000129.jar
│       commons-lang3-3.0.jar
│       commons-logging-1.1.3.jar
│       commons-pool2-2.4.2.jar
│       dagger-2.13.jar
│       dnsjava-2.1.8.jar
│       ehcache-2.10.0.jar
│       governator-1.3.3.jar
│       gson-2.7.jar
│       guava-16.0.1.jar
│       guice-4.1.0.jar
│       guice-assistedinject-3.0.jar
│       guice-grapher-3.0.jar
│       guice-multibindings-3.0.jar
│       hamcrest-core-1.3.jar
│       hibernate-validator-4.1.0.Final.jar
│       HikariCP-2.3.7.jar
│       hk2-api-2.5.0-b30.jar
│       hk2-locator-2.5.0-b30.jar
│       hk2-utils-2.5.0-b30.jar
│       httpclient-4.3.3.jar
│       httpcore-4.3.2.jar
│       jackson-annotations-2.3.0.jar
│       jackson-core-2.3.3.jar
│       jackson-core-asl-1.9.13.jar
│       jackson-databind-2.3.3.jar
│       jackson-mapper-asl-1.9.13.jar
│       Java-WebSocket-1.3.8.jar
│       javassist-3.19.0-GA.jar
│       javax.annotation-api-1.2.jar
│       javax.el-2.2.0.v201303151357.jar
│       javax.inject-1.jar
│       javax.inject-2.5.0-b30.jar
│       javax.servlet-3.0.0.v201112011016.jar
│       javax.servlet.jsp-2.2.0.v201112011158.jar
│       javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
│       javax.ws.rs-api-2.0.1.jar
│       jbcrypt-0.3m.jar
│       jcabi-aspects-0.7.5.jar
│       jcabi-log-0.7.5.jar
│       jedis-2.8.1.jar
│       jersey-common-2.25.jar
│       jersey-guava-2.25.jar
│       jetty-http-9.0.2.v20130417.jar
│       jetty-io-9.0.2.v20130417.jar
│       jetty-jsp-9.0.2.v20130417.jar
│       jetty-security-9.0.2.v20130417.jar
│       jetty-server-9.0.2.v20130417.jar
│       jetty-servlet-9.0.2.v20130417.jar
│       jetty-util-9.0.2.v20130417.jar
│       jetty-webapp-9.0.2.v20130417.jar
│       jetty-xml-9.0.2.v20130417.jar
│       jna-3.5.2.jar
│       joda-time-2.3.jar
│       jsr166y-1.7.0.jar
│       junit-4.11.jar
│       junit-jupiter-api-5.5.0-RC1.jar
│       junit-jupiter-api-5.5.0-RC2.jar
│       junit-jupiter-api-5.5.0.jar
│       junit-jupiter-api-5.5.1.jar
│       junit-platform-commons-1.5.0-RC1.jar
│       junit-platform-commons-1.5.0-RC2.jar
│       junit-platform-commons-1.5.0.jar
│       junit-platform-commons-1.5.1.jar
│       log4j-1.2.17.jar
│       log4j-api-2.2.jar
│       log4j-core-2.2.jar
│       mysql-connector-java-5.1.34.jar
│       netty-3.10.6.Final.jar
│       netty-all-4.0.29.Final.jar
│       netty-buffer-4.0.19.Final.jar
│       netty-codec-4.0.19.Final.jar
│       netty-codec-http-4.0.19.Final.jar
│       netty-common-4.0.19.Final.jar
│       netty-handler-4.0.19.Final.jar
│       netty-socketio-1.6.5.jar
│       netty-transport-4.0.19.Final.jar
│       opentest4j-1.2.0.jar
│       org.apache.jasper.glassfish-2.2.2.v201112011158.jar
│       org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar
│       org.eclipse.jdt.core-3.8.2.v20130121.jar
│       osgi-resource-locator-1.0.1.jar
│       platform-3.5.2.jar
│       raven-4.1.2.jar
│       raven-log4j-4.1.2.jar
│       servo-core-0.4.36.jar
│       slf4j-api-1.7.6.jar
│       slf4j-simple-1.7.6.jar
│       spark-core-2.0.0.jar
│       validation-api-1.1.0.Beta2.jar
│       xbean-asm-util-3.17.jar
│       xbean-bundleutils-3.17.jar
│       xbean-finder-3.17.jar
│       xml-apis-1.3.04.jar
│
└───modules
        Comet-API-Example-2.11.1-TEST1.jar
        Comet-Game-Groups-2.11.1-TEST1.jar
        Comet-GameCenter-FastFood-2.11.1-TEST1.jar
Post automatically merged:

Seems that is loading in the own machine but out of it is stuck at 76%, i dont know if is the IP assigned to the emulator/the ip assigned in the panel
Post automatically merged:

SOLUTION:
Changed ip in the comet.properties
You must be registered for see images attach

(comet.db.host = 127.0.0.1)
Panel IP
You must be registered for see images attach
 
Last edited:

Users who are viewing this thread

Top