The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sphere Issues
Author Message
Ray
Journeyman
*

Posts: 52
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2010
Reputation: 0



Post: #1
Sphere Issues
Background:
We have scripts and saves from around 2010. We used the Pre-Release for windows back then. since then we have been closed. We now have a Linux box running RHEL6, which does not support the libmysqlclient required by the 2009 prerelease as it is so old. So we have had to use a Nightly.

We understand there is no support for Nightlies, but I think this may be generic to all Linux versions, as a 2011 version does the same.

Issue #1:
When loading our scripts, it gets to our spheremap.scp and outputs an error like this for every single line:
03:26:ERROR:(spheremap.scp,44)Unsupported map #0 specified. Auto-fixing that to 0.
03:26:ERROR:(spheremap.scp,45)Unsupported map #0 specified. Auto-fixing that to 0.
03:26:FATAL:(spheremap.scp,48)Floating point exception
03:26:ERROR:(spheremap.scp,48)Exception adding debug message on the exception.

The #0 is sometimes #2 or #3 and so on.

It also complains about some CTeleport not being valid.


Issue #2:
When loading our Chars save, we get Floating Point exceptions everywhere.
03:26:FATAL:(spherechars.scp,169961)Floating point exception
03:26:DEBUG:command 'P' args '3621'
03:26:FATAL:(spherechars.scp,170304)Floating point exception
03:26:DEBUG:command 'P' args '3697'

It then fails to place the characters in the world:
03:26:ERROR:UID=03db122d, id=0190 'Quiksilver', Invalid code=3202 (Object not placed in the world)

This also happens for EVERY SINGLE ITEM in the sphereworld.scp save file.


Issues #3:
Having loaded up a server with 0 chars and 0 items, we can log in to the accounts fine. But we cannot create any characters. The console shows:
03:37:3:Login 'ivanp'
03:37:3:Setup_CreateDialog acct='ivanp', char='Ray'
03:37:3:Setup_Start acct='ivanp', char='Ray', IP='201.0.41.150'
03:37:FATAL:Floating point exception
03:37:FATAL:Error Pri=1, Code=8, Desc='Floating point exception', in SUB: NetworkInput::Message::ProcessMessage()
03:37:DEBUG:3:Parsing Packet len=104 id=0x00 [2013/01/07 03:37:39]
0 1 2 3 4 5 6 7 8 9 A B C D E F
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
0000 00 ed ed ed ed ff ff ff ff 00 52 61 79 00 6c 61 ..........Ray.la
0010 79 65 72 00 00 00 00 00 00 00 00 00 00 00 00 00 yer.............
0020 00 00 00 00 00 00 00 00 00 00 00 00 00 1f 00 00 ................
0030 00 01 00 00 00 79 03 00 00 00 00 00 00 00 00 00 .....y..........
0040 00 00 00 00 00 00 00 3c 0a 0a 07 32 25 2d 2d 05 .......<...2%--.
0050 03 f1 00 00 04 4e 00 00 04 4e 01 06 00 00 00 00 .....N...N......
0060 c0 a8 00 6a 01 a8 01 af ...j....
03:38:3:Client disconnected [Total:1] ('201.0.41.150')
03:38:FATAL:Floating point exception
03:38:FATAL:Error Pri=1, Code=8, Desc='Floating point exception', in Sphere::Tick() #1 "world"


The Sphere.ini is set up to reflect our old one, we are using our spheretables.scp and scripts from before.


Another sister server based on the same scripts runs on the Windows version of Sphere (with a few bugs but they were fixed).


Any ideas?
Is the Linux build ever tested on a RHEL based server?

Thanks,
01-07-2013 12:52 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Sphere Issues - Ray - 01-07-2013 12:52 PM
RE: Sphere Issues - Jaguar - 01-08-2013, 01:04 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 01:12 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 05:50 AM
RE: Sphere Issues - darksun84 - 01-08-2013, 06:08 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 06:16 AM
RE: Sphere Issues - darksun84 - 01-08-2013, 06:21 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 06:22 AM
RE: Sphere Issues - darksun84 - 01-08-2013, 06:29 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 06:34 AM
RE: Sphere Issues - Onirim - 01-08-2013, 08:32 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 08:48 AM
RE: Sphere Issues - Ben - 01-08-2013, 08:57 AM
RE: Sphere Issues - Ultima One - 01-08-2013, 09:08 AM
RE: Sphere Issues - Onirim - 01-08-2013, 05:42 PM
RE: Sphere Issues - Ultima One - 01-08-2013, 08:07 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)