Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Loses

Members
  • Joined

  • Last visited

Everything posted by Loses

  1. Loses replied to GodJesseJames's topic in 317
    legend, always have had a hard time running these
  2. Thanks, was looking for this!
  3. Loses replied to Lagoon's topic in 317
    Interesting, wish t here was more details on this one.
  4. Loses replied to Origin's topic in 317
    I'd like to check this out, thanks.
  5. Interesting release
  6. Loses replied to Jason's topic in 317
    looks interesting , thanks
  7. Loses replied to Jack's 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
  8. thanks ; needed this again.
  9. Thanks for this
  10. Elvarg? Updated? Def interested to check this out.
  11. Loses replied to Jack's topic in 317
    I hope I can get this running, would be fun to play around with.
  12. I remember this project when I was in middle school lol
  13. oldie but goldie; thanks for the download chum
  14. Needed this just in time! lol thanks
  15. Thanks for release trees; I know you always post quality content!!@!@!!@@ !
  16. Worth checking out for sure; thanks for release!
  17. Interesting! I thought there was only 1 map editor out there
  18. how did I miss this release? Thanks much
  19. gonna be checking this out for sure! thanks
  20. Interested with Kotlin; thanks!
  21. Loses replied to Tiller's topic in OSRS
    ill try this out; thank you much
  22. Seems interesting; thanks!

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.