• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Infinite Loops

ro_sauce

Grizzled Veteran
Sep 26, 2007
3,134
329
bwhgaming.com
i keep getting these crashes:

Code:
[49528.98] Critical: appError called: Infinite script recursion (250 calls) detected
    ROWeap_MG34_LMG_Content TE-Apartments.TheWorld:PersistentLevel.ROWeap_MG34_LMG_Content_444
    Function Engine.Weapon:NotifyWeaponFinishedFiring:0000
    Script call stack:
    Function ROGame.ROWeapon:MeleeAttacking.EndState
    Function Engine.Weapon:NotifyWeaponFinishedFiring

[49529.04] Critical: Windows GetLastError: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. (10057)
[67359.34] Log: === Critical error: ===
Infinite script recursion (250 calls) detected
ROWeap_MG34_LMG_Content TE-Apartments.TheWorld:persistentLevel.ROWeap_MG34_LMG_Content_444
Function Engine.Weapon:NotifyWeaponFinishedFiring:0000
Script call stack:
Function ROGame.ROWeapon:MeleeAttacking.EndState
Function Engine.Weapon:NotifyWeaponFinishedFiring


Address = 0x7650b9bc (filename not found) [in C:\Windows\syswow64\KERNELBASE.dll]
Address = 0x47e941 (filename not found) [in C:\Users\Administrator\Desktop\steamcmd\steamcmd\ro2server\Binaries\win32\ROGame.exe]
Address = 0x4aef63 (filename not found) [in C:\Users\Administrator\Desktop\steamcmd\steamcmd\ro2server\Binaries\win32\ROGame.exe]

[173556.84] Log: Script call stack:
Function ROGame.ROAIController:EvaluateObjectives
Function ROGame.ROAIController:GetRallyNodeForObjective

Code:
[173556.84] Critical: appError called: Runaway loop detected (over 1000000 iterations)
    ROAIController TE-GrainElevator.TheWorld:PersistentLevel.ROAIController_5239
    Function ROGame.ROAIController:GetRallyNodeForObjective:0321
    Script call stack:
    Function ROGame.ROAIController:EvaluateObjectives
    Function ROGame.ROAIController:GetRallyNodeForObjective

[173556.89] Critical: Windows GetLastError: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. (10057)
[173594.48] Log: === Critical error: ===
Runaway loop detected (over 1000000 iterations)

anyone else getting these server crashes?
 
another one today at 3am:
Code:
[59453.20] Log: Script call stack:
    Function ROGame.ROWeapon:MeleeAttacking.EndState
    Function Engine.Weapon:NotifyWeaponFinishedFiring

[59453.20] Critical: appError called: Infinite script recursion (250 calls) detected
    ROWeap_DP28_LMG_Content TE-GrainElevator.TheWorld:PersistentLevel.ROWeap_DP28_LMG_Content_1000
    Function Engine.Weapon:NotifyWeaponFinishedFiring:0000
    Script call stack:
    Function ROGame.ROWeapon:MeleeAttacking.EndState
    Function Engine.Weapon:NotifyWeaponFinishedFiring

[59453.25] Critical: Windows GetLastError: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. (10057)
[79193.13] Log: === Critical error: ===
Infinite script recursion (250 calls) detected
    ROWeap_DP28_LMG_Content TE-GrainElevator.TheWorld:PersistentLevel.ROWeap_DP28_LMG_Content_1000
    Function Engine.Weapon:NotifyWeaponFinishedFiring:0000
    Script call stack:
    Function ROGame.ROWeapon:MeleeAttacking.EndState
    Function Engine.Weapon:NotifyWeaponFinishedFiring
 
Upvote 0