Terraria won't launch in second drive but will on my primary drive

Hexanchus

Terrarian
I use Arch btw, here are my specs:

Arch Linux x86_64 w/ Plasma 6.0.4 DE
7900 GRE w/ amdgpu driver
7800X3D

Details:

On my main drive, the game works flawlessly, on my second one it doesnt launch and gives me error regarding SteelSeries wrapper??? I dont own any steelseries products, heres the detailed error log:

System.IO.FileNotFoundException: Could not load file or assembly 'SteelSeriesEngineWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.File name: 'SteelSeriesEngineWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' at Terraria.Initializers.ChromaInitializer.Load () [0x0000a] in <cd1a926a53304a76abc1173fbebcc76b>:0 at Terraria.Main.LoadContent () [0x001b2] in <cd1a926a53304a76abc1173fbebcc76b>:0 at Microsoft.Xna.Framework.Game.Initialize () [0x0007f] in <eda436ed604f4e3d8be855126fa3fd37>:0 at Terraria.Main.Initialize () [0x0017b] in <cd1a926a53304a76abc1173fbebcc76b>:0 at Microsoft.Xna.Framework.Game.DoInitialize () [0x0003c] in <eda436ed604f4e3d8be855126fa3fd37>:0 at Microsoft.Xna.Framework.Game.Run () [0x00011] in <eda436ed604f4e3d8be855126fa3fd37>:0 at Terraria.Program.RunGame () [0x00077] in <cd1a926a53304a76abc1173fbebcc76b>:0
 
Is the SteelSeriesEngineWrapper.dll file present next to the executable? I'm not sure if linux .net uses a global assembly cache like windows, but the primary place where it looks for dependency resolution is of course next to the executable.
If so, maybe the game doesn't have access to it on the secondary location, or it needs to be marked as executable?
 
Is the SteelSeriesEngineWrapper.dll file present next to the executable? I'm not sure if linux .net uses a global assembly cache like windows, but the primary place where it looks for dependency resolution is of course next to the executable.
If so, maybe the game doesn't have access to it on the secondary location, or it needs to be marked as executable?
1714917242947.png
 
(I'm assuming this actually is the secondary drive you talked about)
Does the path when installed on the main drive also contain a directory starting with a dot?
 
Back
Top Bottom