ID:139728
 
on Dream Deamon im getting this Proc a lot

proc name: saveclient (/mob/proc/saveclient)

Problem description:
but i see no ingame effects im just curious too why its giving me that Proc and if there is a way too get it too stop appearing any thoughts would be awesome

The issue is that there's an error.

Something is failing to work properly as a result.

Good job not only not posting the relevant code, but ALSO stripping out the relevant portion of the error message itself, making it impossible for anybody to help you.
In response to Garthor
i couldnt post the code because it doesnt tell me Where Exactly the problem is Occuring
In response to Stargateunlimited
this is all it gives me


runtime error: Cannot read null.client
proc name: saveclient (/mob/proc/saveclient)
runtime error: Cannot read null.client
proc name: saveclient (/mob/proc/saveclient)
runtime error: Cannot read null.client
proc name: saveclient (/mob/proc/saveclient)
runtime error: Cannot read null.client
proc name: saveclient (/mob/proc/saveclient)
In response to Stargateunlimited
Dream Daemon gives up on the majority of runtime errors after a lot of repetitions, and after even more it suppresses runtime errors completely. Look higher up for larger versions of the same error, and if it still doesn't tell you anything, try turning debug mode on in Dream Maker.
In response to Stargateunlimited
Stargateunlimited wrote:
i couldnt post the code because it doesnt tell me Where Exactly the problem is Occuring

It says /mob/proc/saveclient. Maybe you could start with that?
In response to Kaiochao
If you use
#define DEBUG
it'll say which line in which file.