Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error : El planeta principal no existe !

Initiate Mage
Joined
Jan 2, 2014
Messages
4
Reaction score
1
Good evening everybody.

Here is the noob of mine ! :')

I've installed the XNova Revolution 5.94s release, and everybody was going well until we spot some bufs ...

- first, all the technology are at 18 min in time to dev them
- second, when you attack, you don't get ressource


- and last but not least (the one i'm here for ! ) : when new players want to subscribe, they can't enter in the game. Indeed, their planet do not exist !
Here are the exact words :

Code:
[TABLE="width: 80%, align: center"]
[TR]
[TH][COLOR=#0000aa]Xnova Kernel Error[/COLOR]

[/TH]
[/TR]
[TR]
[TD] [/TD]
[/TR]
[TR]
[TD="class: left"][B]Error: [/B]El planeta principal no existe!_
[B]File: (my way)[/B]/www/includes/common.php_
[B]Line: [/B]140_
[B]PHP-Version: [/B]5.3.14_
[B]PHP-API: [/B]apache2handler_
[B]XNOVA Version: [/B]5.9 Redesign_

[B][COLOR=red]Debug Backtrace:[/COLOR] [/B]
#0 ./game.php(28): require()
#1 {main}_
[/TD]
[/TR]
[/TABLE]

The filmes common.php and game.php are exactly the same that at the early game (when ppl could register without a problem ! )

Do you guys have any idea ?

Thanks a lot for your help, and sorry for my bad english :3
 
Initiate Mage
Joined
Jan 2, 2014
Messages
4
Reaction score
1
Well I've finaly found a fix to this last problem !

In index.php, at the root of your game, find
Code:
if ($LastSettedSystemPos > $CONF['max_system']) {

and replace it by

Code:
if ($LastSettedSystemPos == MAX_SYSTEM_IN_GALAXY) {

And it should normally work !

Have a nice day =)
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Thanks for letting us know. :)
 
Initiate Mage
Joined
Jan 2, 2014
Messages
4
Reaction score
1
No problem. If you need some kind of help on these releases, you can post on this forum taht I'll try to animate witout making too much typos mistakes ! =)
 
Initiate Mage
Joined
Feb 13, 2014
Messages
1
Reaction score
0
Your've been able to fix the duration of technologies?
 
Back
Top