Thread: os-scape 171 server

Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 97
  1. #71  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by mikan View Post
    yes, move on from a whole ass different revision to os-scape thats the ruse of osrs and is way less documented than 317
    It may be the "ruse" of OSRS but it's 1000x better than actual ruse (or elvarg, for that matter), it's way better written, has significantly better networking, can handle over 1000 players just fine, OSRS protocol itself provides a ton of extra functionality over 317, etc. I'd argue os-scape is better written than runite, too.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  2. Thankful user:


  3. #72  
    Registered Member
    Join Date
    Jan 2017
    Posts
    195
    Thanks given
    13
    Thanks received
    27
    Rep Power
    13
    good release thanks
    Reply With Quote  
     

  4. #73  
    A good beginning makes a good end.
    Elon Musk's Avatar
    Join Date
    Mar 2013
    Posts
    663
    Thanks given
    86
    Thanks received
    72
    Rep Power
    87
    Great release!
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  5. #74  
    Registered Member
    Join Date
    Jun 2018
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    theres no run in the folder i gota use eclipse?
    Reply With Quote  
     

  6. #75  
    Donator

    Join Date
    Oct 2020
    Posts
    39
    Thanks given
    0
    Thanks received
    3
    Rep Power
    13
    I got this to work so far so good, now it's telling me it can't read chatlog or it's processing it.


    Edit: also this;


    https://imgur.com/a/BzsKY1g
    Last edited by ZootAllDay; 03-24-2021 at 07:57 PM. Reason: new issue
    Reply With Quote  
     

  7. #76  
    Registered Member
    Join Date
    Apr 2021
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    All steps followed, then on run/execute I receive this error:

    Code:
    Caused by: org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
    I saw someone had got that before and downgraded to postgre10 but when I try to run 10 it doesn't even load up lol so that's not an option for me. I also uninstalled it all and tried from scratch, same error. Please advise?
    Reply With Quote  
     

  8. #77  
    Donator

    Join Date
    Oct 2020
    Posts
    39
    Thanks given
    0
    Thanks received
    3
    Rep Power
    13
    Quote Originally Posted by cellulite View Post
    All steps followed, then on run/execute I receive this error:

    Code:
    Caused by: org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
    I saw someone had got that before and downgraded to postgre10 but when I try to run 10 it doesn't even load up lol so that's not an option for me. I also uninstalled it all and tried from scratch, same error. Please advise?
    I have had that as well on my laptop, psql server run just pops up and closes here. Check if you have background processes running that prevent this from booting, currently working on something that doesnt require sql yet
    Reply With Quote  
     

  9. #78  
    Registered Member
    Join Date
    Apr 2021
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by ZootAllDay View Post
    I have had that as well on my laptop, psql server run just pops up and closes here. Check if you have background processes running that prevent this from booting, currently working on something that doesnt require sql yet

    Nothing that would block it, that seemed to only happen for v10 regardless. I saw in services it was stopped, restarted/started it, and to no avail. 11 and 13 both load up for me but spit the same error. Am I doing something wrong with the pg_hba.conf? Am I suppose to be putting in an IP somewhere else as well?
    Reply With Quote  
     

  10. #79  
    Banned

    Join Date
    Dec 2019
    Age
    31
    Posts
    376
    Thanks given
    361
    Thanks received
    214
    Rep Power
    0
    Quote Originally Posted by ZootAllDay View Post
    I have had that as well on my laptop, psql server run just pops up and closes here. Check if you have background processes running that prevent this from booting, currently working on something that doesnt require sql yet
    Quote Originally Posted by cellulite View Post
    Nothing that would block it, that seemed to only happen for v10 regardless. I saw in services it was stopped, restarted/started it, and to no avail. 11 and 13 both load up for me but spit the same error. Am I doing something wrong with the pg_hba.conf? Am I suppose to be putting in an IP somewhere else as well?


    This is how you fix it.

    Follow my quote on page 6.

    Quote Originally Posted by idrc View Post
    if anyone has issues establishing any connection with postgres after doing so from the installer, go to C:/Program Files/Postgres folder/data/ and open this file > pg_hba.conf
    and open with notepad++ or someshit.

    Youll see something like this;
    Code:
    # Allow any user from any host with IP address 192.168.93.x to connect
    # to database "postgres" as the same user name that ident reports for
    # the connection (typically the operating system user name).
    #
    # TYPE  DATABASE        USER            ADDRESS                 METHOD
    host    postgres        all             192.168.93.0/24         ident
    where it says method, change all the column values to trust so it looks like this:

    Code:
    # Allow any user from any host with IP address 192.168.93.x to connect
    # to database "postgres" as the same user name that ident reports for
    # the connection (typically the operating system user name).
    #
    # TYPE  DATABASE        USER            ADDRESS                METHOD
    host    postgres        all             192.168.93.0/24        trust
    [/CODE]
    Reply With Quote  
     

  11. #80  
    Registered Member
    Join Date
    Apr 2021
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by idrc View Post
    This is how you fix it.

    Follow my quote on page 6.
    i failed to read ALL COLUMNS... thank you for respoting. ur a legend.
    Reply With Quote  
     

Page 8 of 10 FirstFirst ... 678910 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. Replies: 100
    Last Post: 12-28-2019, 01:13 AM
  2. OS-Scape ECO server gp for sale!! 150m!!
    By lary_30 in forum Selling
    Replies: 13
    Last Post: 06-20-2016, 05:19 PM
  3. OS-Scape Blood Money (PvP Server)
    By Affliction in forum Buying
    Replies: 6
    Last Post: 03-19-2016, 03:55 AM
  4. Maulzz-Scape 508 Server Release !
    By Lenin in forum Downloads
    Replies: 47
    Last Post: 08-17-2009, 11:28 PM
  5. Legend-Scape - ::Pickup Server -
    By Smithy in forum Advertise
    Replies: 1
    Last Post: 05-15-2009, 09:53 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
  •