-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFactoryGame.log
739 lines (739 loc) · 77.2 KB
/
FactoryGame.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
Log file open, 11/09/24 11:37:30
LogInit: Display: Running engine for game: FactoryGame
LogInit: Display: Project file not found: /home/cogster/Steam/steamapps/common/SatisfactoryDedicatedServer/FactoryGame/FactoryGame.uproject
LogInit: Display: Attempting to find via project info helper.
LogUProjectInfo: Found projects:
LogPakFile: Initializing PakPlatformFile
LogIoDispatcher: Display: Reading toc: ../../../FactoryGame/Content/Paks/global.utoc
LogIoDispatcher: Display: Toc signature hash: 56157952844DD5E84FE9338AA6E6B8846B57F7FF
LogIoDispatcher: Display: Mounting container '../../../FactoryGame/Content/Paks/global.utoc' in location slot 0
LogPakFile: Display: Initialized I/O dispatcher file backend. Mounted the global container: ../../../FactoryGame/Content/Paks/global.utoc
LogPakFile: Display: Found Pak file ../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.pak attempting to mount.
LogPakFile: Display: Mounting pak file ../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.pak.
LogIoDispatcher: Display: Reading toc: ../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.utoc
LogIoDispatcher: Display: Toc signature hash: EB2C436E22CB540B0A4CF315A8C94506A4043E94
LogIoDispatcher: Display: Mounting container '../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.utoc' in location slot 0
LogPakFile: Display: Mounted IoStore container "../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.utoc"
LogPakFile: Display: Mounted Pak file '../../../FactoryGame/Content/Paks/FactoryGame-LinuxServer.pak', mount point: '../../../'
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -5:00, Platform Override: ''
LogInit: Session CrashGUID >====================================================
Session CrashGUID > UECC-Linux-1DCCF61ABF8946C195278DAFEA4A51FA
Session CrashGUID >====================================================
LogConfig: Using compiled CustomConfig FactoryServer
LogConfig: Warning: Found a deprecated ini section name in ../../../FactoryGame/Config/DefaultEngine.ini. Search for [/Script/Engine.TextureLODSettings] and replace with [GlobalDefaults DeviceProfile]
LogConfig: Warning: Found a deprecated ini section name in ../../../FactoryGame/Config/DefaultDeviceProfiles.ini. Search for [/Script/Engine.TextureLODSettings] and replace with [GlobalDefaults DeviceProfile]
LogAssetRegistry: Premade AssetRegistry loaded from '../../../FactoryGame/AssetRegistry.bin'
LogStreaming: Warning: Failed to read file '/home/cogster/Steam/steamapps/common/SatisfactoryDedicatedServer/Cloud/IoStoreOnDemand.ini' error.
LogPluginManager: Mounting Engine plugin Paper2D
LogPluginManager: Mounting Engine plugin AISupport
LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
LogPluginManager: Mounting Engine plugin ACLPlugin
LogPluginManager: Mounting Engine plugin AnimationData
LogPluginManager: Mounting Engine plugin ControlRigSpline
LogPluginManager: Mounting Engine plugin ControlRig
LogPluginManager: Mounting Engine plugin DeformerGraph
LogPluginManager: Mounting Engine plugin IKRig
LogPluginManager: Mounting Engine plugin Bridge
LogPluginManager: Mounting Engine plugin CameraShakePreviewer
LogPluginManager: Mounting Engine plugin GameplayCameras
LogPluginManager: Mounting Engine plugin LensDistortion
LogPluginManager: Mounting Engine plugin OodleNetwork
LogPluginManager: Mounting Engine plugin DSTelemetry
LogPluginManager: Mounting Engine plugin AnimationSharing
LogPluginManager: Mounting Engine plugin PluginUtils
LogPluginManager: Mounting Engine plugin UObjectPlugin
LogPluginManager: Mounting Engine plugin AssetManagerEditor
LogPluginManager: Mounting Engine plugin BlueprintHeaderView
LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
LogPluginManager: Mounting Engine plugin FacialAnimation
LogPluginManager: Mounting Engine plugin GeometryMode
LogPluginManager: Mounting Engine plugin LightMixer
LogPluginManager: Mounting Engine plugin ObjectMixer
LogPluginManager: Mounting Engine plugin SequencerAnimTools
LogPluginManager: Mounting Engine plugin SpeedTreeImporter
LogPluginManager: Mounting Engine plugin UVEditor
LogPluginManager: Mounting Engine plugin EnhancedInput
LogPluginManager: Found config from plugin[EnhancedInput] Input
LogPluginManager: Mounting Engine plugin DatasmithContent
LogPluginManager: Mounting Engine plugin GLTFExporter
LogPluginManager: Mounting Engine plugin VariantManagerContent
LogPluginManager: Mounting Engine plugin VariantManager
LogPluginManager: Mounting Engine plugin AutomationUtils
LogPluginManager: Mounting Engine plugin BackChannel
LogPluginManager: Mounting Engine plugin BlueprintStats
LogPluginManager: Mounting Engine plugin ChaosCaching
LogPluginManager: Mounting Engine plugin ChaosClothEditor
LogPluginManager: Mounting Engine plugin ChaosCloth
LogPluginManager: Mounting Engine plugin ChaosEditor
LogPluginManager: Mounting Engine plugin ChaosNiagara
LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
LogPluginManager: Mounting Engine plugin ChaosUserDataPT
LogPluginManager: Mounting Engine plugin ChaosVehiclesPlugin
LogPluginManager: Mounting Engine plugin CharacterAI
LogPluginManager: Mounting Engine plugin ControlFlows
LogPluginManager: Mounting Engine plugin Dataflow
LogPluginManager: Mounting Engine plugin Fracture
LogPluginManager: Mounting Engine plugin FullBodyIK
LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
LogPluginManager: Mounting Engine plugin GeometryScripting
LogPluginManager: Mounting Engine plugin Landmass
LogPluginManager: Mounting Engine plugin LocalizableMessage
LogPluginManager: Mounting Engine plugin PlanarCut
LogPluginManager: Mounting Engine plugin PlatformCrypto
LogPluginManager: Mounting Engine plugin ProxyLODPlugin
LogPluginManager: Mounting Engine plugin PythonScriptPlugin
LogPluginManager: Mounting Engine plugin RawInput
LogPluginManager: Found config from plugin[RawInput] Input
LogPluginManager: Mounting Engine plugin StructUtils
LogPluginManager: Mounting Engine plugin ToolPresets
LogPluginManager: Mounting Engine plugin Niagara
LogPluginManager: Mounting Engine plugin Fab
LogPluginManager: Mounting Engine plugin AlembicImporter
LogPluginManager: Mounting Engine plugin InterchangeEditor
LogPluginManager: Mounting Engine plugin Interchange
LogPluginManager: Mounting Engine plugin ImgMedia
LogPluginManager: Mounting Engine plugin MediaCompositing
LogPluginManager: Mounting Engine plugin MediaPlate
LogPluginManager: Mounting Engine plugin MfMedia
LogPluginManager: Mounting Engine plugin MeshPainting
LogPluginManager: Mounting Engine plugin TcpMessaging
LogPluginManager: Mounting Engine plugin UdpMessaging
LogPluginManager: Mounting Engine plugin ActorSequence
LogPluginManager: Mounting Engine plugin LevelSequenceEditor
LogPluginManager: Mounting Engine plugin SequencerScripting
LogPluginManager: Mounting Engine plugin TemplateSequence
LogPluginManager: Mounting Engine plugin OnlineBase
LogPluginManager: Mounting Engine plugin OnlineFramework
LogPluginManager: Mounting Engine plugin OnlineServicesNull
LogPluginManager: Found config from plugin[OnlineServicesNull] Engine
LogPluginManager: Mounting Engine plugin OnlineServicesOSSAdapter
LogPluginManager: Mounting Engine plugin OnlineServices
LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
LogPluginManager: Mounting Engine plugin OnlineSubsystem
LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
LogPluginManager: Mounting Engine plugin ActorLayerUtilities
LogPluginManager: Mounting Engine plugin AndroidFileServer
LogPluginManager: Mounting Engine plugin ApexDestruction
LogPluginManager: Mounting Engine plugin AppleImageUtils
LogPluginManager: Mounting Engine plugin AssetTags
LogPluginManager: Mounting Engine plugin AudioCapture
LogPluginManager: Mounting Engine plugin AudioSynesthesia
LogPluginManager: Mounting Engine plugin AudioWidgets
LogPluginManager: Mounting Engine plugin CableComponent
LogPluginManager: Mounting Engine plugin ChunkDownloader
LogPluginManager: Mounting Engine plugin ComputeFramework
LogPluginManager: Mounting Engine plugin CustomMeshComponent
LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting Engine plugin GeometryCache
LogPluginManager: Mounting Engine plugin GeometryProcessing
LogPluginManager: Mounting Engine plugin GooglePAD
LogPluginManager: Mounting Engine plugin HairStrands
LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
LogPluginManager: Mounting Engine plugin MeshModelingToolset
LogPluginManager: Mounting Engine plugin Metasound
LogPluginManager: Mounting Engine plugin ModelViewViewModel
LogPluginManager: Mounting Engine plugin MsQuic
LogPluginManager: Mounting Engine plugin DTLSHandlerComponent
LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
LogPluginManager: Mounting Engine plugin PropertyAccessEditor
LogPluginManager: Mounting Engine plugin ReplicationGraph
LogPluginManager: Mounting Engine plugin ResonanceAudio
LogPluginManager: Mounting Engine plugin RigVM
LogPluginManager: Mounting Engine plugin SignificanceManager
LogPluginManager: Mounting Engine plugin SoundFields
LogPluginManager: Mounting Engine plugin Synthesis
LogPluginManager: Mounting Engine plugin WaveTable
LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
LogPluginManager: Mounting Engine plugin EditorTests
LogPluginManager: Mounting Engine plugin FbxAutomationTestBuilder
LogPluginManager: Mounting Engine plugin FunctionalTestingEditor
LogPluginManager: Mounting Engine plugin InterchangeTests
LogPluginManager: Mounting Engine plugin RuntimeTests
LogPluginManager: Mounting Engine plugin TraceUtilities
LogPluginManager: Mounting Engine plugin Takes
LogPluginManager: Mounting Engine plugin WwiseNiagara
LogPluginManager: Mounting Engine plugin Wwise
LogPluginManager: Mounting Project plugin AbstractInstance
LogPluginManager: Mounting Project plugin EditorTools
LogPluginManager: Mounting Project plugin GameplayEvents
LogPluginManager: Mounting Project plugin InstancedSplines
LogPluginManager: Mounting Project plugin OnlineIntegration
LogPluginManager: Mounting Project plugin SignificanceISPC
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ACLPlugin/Content/' mounted to '/ACLPlugin/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/DeformerGraph/Content/' mounted to '/DeformerGraph/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Compositing/LensDistortion/Content/' mounted to '/LensDistortion/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/UVEditor/Content/' mounted to '/UVEditor/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosVehiclesPlugin/Content/' mounted to '/ChaosVehiclesPlugin/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ControlFlows/Content/' mounted to '/ControlFlows/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryScripting/Content/' mounted to '/GeometryScripting/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Landmass/Content/' mounted to '/Landmass/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Fab/Content/' mounted to '/Fab/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Interchange/Runtime/Content/' mounted to '/Interchange/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/HairStrands/Content/' mounted to '/HairStrands/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/RigVM/Content/' mounted to '/RigVM/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Tests/EditorTests/Content/' mounted to '/EditorTests/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Tests/RuntimeTests/Content/' mounted to '/RuntimeTests/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/TraceUtilities/Content/' mounted to '/TraceUtilities/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/WwiseNiagara/Content/' mounted to '/WwiseNiagara/'
LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Wwise/Content/' mounted to '/Wwise/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/AbstractInstance/Content/' mounted to '/AbstractInstance/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/EditorTools/Content/' mounted to '/EditorTools/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/GameplayEvents/Content/' mounted to '/GameplayEvents/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/InstancedSplines/Content/' mounted to '/InstancedSplines/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/Online/OnlineIntegration/Content/' mounted to '/OnlineIntegration/'
LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/SignificanceISPC/Content/' mounted to '/SignificanceISPC/'
LogHAL: Log category LogOnlineSession verbosity has been raised to Verbose.
LogInit: Using libcurl 8.4.0
LogInit: - built for x86_64-unknown-linux-gnu
LogInit: - supports SSL with OpenSSL/1.1.1t
LogInit: - supports HTTP deflate (compression) using libz 1.2.13
LogInit: - other features:
LogInit: CURL_VERSION_SSL
LogInit: CURL_VERSION_LIBZ
LogInit: CURL_VERSION_IPV6
LogInit: CURL_VERSION_ASYNCHDNS
LogInit: CURL_VERSION_LARGEFILE
LogInit: CURL_VERSION_TLSAUTH_SRP
LogInit: CurlRequestOptions (configurable via config and command line):
LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host
LogInit: - LocalHostAddr = Default
LogInit: - BufferSize = 65536
LogOnline: Warning: OSS: TryLoadSubsystemAndSetDefault: LoadSubsystemModule([None]) failed
LogOnline: OSS: Created online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
LogInit: ExecutableName: FactoryServer-Linux-Shipping
LogInit: Build: ++FactoryGame+rel-main-1.0.0-CL-378208
LogInit: Engine Version: 5.3.2-378208+++FactoryGame+rel-main-1.0.0
LogInit: Compatible Engine Version: 5.3.2-378208+++FactoryGame+rel-main-1.0.0
LogInit: Net CL: 378208
LogInit: OS: KDE neon 6.2 (6.5.0-28-generic), CPU: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz, GPU: NVIDIA PCI-id: 10de-1057 (17aa-21d1)
LogInit: Compiled (64-bit): Nov 6 2024 15:33:19
LogInit: Architecture: x64
LogInit: Compiled with Clang: 15.0.1 (https://github.com/llvm/llvm-project b73d2c8c720a8c8e6e73b11be4e27afa6cb75bdf)
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++FactoryGame+rel-main-1.0.0
LogInit: Command Line:
LogInit: Base Directory: /home/cogster/Steam/steamapps/common/SatisfactoryDedicatedServer/Engine/Binaries/Linux/
LogInit: Allocator: binned2
LogInit: Installed Engine Build: 0
LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
LogInit: Launcher File: /home/cogster/Steam/steamapps/common/SatisfactoryDedicatedServer/launcher_id
LogInit: Launcher ID:
LogInit: Launcher Artifact:
LogInit: Presizing for max 2097152 objects, including 1 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: true, Async Post Load: true
LogStreaming: Display: AsyncLoading2 - Initialized
LogInit: Object subsystem initialized
[2024.11.09-16.37.30:419][ 0]LogLinux: Selected Device Profile: [LinuxServer]
[2024.11.09-16.37.30:419][ 0]LogInit: Selected Device Profile: [LinuxServer]
[2024.11.09-16.37.30:420][ 0]LogHAL: Display: Platform has ~ 12 GB [12410306560 / 17179869184 / 12], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
[2024.11.09-16.37.30:420][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Linux]
[2024.11.09-16.37.30:420][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile []
[2024.11.09-16.37.30:420][ 0]LogInit: Unix hardware info:
[2024.11.09-16.37.30:420][ 0]LogInit: - we are not the first instance of this executable
[2024.11.09-16.37.30:420][ 0]LogInit: - this process' id (pid) is 107782, parent process' id (ppid) is 107774
[2024.11.09-16.37.30:420][ 0]LogInit: - we are not running under debugger
[2024.11.09-16.37.30:420][ 0]LogInit: - machine network name is 'cogster-MC-server'
[2024.11.09-16.37.30:420][ 0]LogInit: - user name is 'cogster' (cogster)
[2024.11.09-16.37.30:420][ 0]LogInit: - we're logged in locally
[2024.11.09-16.37.30:420][ 0]LogInit: - we're running without rendering
[2024.11.09-16.37.30:420][ 0]LogInit: - CPU: GenuineIntel 'Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz' (signature: 0x206A7)
[2024.11.09-16.37.30:420][ 0]LogInit: - Number of physical cores available for the process: 4
[2024.11.09-16.37.30:420][ 0]LogInit: - Number of logical cores available for the process: 8
[2024.11.09-16.37.30:420][ 0]LogInit: - GPU Brand Info: NVIDIA PCI-id: 10de-1057 (17aa-21d1)
[2024.11.09-16.37.30:420][ 0]LogInit: - Memory allocator used: binned2
[2024.11.09-16.37.30:420][ 0]LogInit: - This is a licensee build.
[2024.11.09-16.37.30:420][ 0]LogCore: Benchmarking clocks:
[2024.11.09-16.37.30:420][ 0]LogCore: - CLOCK_MONOTONIC (id=1) can sustain 38668746 (38669K, 39M) calls per second without zero deltas.
[2024.11.09-16.37.30:420][ 0]LogCore: - CLOCK_MONOTONIC_RAW (id=4) can sustain 38886420 (38886K, 39M) calls per second without zero deltas.
[2024.11.09-16.37.30:420][ 0]LogCore: - CLOCK_MONOTONIC_COARSE (id=6) can sustain 82201232 (82201K, 82M) calls per second with 99.999684% zero deltas.
[2024.11.09-16.37.30:420][ 0]LogCore: Selected clock_id 4 (CLOCK_MONOTONIC_RAW) since it is the fastest support clock without zero deltas.
[2024.11.09-16.37.30:420][ 0]LogInit: Unix-specific commandline switches:
[2024.11.09-16.37.30:420][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.11.09-16.37.30:420][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation
[2024.11.09-16.37.30:420][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation
[2024.11.09-16.37.30:420][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.11.09-16.37.30:420][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.11.09-16.37.30:420][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.11.09-16.37.30:420][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.11.09-16.37.30:420][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.11.09-16.37.30:420][ 0]LogInit: -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.11.09-16.37.30:420][ 0]LogInit: -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.11.09-16.37.30:420][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.11.09-16.37.30:420][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.11.09-16.37.30:420][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.11.09-16.37.30:420][ 0]LogInit: -allowsyscallfilterfile=PATH_TO_FILE - sets up a system call filter allow list. any invalid syscall in this list *will* cause a crash
[2024.11.09-16.37.30:420][ 0]LogInit: - Physical RAM available (not considering process quota): 12 GB (11835 MB, 12119440 KB, 12410306560 bytes)
[2024.11.09-16.37.30:420][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.11.09-16.37.30:420][ 0]LogInit: - MemoryRangeDecommit() will will evict the memory from RAM (re-run with -novmapoolevict to change)
[2024.11.09-16.37.30:420][ 0]LogInit: - PageSize 4096
[2024.11.09-16.37.30:420][ 0]LogInit: - BinnedPageSize 65536
[2024.11.09-16.37.30:422][ 0]LogInit: Physics initialised using underlying interface: Chaos
[2024.11.09-16.37.30:422][ 0]LogInit: Overriding language with engine language configuration option (en-US-Posix).
[2024.11.09-16.37.30:422][ 0]LogInit: Overriding language with engine locale configuration option (en-US-Posix).
[2024.11.09-16.37.30:423][ 0]LogTextLocalizationManager: No specific localization for 'en-US-Posix' exists, so 'en' will be used for the language.
[2024.11.09-16.37.30:510][ 0]LogConfig: Warning: Found a deprecated ini section name in ../../../FactoryGame/Config/DefaultEngine.ini. Search for [/Script/Engine.TextureLODSettings] and replace with [GlobalDefaults DeviceProfile]
[2024.11.09-16.37.30:513][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ACLPlugin/Content/' mounted to '/ACLPlugin/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/DeformerGraph/Content/' mounted to '/DeformerGraph/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Compositing/LensDistortion/Content/' mounted to '/LensDistortion/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/'
[2024.11.09-16.37.30:524][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/UVEditor/Content/' mounted to '/UVEditor/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosVehiclesPlugin/Content/' mounted to '/ChaosVehiclesPlugin/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ControlFlows/Content/' mounted to '/ControlFlows/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryScripting/Content/' mounted to '/GeometryScripting/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Landmass/Content/' mounted to '/Landmass/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Fab/Content/' mounted to '/Fab/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Interchange/Runtime/Content/' mounted to '/Interchange/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/HairStrands/Content/' mounted to '/HairStrands/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/RigVM/Content/' mounted to '/RigVM/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Tests/EditorTests/Content/' mounted to '/EditorTests/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Tests/RuntimeTests/Content/' mounted to '/RuntimeTests/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/TraceUtilities/Content/' mounted to '/TraceUtilities/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/WwiseNiagara/Content/' mounted to '/WwiseNiagara/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Wwise/Content/' mounted to '/Wwise/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/AbstractInstance/Content/' mounted to '/AbstractInstance/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/EditorTools/Content/' mounted to '/EditorTools/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/GameplayEvents/Content/' mounted to '/GameplayEvents/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/InstancedSplines/Content/' mounted to '/InstancedSplines/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/Online/OnlineIntegration/Content/' mounted to '/OnlineIntegration/'
[2024.11.09-16.37.30:525][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../FactoryGame/Plugins/SignificanceISPC/Content/' mounted to '/SignificanceISPC/'
[2024.11.09-16.37.30:526][ 0]LogInit: Overriding language with engine language configuration option (en-US-Posix).
[2024.11.09-16.37.30:526][ 0]LogInit: Overriding language with engine locale configuration option (en-US-Posix).
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationManager: No localization for 'en-US-Posix' exists, so 'en-US' will be used for the language.
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationManager: No localization for 'en-US-Posix' exists, so 'en-US' will be used for the locale.
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/Game/en-US/Game.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/InputKeys/en-US/InputKeys.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/Narrative/en-US/Narrative.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/AllStringTables/en-US/AllStringTables.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Engine/en-US/Engine.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../Engine/Plugins/Online/OnlineFramework/Content/Localization/OnlineFramework/en-US/OnlineFramework.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../Engine/Plugins/Online/OnlineSubsystemUtils/Content/Localization/OnlineSubsystemUtils/en-US/OnlineSubsystemUtils.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../Engine/Plugins/Online/OnlineSubsystem/Content/Localization/OnlineSubsystem/en-US/OnlineSubsystem.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/Game/en/Game.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/InputKeys/en/InputKeys.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/Narrative/en/Narrative.locres' could not be opened for reading!
[2024.11.09-16.37.30:526][ 0]LogTextLocalizationResource: LocRes '../../../FactoryGame/Content/Localization/AllStringTables/en/AllStringTables.locres' could not be opened for reading!
[2024.11.09-16.37.30:530][ 0]LogAssetRegistry: FAssetRegistry took 0.0001 seconds to start up
[2024.11.09-16.37.30:627][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages
[2024.11.09-16.37.30:630][ 0]LogLinux: Selected Device Profile: [LinuxServer]
[2024.11.09-16.37.30:630][ 0]LogDeviceProfileManager: Available device profiles:
[2024.11.09-16.37.30:630][ 0]LogDeviceProfileManager: [0x764a265c1120][0x764a5dbcb6e0 66] Linux,
[2024.11.09-16.37.30:630][ 0]LogDeviceProfileManager: [0x764a265c0f60][0x764a5dbc0010 66] LinuxServer,
[2024.11.09-16.37.30:630][ 0]LogDeviceProfileManager: Active device profile: [0x764a265c0f60][0x764a5dbc0010 66] LinuxServer
[2024.11.09-16.37.30:638][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: Final (cook).
[2024.11.09-16.37.30:638][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
[2024.11.09-16.37.30:638][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
[2024.11.09-16.37.30:704][ 0]LogPackageLocalizationCache: Processed 60 localized package path(s) for 2 prioritized culture(s) in 0.000182 seconds
[2024.11.09-16.37.30:941][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
[2024.11.09-16.37.30:947][ 0]LogMetasoundEngine: MetaSound Engine Initialized
[2024.11.09-16.37.30:961][ 0]LogWwiseNiagara: Display: Initializing default Niagara.
[2024.11.09-16.37.31:016][ 0]LogStringTable: Warning: Failed to find string table entry for 'Menus_UI' 'Players/Messages/YouGotKicked'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:016][ 0]LogConsoleManager: Warning: Console object named 'SigMan.server.tickrate' already exists but is being registered again, but we weren't expected it to be! (FConsoleManager::AddConsoleObject)
[2024.11.09-16.37.31:016][ 0]LogConsoleManager: Warning: Console object named 'SigMan.server.tickrate' already exists but is being registered again, but we weren't expected it to be! (FConsoleManager::AddConsoleObject)
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Menus_UI' 'Sessions/JoinSession/Header'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Menus_UI' 'Sessions/JoinSession/Body'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Messages_UI' 'Warnings/JoinSession/FailedToDestroyOldSession'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Messages_UI' 'Warnings/JoinSession/FailedToLookupFriendsId'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Messages_UI' 'Warnings/JoinSession/FailedToLookupHostId'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Messages_UI' 'Warnings/JoinSession/FailedToJoinSession'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogConsoleManager: Warning: Console object named 'SigMan.server.tickrate' already exists but is being registered again, but we weren't expected it to be! (FConsoleManager::AddConsoleObject)
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Menus_UI' 'Sessions/Errors/OfflineFallback/aTitle'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogStringTable: Warning: Failed to find string table entry for 'Menus_UI' 'Sessions/Errors/OfflineFallback/Body'. Did you forget to add a string table redirector?
[2024.11.09-16.37.31:017][ 0]LogConsoleManager: Warning: Console object named 'SigMan.server.tickrate' already exists but is being registered again, but we weren't expected it to be! (FConsoleManager::AddConsoleObject)
[2024.11.09-16.37.31:100][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.001 s
[2024.11.09-16.37.31:170][ 0]LogLocaTools: Loading up all available csv stringtables at: Localization/StringTables
[2024.11.09-16.37.31:170][ 0]LogLocaTools: Loading up stringtable as Architecture_Data at: ../../../FactoryGame/Content/Localization/StringTables/Architecture_Data.csv
[2024.11.09-16.37.31:170][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Architecture_Data.csv
[2024.11.09-16.37.31:171][ 0]LogLocaTools: Loading up stringtable as AWESOME_Data at: ../../../FactoryGame/Content/Localization/StringTables/AWESOME_Data.csv
[2024.11.09-16.37.31:171][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/AWESOME_Data.csv
[2024.11.09-16.37.31:172][ 0]LogLocaTools: Loading up stringtable as AWESOME_UI at: ../../../FactoryGame/Content/Localization/StringTables/AWESOME_UI.csv
[2024.11.09-16.37.31:172][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/AWESOME_UI.csv
[2024.11.09-16.37.31:172][ 0]LogLocaTools: Loading up stringtable as Buildables_Data at: ../../../FactoryGame/Content/Localization/StringTables/Buildables_Data.csv
[2024.11.09-16.37.31:172][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Buildables_Data.csv
[2024.11.09-16.37.31:173][ 0]LogLocaTools: Loading up stringtable as Buildables_UI at: ../../../FactoryGame/Content/Localization/StringTables/Buildables_UI.csv
[2024.11.09-16.37.31:173][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Buildables_UI.csv
[2024.11.09-16.37.31:175][ 0]LogLocaTools: Loading up stringtable as Codex_UI at: ../../../FactoryGame/Content/Localization/StringTables/Codex_UI.csv
[2024.11.09-16.37.31:175][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Codex_UI.csv
[2024.11.09-16.37.31:175][ 0]LogLocaTools: Loading up stringtable as Credits_UI at: ../../../FactoryGame/Content/Localization/StringTables/Credits_UI.csv
[2024.11.09-16.37.31:175][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Credits_UI.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable as Customization_Data at: ../../../FactoryGame/Content/Localization/StringTables/Customization_Data.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Customization_Data.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable as Customization_UI at: ../../../FactoryGame/Content/Localization/StringTables/Customization_UI.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Customization_UI.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable as Emotes_Data at: ../../../FactoryGame/Content/Localization/StringTables/Emotes_Data.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Emotes_Data.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable as Equipment_Data at: ../../../FactoryGame/Content/Localization/StringTables/Equipment_Data.csv
[2024.11.09-16.37.31:176][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Equipment_Data.csv
[2024.11.09-16.37.31:177][ 0]LogLocaTools: Loading up stringtable as FICSMAS_Data at: ../../../FactoryGame/Content/Localization/StringTables/FICSMAS_Data.csv
[2024.11.09-16.37.31:177][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/FICSMAS_Data.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable as FICSMAS_UI at: ../../../FactoryGame/Content/Localization/StringTables/FICSMAS_UI.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/FICSMAS_UI.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable as Gamepads_UI at: ../../../FactoryGame/Content/Localization/StringTables/Gamepads_UI.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Gamepads_UI.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable as GamepadsMappings_UI at: ../../../FactoryGame/Content/Localization/StringTables/GamepadsMappings_UI.csv
[2024.11.09-16.37.31:178][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/GamepadsMappings_UI.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable as General_UI at: ../../../FactoryGame/Content/Localization/StringTables/General_UI.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/General_UI.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable as HUB_UI at: ../../../FactoryGame/Content/Localization/StringTables/HUB_UI.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/HUB_UI.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable as IconLibrary_Data at: ../../../FactoryGame/Content/Localization/StringTables/IconLibrary_Data.csv
[2024.11.09-16.37.31:179][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/IconLibrary_Data.csv
[2024.11.09-16.37.31:180][ 0]LogLocaTools: Loading up stringtable as Items_Data at: ../../../FactoryGame/Content/Localization/StringTables/Items_Data.csv
[2024.11.09-16.37.31:180][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Items_Data.csv
[2024.11.09-16.37.31:182][ 0]LogLocaTools: Loading up stringtable as MAM_Data at: ../../../FactoryGame/Content/Localization/StringTables/MAM_Data.csv
[2024.11.09-16.37.31:182][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/MAM_Data.csv
[2024.11.09-16.37.31:182][ 0]LogLocaTools: Loading up stringtable as MAM_UI at: ../../../FactoryGame/Content/Localization/StringTables/MAM_UI.csv
[2024.11.09-16.37.31:183][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/MAM_UI.csv
[2024.11.09-16.37.31:183][ 0]LogLocaTools: Loading up stringtable as Map_UI at: ../../../FactoryGame/Content/Localization/StringTables/Map_UI.csv
[2024.11.09-16.37.31:183][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Map_UI.csv
[2024.11.09-16.37.31:183][ 0]LogLocaTools: Loading up stringtable as Menus_UI at: ../../../FactoryGame/Content/Localization/StringTables/Menus_UI.csv
[2024.11.09-16.37.31:183][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Menus_UI.csv
[2024.11.09-16.37.31:186][ 0]LogLocaTools: Loading up stringtable as Messages_UI at: ../../../FactoryGame/Content/Localization/StringTables/Messages_UI.csv
[2024.11.09-16.37.31:187][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Messages_UI.csv
[2024.11.09-16.37.31:187][ 0]LogLocaTools: Loading up stringtable as Minigame_UI at: ../../../FactoryGame/Content/Localization/StringTables/Minigame_UI.csv
[2024.11.09-16.37.31:188][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Minigame_UI.csv
[2024.11.09-16.37.31:188][ 0]LogLocaTools: Loading up stringtable as Onboarding at: ../../../FactoryGame/Content/Localization/StringTables/Onboarding.csv
[2024.11.09-16.37.31:188][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Onboarding.csv
[2024.11.09-16.37.31:188][ 0]LogLocaTools: Loading up stringtable as Options_Data at: ../../../FactoryGame/Content/Localization/StringTables/Options_Data.csv
[2024.11.09-16.37.31:188][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Options_Data.csv
[2024.11.09-16.37.31:190][ 0]LogLocaTools: Loading up stringtable as OptionsInputs_Data at: ../../../FactoryGame/Content/Localization/StringTables/OptionsInputs_Data.csv
[2024.11.09-16.37.31:190][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/OptionsInputs_Data.csv
[2024.11.09-16.37.31:191][ 0]LogLocaTools: Loading up stringtable as Player_UI at: ../../../FactoryGame/Content/Localization/StringTables/Player_UI.csv
[2024.11.09-16.37.31:191][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Player_UI.csv
[2024.11.09-16.37.31:192][ 0]LogLocaTools: Loading up stringtable as Schematics_Data at: ../../../FactoryGame/Content/Localization/StringTables/Schematics_Data.csv
[2024.11.09-16.37.31:192][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Schematics_Data.csv
[2024.11.09-16.37.31:193][ 0]LogLocaTools: Loading up stringtable as Transportation_UI at: ../../../FactoryGame/Content/Localization/StringTables/Transportation_UI.csv
[2024.11.09-16.37.31:193][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Transportation_UI.csv
[2024.11.09-16.37.31:194][ 0]LogLocaTools: Loading up stringtable as Units_UI at: ../../../FactoryGame/Content/Localization/StringTables/Units_UI.csv
[2024.11.09-16.37.31:194][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/Units_UI.csv
[2024.11.09-16.37.31:194][ 0]LogLocaTools: Loading up stringtable as World_Data at: ../../../FactoryGame/Content/Localization/StringTables/World_Data.csv
[2024.11.09-16.37.31:194][ 0]LogLocaTools: Loading up stringtable: Content/Localization/StringTables/World_Data.csv
[2024.11.09-16.37.31:246][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.11.09-16.37.31:247][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.11.09-16.37.31:250][ 0]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Brush 'Sequencer.Timeline.VanillaScrubHandleDown'.'
[2024.11.09-16.37.31:278][ 0]LogUObjectArray: 36790 objects as part of root set at end of initial load.
[2024.11.09-16.37.31:278][ 0]LogUObjectArray: 1258 objects are not in the root set, but can never be destroyed because they are in the DisregardForGC set.
[2024.11.09-16.37.31:278][ 0]LogUObjectAllocator: 11351056 out of 0 bytes used by permanent object pool.
[2024.11.09-16.37.31:278][ 0]LogUObjectArray: CloseDisregardForGC: 36790/36790 objects in disregard for GC pool
[2024.11.09-16.37.31:289][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 33278 public script object entries (913.81 KB)
[2024.11.09-16.37.31:289][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: true, IsInitialLoad: false
[2024.11.09-16.37.31:289][ 0]LogEngine: Initializing Engine...
[2024.11.09-16.37.31:313][ 0]LogAssetManager: Display: Ignoring PrimaryAssetType Profiling - Conflicts with Map - Asset: Map_UI-Profile
[2024.11.09-16.37.31:317][ 0]LogInit: Initializing FReadOnlyCVARCache
[2024.11.09-16.37.31:317][ 0]LogNetVersion: Set ProjectVersion to 0.0.1.0. Version Checksum will be recalculated on next use.
[2024.11.09-16.37.31:317][ 0]LogInit: Texture streaming: Disabled
[2024.11.09-16.37.31:320][ 0]LogUserSetting: Initializing user settings
[2024.11.09-16.37.31:429][ 0]LogLoad: Loading WwiseSoundEngine module: WwiseSoundEngine
[2024.11.09-16.37.31:429][ 0]LogWwiseSoundEngine: Display: Loading Wwise Sound Engine version 2022.1
[2024.11.09-16.37.31:429][ 0]LogAkAudio: FAkAudioModule::StartupModule: Couldn't initialize FAkAudioDevice. AkAudioModule will not be fully initialized.
[2024.11.09-16.37.31:442][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
[2024.11.09-16.37.31:444][ 0]LogOnlineSchema: Error: Invalid schema category lobby: Service descriptor id lobby not found.
[2024.11.09-16.37.31:444][ 0]LogOnlineSchema: Error: Invalid schema category lobbymember: Service descriptor id lobbymember not found.
[2024.11.09-16.37.31:444][ 0]LogOnlineServices: Error: [FLobbiesCommon::Initialize] Failed to initialize schema registry
[2024.11.09-16.37.31:446][ 0]LogOnlineIntegration: Initialized 'NULL' online backend
[2024.11.09-16.37.31:448][ 0]LogCommonUser: HandleNetworkConnectionStatusChanged(Context:Offline, ServiceName:, OldStatus:NotConnected, NewStatus:Connected)
[2024.11.09-16.37.31:449][ 0]LogHttpServerModule: Starting all listeners...
[2024.11.09-16.37.31:449][ 0]LogHttpServerModule: All listeners started
[2024.11.09-16.37.31:449][ 0]LogServer: Warning: ==============================================================
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: Server API is running using a Self-Signed Certificate.
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: To verify the certificate integrity on the Client, make sure the following Fingerprint matches with the Client one:
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: SHA256:t+XW6x5q2DPQJgBzvLo5wgo1cDGWJnVqL1fy2/t/FyY=
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: ==============================================================
[2024.11.09-16.37.31:450][ 0]LogServer: Display: Binding Server API socket FGServerAPISocket to address 0.0.0.0:7777
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: Failed to bind Server API Socket 'FGServerAPISocket' To Address '0.0.0.0:7777': SE_EADDRINUSE
[2024.11.09-16.37.31:450][ 0]LogServer: Display: Binding Server API socket FGServerAPISocket to address [::]:7777
[2024.11.09-16.37.31:450][ 0]LogServer: Warning: Failed to bind Server API Socket 'FGServerAPISocket' To Address '0.0.0.0:7777': SE_EADDRINUSE
[2024.11.09-16.37.31:450][ 0]LogHttpListener: Error: HttpListener unable to bind to 0.0.0.0:7777
[2024.11.09-16.37.31:450][ 0]LogHttpServerModule: Warning: [GetHttpRouter] failed to start listening on port 7777! (bFailOnBindFailure? true)
[2024.11.09-16.37.31:450][ 0]LogServer: Error: Failed to Bind to the API Port 7777. Make sure the Port in question is not in use by any other applications.
[2024.11.09-16.37.31:450][ 0]LogServer: Error: Failed to bind Server API/TCP to the Port 7777. Please change the default port by using the -Port command line switch or changing the config file.
[2024.11.09-16.37.31:450][ 0]LogCore: FUnixPlatformMisc::RequestExit(bForce=false, ReturnCode=1, CallSite=Failed to bind ServerAPI to all bind addresses.)
[2024.11.09-16.37.31:450][ 0]LogCore: FUnixPlatformMisc::RequestExit(0, Failed to bind ServerAPI to all bind addresses.)
[2024.11.09-16.37.31:450][ 0]LogGenericPlatformMisc: FPlatformMisc::RequestExit(0, Failed to bind ServerAPI to all bind addresses.)
[2024.11.09-16.37.31:450][ 0]LogCore: Engine exit requested (reason: GenericPlatform RequestExit)
[2024.11.09-16.37.31:450][ 0]LogGame: MaxNumBackupsaves: 25
[2024.11.09-16.37.31:453][ 0]LogLoad: Skipping reloading missing WwiseSoundEngine module: Exiting.
[2024.11.09-16.37.31:453][ 0]LogInit: Display: Game Engine Initialized.
[2024.11.09-16.37.31:453][ 0]LogNetVersion: Set ProjectVersion to ++FactoryGame+rel-main-1.0.0-CL-378208. Version Checksum will be recalculated on next use.
[2024.11.09-16.37.31:457][ 0]LogInit: OnPostEngineInit has been broadcasted successfully.
[2024.11.09-16.37.31:460][ 0]LogInit: Display: Starting Game.
[2024.11.09-16.37.31:466][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
[2024.11.09-16.37.31:466][ 0]LogLoad: (Engine Initialization) Total time: 1.34 seconds
[2024.11.09-16.37.31:466][ 0]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested)
[2024.11.09-16.37.31:466][ 0]LogInit: Display: PreExit Game.
[2024.11.09-16.37.31:467][ 0]LogWorld: BeginTearingDown for /Temp/Untitled_0
[2024.11.09-16.37.31:467][ 0]LogHttpServerModule: Stopping all listeners...
[2024.11.09-16.37.31:467][ 0]LogHttpServerModule: All listeners stopped
[2024.11.09-16.37.31:467][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
[2024.11.09-16.37.31:468][ 0]LogExit: Preparing to exit.
[2024.11.09-16.37.31:475][ 0]LogLoad: Skipping reloading missing WwiseSoundEngine module: Exiting.
[2024.11.09-16.37.31:478][ 0]LogLoad: Skipping reloading missing WwiseSoundEngine module: Exiting.
[2024.11.09-16.37.31:478][ 0]LogLoad: Skipping reloading missing WwiseSoundEngine module: Exiting.
[2024.11.09-16.37.31:480][ 0]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled
[2024.11.09-16.37.31:482][ 0]LogExit: Game engine shut down
[2024.11.09-16.37.31:527][ 0]LogExit: Object subsystem successfully closed.
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ImgMediaFactory (374)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module PlanarCut (372)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module FractureEngine (370)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module CharacterAI (368)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module SessionServices (366)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module HTTPServer (364)
[2024.11.09-16.37.31:528][ 0]LogHttpServerModule: Stopping all listeners...
[2024.11.09-16.37.31:528][ 0]LogHttpServerModule: All listeners stopped
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AkAudio (362)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module WwiseSoundEngine (361)
[2024.11.09-16.37.31:528][ 0]LogWwiseSoundEngine: Unloading Wwise Sound Engine
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module MovieSceneTracks (358)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module MovieScene (356)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (354)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ImageWriteQueue (352)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ImageWrapper (351)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module TypedElementRuntime (348)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module TypedElementFramework (346)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module SignificanceISPC (344)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GameplayEvents (342)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module TakeMovieScene (340)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module TraceUtilities (338)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ResonanceAudio (336)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module DTLSHandlerComponent (334)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ModelViewViewModel (332)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ModelingOperators (330)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ModelingComponents (328)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GeometryFramework (327)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module MeshModelingTools (324)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module HairStrandsRuntime (322)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GooglePAD (320)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module DynamicMesh (318)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GeometryAlgorithms (316)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GeometryCacheTracks (314)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GeometryCache (312)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AudioWidgets (310)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AdvancedWidgets (309)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AudioCapture (306)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AssetTags (304)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module AppleImageUtils (302)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ActorLayerUtilities (300)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module PlayTimeLimit (298)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module Rejoin (296)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module Hotfix (294)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module PatchCheck (292)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module Lobby (290)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module Party (288)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module Qos (286)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module TemplateSequence (282)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module SequencerScripting (280)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module MediaPlate (278)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module MediaCompositing (276)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module ImgMedia (274)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module InterchangeCommonParser (272)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module InterchangeDispatcher (270)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module InterchangeExport (268)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module InterchangeMessages (266)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module GLTFCore (264)
[2024.11.09-16.37.31:528][ 0]LogModuleManager: Shutting down and abandoning module StructUtilsEngine (262)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module LocalizableMessageBlueprint (260)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module LocalizableMessage (258)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Landmass (256)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module GeometryCollectionNodes (254)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module GeometryCollectionTracks (252)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module DataflowNodes (250)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module DataflowEnginePlugin (248)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ControlFlows (246)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChaosUserDataPT (244)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChaosNiagara (242)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module BackChannel (240)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AutomationUtils (238)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module UObjectPlugin (236)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module DSTelemetry (234)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module OodleNetworkHandlerComponent (232)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ControlRigSpline (230)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module FactoryDedicatedServer (228)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module FactoryGame (226)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module InstancedSplinesComponent (224)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AbstractInstance (222)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module WwiseNiagara (220)
[2024.11.09-16.37.31:529][ 0]LogWwiseNiagara: Display: Shutting down default Niagara.
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Synthesis (218)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module SoundFields (216)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module SignificanceManager (214)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module RigVM (212)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ReplicationGraph (210)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (208)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MsQuicRuntime (206)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundEngineTest (204)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundEngine (202)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module WaveTable (201)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AudioCodecEngine (199)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundStandardNodes (196)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundFrontend (194)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundGenerator (192)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MetasoundGraphCore (190)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (188)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module CableComponent (186)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AudioSynesthesia (184)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AudioAnalyzer (183)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaCore (180)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ApexDestruction (178)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ActorSequence (176)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module UdpMessaging (174)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module TcpMessaging (172)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ImgMediaEngine (170)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module InterchangePipelines (168)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module InterchangeImport (166)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module InterchangeFactoryNodes (164)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module InterchangeNodes (162)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module NiagaraAnimNotifies (160)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Niagara (158)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module SignalProcessing (157)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module NiagaraCore (154)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module StructUtils (152)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module GeometryScriptingCore (150)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module PBIK (148)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module FullBodyIK (146)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChaosVehicles (144)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChaosCaching (142)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module EnhancedInput (140)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module FacialAnimation (138)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AnimationSharing (136)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module GameplayCameras (134)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module IKRig (132)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module OptimusCore (130)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ControlRig (128)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Constraints (127)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module LevelSequence (125)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Paper2D (122)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Wwise (120)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module AndroidFileServer (118)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module NetworkReplayStreaming (116)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module PacketHandler (114)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ClothingSystemRuntimeNv (112)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module MediaAssets (110)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Messaging (108)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Networking (106)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Core (104)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Media (102)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module TelemetryUtils (99)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module NullDrv (96)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChaosSolverEngine (94)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module FieldSystemEngine (93)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module Chaos (90)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module GeometryCore (89)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module OnlineIntegration (86)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module LinuxDeviceProfileSelector (84)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module HairStrandsCore (82)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (80)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ComputeFramework (78)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module ChunkDownloader (76)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module LauncherChunkInstaller (74)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (72)
[2024.11.09-16.37.31:529][ 0]LogModuleManager: Shutting down and abandoning module HTTP (66)
[2024.11.09-16.37.31:529][ 0]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests:
[2024.11.09-16.37.31:529][ 0]LogHttp: Warning: verb=[GET] url=[https://api.ipify.org/?format=json] refs=[1] status=Processing
[2024.11.09-16.37.31:557][ 0]LogModuleManager: Shutting down and abandoning module SSL (65)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineSubsystemUtils (61)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineServicesCommonEngineUtils (59)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineServicesCommon (57)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineServicesOSSAdapter (55)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineServicesNull (53)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module OnlineServicesInterface (52)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module NiagaraVertexFactories (49)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module NiagaraShader (47)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module ChaosCloth (45)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module VariantManagerContent (43)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module GLTFExporter (41)
[2024.11.09-16.37.31:558][ 0]LogModuleManager: Shutting down and abandoning module DatasmithContent (39)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module LensDistortion (37)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module OptimusSettings (35)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module ACLPlugin (33)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module AISupportModule (31)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module PythonScriptPluginPreload (29)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (27)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (25)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module PlatformCrypto (23)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module IoStoreOnDemand (21)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module RenderCore (19)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module Landscape (16)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (14)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module Renderer (12)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module Engine (10)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (8)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module SandboxFile (6)
[2024.11.09-16.37.31:559][ 0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2024.11.09-16.37.31:559][ 0]LogPakFile: Destroying PakPlatformFile
[2024.11.09-16.37.31:560][ 0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2024.11.09-16.37.31:561][ 0]LogExit: Exiting.
[2024.11.09-16.37.31:572][ 0]Log file closed, 11/09/24 11:37:31