Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux #25

Open
alexzk1 opened this issue Jan 9, 2025 · 1 comment
Open

Linux #25

alexzk1 opened this issue Jan 9, 2025 · 1 comment

Comments

@alexzk1
Copy link

alexzk1 commented Jan 9, 2025

Does not start from MO2 in the bottle, where I have .NET 8 + 9 installed to run Synthethis. Just "prepare VFS" and exit. Cannot install 4.8 as "already installed".

Running standalone outside proton/MO2 using system wine works. Window pops, list archive, but does not extract. It dumps stack in report than:

Skyrim - Textures5.bsa - RetrieveRealSize: False

textures\dungeons\imperial\impfloormuddy01.dds
System.InvalidProgramException: Invalid IL code in <Module>:?A0x78f63de8.XXH32_finalize (uint,void modopt(System.Runtime.CompilerServices.IsConst)*,ulong,XXH_endianess,XXH_alignment): IL_0007: switch    (IL_07de, IL_07bf, IL_0798, IL_0771, IL_0173, IL_0325, IL_04f9, IL_06e9, IL_00e2, IL_0294, IL_0468, IL_065d, IL_0051, IL_0203, IL_03d7, IL_05cc)


  at <Module>.XXH32 (System.Void* input, System.UInt64 len, System.UInt32 seed) [0x00118] in <3998b41509fb48078cc7b51c15500a15>:0 
  at lz4.LZ4Stream.GetFrameInfo () [0x00322] in <3998b41509fb48078cc7b51c15500a15>:0 
  at lz4.LZ4Stream.AcquireNextBlock () [0x00008] in <3998b41509fb48078cc7b51c15500a15>:0 
  at lz4.LZ4Stream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x000b9] in <3998b41509fb48078cc7b51c15500a15>:0 
  at lz4.LZ4Stream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00000] in <c7863fed14c3485c8a038060249e78ba>:0 
  at SharpBSABA2.Utils.CompressionUtils.DecompressLZ4 (System.IO.Stream input, System.UInt32 length, System.IO.Stream output, System.Action`1[T] progressReport, System.Int64 progressInterval) [0x00068] in <2f99ff6b5bec4ddb8d062639141c2dce>:0 
  at SharpBSABA2.BSAUtil.BSAFileEntry.WriteDataToStream (System.IO.Stream stream, SharpBSABA2.SharedExtractParams extractParams, System.Boolean decompress) [0x000c8] in <2f99ff6b5bec4ddb8d062639141c2dce>:0 
  at SharpBSABA2.ArchiveEntry.Extract (System.String destination, System.Boolean preserveFolder, System.String newName, SharpBSABA2.SharedExtractParams extractParams) [0x00049] in <2f99ff6b5bec4ddb8d062639141c2dce>:0 
  at SharpBSABA2.ArchiveEntry.Extract (System.String destination, System.Boolean preserveFolder, System.String newName) [0x00011] in <2f99ff6b5bec4ddb8d062639141c2dce>:0 
  at SharpBSABA2.ArchiveEntry.Extract (System.String destination, System.Boolean preserveFolder) [0x00009] in <2f99ff6b5bec4ddb8d062639141c2dce>:0 
  at BSA_Browser.Classes.ExtractOperation.Worker_DoWork (System.Object sender, System.ComponentModel.DoWorkEventArgs e) [0x00092] in <b92e0d3e844e41388fa583aea471b3db>:0 

Any ideas how to make it work ? Note, this is not direct run on Linux, but rather Linux -> "Windows emulation" -> native MS .NET ->program.

@AlexxEG
Copy link
Owner

AlexxEG commented Jan 15, 2025

@alexzk1 Hey. Unfortunately I don't know anything about this. Seems like the error comes from the lz4 library I'm using (IonKiwi.lz4.net), but don't know more than that.

You say you've .NET 8 + 9 installed, but this runs on .NET Framework 4.8. Maybe that's something to look into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants