AstroTechies / astro_modloader

Astroneer modloader rewritten in Rust
22 stars 5 forks source link

Unable to load mods by drag and drop. #3

Closed Pherex closed 1 year ago

Pherex commented 2 years ago

After first loading the modloader, I dragged and dropped the .pak files for the mods. At first it couldn't download them but then I restarted it with admin. But every mod is flagged with an error whenever the Modloader starts up. I've pasted a snippet of the log file

[WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-AdapterMod-0.3.0_P.pak", error: mod: "000-AdapterMod-0.3.0_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-AstroNav-1.0.2_P.pak", error: mod: "000-AstroNav-1.0.2_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-DescriptionsPlus-0.1.4_P.pak", error: mod: "000-DescriptionsPlus-0.1.4_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-RocketLauncher-1.0.0_P.pak", error: mod: "000-RocketLauncher-1.0.0_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-SnailBuffTime-1.0.2_P.pak", error: mod: "000-SnailBuffTime-1.0.2_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "000-Supercondenser-0.1.1_P.pak", error: mod: "000-Supercondenser-0.1.1_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting... [WARN b59\2d2951f\unreal_modloader\src\mod_processing\pakfile_reading.rs:107] Failed to read pak file "001-MoreTradables-1.0.1_P.pak", error: mod: "001-MoreTradables-1.0.1_P.pak", UnrealPak error: IO error: An attempt was made to move the file pointer before the beginning of the file. (os error 131), deleting...

localcc commented 2 years ago

Is your user account an administrator account? Could you send the contents of the %LOCALAPPDATA%/Astro folder?

Pherex commented 2 years ago

Astro.zip

admin account

localcc commented 2 years ago

What does the permission tab for your user look like on %LOCALAPPDATA%/Astro/Saved/Mods? Have you tried removing every file from %LOCALAPPDATA%/Astro/Saved/Mods and installing mods again? Is your user folder only english characters?

Pherex commented 2 years ago

Permissions are good all across the board. English characters only. When running as a regular user it allows drag and drop but errors with download failures. When running with admin elevation, it denies drag and drop and errors without download failures.

Pherex commented 2 years ago

modloader_log.txt

localcc commented 1 year ago

Clear %LOCALAPPDATA%/Astro/Saved/Mods folder and try with the latest modloader release, there will be more debugging information.

Pherex commented 1 year ago

modloader_log.txt

localcc commented 1 year ago

Which operating system version do you have? Preferrably a winver screenshot

Pherex commented 1 year ago

image

localcc commented 1 year ago

Only Windows 10 and higher are supported