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

z64compress won't let me recompress my OoT-randomizer ROM #4

Closed
fpi1337 opened this issue Aug 16, 2021 · 2 comments
Closed

z64compress won't let me recompress my OoT-randomizer ROM #4

fpi1337 opened this issue Aug 16, 2021 · 2 comments

Comments

@fpi1337
Copy link

fpi1337 commented Aug 16, 2021

Hi,

as the title says I ran into an issue when recompressing my ROM.

First I decompressed it using your z64decompress-tool by entering the command

./z64decompress-v1.0.2-linux64 OoT_382DB_LDF1A5K77H-comp.z64 out2.z64

After that, your decompressor gives me the following command to recompress my ROM:

welcome to z64decompress 1.0.2 <z64.me> extra features by @zel640 decompressed file 'out2.z64' written successfully here are your z64compress arguments: z64compress --in "out2.z64" --out "out.z64" --mb 32 --codec yaz --dma "0x7430,1526" --compress "0-END" --skip "0" --skip "1" --skip "2" --skip "3" --skip "4" --skip "5" --skip "6" --skip "7" --skip "8" --skip "9" --skip "15" --skip "16" --skip "17" --skip "18" --skip "19" --skip "20" --skip "21" --skip "22" --skip "23" --skip "24" --skip "25" --skip "26" --skip "942" --skip "944" --skip "946" --skip "948" --skip "950" --skip "952" --skip "954" --skip "956" --skip "958" --skip "960" --skip "962" --skip "964" --skip "966" --skip "968" --skip "970" --skip "972" --skip "974" --skip "976" --skip "978" --skip "980" --skip "982" --skip "984" --skip "986" --skip "988" --skip "990" --skip "992" --skip "994" --skip "996" --skip "998" --skip "1000" --skip "1002" --skip "1004" --skip "1498" --skip "1499" --skip "1500" --skip "1501" --skip "1502" --skip "1503" --skip "1504" --skip "1505" --skip "1506" --skip "1507" --skip "1508" --skip "1509" --skip "1510" --skip "1511" --skip "1512" --skip "1513" --skip "1514" --skip "1515" --skip "1516" --skip "1517" --skip "1518" --skip "1519" --skip "1520" --skip "1521" --skip "1522" --skip "1523" --skip "1524" --skip "1525".

When I enter this command (obviously I had to change the "z64compress" to "/z64compress-linux64) an error encounters, saying:

welcome to z64compress <z64.me> invalid dma entry encountered: 03491860 03494A18 03491860 00000000

How can I avoid this? Is the DMA given by the decompressor wrong?

Thank you in advance. :)

@z64me
Copy link
Collaborator

z64me commented Aug 16, 2021

Thanks for the bug report! This has now been addressed in the z64compress v1.0.1 release. 🎉

@z64me z64me closed this as completed Aug 16, 2021
@fpi1337
Copy link
Author

fpi1337 commented Aug 16, 2021

You're awesome (and fast as hell)! Thank you!!

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