Random "game has crashed" messages

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Hello,

I'm running the lastest Rust Server Legacy version and Fougerite 1.2.8C

I get random "games has crashed" messages from the server.

"The game has crashed. The crash report folder named...."

but the server still keeps running.

Any idea what causes them?

It is always the same error message:

rust_server.exe caused an Access Violation (0xc0000005)
in module rust_server.exe at 0023:002233b0.
See the log files:

error.txt

http://pastebin.com/U4LyQN9x

output_log.txt

http://pastebin.com/UiSVzvpY

Thanks
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Hello,

I'm running the lastest Rust Server Legacy version and Fougerite 1.2.8C

I get random "games has crashed" messages from the server.

"The game has crashed. The crash report folder named...."

but the server still keeps running.

Any idea what causes them?

It is always the same error message:



See the log files:

error.txt

http://pastebin.com/U4LyQN9x

output_log.txt

http://pastebin.com/UiSVzvpY

Thanks
Do you still have the Microsoft.Scripting DLL files in the managed folder by an accident?
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
It seems to be a unity bug that only happens on a timer usage. Hmm. I will see what can I do.

Sent From My Samsung Galaxy S4
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Are you able to determine which plugin causes this crash? So that I can disable it.

Plugin List:

Code:
AAscii
AdminChat
AdminLocations
AdminPlus
AdminsOnline
AdminTools
AdvancedTester
AuthAllow
BannedPeople
Bonus
CountryBlackList
Drop++
DeathMSG
DestroySystem
DonatorRank
EAC
FPSBoost
Freezer
GatherPlus
GeoIP
HomeSystem
iConomy
InvLookup
Location
ModeratorPrefix
Moderators
NpcLoot
PlayerInfo
Report
ResourceSpawner
TimeCommand
TpFriend
Vanish
Wiper
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I'm also getting full crashes:

Name erroneous application: rust_server.exe, version: 4.5.5.37569, timestamp: 0x5434f29e
Name of the faulty module: rust_server.exe, version: 4.5.5.37569, timestamp: 0x5434f29e
Exception code: 0xc0000005
Error offset: 0x001133b0
ID of the faulty process: 0x25494
Start time erroneous application: 0x01d13211d022d4c8

The server is getting "game has crashed" error messages at least 4 times per day. Its is horrible. I remember not having these problems with at least 1.2.4
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I'm also getting full crashes:

Name erroneous application: rust_server.exe, version: 4.5.5.37569, timestamp: 0x5434f29e
Name of the faulty module: rust_server.exe, version: 4.5.5.37569, timestamp: 0x5434f29e
Exception code: 0xc0000005
Error offset: 0x001133b0
ID of the faulty process: 0x25494
Start time erroneous application: 0x01d13211d022d4c8
To be honest, I'm still not getting RPC or crash msgs, but i have like 30-50 players afternoon. I don't know how to trigger that. hmm
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I think i found the plugin causing the server crashes with the popup "The game has crashed. The crash report folder named...."

It seems to be : Wiper

Since I removed it I did not get any crashes like this. After enabling it again the server starts to crash randomly.
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I think i found the plugin causing the server crashes with the popup "The game has crashed. The crash report folder named...."

It seems to be : Wiper

Since I removed it I did not get any crashes like this. After enabling it again the server starts to crash randomly.
Wiper's timer causes only that.

UnityEngine's this version doesnt like if i search for objects in a timer.
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Both Wipe and Decay Timer?

I get invalid value 0 Error on plugin load when I set both times to = 0
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Both Wipe and Decay Timer?

I get invalid value 0 Error on plugin load when I set both times to = 0
UseDayLimit=True ; Enable maxdays timer. The daylimit will always do the logging, if this is False, you can still do /wipecheck manually.

That will disable the timer. You can still manually execute /wipecheck

Set it to false.
 
  • Like
Reactions: tarynkelley