Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: KoenLemmen on March 21, 2011, 03:02:06 pm

Title: Error RMX-OS and Blizz ABS
Post by: KoenLemmen on March 21, 2011, 03:02:06 pm
What did I do wrong.
I checked the script order. Its good, I thought.
Is there something wrong in my settings, scripts or MySQL?

Error:
Spoiler: ShowHide
Mon Mar 21 20:44:55 West-Europa (standaardtijd) 2011:
De software op uw hostcomputer heeft een verbinding verbroken. (The Software on your localhost has stopped the connection. < Translation)
(RMX-OS) Script:2267:in `check'
(RMX-OS) Script:2222:in `recv'
(RMX-OS) Script:827:in `listen'
(RMX-OS) Script:5623:in `update_blizzabsrmxos_later'
Blizz Online:924:in `update'
(RMX-OS) Script:5255:in `main'
(RMX-OS) Script:5252:in `loop'
(RMX-OS) Script:5257:in `main'
-<:::RMX-OS Main:::>-:46

And this error:
Spoiler: ShowHide

2011-03-21 20:02:53 UTC; 1 (testaccount) - Error:
Table 'rmxosdb.buddy_list' doesn't exist
./Data/Action_Handler1.rb:235:in `query'
C:/Users/Koen/Desktop/RPG Maker XP Map/RMX-OS 1.18/RMX-OS Server/Data/Action_Handler1.rb:235:in `setup_buddies'
C:/Users/Koen/Desktop/RPG Maker XP Map/RMX-OS 1.18/RMX-OS Server/Data/Action_Handler1.rb:88:in `try_login'
C:/Users/Koen/Desktop/RPG Maker XP Map/RMX-OS 1.18/RMX-OS Server/Data/Client.rb:119:in `check_connection'
C:/Users/Koen/Desktop/RPG Maker XP Map/RMX-OS 1.18/RMX-OS Server/Data/Client.rb:47:in `handle'
C:/Users/Koen/Desktop/RPG Maker XP Map/RMX-OS 1.18/RMX-OS Server/Data/Server.rb:272:in `block in run'


I use this systems:
Spoiler: ShowHide

Tons of addons

RMX-OS
MOTD
Global Switches and Variables

Blizz ABS
XP in hud
Quick Weapon Switch
Blizz online control
Blizz follow system

ATES
Day and Night system

CCTS
CCTS online

Mouse scripts


In order...
I am using RPG Maker XP, and the most recent scripts and databases.

Pleas help me.

Koen
Title: Re: Error RMX-OS and Blizz ABS
Post by: Blizzard on March 21, 2011, 03:15:43 pm
You have not created your database again after deleting it.
Title: Re: Error RMX-OS and Blizz ABS
Post by: KoenLemmen on March 21, 2011, 03:38:52 pm
You are right. But it freezes on loading. But I don't get any errors.  :???: Do I have to wait. Or is there any problems with the scripts I use are they all compatible with each other?
Title: Re: Error RMX-OS and Blizz ABS
Post by: Blizzard on March 21, 2011, 03:57:41 pm
No. You have to delete your old database first. Then create a new database. After that add all scripts in the proper order. Do NOT run the game before you have added all scripts. If you create an account before you have set up your scripts properly, you will corrupt your database again. All scripts have to be inside your game before you can create the first account in your database by registering through the game. Again, make sure that all scripts are inside and that they are all in the right order.
Title: Re: Error RMX-OS and Blizz ABS
Post by: KoenLemmen on March 21, 2011, 04:14:30 pm
I did ''Exactly'' what you said but it still freezes. I deleted all the old databases. Putted the scripts in the order. And created a new database. Opened the client and made my account. Do I miss something?
Title: Re: Error RMX-OS and Blizz ABS
Post by: Blizzard on March 21, 2011, 04:28:17 pm
Did you add the server extension for the Blizz-ABS Controller?
Title: Re: Error RMX-OS and Blizz ABS
Post by: KoenLemmen on March 21, 2011, 04:36:27 pm
I think I have installed them all:

Blizz ABS
CCTS
ExtensionsSkeleton
GlobalDNS
MOTD
Switches and Variables
Title: Re: Error RMX-OS and Blizz ABS
Post by: Blizzard on March 21, 2011, 04:54:58 pm
ExtensionSkeleton is not an extension, it's a template for people who to make an extension.
But you haven't answered my question. Did you add the server extension? If the server does not say that the extension has been loaded on startup, then you haven't added it.

(http://img806.imageshack.us/img806/8729/snap667.th.png) (http://img806.imageshack.us/img806/8729/snap667.png)
Title: Re: Error RMX-OS and Blizz ABS
Post by: KoenLemmen on March 22, 2011, 02:02:38 am
I forgotted to place the MOTD.txt file so that was one error. Now I can start the game. But the screen is Yellow. I can walk. And if I click on my mouse it crashes too with this error:

Spoiler: ShowHide
Tue Mar 22 07:50:27 West-Europa (standaardtijd) 2011:
undefined method `send_player_data' for #<RMXOS::Network:0x3606940>
Mouse Script 2:337:in `force_moving'
Mouse Script 2:126:in `update'
Mouse Script 2:637:in `update'
Scene_Map:23:in `main_player_black_fade_later'
Scene_Map:19:in `loop'
Scene_Map:30:in `main_player_black_fade_later'
Tons of Addons 1:1813:in `main_blizzart_hud_later'
Tons of Addons 1:2454:in `main_quick_passability_later'
Tons of Addons 2:2380:in `main_minimap_later'
Tons of Addons 2:3180:in `main_rmxos_later'
(RMX-OS) Script:3606:in `main_blizzabs_later'
Blizz-ABS Part 3:6713:in `main_blizzabsrmxos_later'
Blizz Online:938:in `main_ates_later'
ATES:487:in `zer0_clock_main'
CCTS:1288:in `main'
-<:::RMX-OS Main:::>-:46
Title: Re: Error RMX-OS and Blizz ABS
Post by: Blizzard on March 22, 2011, 02:20:45 am
I don't think your script are up to date. Either that or one of the other scripts (possibly MOTD) doesn't work properly with the newest version of RMX-OS.