Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Esos15

1
RMXP Script Database / Re: [XP] RMX-OS
July 02, 2016, 04:05:21 pm
Hello again. I removed ruby 1.8 and installed 1.9.1. Still nothing  :???: :

RMX-OS.rb:70:in `require': no such file to load -- socket (LoadError)
        from RMX-OS.rb:70:in `<main>'

2
RMXP Script Database / Re: [XP] RMX-OS
June 26, 2016, 04:23:20 pm
I installed new version and opened RMX-OS.rb. There is an another error:

/usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': libmysqlclient.so.15: cannot open shared object file: No such file or directory - /root/RMX-OS/Server/bin/2.0/mysql_api.so (LoadError)
        from /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from RMX-OS.rb:72:in `<main>'
3
RMXP Script Database / Error RMX-OS on Ubuntu
June 26, 2016, 02:55:28 pm
Hello everyone!
I've go a problem. I've tried open the RMX-OS server on Ubuntu 10.04. I installed MySQL database and Ruby 1.8.7. When everything has been installing I turned on RMX-OS.rb (command: ruby RMX-OS.rb &) I saw an error: "Error: The configuration file was not set up properly!". I don't know what's wrong.

My configuration file:
NAME = 'Server'
HOST = '[here is my vps' ip]'
PORT = 54269
GAME_VERSION = 0.1

DEBUG_MODE = false
LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 120
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = false
EXTENDED_THREADING = true


SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = '[here is my password]'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 20

EXTENSIONS = [
]