cannot create item xxxx

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

cannot create item xxxx

Post by sancak »

If you want to receive support we need this info to help you properly.
» Find Revision
Server Version=4429
Datapack Version=7672

i checkout with eclipse today and than compile last revision, but i got errors

Image

what is solution
Last edited by sancak on Fri Dec 17, 2010 9:40 pm, edited 1 time in total.
mtc_nl
Posts: 16
Joined: Sun Jul 15, 2007 7:57 pm

Re: cannot create item xxxx

Post by mtc_nl »

if your server can not use bigger than xxx id you need to chance table so it can use bigger id
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

i create new db too... as u know there isn't any etcitem.sql in db.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: cannot create item xxxx

Post by JIV »

you didnt post gs/dp revision, update first post or will be deleted.
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

ok, last revision
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: cannot create item xxxx

Post by hope »

sancak wrote:ok, last revision
There has been a lot of fixes from the versions you posted in your first post best thing to do delete both gs and ls in eclipse do a full reinstall this way it is 100% right
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

hope wrote:
sancak wrote:ok, last revision
There has been a lot of fixes from the versions you posted in your first post best thing to do delete both gs and ls in eclipse do a full reinstall this way it is 100% right
ok i will try
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

also nightlies have same error
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: cannot create item xxxx

Post by mgbhard »

sancak wrote:also nightlies have same error
It's not an error... you are using an id that's bigger than the field on DB, just change it's type to some bigger int.

Btw, now items are in an xml, stats -> items
Image
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

mgbhard wrote:
sancak wrote:also nightlies have same error
It's not an error... you are using an id that's bigger than the field on DB, just change it's type to some bigger int.

Btw, now items are in an xml, stats -> items

yes i can guess this but as you say they are in xml, also i upload some new pics cuz i think problem is bigger than i mean

Image
Image
Image
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: cannot create item xxxx

Post by jurchiks »

I think you haven't updated your code properly, nothing of that sort with a (somewhat) clean pack.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

i also try to start nighlies
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: cannot create item xxxx

Post by JIV »

it is so hard to paste error msg as text , not as picture?
anyway it looks like problem on your side.
sancak
Posts: 77
Joined: Thu Mar 04, 2010 10:15 pm

Re: cannot create item xxxx

Post by sancak »

i'm using mysql 5.0, is it a problem?
mrvietdung
Posts: 43
Joined: Fri Dec 10, 2010 4:31 am

Re: cannot create item xxxx

Post by mrvietdung »

You could DROP OLD DB and install again, or create a new DB (eg. l2jdbfreya, l2jcbfreya). And then run install server, and change DB path to l2jdbfreya & l2jcbfreya. Watching install process careful, if has error, you can install file .sql manual. I got these trouble b4, when i upgrade from Eli to Freya. But after i understand what is different and same between freya SQL and Eli SQL. Change and can run normally. Good luck
Post Reply