coldAmphibian / Defense-of-the-Legends

30 stars 11 forks source link

Mundo #28

Closed ChangedNameTo closed 2 years ago

ChangedNameTo commented 9 years ago

welp

Zarthbenn commented 9 years ago

Il make the portrait. If I recall correctly you were working on the model, did you hit an error?

ChangedNameTo commented 9 years ago

Yeah, I'm still hitting errors trying to pull his base model.

Zarthbenn commented 9 years ago

I can probably help you out if you post what specific errors youre getting, but if you want I can just import it myself it since that might be easier. Your choice

ChangedNameTo commented 9 years ago

http://i.gyazo.com/8dfea86f5d5800e102afccdd01253d7a.png

This is what's getting tossed when I try to extract the base .dds

Zarthbenn commented 9 years ago

Strange, thats something that should be passed on the dev. Either way what you are extracting is the loadscreen splash image, you want DrMundo.dds which for some reason I cant find in your image.

Here is what mine looks like http://gyazo.com/79584f257c87f6978edc8e85f4020fe1

I took the liberty of extracting the dds here http://i.imgur.com/CaRX6NG.png

ChangedNameTo commented 9 years ago

My extract of the League folder is failing at some point as well, idk why. I feel like I'm pushing too much onto you guys :p

Zarthbenn commented 9 years ago

If you're getting an error about a duplicate version turret_chaos or something similar I have been getting that aswell. Dont worry about pushing, all of this needs to get done eventually.

ChangedNameTo commented 9 years ago

It stalls at this point: http://i.gyazo.com/5119783f55d17a6b614a0963edd89a38.png

I might need to repair my installation

coldAmphibian commented 9 years ago

the program doesn't tell you if it finishes loading swap to the console and type "help"

coldAmphibian commented 9 years ago

if that works, it's finished. Also, if it complains about duplicate versions of the same file or unpaired rafs, that's LoL updating badly. It doesn't remove old files when it updates, it just doesn't use them. My first LoL install is like 12gb because of this XD

vs49688 commented 9 years ago

Yeah, I've fixed that, the current git tells you whether or not it's completed ^_^

As for the "Map failed" error, that happens when the JVM either can't map the file into memory for access, or has run out of memory. Methinks a corrupted RAF. Embedded files in RAFs are compressed, thus their (actual) size cannot be determined until actually extracted. If the DEFLATE stream is corrupt, it might just keep going until it runs out of memory, which would cause a Map failed. If you could track down the offending RAF/RAF.DAT pair and upload it somewhere I would be grateful.

Also, if you come across issues like this, I would appreciate it if you reported them on the bug tracker (https://github.com/vs49688/raftools/issues). It'll enable me to fix them faster (the only reason I saw this was because @coldAmphibian messaged me about it).

wfzyx commented 2 years ago

Archived