Windows 7 Forces GS and Login Console to Close.

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
DeGato
Posts: 51
Joined: Wed Oct 28, 2009 4:49 pm

Re: Windows 7 Forces GS and Login Console to Close.

Post by DeGato »

ok, many thanks. btw if no players online, what kind of items must be saved by the server? what is meant by "trade items"?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Windows 7 Forces GS and Login Console to Close.

Post by janiii »

DeGato wrote:ok, many thanks. btw if no players online, what kind of items must be saved by the server? what is meant by "trade items"?
there are shops and they have stocks. like grocery and it has only 400 asofe for sale. the number of available stock is checked on given timer in db if there was no change inbetween. so if you have a clean db, the timers are set to 0 and each item has to be checked on its stock. when it is checked, the timer is set to now+1hour. so if you restart before the 1 hour is up, no item stock needs to be checked and saved. it was something like that if a remember right.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
DeGato
Posts: 51
Joined: Wed Oct 28, 2009 4:49 pm

Re: Windows 7 Forces GS and Login Console to Close.

Post by DeGato »

janiii wrote:
DeGato wrote:ok, many thanks. btw if no players online, what kind of items must be saved by the server? what is meant by "trade items"?
there are shops and they have stocks. like grocery and it has only 400 asofe for sale. the number of available stock is checked on given timer in db if there was no change inbetween. so if you have a clean db, the timers are set to 0 and each item has to be checked on its stock. when it is checked, the timer is set to now+1hour. so if you restart before the 1 hour is up, no item stock needs to be checked and saved. it was something like that if a remember right.
Now it's clear for me. Many thanks again!
Vinius
Posts: 61
Joined: Fri Jun 29, 2007 7:10 am

Re: Windows 7 Forces GS and Login Console to Close.

Post by Vinius »

Hello,

I will try to revive this topic. See if anyone will answer. TradeController is causing really problems to my server. Regarding Janii's explanation I can partly guess, what TradeController does, but.
Is it possible to turn the crappy saving off? ( Is it reverting Changeset 3206 ? )
What troubles can it cause?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Windows 7 Forces GS and Login Console to Close.

Post by janiii »

in Shutdown.java, you can just comment out the following line (write // before the line):

Code: Select all

TradeController.getInstance().dataCountStore();
no idea what are the consequences ;)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: Windows 7 Forces GS and Login Console to Close.

Post by Pere »

if you have an highrate, do it.
Bones tardes amics meus tots!
Vinius
Posts: 61
Joined: Fri Jun 29, 2007 7:10 am

Re: Windows 7 Forces GS and Login Console to Close.

Post by Vinius »

Nice advice Migi, but have an idea, what it is gonna do?
Post Reply