Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Kett Shee on March 09, 2010, 12:37:46 am

Title: [Resolved]RMX-OS.rb run error
Post by: Kett Shee on March 09, 2010, 12:37:46 am
Hi, I configured ruby, MySQL, the server and all that good stuff, then I try to run RMX-OS.rb and as soon as it opens up, it quickly closes. I have no idea what's going on. Could someone help?

My configuration:
Spoiler: ShowHide
NAME = 'RMX-OS Server'
HOST = '192.168.1.100'
PORT = 54269
RMXOS_VERSION = 1.09

LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = '*****'
SQL_PASSWORD = '*****'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 10

EXTENSIONS = [
''
]

EDIT: i managed to isolate the error and this is what the server file says.
(http://i865.photobucket.com/albums/ab217/CaitSith19/mypics/untitled.png)
Title: Re: RMX-OS.rb run error
Post by: Ryex on March 09, 2010, 12:46:00 am
go to the start panel if your using vista or 7 just type cmd in the search field and hit enter if its xp clich run type cmd and hit enter from there type in the full path to the rmx-os.rb file (you can past it in by right clicking on the header and selecting paste). hit enter and the rmx-os file should run. and it encounters an error the cmd won't exit and you will be able to read the error. good luck.
Title: Re: RMX-OS.rb run error
Post by: Kett Shee on March 09, 2010, 01:12:10 am
Quote from: Professor Ryexander Elm on March 09, 2010, 12:46:00 am
go to the start panel if your using vista or 7 just type cmd in the search field and hit enter if its xp clich run type cmd and hit enter from there type in the full path to the rmx-os.rb file (you can past it in by right clicking on the header and selecting paste). hit enter and the rmx-os file should run. and it encounters an error the cmd won't exit and you will be able to read the error. good luck.


i managed to isolate the error.(sorry if i'm doubleposting, i'm just desperate.)
Title: Re: RMX-OS.rb run error
Post by: Blizzard on March 09, 2010, 02:54:55 am
EXTENSIONS = [
''
]


(http://img532.imageshack.us/img532/2082/68281357.png)

Notice something? I'll give you a hint: "Couldn't find extension with empty filename."
Title: Re: RMX-OS.rb run error
Post by: Kett Shee on March 09, 2010, 06:03:35 pm
Quote from: Champion Blizzard on March 09, 2010, 02:54:55 am
EXTENSIONS = [
''
]


(http://img532.imageshack.us/img532/2082/68281357.png)

Notice something? I'll give you a hint: "Couldn't find extension with empty filename."


Thanks. issue fixed(it seems that the RMX-OS GUI program adds the '' even if there isn't anything there.)
Title: Re: [Resolved]RMX-OS.rb run error
Post by: Ryex on March 10, 2010, 01:27:50 am
............ oops
strange it didn't used to matter
Title: Re: [Resolved]RMX-OS.rb run error
Post by: Blizzard on March 10, 2010, 03:03:05 am
LOL! Could be because of the last change I made in 1.09.