Jump to content

game dosn't start ( after compile )


Recommended Posts

  • Premium

Hallo All

 

I Was Work On 40k Without Problems , But From SomeDays Game Stop ON Work ( i Think It's Limit Time ) So I Add The Dif's And Not Work .

 

So I Use Source And Compile New Game , But The Same ..

 

Note : I Delete Yimr Linces - Limit Time - Change 192.168 To 999.999 In Config.cpp

 

Note2 : DB Start , But Game Not Start .

 

zsDN9o.png

Edited by Metin2 Dev
Core X - External 2 Internal

If you're going to do something, then do it right.

Link to comment
Share on other sites

  • Replies 13
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

try change limit.h maybe not work delete lisence. You have novaline? or mainline

I Did This , I Work On mainline

 

run update_limit_time.py with python or delete #define GLOBAL_LIMIT_TIME on limit_time.h

My Limit _time.h

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif

 I Will Try To comment GLOBAL_LIMIT_TIME

 

If you're going to do something, then do it right.

Link to comment
Share on other sites

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


change to this

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


and try again
Link to comment
Share on other sites

  • Premium
#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


change to this

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


and try again

You Update The Time -_- , But I Want Delete It .

 

But I Will Try :)

If you're going to do something, then do it right.

Link to comment
Share on other sites

 

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


change to this

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


and try again

You Update The Time -_- , But I Want Delete It .

 

But I Will Try :)

 

if you want delete time limit you must all files where you find limit_time and delete this line

Link to comment
Share on other sites

  • Premium

 

 

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


change to this

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


and try again

You Update The Time -_- , But I Want Delete It .

 

But I Will Try :)

 

if you want delete time limit you must all files where you find limit_time and delete this line

 

The TUT Says That I Have Just To Comment This Line :

//#define ENABLE_LIMIT_TIME

I AM Compileing The Game Now , I Will Tell You IF It's Work .

 

If you're going to do something, then do it right.

Link to comment
Share on other sites

  • Premium

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


change to this

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__
 
//#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif


and try again

 

Didn't Work :(

 

If you're going to do something, then do it right.

Link to comment
Share on other sites

  • Premium

I Even Try To Enable The Time + UPdate It To 2017

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 1489799824UL // Sat Mar 18 03:17:04 2017
#define TIME_OVER_PONG_DOWN_RATE     50000
#define TIME_OVER_LOGIN_DOWN_RATE     10000
#endif
 

But It's Didn't Work Too

If you're going to do something, then do it right.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.