Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

Page 21 of 103 FirstFirst ... 1113141516171819202122232425262728293171 ... LastLast
Results 301 to 315 of 1536
  1. #301
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Or install a Linux distribution such as the SierraJAVA is done in java can run without problems in Linux.

    But I think he'll want Windows.

  2. #302
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by Quackster View Post
    Computer is currently infected with the following trojans

    • Sirefef.AC
    • Sirefef.AH


    It has disabled localhost/127.0.0.1 from loading. I'll use a different computer.
    That's why people use Linux, Windows is an insecure pile of trash :)

  3. #303
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by ησвяαιη View Post
    That's why people use Linux, Windows is an insecure pile of trash :)
    And when everyone used linux, Windows will be secure like heaven......
    Last edited by Joopie; 16-04-12 at 07:58 PM.

  4. #304
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by jomp16 View Post
    Searching the internet and I saw that this Trojan is difficult to be removed and when he gets more time on the computer, the more he screws up Windows, you better back up a few important things, documents, photos and more. When you finish making the backup if you want fortate the HD and reinstall Windows or google search for the name of the trojan + remove

    It also shows popups adult content or censored, steals your password information, account, etc.
    I've backed up all my important documents, and since it's a school computer It can easily be wiped and have a fresh installation of Windows :)

    Currently using my older computer at the moment.

  5. #305
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quackster ;-)

    Oh and will it update the repositories of the SierraJAVA on github?

  6. #306
    Custom Title Enabled James is offline
    LegendRank
    Jan 2007 Join Date
    DenverLocation
    2,288Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by Quackster View Post
    Computer is currently infected with the following trojans

    • Sirefef.AC
    • Sirefef.AH


    It has disabled localhost/127.0.0.1 from loading. I'll use a different computer.
    You should probably reformat.

  7. #307
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Development stopped until I get this sorted with the school. All the files are safe.

    I cannot develop if my localhost keeps looping.

    Quote Originally Posted by James View Post
    You should probably reformat.
    I'll have to wait at least when I'm well enough to go back to school and ask the tech people to reformat it (I'm also sick.)

  8. #308
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts
    Or burn an os on a dvd and format it there

    Sent from my DROID2 using Tapatalk

  9. #309
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    I've managed to sort everything out, don't worry guys.

    Updates

    GitHub?

    Sierra is up to date on GitHub word of warning, I had remove and recreate the repository so if there was any watchers, please re-add yourself thank you.

    You can find the following repository at https://github.com/QuacksterNET/SierraJAVA/

    In-game features?

    - Added room creation
    - Place item
    - Load up items
    - Walking, no longer glitchy if you selected another path while you were walking
    - Pick up items
    - Rotate and move items
    - You cannot walk into your selected destination if an item sits on that tile. But you still walk through items to get to that item.
    - Room chatting

    What's up next?

    - Emulator updates online count.
    - Better pathfinder (I plan to)
    - More will come..

    Photos?



    Last edited by Quackster; 17-04-12 at 01:01 PM.

  10. #310
    Account Upgraded | Title Enabled! Giles121 is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    291Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    What To Use To Run The Emulator, Could You Compile It ? Thanks

  11. #311
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Hey man, when I buy something here, the client falls and the emulator gives an error that I'll come by:

    Code:
    java.sql.SQLException: Generated keys not requested. You need to specify Statement.RETURN_GENERATED_KEYS to Statement.executeUpdate() or Connection.prepareStatement().
    [2012/04/17 12:37:55] {0}{0}{0}{9}�{0}{1}I{0}{0}{0}{1}{0}{0}{0}{1}{0}{0}{0}{0}
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    	at com.mysql.jdbc.StatementImpl.getGeneratedKeys(StatementImpl.java:1967)
    	at sierra.messages.item.RequestBuyItem.Parse(RequestBuyItem.java:122)
    	at sierra.network.clients.Session.parseMessage(Session.java:81)
    	at sierra.connections.ConnectionHandler.messageReceived(ConnectionHandler.java:51)
    	at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100)
    	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
    	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:783)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:321)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:299)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216)
    	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80)
    	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
    	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:783)
    	at org.jboss.netty.channel.SimpleChannelHandler.messageReceived(SimpleChannelHandler.java:154)
    	at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100)
    	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
    	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
    	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
    	at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
    	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
    	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
    	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    	at java.lang.Thread.run(Thread.java:722)
    [2012/04/17 12:37:58] {0}{0}{0}{5}{8}�{0}{1}5

  12. #312
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Did you update your database?

  13. #313
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    I am using a database that is included in the new repository on github, if not send another one for me

  14. #314
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by jomp16 View Post
    I am using a database that is included in the new repository on github, if not send another one for me
    Try and use this one..

    sierra(1).sql

    I couldn't use pastebin as the file was too huge.

  15. #315
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Other error...

    Code:
    [2012/04/17 20:04:28] ####*****************####
    [2012/04/17 20:04:28] #### Sierra Emulator ####
    [2012/04/17 20:04:28] ####*****************####
    [2012/04/17 20:04:28]
    [2012/04/17 20:04:28] java.sql.SQLException: Column 'name' not found.
    [2012/04/17 20:04:28] Could not start hotel.
    I'm using the db that you passed to me: sierra(1).sql

    A strange fact is that when I buy furni, displayed an animation of furni going to the inventory and then drops the client, then I go back into the client and the furni is in inventory as if nothing happened, then the problem is that the client falls.

    Do you understand?
    Last edited by jomp16; 18-04-12 at 01:12 AM.



Advertisement