log_file_2.txt - Log File
Filename: log_file_2.txt
Size: 3.37 KB
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
2025-07-07 18:45:00.001 INFO UnityEngine.CoreModule: Initializing game systems 2025-07-07 18:45:00.123 INFO SceneManager: Loading scene 'MainMenu' 2025-07-07 18:45:01.456 INFO ResourceLoader: Loaded asset bundle 'UIElements' 2025-07-07 18:45:02.789 INFO AudioManager: Background music track 'ScytheTheme01' started 2025-07-07 18:45:03.005 INFO GameManager: Waiting for player connections 2025-07-07 18:45:05.245 INFO NetworkManager: Player1 connected from IP 192.168.1.12 2025-07-07 18:45:06.357 INFO GameManager: Starting game session 2025-07-07 18:45:07.011 INFO SceneManager: Loading scene 'GameBoard' 2025-07-07 18:45:09.225 INFO ResourceLoader: Loaded asset bundle 'GameAssets' 2025-07-07 18:45:10.472 INFO ResourceLoader: Loaded asset 'Models/Mech.prefab' 2025-07-07 18:45:11.021 INFO ResourceLoader: Loaded asset 'Textures/Board.png' 2025-07-07 18:45:12.362 INFO GameManager: Initializing game objects 2025-07-07 18:45:13.489 INFO AudioManager: Played sound effect 'GameStart' 2025-07-07 18:45:14.100 INFO GameManager: Spawned player mech at hex (3,4) 2025-07-07 18:45:15.127 INFO UIManager: Displaying HUD 2025-07-07 18:45:16.008 INFO SceneManager: Finished loading scene 'GameBoard' 2025-07-07 18:45:17.435 WARNING Graphics: Shader 'Custom/MechShader' failed to compile with errors: ERROR: 0:12: '' : syntax error syntax error 2025-07-07 18:45:18.984 ERROR RenderPipeline: Failed to create render texture for main camera 2025-07-07 18:45:20.344 ERROR CameraManager: NullReferenceException: Object reference not set to an instance of an object at CameraManager.InitializeCamera() (CameraManager.cs:45) at GameManager.Start() (GameManager.cs:98) 2025-07-07 18:45:21.655 ERROR Graphics: RenderPipeline encountered fatal error: RenderTexture is null 2025-07-07 18:45:23.872 WARNING GameManager: Game loop running but no rendering output detected 2025-07-07 18:45:24.982 INFO NetworkManager: Syncing game state with server 2025-07-07 18:45:25.376 INFO GameManager: Player1 input detected - unable to update visuals 2025-07-07 18:45:27.451 WARNING Graphics: No valid camera found for rendering frame 2025-07-07 18:45:28.567 ERROR UIManager: Failed to instantiate HUD canvas - Prefab reference missing 2025-07-07 18:45:29.789 ERROR GameManager: Unhandled exception in main loop System.NullReferenceException: Object reference not set to an instance of an object at GameManager.Update() (GameManager.cs:150) at UnityEngine.MonoBehaviour.Internal_CallUpdate() 2025-07-07 18:45:30.100 INFO InputManager: Player1 pressed 'MoveForward' (ignored due to error) 2025-07-07 18:45:31.512 WARNING NetworkManager: Latency spike detected (600ms) 2025-07-07 18:45:32.745 ERROR ResourceLoader: Failed to load asset 'Textures/HUD.png' - File not found 2025-07-07 18:45:34.123 ERROR UIManager: Cannot display player HUD - reference null 2025-07-07 18:45:35.876 WARNING AudioManager: Audio output muted due to rendering failure 2025-07-07 18:45:36.921 ERROR CameraManager: Camera not initialized, cannot render scene 2025-07-07 18:45:37.002 INFO GameManager: Frame update skipped due to critical errors 2025-07-07 18:45:38.456 WARNING GameManager: Black screen persists, waiting for user action 2025-07-07 18:45:39.678 INFO NetworkManager: Player1 disconnected unexpectedly 2025-07-07 18:45:40.123 ERROR GameManager: Fatal error - terminating game session 2025-07-07 18:45:41.334 INFO Application: Application quitting due to fatal error
Comments
No comments yet.
Loading comments...
Loading comments...
0 comments loaded
You need to join this project to comment on issues.
Join Project