WARFRAME Wiki
Register
Advertisement
WARFRAME Wiki
Photo-4
“It's taking longer than I calculated.”
This page is actively being worked on and may not be completely correct. Please assist in making this page accurate. See WARFRAME Wiki:Research on ways to perform research on this game. Click here to add more info.
OrdisArchwingtrailer
“I want more... Operator, please hurry! This story is getting quite good!”
This article is a stub. You can help WARFRAME Wiki by adding a sentence or two.
Sgt Nef AnyoIcon
“Orokin secrets cannot remain secret forever! Start talking!”
The following article/section is conjecture. Content is subjected to change/removal as the game progresses. Please do not use this article for critical in-game information.

EE.log is WARFRAME's engine log that can be located in C:\Users\<USERNAME>\AppData\Local\Warframe\EE.log or %localappdata%\Warframe\EE.log. It is used by the developers for debugging purposes and can be sent to WARFRAME's support center on https://digitalextremes.zendesk.com/.

As a disclaimer, the log contains sensitive information (such as your IP address and email address) so do not share this file with untrusted parties. The wiki is not responsible for any damages that may occur. Use this article for informative purposes only.

Details[]

Each line in the log has a standard format in the form of "<Elapsed time in seconds, accurate to the millisecond> <Message source> [<Message type>]: <Message>"

  • Message sources:
    • Sys - System/game engine
    • Script - Lua scripts
    • Game - Gameplay handler
    • AI - NPC AI handler
    • Net - Network
    • Anim - Animation handler
    • Gfx - Graphics
    • Snd - Sound/audio
    • Input - Input/output handler
    • Phys - PhysX middleware
  • Message types:
    • [Info] - Informative
    • [Error] - Errors
    • [Warning] - Warning
    • [Diag] - Diagnosis

The log is reset every time the game is launched so be sure to copy over the file to a separate directory to preserve log data of the previous play session.

Contents[]

Important Game Events[]

  • Seeding random number generator
    3.070 Sys [Diag]: SRand seeded with: 1984020437910075226
  • Recognizing peripherals
    8.949 Input [Info]: Found Keyboard (Enhanced), emulated
    8.952 Input [Info]: Found Mouse, 5-buttons, emulated
    8.959 Input [Info]: Enumerated STEAM controller: 0
  • Loading game assets ("Cache manifest" refers to Public Export)
    13.773 Sys [Info]: Scanning C:\Program Files (x86)\Steam\steamapps\common\Warframe\Cache.Windows\ for cache blocks...
    13.774 Sys [Info]: Found 42 cache blocks...
    17.274 Sys [Info]: Cache languages enabled: _en
    17.294 Sys [Info]: Downloading cache manifest index...
    18.313 Sys [Info]: Loaded TOC for Windows/H.Misc (took 271ms, loaded 148386 entries, found 11642 deleted)
    18.315 Sys [Info]: Used shared /H.Cache.bin (576B Copy: 32us Write: 758ms Latency: 1.02s)
    21.368 Sys [Info]: Budget overrun commiting write of H.Misc/H.Cache.bin (1116 ms)
    21.401 Sys [Info]: Loaded TOC for Windows/H.Font (took 14.8ms, loaded 3302 entries, found 211 deleted)
    21.415 Sys [Info]: Loaded TOC for Windows/B.Font (took 6.97ms, loaded 3291 entries, found 95 deleted)
    21.508 Sys [Info]: Loaded TOC for Windows/B.Misc (took 89.9ms, loaded 91365 entries, found 183 deleted)
    22.103 Sys [Info]: Cache manifest hash crU40T6xL5EtMvbiYKcRrg
    22.107 Sys [Info]: Loaded TOC for Windows/H.CharacterCodesCache (took 0.02ms, loaded 1 entries, found 18 deleted)
    22.140 Sys [Info]: Loaded TOC for Windows/B.AnimRetarget (took 33.9ms, loaded 5279 entries, found 185 deleted)
    22.143 Sys [Info]: Loaded TOC for Windows/B.CharacterCodesCache (took 0.02ms, loaded 1 entries, found 1 deleted)
    22.159 Sys [Info]: Loaded TOC for Windows/H.AnimRetarget (took 15.7ms, loaded 5884 entries, found 1074 deleted)
    22.194 Sys [Info]: Loaded TOC for Windows/H.Emblem (took 0.29ms, loaded 80 entries, found 0 deleted)
    22.197 Sys [Info]: Loaded TOC for Windows/B.Emblem (took 0.32ms, loaded 80 entries, found 0 deleted)
    22.246 Sys [Info]: Loaded TOC for Windows/H.LightMap (took 25.5ms, loaded 39192 entries, found 1221 deleted)
    22.283 Sys [Info]: Loaded TOC for Windows/B.LightMap (took 33.5ms, loaded 39192 entries, found 375 deleted)
    22.368 Sys [Info]: Loaded TOC for Windows/H.Texture (took 73.4ms, loaded 46287 entries, found 929 deleted)
    22.426 Sys [Info]: Loaded TOC for Windows/B.Texture (took 45.3ms, loaded 32434 entries, found 72 deleted)
    22.493 Sys [Info]: Loaded TOC for Windows/H.VideoTexture (took 0.21ms, loaded 26 entries, found 0 deleted)
    22.753 Sys [Info]: Initialize dictionary: 1048576b
    23.494 Sys [Info]: Loading package cache took 1.1s (Parse: 1.0s)
    23.505 Sys [Info]: Loaded TOC for Windows/H.VideoTextureStreaming (took 0.14ms, loaded 59 entries, found 0 deleted)
    23.887 Sys [Info]: Load deps cache took 384ms
    ...
  • Establishing IP bindings (WARFRAME uses ports 4950 and 4955 by default[1])
    21.957 Net [Info]: Local binding: localhost:4950
    21.962 Net [Info]: UDP socket created: localhost:4950 [private address: <REDACTED>:4950], thread send: 1
    21.962 Net [Info]: Listening: localhost:4950
  • Entering main game loop
    22.296 Sys [Info]: ===[ Entering main loop ]===================================================================================
  • Building AI navigation graphs ("road network graphs") and things related to enemy pathing (navigation meshes and TacMap)
    112.417 Sys [Info]: SetHighLevelGraph numPoints 6 numLinks 3 numNodes 4
    112.417 Sys [Info]: CompleteHighLevelGrapInit took 0.02ms
    112.417 Sys [Info]: Entire process took 2 frames
    112.417 Sys [Info]: Creating road network graph
    112.417 Sys [Info]: CreateRoadNetworkGraph - total time: 0.0981ms
    112.469 AI [Info]: TacticalAreaMap::AddZone /Lotus/Levels/Hub/LisetBridgeRailjackExpansion/0.tmf adding 58 areas for total: 58
    112.469 Sys [Info]: Nav init complete, finalize took 1 frame(s) 1 frames for 35 bridges
    112.469 Game [Info]: ====== Completed Initializing Nav and Tac
  • Game connected to Orbiter
    112.501 Sys [Info]: ===[ Game successfully connected to: /Lotus/Levels/Proc/PlayerShip/DOA.lp ]===
  • Connecting to Chat servers
    191.805 Net [Info]: IRC connected: TLSv1.3 TLS_AES_128_GCM_SHA256
  • Joining public squad for matchmaking
    267.868 Net [Info]: JoinSquadSessionCallback. Session id=61898cc1ba790d3a7717737b, host name=<PLAYER_NAME>
    267.868 Net [Info]: PlatformJoinSessionDone: 1, squad state: JoiningParty
    267.868 Net [Info]: Join squad session done.
    267.868 Net [Info]: Squad host address: <HOST_IP>:4950
    267.879 Net [Info]: Reliable peer: <HOST_IP>:4950, reset
    267.879 Net [Info]: New squad peer added <HOST_IP>:4950
    267.879 Net [Info]: Changing squad state from JoiningParty to InParty
    267.883 Net [Info]: Sending Join Squad Update to <HOST_IP>:4950 [seamless: 0]
    267.928 Net [Info]: NAT bound for client to <IP_ADDRESS>:4955
    269.278 Net [Info]: MatchingServiceWeb::ProcessSquadMessage received JOIN message from <PLAYER_NAME>
    269.278 Net [Info]: SQUAD Session has 1/4 public and 0/1 private slots filled.
    269.278 Net [Info]: Team0 slots: 0, team1 slots: 0
    269.278 Net [Info]: Num session players: 1
  • Quiting game
    4286.624 Sys [Info]: Executing command: /EE/Editor/ToolMenus/Commands/CmdQuit
  • Exiting main game loop
    4287.173 Sys [Info]: ===[ Exiting main loop ]====================================================================================

Current Arbitrations Alert[]

190.966 Script [Info]: Background.lua: EliteAlert: generated boosts for <PLAYER_NAME>: suitType=/Lotus/Powersuits/Loki/Loki wepType=/Lotus/Weapons/Tenno/Rifle/TennoSniperRifle
190.966 Script [Info]: Background.lua: EliteAlertMission at SolNode39 (Earth - Everest)

Duviri[]

  • Current mood spiral
    228.050 Script [Info]: MapRedux.lua: Duviri: rolled mood Fear mood
  • Generated loadout
    228.050 Script [Info]: MapRedux.lua: RollDuviriOffers - Using cached duviri offers
    228.050 Script [Info]: MapRedux.lua: RollDuviriOffers - Duviri Seed: 11313517606468530482
    228.057 Script [Info]: MapRedux.lua: Generated weapons:
    228.057 Script [Info]: MapRedux.lua: 1> 1> /Lotus/Weapons/Tenno/LongGuns/DoubleBarrelShotgun/TennoDoubleBarrelShotgun
    228.057 Script [Info]: MapRedux.lua: 2> 0> /Lotus/Weapons/Tenno/Pistol/HeavyPistol
    228.057 Script [Info]: MapRedux.lua: 3> 5> /Lotus/Weapons/Tenno/Melee/Swords/StalkerMios/OperationsLacera
    228.057 Script [Info]: MapRedux.lua: 4> 1> /Lotus/Weapons/Tenno/Rifle/BoltoRifle
    228.057 Script [Info]: MapRedux.lua: 5> 0> /Lotus/Weapons/Corpus/Pistols/CrpElectroMag/CrpElectroMag
    228.057 Script [Info]: MapRedux.lua: 6> 5> /Lotus/Weapons/Tenno/Melee/Swords/NWIIIOrokinSword/NWOrokinSword
    228.057 Script [Info]: MapRedux.lua: 7> 5> /Lotus/Weapons/Tenno/Melee/DualShortSword/DualShortSword
    228.057 Script [Info]: MapRedux.lua: 8> 0> /Lotus/Weapons/Tenno/Pistol/Pistol
    228.057 Script [Info]: MapRedux.lua: Generating Cave Selections took: 7.32919979095459ms

Player Downs/Deaths[]

2173.387 Game [Info]: RailJackAvatar508 was downed by 16 / 16 damage from a level 30 CANNON BATTERY using a GrineerGalleonTurretGun
2400.195 Game [Info]: RailJackAvatar508 was downed by 11 / 11 damage from a level 33 ELITE GYRE CUTTER using a SpaceFighterEliteRagerWeapon
2632.018 Game [Info]: SMEETA KAVAT was downed by 81 / 80 damage from a level 59 CORRUPTED |ENEMY| using a GrnSaturnCrewTwinGrakatas
2634.488 Game [Info]: <PLAYER_NAME> was killed by 106 / 185 damage from a level 65 CORRUPTED |ENEMY| using a GrnSaturnCrewThrowerWeapon

Gameplay Events[]

  • Bounty stage reward
    2377.726 Sys [Info]: Created /Lotus/Interface/EidolonMissionComplete.swf
    2377.726 Script [Info]: EidolonMissionComplete.lua: EidolonMissionComplete:: Got Reward: /Lotus/StoreItems/Types/Recipes/Weapons/TnBrokenWarfanBlueprint with count: 1

Mission Details[]

282.067 Sys [Info]: Loading game rules: LotusGameRules
282.067 Sys [Info]: Setting gGameRules
282.067 Sys [Info]: Client loaded {"name":"SolNode42_Alert"} with MissionInfo:
{
    "missionType" : "MT_DEFENSE",
    "faction" : "FC_GRINEER",
    "gameRules" : "",
    "uniqueName" : "",
    "icon" : "",
    "seed" : 767676,
    "difficulty" : 1,
    "missionReward" : {
        "credits" : 10000,
        "xp" : 0,
        "items" : [],
        "countedItems" : [
            {
                "ItemCount" : 1,
                "ItemType" : "/Lotus/Types/Items/MiscItems/FormaUmbra"
            }
        ],
        "countedStoreItems" : [],
        "randomizedItems" : ""
    },
    "missionRewardExtra" : {
        "credits" : 0,
        "xp" : 0,
        "items" : [],
        "countedItems" : [],
        "countedStoreItems" : [],
        "randomizedItems" : ""
    },
    "enemyCacheOverride" : "",
    "descText" : "CONQUERA",
    "location" : "SolNode42",
    "levelOverride" : "/Lotus/Levels/Proc/Grineer/GrineerGalleonDefense",
    "loadingScreenOverride" : "",
    "enemySpec" : "/Lotus/Types/Game/EnemySpecs/GrineerDefenseA",
    "customEnemies" : [],
    "customAdvancedSpawners" : [],
    "customNpcEncounters" : [],
    "extraEnemySpec" : "",
    "vipAgent" : "",
    "vipLevelModifier" : 0,
    "minEnemyLevel" : 20,
    "maxEnemyLevel" : 30,
    "minSpaceEnemyLevel" : 1,
    "maxSpaceEnemyLevel" : 1,
    "maxWaveNum" : 10,
    "soloMode" : false,
    "archwingRequired" : false,
    "isSharkwingMission" : false,
    "requiredItems" : [],
    "requiredItemCounts" : [],
    "consumeRequiredItems" : false,
    "exclusiveWeapon" : "",
    "fxLayer" : "",
    "leadersAlwaysAllowed" : false,
    "missionUpgrades" : [],
    "challengesEnabled" : true,
    "challengeTag" : "",
    "conclaveRange" : [0, 0],
    "conclaveRangePerItem" : false,
    "syndicateTag" : "",
    "syndicateXP" : 0,
    "syndicateTitle" : [1, 1],
    "forceAllyFaction" : false,
    "masteryReq" : 0,
    "maxSuitReq" : false,
    "maxPlayersOverride" : 0,
    "gravityAtten" : -1,
    "focusAtten" : 1,
    "transmissionOverrides" : "",
    "buddyAgents" : [],
    "periodicMissionTag" : "",
    "periodicMissionCooldown" : 0,
    "questReq" : "",
    "eomBoss" : "",
    "eomBossTaunt" : "",
    "eomBossTransmission" : "",
    "miscItemFee" : {
        "ItemCount" : 0,
        "ItemType" : ""
    },
    "transferenceDisabled" : false,
    "spawnAsOperator" : false,
    "hubLevelTag" : "",
    "songFragmentOverride" : [],
    "alertId" : "6176f8d8e6c1d54f30508855",
    "alertTag" : "",
    "goalId" : "",
    "goalTag" : "",
    "syndicateId" : "",
    "invasionId" : "",
    "sortieId" : "",
    "sortieTag" : "",
    "activeMissionId" : "",
    "activeMissionTag" : "",
    "jobId" : "",
    "jobTier" : 0,
    "invasionAllyFaction" : "FC_GRINEER",
    "levelKeyName" : "",
    "levelKeyOwnerId" : "",
    "keyChainName" : "",
    "nightmare" : false,
    "voidStorm" : false,
    "prereqIds" : [],
    "enemyCellId" : "",
    "enemyCellNodeId" : "",
    "enemyCellProgress" : 0,
    "scenarioId" : "",
    "metadata" : "",
    "tier" : 0,
    "levelAuras" : [],
    "customAuras" : [],
    "greedWagers" : [],
    "skillReqs" : []
}

Host Migration[]

1867.207 Game [Info]: HandleSquadMessage from <HOST_IP>:4950 LEAVE (host: 0)
1867.222 Sys [Info]: Received SMSG_REJECT
1867.222 Game [Info]: HOST MIGRATION: local client trying to join new host: <PLAYER_NAME>
1867.222 Net [Info]: MatchingService::SetSquadMigrating(0)
1867.226 Sys [Info]: Created /Lotus/Interface/Dialog.swf
1867.226 Input [Info]: Subscribing for /Lotus/Interface/Dialog.swf with input filter /EE/Types/Input/MenuInputFilter
1867.226 Input [Info]: InitMapping for all devices with bindings /Configs/EE.cfg/LotusWindows_KeyBindings and filter /EE/Types/Input/MenuInputFilter
1867.227 Script [Info]: Dialog.lua: Dialog::CreateOkCancel(description=Host migration in progress. Please wait..., leftItem=nil, rightItem=nil)
1867.227 Sys [Info]: Original session id = 61cf800203f04a52fc5fc992, old server connection = 0, mode = 0
1867.228 Sys [Info]: Server disconnected! [connection = 0]
1867.228 Net [Info]: Destroying virtual connection for: <HOST_IP>:4950

F6  Screenshot Capture[]

1477.111 Sys [Info]: Executing command: /EE/Editor/ToolMenus/Commands/CmdScreenCapture
1477.249 Gfx [Info]: Wrote Warframe0478.jpg (114ms)

External Links[]

Further Reading[]


  1. (n.d.) . Ports In Use. Digital Extermes. Accessed 2024-03-17. Archived from the original on 2024-03-17.
Advertisement