Notes |
|
(0007719)
|
JOTD
|
2020-02-15 17:21
|
|
can you share your version? |
|
|
|
|
|
(0008027)
|
JOTD
|
2020-04-02 09:31
|
|
|
|
|
|
|
(0008029)
|
JOTD
|
2020-04-02 11:00
(Last edited: 2020-04-02 11:03) |
|
This adf file is reported "corrupt" when I extract it with some adf tool on the amiga side:
!!! The archive file has some corrupt data. !!!
Same as old wwp. No directories. It's like your version has been corrupted (virus? wrong write?). The game has a bunch of dirs like "GAMES", "GFX", "LEVELS"... that are missing on your disk.
Can you zip your installed version (the "data" directory) instead ?
|
|
|
|
|
|
(0008032)
|
JOTD
|
2020-04-02 20:53
|
|
the archive you made contains the directories (I'm going to be able to analyse the issue now). The adf was corrupt, so was the wwp files. |
|
|
(0008033)
|
JOTD
|
2020-04-02 20:56
|
|
you didn't use the install script but you copied the files directly (that's why there are others dirs like "s" and all)
The install script decrunches the files and copies only what's needed.
When the files aren't decrunched the game crashes. |
|
|
|
I have checked and the patch needs to be updated! There is a read from $def004 at offset $2762 in the decrunched executable which needs to be corrected to $dff004. The DIC disk image in the archive is also 100% OK, if your ADF tool reports corrupted file you might want to change to a more reliable one! :)
|
|
|
(0008035)
|
JOTD
|
2020-04-03 00:02
(Last edited: 2020-04-03 00:09) |
|
strange that whdload didn't detect that def004 read.
@StingRay specially because I had setup a patchlist that corrects the issues:
pl_floppy
PL_START
; fix access faults $DEF00x => $DFF00x
PL_B $2762+3,$DF
PL_B $2800+3,$DF
PL_B $29d0+3,$DF
...
User issue origin is bad installation procedure anyway. Access fault is not at DEFxxx.
|
|
|
(0008053)
|
JOTD
|
2020-04-05 15:40
|
|
it's not a bug, installation mishap |
|
|
(0008056)
|
JOTD
|
2020-04-05 20:58
|
|
@Stingray the game works perfectly. No need to check the issue. And the access faults are already fixed (check the slave in the install) |
|
|
|
I have installed it using the install script and the access fault happened. I have now checked again and the problem is that file "ra" is NOT decrunched during installation hence no fixes are applied at the correct offsets either. The install script has to be fixed to decrunch "ra", patch works then. |
|
|
(0008058)
|
JOTD
|
2020-04-05 21:53
|
|
I understand. I wonder how many people really tried to install that game... Unless it fails silently in some cases.
I checked the install script and xfddecrunch is called. I'll try again. |
|