• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Element editor error (regenesis)

Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
I've got the following problem with the elements editor from Comper's JtoolI when I try to open my elements.data file, I get the following error...
andreaon - Element editor error (regenesis) - RaGEZONE Forums


Is there any way to get this v147 file?
Right after this error I get the config and elements.data mismatch error.

-------------------
Resolved the first problem, still have data mismatch
 
Last edited:
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
Was thinking the same, though before I got the server to run properly I was able to open the file with this editor, might have gotte corrupted or something. I will try deleting the server and downloading the server files again and get elements.data from server-side.
 
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Was thinking the same, though before I got the server to run properly I was able to open the file with this editor, might have gotte corrupted or something. I will try deleting the server and downloading the server files again and get elements.data from server-side.

You dont have to re-install the server, just extract the client and use the clean elements
 
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
You dont have to re-install the server, just extract the client and use the clean elements

Did as you said, reïnstalled the client, thanks for helping a noob out again :3

andreaon - Element editor error (regenesis) - RaGEZONE Forums




Can't edit the least thing or I get the "server update in progress please patch and try again" error. Have tried everything, do you have any suggestions? :$:
 
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Did as you said, reïnstalled the client, thanks for helping a noob out again :3

andreaon - Element editor error (regenesis) - RaGEZONE Forums




Can't edit the least thing or I get the "server update in progress please patch and try again" error. Have tried everything, do you have any suggestions? :$:


Well I played around this a lot and this may shows up when there is gshop.data mismatch make sure that your client and server gshop are same, also this shows up when your drop table is corrupted.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
Managed to edit little things to mobs, such as EXP on Mountain boar, but when I translate the gshop file and upload it to server i get this error, do I use my backup gshop.data file there's no error :c
 
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Managed to edit little things to mobs, such as EXP on Mountain boar, but when I translate the gshop file and upload it to server i get this error, do I use my backup gshop.data file there's no error :c

Probably there is gshop mismatch, I will give you clean gshop. check the attached files.
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
I got it to work, I can only replace the items that are allready in ghsop, can't add any, so I'll have to do it this way thanks!

-----------------------------
Ran into an error again :c

I changed the item in "Item > function".
First I added Taichi Pills, but then changed the other items in the file and got the error;connect to central delivery failed

-----------------------------
Deleted the Taichi Pills and it works again, seems like I can't update Gshop from my previous edited version
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
I got it to work, I can only replace the items that are allready in ghsop, can't add any, so I'll have to do it this way thanks!

-----------------------------
Ran into an error again :c

I changed the item in "Item > function".
First I added Taichi Pills, but then changed the other items in the file and got the error;connect to central delivery failed

-----------------------------
Deleted the Taichi Pills and it works again, seems like I can't update Gshop from my previous edited version

Hm, the gshop which I gave you its from my server I dont have problems with it and I'm using the tools which DNC gave me.
About that
connect to central delivery failed
there was something you had to add into gs.conf or gamesys.conf I'm not so sure where came that error, there was a guy who had same thing and Henmoro fixed it.
you can try to find it via google.

Update found how to fix
connect to central delivery failed
Go to /root/zx/gdeliveryd (or where is located your gdeliveryd folder )
open gamesys.conf

And this code:
Code:
[CentralDeliveryClient]
type = tcp
port = 29500
address = 127.0.0.1
so_sndbuf = 65535
so_rcvbuf = 65535
tcp_nodelay = 0
accumulate = 268435456
ibuffermax = 1638400
obuffermax = 1638400

[CentralDeliveryServer]
type = tcp
port = 29500
address = 0.0.0.0
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 16777216

[GameGateServer]
type = tcp
port = 29700
address = 0.0.0.0
so_sndbuf = 65535
so_rcvbuf = 65535
ibuffermax = 1638400
obuffermax = 1638400
so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456

Change to this
Code:
;[CentralDeliveryClient]
;type = tcp
;port = 29500
;address = 127.0.0.1
;so_sndbuf = 65535
;so_rcvbuf = 65535
;tcp_nodelay = 0
;accumulate = 268435456
;ibuffermax = 1638400
;obuffermax = 1638400

;[CentralDeliveryServer]
;type = tcp
;port = 29500
;address = 0.0.0.0
;so_sndbuf = 16384
;so_rcvbuf = 16384
;ibuffermax = 1048576
;obuffermax = 1048576
;tcp_nodelay = 0
;listen_backlog = 10
;accumulate = 16777216

;[GameGateServer]
;type = tcp
;port = 29700
;address = 0.0.0.0
;so_sndbuf = 65535
;so_rcvbuf = 65535
;ibuffermax = 1638400
;obuffermax = 1638400
;so_broadcast = 1
;tcp_nodelay = 0
;accumulate = 268435456

I hope it will fix your bug.
 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Feb 4, 2012
Messages
353
Reaction score
202
Just to add some of my insight to it, gshop is very touchy as of the Regenesis Expansion. It's not that you can ONLY edit what items are already there, but it's very peculiar as to what it decides it will read from the file and what it will not.


If you pay close attention to when the server starts up, you'll see a bunch of numbers fly down the screen (or look in your logs).

If there is something in the gshop preventing server from starting (which is why you got the "update in progress" message), it will bug out at one of the ID's as it's loading.


Example:
ID's loading:
56151
26454
51355
2587
555
[][]bER[][] (chinese error blah blah blah)



Indicates it had an issue loading 555.
Go in and remove 555 from gshop, and try again.
If it keeps doing it for a particular section of your shop, remove the entire section then reload gshop.
Add all items back in on existing sections.



Rather overexplain it than not enough. Hope that helps!
 
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
Hm, the gshop which I gave you its from my server I dont have problems with it and I'm using the tools which @DNC gave me.
About that there was something you had to add into gs.conf or gamesys.conf I'm not so sure where came that error, there was a guy who had same thing and @Henmoro fixed it.
you can try to find it via google.

Update found how to fix
Go to /root/zx/gdeliveryd (or where is located your gdeliveryd folder )
open gamesys.conf

And this code:
Code:
[CentralDeliveryClient]
type = tcp
port = 29500
address = 127.0.0.1
so_sndbuf = 65535
so_rcvbuf = 65535
tcp_nodelay = 0
accumulate = 268435456
ibuffermax = 1638400
obuffermax = 1638400

[CentralDeliveryServer]
type = tcp
port = 29500
address = 0.0.0.0
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 16777216

[GameGateServer]
type = tcp
port = 29700
address = 0.0.0.0
so_sndbuf = 65535
so_rcvbuf = 65535
ibuffermax = 1638400
obuffermax = 1638400
so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456

Change to this
Code:
;[CentralDeliveryClient]
;type = tcp
;port = 29500
;address = 127.0.0.1
;so_sndbuf = 65535
;so_rcvbuf = 65535
;tcp_nodelay = 0
;accumulate = 268435456
;ibuffermax = 1638400
;obuffermax = 1638400

;[CentralDeliveryServer]
;type = tcp
;port = 29500
;address = 0.0.0.0
;so_sndbuf = 16384
;so_rcvbuf = 16384
;ibuffermax = 1048576
;obuffermax = 1048576
;tcp_nodelay = 0
;listen_backlog = 10
;accumulate = 16777216

;[GameGateServer]
;type = tcp
;port = 29700
;address = 0.0.0.0
;so_sndbuf = 65535
;so_rcvbuf = 65535
;ibuffermax = 1638400
;obuffermax = 1638400
;so_broadcast = 1
;tcp_nodelay = 0
;accumulate = 268435456

I hope it will fix your bug.

I changed the file and the Gshop is working fine now thanks a lot!

Just to add some of my insight to it, gshop is very touchy as of the Regenesis Expansion. It's not that you can ONLY edit what items are already there, but it's very peculiar as to what it decides it will read from the file and what it will not.


If you pay close attention to when the server starts up, you'll see a bunch of numbers fly down the screen (or look in your logs).

If there is something in the gshop preventing server from starting (which is why you got the "update in progress" message), it will bug out at one of the ID's as it's loading.


Example:
ID's loading:
56151
26454
51355
2587
555
[][]bER[][] (chinese error blah blah blah)



Indicates it had an issue loading 555.
Go in and remove 555 from gshop, and try again.
If it keeps doing it for a particular section of your shop, remove the entire section then reload gshop.
Add all items back in on existing sections.



Rather overexplain it than not enough. Hope that helps!

Ah I see, I just replace the items that are allready in there then :3


And uhh, I have another question, do you know if this mailer works with a 1378 server? Cause when I enter server ip and connect it says server connected, but after some time an error will show up saying: "A connection attempt failed because the connected party didn't respond correctly after a certain period of time, or the connection that was made has failed because the host didn't respon d 192.168.2.150:29400"


andreaon - Element editor error (regenesis) - RaGEZONE Forums

andreaon - Element editor error (regenesis) - RaGEZONE Forums
 
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
I changed the file and the Gshop is working fine now thanks a lot!



Ah I see, I just replace the items that are allready in there then :3


And uhh, I have another question, do you know if this mailer works with a 1378 server? Cause when I enter server ip and connect it says server connected, but after some time an error will show up saying: "A connection attempt failed because the connected party didn't respond correctly after a certain period of time, or the connection that was made has failed because the host didn't respon d 192.168.2.150:29400"


andreaon - Element editor error (regenesis) - RaGEZONE Forums

andreaon - Element editor error (regenesis) - RaGEZONE Forums

Probably there are iptables that ignores the mailer I'm not so sure.
You can see all the existing rules by executing the command "iptables -L" in the terminal.
You delete all the existing rules with "iptables -F".
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Aug 18, 2013
Messages
25
Reaction score
5
Probably there are iptables that ignores the mailer I'm not so sure.
You can see all the existing rules by executing the command "iptables -L" in the terminal.
You delete all the existing rules with "iptables -F".

I entered the commands in the VMware console and then reconnected the mailer and got the following error.

andreaon - Element editor error (regenesis) - RaGEZONE Forums

"Cannot make a connection because the target computer has actively denied the connection 192.168.2.150:29400

Vmware console...
andreaon - Element editor error (regenesis) - RaGEZONE Forums




Never mind, I got it to work, just had to start server up XD

Thanks you so very much for helping me so much and sorry for being so troublesome :3
 
Upvote 0
Back
Top