Jump to content

Loses

Members
  • Joined

  • Last visited

Everything posted by Loses

  1. Loses replied to GodJesseJames's post in a topic in 317
    legend, always have had a hard time running these
  2. thanks for the release
  3. Thanks, was looking for this!
  4. Loses replied to Lagoon's post in a topic in 317
    Interesting, wish t here was more details on this one.
  5. Loses replied to Origin's post in a topic in 317
    I'd like to check this out, thanks.
  6. Loses replied to Origin's post in a topic in 317
    Interesting release
  7. Loses replied to Jason's post in a topic in 317
    looks interesting , thanks
  8. Loses replied to Jack's post in a topic in 317
    Has anyone been able to get this thing running?.. I can't seem to figure out the mysql.properties , I imported the schema, and its giving me 3 different databases (emulous/emoulos_store/emulous_vote) I found a mysql.properties online and decided to try it and have this in it jdbcUrl=jdbc:mysql://localhost:3306/emulous?allowPublicKeyRetrieval=true&useSSL=false dataSource.user=root dataSource.password=123123 dataSource.cachePrepStmts=true dataSource.prepStmtCacheSize=250 dataSource.prepStmtCacheSqlLimit=2048 This is what my MySQL Workbench displays.. [img]https://i.gyazo.com/a4e3d0c9f56d335666bd27dd6aaf7ea7.png[/img] I was hoping someone could help me figure out whats going on.. when I go to start the server, its having a problem with the way I set the MYSQL up C:\Users\sysadmin\.jdks\adopt-openj9-11.0.9\bin\java.exe "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\lib\idea_rt.jar=51696:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\bin" -Dfile.encoding=UTF-8 -classpath D:\Programming\Java\Emulous\Emulous-Server-master\target\classes;C:\Users\sysadmin\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\sysadmin\.m2\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;C:\Users\sysadmin\.m2\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;C:\Users\sysadmin\.m2\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;C:\Users\sysadmin\.m2\repository\io\netty\netty-all\4.1.27.Final\netty-all-4.1.27.Final.jar;C:\Users\sysadmin\.m2\repository\com\google\guava\guava\25.1-jre\guava-25.1-jre.jar;C:\Users\sysadmin\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\sysadmin\.m2\repository\org\checkerframework\checker-qual\2.0.0\checker-qual-2.0.0.jar;C:\Users\sysadmin\.m2\repository\com\google\errorprone\error_prone_annotations\2.1.3\error_prone_annotations-2.1.3.jar;C:\Users\sysadmin\.m2\repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;C:\Users\sysadmin\.m2\repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;C:\Users\sysadmin\.m2\repository\org\apache\commons\commons-compress\1.17\commons-compress-1.17.jar;C:\Users\sysadmin\.m2\repository\org\reflections\reflections\0.9.11\reflections-0.9.11.jar;C:\Users\sysadmin\.m2\repository\org\javassist\javassist\3.21.0-GA\javassist-3.21.0-GA.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.2.51\kotlin-stdlib-jdk8-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.2.51\kotlin-stdlib-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.2.51\kotlin-stdlib-common-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.2.51\kotlin-stdlib-jdk7-1.2.51.jar;C:\Users\sysadmin\.m2\repository\io\github\microutils\kotlin-logging\1.5.4\kotlin-logging-1.5.4.jar;C:\Users\sysadmin\.m2\repository\com\squareup\okhttp3\okhttp\3.11.0\okhttp-3.11.0.jar;C:\Users\sysadmin\.m2\repository\com\squareup\okio\okio\1.14.0\okio-1.14.0.jar;C:\Users\sysadmin\.m2\repository\com\zaxxer\HikariCP\3.2.0\HikariCP-3.2.0.jar;C:\Users\sysadmin\.m2\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;C:\Users\sysadmin\.m2\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar com.emulous.Emulous 18:56:49.836 [main] INFO com.emulous.Emulous - Starting Emulous (v: 12, commit: ${git.commit.id}) 18:56:49.839 [main] DEBUG com.emulous.Emulous - OS: Windows 10 18:56:49.845 [main] DEBUG com.emulous.Emulous - JVM version: 11.0.9+11 18:56:49.898 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://localhost:3306/emulous_vote?allowPublicKeyRetrieval=true&useSSL=false 18:56:50.113 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - null - Closing connection com.mysql.cj.jdbc.ConnectionImpl@aacfdae: (initialization check complete and minimumIdle is zero) 18:56:50.116 [main] ERROR com.emulous.Emulous - An exception was caught whilst running system initialization. Shutting down. java.lang.IllegalArgumentException: null at java.base/java.util.concurrent.LinkedBlockingQueue.<init>(LinkedBlockingQueue.java:254) at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:130) at com.emulous.database.Database.init(Database.java:16) at com.emulous.Emulous.runAllInitializers(Emulous.java:159) at com.emulous.Emulous.main(Emulous.java:113) Thanks
  9. i hoppe it still works
  10. Loses replied to Flub's post in a topic in RSPS Tools Downloads
    thanks ; needed this again.
  11. Thanks for this
  12. Elvarg? Updated? Def interested to check this out.
  13. Loses replied to Jack's post in a topic in 317
    I hope I can get this running, would be fun to play around with.
  14. I remember this project when I was in middle school lol
  15. oldie but goldie; thanks for the download chum
  16. Needed this just in time! lol thanks
  17. Thanks for release trees; I know you always post quality content!!@!@!!@@ !
  18. Worth checking out for sure; thanks for release!
  19. Loses replied to Lagoon's post in a topic in RSPS Tools Downloads
    Interesting! I thought there was only 1 map editor out there
  20. Loses replied to Sanity's post in a topic in 317
    how did I miss this release? Thanks much
  21. Loses replied to Xophox's post in a topic in OSRS
    gonna be checking this out for sure! thanks
  22. Loses replied to Lagoon's post in a topic in OSRS
    Interested with Kotlin; thanks!
  23. Loses replied to Tiller's post in a topic in OSRS
    ill try this out; thank you much
  24. Seems interesting; thanks!
  25. Thanks for the release; interested to view it