Wargus / war1gus

Importer and scripts for Warcraft: Orcs and Humans
GNU General Public License v2.0
102 stars 13 forks source link

Can't get it to extract properly no matter what #438

Open CRYPTark01 opened 1 year ago

CRYPTark01 commented 1 year ago

Using 3.3.3 and a gog installer, I cannot get it to work I get the error, Screenshot 2023-09-19 144659

I have tried non GOG versions, I have tried navigating to the War1data instead of the setup. Nothing has worked. I have made sure there are no & or ! marks of anything weird in the paths. Here is the stderror stderr.txt stdout.txt War1gus-extraction.log

timfel commented 1 year ago

did you try launching in safe mode?

77Mynameislol77 commented 1 year ago

I'm getting the same issue here, safe mode doesn't work either.

TheRealIndru commented 1 year ago

Similar issue on Linux, when pointing it to the DATA.WAR file for Warcraft 1:

image

image

speachy commented 11 months ago

I'm in a similar situation with war1gus. In my case, the extractor claims success, but when attempting to run the current Linux AppImage it generates this error:

Supported music decoders: CMD WAVE OGG DRMP3 MP3
Stratagus default config file loading ...

/__w/stratagus/stratagus/stratagus/src/stratagus/script.cpp:217: GetFileContent: Can't open file 'preferences.lua': No such file or directory
/__w/stratagus/stratagus/stratagus/src/stratagus/script.cpp:309: CclLoad: Load failed: 'preferences.lua'
/__w/stratagus/stratagus/stratagus/src/stratagus/construct.cpp:163: ConstructionByIdent: Unknown construction 'construction-orc-blackrock-spire'
backtrace() returned 25 addresses
[ ... followed by a couple screens of hexidecimal puke ... ]

DATA.WAR (etc) was provided by the GoG (ie DOS v1.2 CD) release.

timfel commented 11 months ago

Looks again like a change by @Jarod42 where he forgot to update war1gus

Jarod42 commented 11 months ago

Created #444 for

ConstructionByIdent: Unknown construction 'construction-orc-blackrock-spire'.

But I didn't change the extraction stuff...

ipochto commented 11 months ago

mb fs::path related?

timfel commented 11 months ago

But I didn't change the extraction stuff...

@speachy's error wasn't about extraction, but about launching. Looks like the exact thing you're fixing with #444