Thread: Asteria 3.0

Page 3 of 26 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 253
  1. #21  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    thx bruv
    Attached image
    Reply With Quote  
     

  2. #22  
    The Age of Creation First Age's Avatar
    Join Date
    Feb 2015
    Posts
    267
    Thanks given
    12
    Thanks received
    49
    Rep Power
    37
    Nice release, thank you for your contribution.
    Reply With Quote  
     

  3. #23  
    Banned
    Join Date
    Jan 2013
    Posts
    486
    Thanks given
    37
    Thanks received
    68
    Rep Power
    0
    Amazing Lare.
    Reply With Quote  
     

  4. #24  
    Banned
    Join Date
    May 2015
    Posts
    57
    Thanks given
    31
    Thanks received
    11
    Rep Power
    0
    Amazing
    Reply With Quote  
     

  5. #25  
    Registered Member
    Join Date
    May 2011
    Age
    26
    Posts
    166
    Thanks given
    44
    Thanks received
    25
    Rep Power
    18
    Awesome thanks for the release
    Reply With Quote  
     

  6. #26  
    Donator

    Join Date
    Nov 2014
    Posts
    39
    Thanks given
    10
    Thanks received
    8
    Rep Power
    21
    Thanks man,Been wating forever
    Reply With Quote  
     

  7. #27  
    Registered Member
    Join Date
    Jun 2015
    Posts
    178
    Thanks given
    166
    Thanks received
    67
    Rep Power
    0
    Great work! Code looks good and the documentation is great.
    Quote Originally Posted by ClueScr0ll View Post
    My run.bat in the source keeps giving me "Error: Could not find or load man class client"

    I'm so new to this it's not even funny. Can anyone help me out?
    Reply With Quote  
     

  8. #28  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by Gameboi View Post
    Good stuff man!



    y u no eclips3 ?!
    yeah why dont you eclipse

    gj lare, as usual. i looked through the repository it all looks really well done as expected.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  9. #29  
    Chemist

    Advocatus's Avatar
    Join Date
    Dec 2009
    Posts
    2,622
    Thanks given
    201
    Thanks received
    813
    Rep Power
    1462
    Congrats on finishing this finally man.


    Just one thing. Your whole network section of this post just highlights the inherent problems of runesource's design.
    Quote Originally Posted by lare96 View Post
    the overhead of doing all logins on the game thread
    Not a problem with the networking but more with the login design. It should really be handled via a more service oriented design.
    Quote Originally Posted by blakeman8192 View Post
    Quitting is the only true failure.
    Reply With Quote  
     

  10. Thankful user:


  11. #30  
    Registered Member
    Join Date
    Apr 2015
    Posts
    126
    Thanks given
    40
    Thanks received
    5
    Rep Power
    0
    Doesn't work.

    Code:
    "C:\Program Files\Java\jdk1.8.0_31\bin\java" -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.1.4\bin" -Dfile.encoding=windows-1252 -classpath "C:\Program Files\Java\jdk1.8.0_31\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_31\jre\lib\ext\zipfs.jar;C:\Users\Project_X\workspace\asteria-3.0-master\out\production\asteria-3.0-master;C:\Users\Project_X\workspace\asteria-3.0-master\deps\guava-18.0.jar;C:\Users\Project_X\workspace\asteria-3.0-master\deps\gson-2.3.1.jar;C:\Users\Project_X\workspace\asteria-3.0-master\deps\groovy-all-2.4.3.jar;C:\Users\Project_X\workspace\asteria-3.0-master\deps\netty-all-4.0.26.Final.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.1.4\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain com.asteria.Server
    Jul 08, 2015 2:54:36 AM com.asteria.Server main
    INFO: Initializing the Bootstrap...
    Jul 08, 2015 2:54:39 AM com.asteria.game.plugin.PluginHandler init
    SEVERE: An error has occured while initializing the Bootstrap!
    java.lang.reflect.InvocationTargetException
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
    	at com.asteria.game.plugin.PluginHandler.init(PluginHandler.java:51)
    	at com.asteria.game.GameBuilder$$Lambda$19/1694819250.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    	at java.lang.Thread.run(Thread.java:745)
    Caused by: java.nio.file.NoSuchFileException: .\bin\plugin
    	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
    	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
    	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
    	at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
    	at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
    	at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193)
    	at java.nio.file.Files.readAttributes(Files.java:1737)
    	at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
    	at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
    	at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)
    	at java.nio.file.Files.walkFileTree(Files.java:2662)
    	at java.nio.file.Files.walkFileTree(Files.java:2742)
    	at java_nio_file_Files$walkFileTree.call(Unknown Source)
    	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
    	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:110)
    	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
    	at plugin.PluginBootstrap.init(PluginBootstrap.groovy:42)
    	at plugin.PluginBootstrap$init.callStatic(Unknown Source)
    	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:53)
    	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:191)
    	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:203)
    	at plugin.PluginBootstrap.provide(PluginBootstrap.groovy:35)
    	at plugin.PluginBootstrap.<init>(PluginBootstrap.groovy:24)
    	... 9 more
    
    Jul 08, 2015 2:54:39 AM com.asteria.Server main
    INFO: The Bootstrap has been bound, Asteria 3.0 is now online!
    and its a groovy project. Eclipse mars doesn't support groovy plugin, I installed groovy plugin on eclipse luna and still doesn't work.
    Reply With Quote  
     

Page 3 of 26 FirstFirst 1234513 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Asteria-X Release
    By D R O in forum Downloads
    Replies: 51
    Last Post: 07-24-2012, 12:51 PM
  2. Realms of Asteria - It's only the start V0.1
    By youngy_james in forum Projects
    Replies: 83
    Last Post: 05-08-2012, 10:18 PM
  3. [PI] Developers for Realms of Asteria
    By youngy_james in forum Requests
    Replies: 14
    Last Post: 05-01-2012, 08:30 PM
  4. Asteria-X Project
    By D R O in forum Projects
    Replies: 6
    Last Post: 02-20-2012, 11:28 PM
  5. Replies: 20
    Last Post: 11-26-2011, 09:51 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •