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-nmm6 (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-nmm6 (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-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stable Build?
Author Message
AwKward
Apprentice
*

Posts: 46
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #42
RE: Stable Build?
These cause no problems when you uncomment them in your ini.
Even if you donot uncomment the maps in your tables.
Quote:Map0=7168,4096,-1,-1
Map1=7168,4096,-1,-1

But as soon as i uncomment the map files in the tables, i get immediate crash's, no errors.
Quote:scripts/maps/sphere_map0_ml.scp
scripts/maps/sphere_map_points0_ml.scp

Not entirely sure why, but atleast now thanx to dagger4k, i have the ability to test this and figure out why.

Have not been able to find a 2.0.3 client yet tho.
Oh ShiryuX!
i thought you had forsaken me Tongue

Am almost figured it out, its the map files, i knew there was something buggy with them.

Went from crashing with server errors, to almost stable, then to crashing with no errors, whenever i messed with them.
taking a bit to figure out coz its almost 5mins each time before a crash happens, cant predict if it will or won't with changes im testing.


It seems when i uncomment these in the tables, it crash's the server.
Quote:scripts/maps/sphere_map2.scp
scripts/maps/sphere_map3.scp
scripts/maps/sphere_map4.scp

This one causes errors regardless of what i do.
Quote:// scripts/maps/sphere_map5.scp

Changing any of these in the tables also crashes me.
Quote:scripts/maps/sphere_map_points2.scp
scripts/maps/sphere_map_points3.scp
scripts/maps/sphere_map_points4.scp

This causes errors also.
Quote:// scripts/maps/sphere_map_points5.scp

So atleast this is where the errors are coming from.
No idea how to fix this.

If i leave all the spheretables maps as default, the server is stable and fine, even if i uncomment the maps in the ini.
default map tables map's, this makes the server stable.
Quote:scripts/maps/sphere_map0.scp
// scripts/maps/sphere_map0_ml.scp
scripts/maps/sphere_map1.scp
// scripts/maps/sphere_map2.scp
// scripts/maps/sphere_map3.scp
// scripts/maps/sphere_map4.scp
// scripts/maps/sphere_map5.scp
scripts/maps/sphere_map_points0.scp
// scripts/maps/sphere_map_points0_ml.scp
scripts/maps/sphere_map_points1.scp
// scripts/maps/sphere_map_points2.scp
// scripts/maps/sphere_map_points3.scp
// scripts/maps/sphere_map_points4.scp
// scripts/maps/sphere_map_points5.scp

My ini maps, changing these in the ini, makes no diff, altho i did get 1 crash the entire time with them uncommented, so i put comments back in, and no problems.
Quote:// To activate ML-sized map #0 uncomment the next line (don't forget to uncomment
// sphere_map0_ml.scp and sphere_map_points0_ml.scp in spheretables.scp if you want
// to use the default areas)
//Map0=7168,4096,-1,-1

// To activate ML-sized map #1 uncomment the next line
//Map1=7168,4096,-1,-1

I have been copying the entire server over and going with a default server each time i crash.

So there cannot be any lingering issues in logs or whatever, or maybe sphere has grown some AI (scary)

But any and all problem's are now located to the map files.
My server has been up and running for almost 20mins now, with those map files uncommented out.
(This post was last modified: 04-01-2012 04:17 PM by AwKward.)
04-01-2012 03:30 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Stable Build? - AwKward - 03-27-2012, 05:13 AM
RE: Stable Build? - Shaklaban - 03-27-2012, 05:29 AM
RE: Stable Build? - AwKward - 03-27-2012, 05:56 AM
RE: Stable Build? - Valios - 03-27-2012, 06:24 AM
RE: Stable Build? - AwKward - 03-27-2012, 06:26 AM
RE: Stable Build? - AwKward - 03-27-2012, 07:30 AM
RE: Stable Build? - darksun84 - 03-27-2012, 07:42 AM
RE: Stable Build? - AwKward - 03-27-2012, 07:44 AM
RE: Stable Build? - darksun84 - 03-27-2012, 08:00 AM
RE: Stable Build? - AwKward - 03-27-2012, 08:03 AM
RE: Stable Build? - Valios - 03-27-2012, 08:39 AM
RE: Stable Build? - AwKward - 03-27-2012, 09:10 AM
RE: Stable Build? - Valios - 03-27-2012, 09:56 AM
RE: Stable Build? - AwKward - 03-27-2012, 10:01 AM
RE: Stable Build? - darksun84 - 03-27-2012, 10:04 AM
RE: Stable Build? - AwKward - 03-27-2012, 10:12 AM
RE: Stable Build? - darksun84 - 03-27-2012, 10:27 AM
RE: Stable Build? - AwKward - 03-27-2012, 10:36 AM
RE: Stable Build? - AwKward - 03-27-2012, 12:42 PM
RE: Stable Build? - Shaklaban - 03-27-2012, 08:50 PM
RE: Stable Build? - dagger4k - 03-27-2012, 07:50 PM
RE: Stable Build? - AwKward - 03-28-2012, 07:13 AM
RE: Stable Build? - Valios - 03-28-2012, 08:13 AM
RE: Stable Build? - AwKward - 03-30-2012, 12:32 PM
RE: Stable Build? - AwKward - 03-30-2012, 02:00 PM
RE: Stable Build? - ShiryuX - 03-30-2012, 02:28 PM
RE: Stable Build? - AwKward - 03-30-2012, 02:31 PM
RE: Stable Build? - ShiryuX - 03-30-2012, 02:32 PM
RE: Stable Build? - AwKward - 03-30-2012, 02:38 PM
RE: Stable Build? - ShiryuX - 03-30-2012, 02:56 PM
RE: Stable Build? - AwKward - 03-30-2012, 02:58 PM
RE: Stable Build? - AwKward - 03-30-2012, 04:14 PM
RE: Stable Build? - AwKward - 03-30-2012, 08:49 PM
RE: Stable Build? - Valios - 03-31-2012, 12:43 AM
RE: Stable Build? - AwKward - 03-31-2012, 12:28 PM
RE: Stable Build? - dagger4k - 03-31-2012, 01:39 PM
RE: Stable Build? - AwKward - 03-31-2012, 01:50 PM
RE: Stable Build? - dagger4k - 03-31-2012, 06:47 PM
RE: Stable Build? - AwKward - 04-01-2012, 02:57 AM
RE: Stable Build? - AwKward - 04-01-2012, 02:44 PM
RE: Stable Build? - AwKward - 04-01-2012 03:30 PM
RE: Stable Build? - ShiryuX - 04-01-2012, 03:03 PM
RE: Stable Build? - AwKward - 04-01-2012, 04:37 PM
RE: Stable Build? - AwKward - 04-01-2012, 05:42 PM
RE: Stable Build? - AwKward - 04-03-2012, 05:27 PM
RE: Stable Build? - dagger4k - 04-03-2012, 08:13 PM
RE: Stable Build? - dagger4k - 04-04-2012, 10:10 PM
RE: Stable Build? - AwKward - 04-18-2012, 09:39 PM
RE: Stable Build? - AwKward - 05-02-2012, 09:27 PM
RE: Stable Build? - Khaos - 05-02-2012, 10:34 PM
RE: Stable Build? - VeTaL - 05-05-2012, 03:43 AM
RE: Stable Build? - darksun84 - 05-05-2012, 04:08 AM
RE: Stable Build? - VeTaL - 05-05-2012, 05:05 AM
RE: Stable Build? - Shaklaban - 05-05-2012, 05:12 AM
RE: Stable Build? - VeTaL - 05-05-2012, 05:27 AM
RE: Stable Build? - darksun84 - 05-05-2012, 07:15 AM
RE: Stable Build? - Valios - 05-05-2012, 08:02 AM
RE: Stable Build? - VeTaL - 05-05-2012, 08:10 AM
RE: Stable Build? - DarQside - 05-09-2012, 08:36 AM
RE: Stable Build? - Valios - 05-09-2012, 05:42 PM
RE: Stable Build? - DarQside - 05-10-2012, 01:51 AM

Forum Jump:


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