Requesting tutorial for installation of Blizz-ABS for RMX-OS

Started by Xolitude, January 31, 2013, 02:13:54 am

Previous topic - Next topic

Xolitude

Quote from: Blizzard on February 02, 2013, 03:25:31 pm
The RMX-OS script is probably causing the problem.


Nope. Re-copied it twice. Same error.


EDIT: Perhaps the problem is the extension is not being loaded?

1. Yes, I do actually have an extension in the folder.
2. Yes, I do have the text for the controller in it.


Loading Extensions...
Error: 'new' could not be loaded, initialized or does not exist

Blizzard

It says that you set EXTENSIONS = ['new'] or EXTENSIONS = ['new.rb']
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xolitude

Quote from: Blizzard on February 02, 2013, 05:45:33 pm
It says that you set EXTENSIONS = ['new'] or EXTENSIONS = ['new.rb']


EXTENSIONS = ['new']


That's how it looks.

EDIT: Do you just wanna talk on Skype or something so we don't have to keep bumping this post up?

MOAL

You don't have to bump things, it'll be read eventually. Many people here are busy with other things after all. Anyway, are you sure that you made the extension an .rb file? Because from the looks of it, it seems like it can't detect it.

Xolitude

Quote from: MOAL on February 02, 2013, 07:00:38 pm
You don't have to bump things, it'll be read eventually. Many people here are busy with other things after all. Anyway, are you sure that you made the extension an .rb file? Because from the looks of it, it seems like it can't detect it.

Haven't been bumping it...

Anyways yes.

Extensions folder contains:

Controller.rb - Renamed from new
ExtensionSkeleton.rb
info.txt

MOAL

Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.

Xolitude

Quote from: MOAL on February 02, 2013, 07:45:32 pm
Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.


"This project is from an old version of RPG Maker and cannot be loaded." :/ You have an older version?

MOAL

Quote from: Xolitude on February 02, 2013, 08:02:34 pm
Quote from: MOAL on February 02, 2013, 07:45:32 pm
Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.


"This project is from an old version of RPG Maker and cannot be loaded." :/ You have an older version?


Strange, not that I recall. I have the one I got from Enterbrain's website. Replace the Game.exe, Game.rxproj, and Game.ini with the ones from your project.

Xolitude

Quote from: MOAL on February 02, 2013, 08:06:35 pm
Quote from: Xolitude on February 02, 2013, 08:02:34 pm
Quote from: MOAL on February 02, 2013, 07:45:32 pm
Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.


"This project is from an old version of RPG Maker and cannot be loaded." :/ You have an older version?


Strange, not that I recall. I have the one I got from Enterbrain's website. Replace the Game.exe, Game.rxproj, and Game.ini with the ones from your project.

But wouldn't that just erase everything you made in this project...?

diagostimo

you only need to replace game.rxproj with the same file from your current version, it wont delete any of your progress in your project, all that is stored inside the data files, also i remember a small bug that occurred when adding and removing extensions with the gui tool, if I remember correctly when you delete an entry it does not fully remove it, it just leaves a blank named extension, open up the config file thingy and check the extension part to make sure that is not the case

MOAL

No, that wouldn't. As long as you're not deleting the folders.

Xolitude

Quote from: MOAL on February 02, 2013, 08:27:23 pm
Quote from: Xolitude on February 02, 2013, 08:18:05 pm
Quote from: MOAL on February 02, 2013, 08:06:35 pm
Quote from: Xolitude on February 02, 2013, 08:02:34 pm
Quote from: MOAL on February 02, 2013, 07:45:32 pm
Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.


"This project is from an old version of RPG Maker and cannot be loaded." :/ You have an older version?


Strange, not that I recall. I have the one I got from Enterbrain's website. Replace the Game.exe, Game.rxproj, and Game.ini with the ones from your project.

But wouldn't that just erase everything you made in this project...?


No, that wouldn't. As long as you're not deleting the folders.

So far so good, except when I try to register:

2013-02-03 01:33:48 UTC; -1 () - Error:
Data too long for column 'password' at row 1
Data/Action_Handler1.rb:38:in `query'
Data/Action_Handler1.rb:38:in `try_register'
Data/Client.rb:137:in `check_connection'
Data/Client.rb:47:in `handle'
Data/Server.rb:276:in `block (2 levels) in run'
<internal:prelude>:28:in `block in exclusive'
<internal:prelude>:10:in `synchronize'
<internal:prelude>:27:in `exclusive'
Data/Server.rb:274:in `block in run'
I get this :/

MOAL

What is the length of the password that you're trying to use? I set the length to 50 in the script... Try lowering it.

Xolitude

Quote from: MOAL on February 02, 2013, 08:52:07 pm
Quote from: Xolitude on February 02, 2013, 08:35:14 pm
Quote from: MOAL on February 02, 2013, 08:27:23 pm
Quote from: Xolitude on February 02, 2013, 08:18:05 pm
Quote from: MOAL on February 02, 2013, 08:06:35 pm
Quote from: Xolitude on February 02, 2013, 08:02:34 pm
Quote from: MOAL on February 02, 2013, 07:45:32 pm
Let me set a demo for you containing both the client and the server, that way you can see if that one works instead. Here it is, try this one: http://www.mediafire.com/?2uim5jtsw5pk4r5 It contains Blizz-ABS already set up in it.

I've tested these myself and they work just fine.

Edit: Had to re-upload.


"This project is from an old version of RPG Maker and cannot be loaded." :/ You have an older version?


Strange, not that I recall. I have the one I got from Enterbrain's website. Replace the Game.exe, Game.rxproj, and Game.ini with the ones from your project.

But wouldn't that just erase everything you made in this project...?


No, that wouldn't. As long as you're not deleting the folders.

So far so good, except when I try to register:

2013-02-03 01:33:48 UTC; -1 () - Error:
Data too long for column 'password' at row 1
Data/Action_Handler1.rb:38:in `query'
Data/Action_Handler1.rb:38:in `try_register'
Data/Client.rb:137:in `check_connection'
Data/Client.rb:47:in `handle'
Data/Server.rb:276:in `block (2 levels) in run'
<internal:prelude>:28:in `block in exclusive'
<internal:prelude>:10:in `synchronize'
<internal:prelude>:27:in `exclusive'
Data/Server.rb:274:in `block in run'
I get this :/


What is the length of the password that you're trying to use? I set the length to 50 in the script... Try lowering it.

Nope, same error :/

KK20

Okay guys, there is absolutely no reason to create a quoteception. Only do that in the SPAM boards.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

MOAL

I'm sorry, I deleted the quotes off my replies. Back to the topic, try clearing your database? That's as far as I can help...

Xolitude

Cleared, yet still this same error :/ ugh... always problems.

So no one can help with this problem I have NOW...

Great, back where I started. No progress made!  :facepalm:

Blizzard

Try deleting the database completely. I think something went wrong during the database creation.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xolitude

Quote from: Blizzard on February 02, 2013, 10:04:53 pm
Try deleting the database completely. I think something went wrong during the database creation.

Same error even after doing that..

2013-02-03 03:10:35 UTC; -1 () - Error:
Data too long for column 'password' at row 1
Data/Action_Handler1.rb:38:in `query'
Data/Action_Handler1.rb:38:in `try_register'
Data/Client.rb:137:in `check_connection'
Data/Client.rb:47:in `handle'
Data/Server.rb:276:in `block (2 levels) in run'
<internal:prelude>:28:in `block in exclusive'
<internal:prelude>:10:in `synchronize'
<internal:prelude>:27:in `exclusive'
Data/Server.rb:274:in `block in run'

This only happens when registering. Login obviously can't be done.

Blizzard

Did you edit the SQL script? By default the database password hashes always have the same length, regardless of password length.
Turn on message logging in cfg.ini and post the messages that are logged right after that error happens.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.