Signs going blank, images unique
Hello,
When I restart the server, some signs are removed. The frame is still here, but is blank and unlocked.
Signs where all differents and uniqs images in jpg, and where locked.
Any idea on how to keep the signs ? (the /silrestore all command don't restore them)
Are you sure the images are unique?

really sure yes.
Was different photos of octopus, each one was a different species.

Merged post

Here is a screenshot of the sil disapearing so you can see all are differents in each frame of the wall :
screenshot
I am aware Rust cleans duplicates of signs.

But I have signs disapearing that Appear nowhere else on the map? How can I solve this?

Also how can I stop Rust cleaning Duplicates of signs as that is also irrating although I know I can solve it by modifying them slightly.
When are they disappearing? Each image has to be unique, so making each image unique would solve Rust removing duplicates.
Signs disappear regardless of if they are unique or not.
Okay, but when are they?
Not after a restart or any event like that. Just randomly over time. They may last from 12 to 72 hours before wiping themselves.
this happens randomly, on my server too. images are unique
this is not dependant on a server restart and can happen randomly while the server is operating under normal conditions

Merged post

return MaxSize * 1024 * 1024;

should be

return MaxSize * 1024 * 1000;

Merged post

also, memory streams and image should be properly disposed after use rather than set null. put them in a using statement instead of doing it manually. apply this to WWW as well
nivex
return MaxSize * 1024 * 1024;

should be

return MaxSize * 1024 * 1000;
I believe there's an open issue for that.
Why was my thread merged? It is irrelevant to Restarts :)

Merged post

When I try to restore a sign that has been cleared it says:
Can't restore the sign because no texture is assigned to it.
Whisper
Why was my thread merged? It is irrelevant to Restarts
Because it appears to be related.

Hi, just to inform it's still happening : none of the png sign which i upload are identicals, they randomly disepear after a server reload ;)

If needed, i can make another new test next wipe, just give instruction on which method i have to use, and which messages/logs you need ;)

sorrry for bad english...

I am also having this issue.  Any update on disappearing signs?