ConcreteMC/Alex

Buggy Multiplayer Menu

Opened this issue · 0 comments

So basically I opened the game, a bit played with the languages and resource packs, and then decided to try the multiplayer, tried to join a server, logged in (?) with xbox (the client didnt said i logged in even though microsoft live says it did), so pressed cancel, and tried to join a server, and boom. First of all I can press the Join Server without pressing on the server, and Edit button is greyed out, if I press on the server the Edit button and some others still greyed out, and I can't join the server, and then it just crashed.

My output:
pofdzm@pofdzm:~$ ./alex/Alex INFO|Program|Starting... WARN|AudioEngine|Failed to init audio engine. FMod is required. System.DllNotFoundException: Unable to load shared library 'libfmod.so' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libfmod.so: cannot open shared object file: No such file or directory at System.Runtime.InteropServices.NativeLibrary.LoadFromPath(String libraryName, Boolean throwOnError) at System.Runtime.InteropServices.NativeLibrary.Load(String libraryPath) at FmodAudio.Fmod.<>c.<.cctor>b__33_0() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy1.CreateValue()
at FmodAudio.Fmod.CreateSystem()
at Alex.Audio.AudioEngine..ctor(IStorageSystem storageSystem, IOptionsProvider optionsProvider) in /home/runner/work/Alex/Alex/src/Alex/Audio/AudioEngine.cs:line 50
INFO|PluginManager|Loaded 0 assemblies from 0 processed files.
INFO|PluginManager|Registered 0 plugin instances
INFO|ResourceManager|Loading registries...
INFO|ResourceManager|Loading resourcepack "/home/pofdzm/.config/Alex/assets/java/assets" took: 1912ms
WARN|BedrockResourcePack|Duplicate geometry model: geometry.llamaspit
INFO|ResourceManager|Loading resourcepack "Vanilla Resource Pack" took: 1560ms
INFO|ResourceManager|Loading resourcepack "Alex default resources" took: 62ms
INFO|BlockFactory|Loaded 519 MC:Java -> MC:Bedrock mappings in 776ms...
INFO|ResourceManager|Imported 20342 blockstates from resourcepack in 3958ms!
INFO|AtlasGenerator|TextureAtlas 'atlases/blocks/' generated in 355ms! (75.12MB)
INFO|AtlasGenerator|TextureAtlas 'atlases/items/' generated in 153ms! (48.76MB)
INFO|PluginManager|Enabled 0 plugins!
INFO|Alex|Player skin loaded...
INFO|Alex|Startup time: 00:00:14.2869231
INFO|ResourceManager|Resource packs changed.
INFO|ResourceManager|Loading resourcepack "Rodrigo's+Pack+(1.16)" took: 137ms
WARN|BedrockServerType|Failed to refresh bedrock access token: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Alex.Utils.Auth.XboxAuthService.ObtainUserToken(HttpClient client, String accessToken) in /home/runner/work/Alex/Alex/src/Alex/Utils/Auth/XboxAuthService.cs:line 365
at Alex.Utils.Auth.XboxAuthService.TryAuthenticate(String accessToken) in /home/runner/work/Alex/Alex/src/Alex/Utils/Auth/XboxAuthService.cs:line 616
at Alex.Worlds.Multiplayer.Bedrock.BedrockServerType.ReAuthenticate(PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Worlds/Multiplayer/Bedrock/BedrockServerType.cs:line 57
Gtk-Message: 00:59:16.629: Failed to load module "pantheon-filechooser-module"
Gtk-Message: 00:59:18.424: Failed to load module "pantheon-filechooser-module"
Gtk-Message: 00:59:19.906: Failed to load module "pantheon-filechooser-module"
Gtk-Message: 00:59:20.523: Failed to load module "pantheon-filechooser-module"
Gtk-Message: 00:59:24.144: Failed to load module "pantheon-filechooser-module"
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
ERROR|Alex|FCL: System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700 System.NullReferenceException: Object reference not set to an instance of an object.
at Alex.Graphics.Effect.BlockEffect.set_Texture(Texture2D value) in /home/runner/work/Alex/Alex/src/Alex/Graphics/Effect/BlockEffect.cs:line 372
at Alex.Worlds.RenderingShaders.SetTextures(Texture2D texture) in /home/runner/work/Alex/Alex/src/Alex/Worlds/RenderingShaders.cs:line 70
at Alex.Worlds.ChunkManager..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, World world, CancellationToken cancellationToken) in /home/runner/work/Alex/Alex/src/Alex/Worlds/ChunkManager.cs:line 62
at Alex.Worlds.World..ctor(IServiceProvider serviceProvider, GraphicsDevice graphics, AlexOptions options, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Worlds/World.cs:line 117
at Alex.Gamestates.InGame.PlayingState..ctor(Alex alex, GraphicsDevice graphics, WorldProvider worldProvider, NetworkProvider networkProvider) in /home/runner/work/Alex/Alex/src/Alex/Gamestates/InGame/PlayingState.cs:line 49
at Alex.Alex.LoadWorld(WorldProvider worldProvider, NetworkProvider networkProvider, Boolean isServer)
at Alex.Alex.ConnectToServer(ServerTypeImplementation serverType, ServerConnectionDetails connectionDetails, PlayerProfile profile) in /home/runner/work/Alex/Alex/src/Alex/Alex.cs:line 700
INFO|GameStateManager|Unload content... `