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






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
memory 0100
Author Message
Soulless
Super Moderator
****

Posts: 335
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #1
memory 0100
does anyone know why memory_item 0100 decays and doesnt remove itself? it had a timer of -1. when a player was crashing on login i looked at his memory items and it had that. when i removed it, it alllowed him to log in. it's memory_guard, what does that do? i know that memory items just are jacked up sometimes, but would that cause them to crash ?


THanks!

What am I working on?
(This post was last modified: 04-07-2013 09:54 AM by Soulless.)
04-05-2013 09:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Wap
Journeyman
*

Posts: 138
Likes Given: 6
Likes Received: 7 in 6 posts
Joined: Mar 2012
Reputation: 3

UORPG.net

Post: #2
RE: memory 0100
This memories is about something owned...
04-07-2013 06:03 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #3
RE: memory 0100
i believe memory_guard is the memory stored on said player when they have the guards calls on them, could be wrong tho. . .
04-07-2013 02:32 PM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #4
RE: memory 0100
Just had a look, and it appears to be a memory placed on the creator of a multi.
I can't see any use for this memory item, the only place in the source where this is used is when it is placed on a char when a multi is created.

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
04-07-2013 11:03 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #5
RE: memory 0100
Interesting, I always wondered about those
04-08-2013 02:05 AM
Find all posts by this user Like Post Quote this message in a reply
Soulless
Super Moderator
****

Posts: 335
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #6
RE: memory 0100
it turns out when i removed this it didnt fix the crashing randomly of clients. often times a client will be stuck logging in and out crashing repeatedly with no. i checked my on=@Login trigger and removed everything, the player still crashed. i cant figure out what randomly makes players crash repeatedly. ive tried moving them to different locations, .fixing them. etc

though i have not had a server crash in over a week with an avg of 6-8 players on 24/7

What am I working on?
04-08-2013 06:32 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Wap
Journeyman
*

Posts: 138
Likes Given: 6
Likes Received: 7 in 6 posts
Joined: Mar 2012
Reputation: 3

UORPG.net

Post: #7
RE: memory 0100
Usually players have crashes on login if client local settings are corrupted. Deleting its(UO/Desktop map in old clients, My Documents/EA Games/Ultima Online X in the new) fixes this problem.
04-08-2013 08:11 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Soulless
Super Moderator
****

Posts: 335
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #8
RE: memory 0100
it seems like this happens frequently for some of my players, moreso than other servers Sad i know they have complained about it on my server as if its an issue related to it. i havent had that very often personally playing on other servers. is it more inherent in older uo versions? i havent personally had it from work, or at home. i know they have sometimes become disillusioned by it and i know ive lost one or two players due to this.

anyone got any other ideas? or further information on this?

i'll have one of them delete their desktop settings in the client folder next time to see if it remedies the problem. atleast then we would have a targeted idea of what the issue is if that was indeed the problem.

What am I working on?
04-09-2013 05:16 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #9
RE: memory 0100
In my experience, when a invisible GM uses .go to spy on their players, that often causes a client crash.

I've also noticed that when players have mismatched mul files from what the server has, that can cause client crashing.

Also there have been quite a few fixes for things that crash clients over the years... what version of sphereserver are you using?
04-09-2013 07:57 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #10
RE: memory 0100
(04-09-2013 05:16 AM)Soulless Wrote:  it seems like this happens frequently for some of my players, moreso than other servers Sad i know they have complained about it on my server as if its an issue related to it. i havent had that very often personally playing on other servers. is it more inherent in older uo versions? i havent personally had it from work, or at home. i know they have sometimes become disillusioned by it and i know ive lost one or two players due to this.

anyone got any other ideas? or further information on this?

i'll have one of them delete their desktop settings in the client folder next time to see if it remedies the problem. atleast then we would have a targeted idea of what the issue is if that was indeed the problem.

using ef_canseeinclosedconts can crash the clients.
04-09-2013 11:36 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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