-
Notifications
You must be signed in to change notification settings - Fork 120
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
Extraction bug in v3.1.2 on Linux? #360
Comments
Hi, just to let you know that I'm currently swamped with work and other things and won't have time to look into this at all. Not having |
No worries, this is just a hobby project after all :) I ran
Running
The last system call before the fault appeared to be that the program tried to create the data directory, but I don't think it's related to the fault:
Anyway, keep up the good work and feel free to only reply when you have some time to spare. |
Possibly related to Wargus/wargus#394 which was closed for #366 which may fix that. |
Cool. Once #366 is closed I'll verify the issue is fixed and close it. |
I was curious to see whether the changes to lua solved my case so I downloaded the latest master, but
|
Huh, how are you building it? It was working for me with the -DBUILD_VENDORED_LUA=ON flag. Could you post the commands you used, and any terminal output you get? |
Sorry, my bad - I didn't use that flag. Once I added it to
Not sure what directory is missing though. I have |
You got that error when running |
Using |
@0h-no the scripts always have to be copied, but that's not what |
Hi, I compiled v3.1.2 on Fedora - first stratagus, then wargus. On wargus I used:
Then I ran
~/.local/games/wargus
, chose the INSTALL.MPQ file to extract (GOG edition), waited for the extraction to complete successfully and got this message:Subsequent runs produce the same message (also tried removing the data directory as instructed, but it didn't help).
What file was being read? I couldn't figure out (
strace -f
didn't show any relevant files and I couldn't trace the file in the source code). Maybe there's an error log somewhere? (also, theosascript
error is irrelevant, right?)Thanks!
The text was updated successfully, but these errors were encountered: