English Amiga Board


Go Back   English Amiga Board > Support > support.Games

 
 
Thread Tools
Old 25 March 2013, 00:30   #61
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by dlfrsilver View Post
http://christophe.bray.free.fr/infor....htm#Ishar%202

where the falcon release is

a lot of saves here :

http://www.leehanken.pwp.blueyonder....n/GAME_SAV.ES/

EDIT : the music problem is related to a data cache problem (using 'nocache' is helping but not correcting it).

by using 'snoop' command, i have catched 2 errors, the one about the music, and the other about the crash about the night day cycle.
thanks Denis
i'll try to fix it at end of week (too works now for few days)
CFou! is offline  
Old 25 March 2013, 17:34   #62
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
little request:



i need save game files just before all manual protection request...



if you have that can you pos t it in TheZone! (AGA&ECS)?
CFou! is offline  
Old 25 March 2013, 22:05   #63
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
trainer update
Attached Files
File Type: slave Ishar2Ocs.Slave (5.4 KB, 92 views)
File Type: slave Ishar2AGA.Slave (6.0 KB, 108 views)
CFou! is offline  
Old 26 March 2013, 01:13   #64
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
just information:

we have looking for problem with DLFRSILVER of crash this evening

after some invertigation i am sure game is in the debug of interpreteur

game debugger displays message but message it's displayed on CLI wondow so it's not visible...

it seems crash is caused by original bug in game code... il will investigate to try to found solution to fix it but it"s difficult without sourcecode

Last edited by CFou!; 26 March 2013 at 09:17.
CFou! is offline  
Old 26 March 2013, 02:42   #65
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
for more information:
after crash game display in Cli error message (i will try tomorow to read it or to display it leaving whdload)

and program 'T.X' wait that 'any key' are pressed before exit it

try to press a key after crash and you will exit of whdload on access fault in CLI

Access failt is normal!!! because 't.x' is leaved to return to CLI window

here executed part of code after crash:

lbC00BC74 CLR.W D0
MOVE.W #1,D1
JSR (lbC0021AA).L
MOVEM.L D0/A0,-(SP)
MOVEA.L #TYP.MSG,A0
JSR (lbC00219C).L
MOVEM.L (SP)+,D0/A0
MOVE.W (-$10,A6),D0
EXT.L D0
JSR (lbC005F04).L
MOVEM.L D0/A0,-(SP)
MOVEA.L #ENT.MSG,A0
JSR (lbC00219C).L
MOVEM.L (SP)+,D0/A0
MOVE.W (-14,A6),D0
EXT.L D0
JSR (lbC005F04).L
MOVEM.L D0/A0,-(SP)
MOVEA.L #POS.MSG,A0
JSR (lbC00219C).L
MOVEM.L (SP)+,D0/A0
MOVE.L A3,D0
SUB.L (-$14,A6),D0
JSR (lbC005F04).L
MOVE.W #0,(lbW003FBE).L
MOVE.W #$700,(lbW003FC4).L
MOVE.W #$70,(lbW003FDC).L
JSR (lbC008B02).L
JSR (lbC002078).L ;PRESS ANY KEY
JMP (lbC0056F4).L ; exit

lbL00BD0A dl $6D0071
dl $1100129
dl $1A50095
dl $AD00C4
dl $CA00D1
dl $D500E5
dl $FC0077
dl $7C0141
dl $1590170
dl $1890082
dl $1BF01DE
dl $1EF0205
dl $21B0250
Error.MSG db 'Error ',0
ascii.MSG1 db ':',0
TYP.MSG db ' TYP:',0
ENT.MSG db ' ENT:',0
POS.MSG db ' POS:',0
BASE.MSG db ' BASE=',0
BASEMAIN.MSG db ' BASE MAIN=',0
INDEX.MSG db ' INDEX=',0
db '...',0
db 'open ',0
db 'read',0
db 'close',0
db 'trop de programmes',0
db 'trop d entitÚs vivantes',0
db 'programme main attendu',0
db 'write',0
db 'create',0
db 'del',0
db 'trop de sprites',0
db 'dÚbordement programmes',0
db 'dÚbordement entitÚs',0
db 'Adresse illegale (68000)',0
db 'Adresse impaire (68000)',0
db 'No de dessin trop grand',0
db 'No de forme trop grand',0
db 'No de musique trop grand',0
db 'Interdit:Vecteur pour forme',0
db 'Division par zÚro (68000)',0
db 'Interdit:vecteur avec multiple',0
db 'live sans load: ',0
db 'dÚbordement de TABFEN',0
db 'index tableau nÚgatif',0
db 'index tableau trop grand',0
db 'near/view/approach inter

Last edited by CFou!; 26 March 2013 at 09:20.
CFou! is offline  
Old 26 March 2013, 16:40   #66
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
I'am working to fix crash.

try this quick patch it's skip bugged part of code....

I'll let you test the new slave with savegame file(crash2 by example) and see that happens instead of crash game seems now playable without crash but with surprice effect

seeing that you understand why the game crashed.

I should finish tonight to patch integrated debugger of ISHAR 2 to exit properly in case of crash and display the information returned by the debugger when the game crash in the output window of WHDLoad.

I can already tell you that the debugger displays among others the following message in French:
Erreur type: 15
'No de dessin trop grand'


which can be translated as:
Erreur type: 15
'No drawing too large'


Can you test it and qive me you opinion about that ?
Attached Files
File Type: slave Ishar2AGA.Slave (6.2 KB, 95 views)
CFou! is offline  
Old 26 March 2013, 17:51   #67
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,424
Send a message via MSN to dlfrsilver
programming error, or the drawing value is errored.

EDIT : indeed, i was right the problem is in two parts :

1) The cycle night / day was indeed a bug in the main executable, and more over a palette problem (despite the error given)

On this one, you did it well, i'm no more stuck or blocked.

This led me to the second part of the crash, which has still to be patched, and related still to the palette problem.

the eagles, when the palette is the night one, only appears as their mask color (purple). The palette comes back to normal once the cycle 'night' pass at 8 in the mornin' to 'day', the eagle get back their good palette.

You're near the end of the tunnel Bébert

Last edited by dlfrsilver; 26 March 2013 at 18:07.
dlfrsilver is offline  
Old 26 March 2013, 18:02   #68
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by dlfrsilver View Post
programming error, or the drawing value is errored.

maxi value seems to be 30 ($1E) and it's 31 ($1f) went it's crash, i'll compare this evening when it dont crash (after 8 AM)

have you test patch removing temporary crash?
CFou! is offline  
Old 26 March 2013, 18:12   #69
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,424
Send a message via MSN to dlfrsilver
yes ! it works 50% rest the other 50%, and so far it's really good !
dlfrsilver is offline  
Old 26 March 2013, 21:17   #70
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
little update:
purple salve:
- it'is temporary fix (when bug item are purple but game don't crash)

Debug slave:
- it's debug version here game crash but Silmarils debug message is displayed by Whdload when is exit
Attached Files
File Type: slave Ishar2AGA-debug.Slave (6.6 KB, 88 views)
File Type: slave Ishar2AGA-purplefix.Slave (6.2 KB, 106 views)
CFou! is offline  
Old 27 March 2013, 00:20   #71
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
can you test this version?

normaly crash is fixed
Attached Files
File Type: slave Ishar2AGA.Slave (6.7 KB, 132 views)
CFou! is offline  
Old 27 March 2013, 01:13   #72
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,424
Send a message via MSN to dlfrsilver
well i guess we have to congrats CFOU for this well ended job. Now we only have to go and finish the game and report if there is any problems later in the game
dlfrsilver is offline  
Old 27 March 2013, 07:47   #73
Chain
A-Collector, repairments
 
Chain's Avatar
 
Join Date: Jul 2001
Location: Czech Rep.
Age: 50
Posts: 1,536
Send a message via ICQ to Chain
tried it twice quickly only from save point to protection check, but it didnt crashed! woohoo!
Chain is offline  
Old 27 March 2013, 09:15   #74
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Chain View Post
tried it twice quickly only from save point to protection check, but it didnt crashed! woohoo!
marvelous
CFou! is offline  
Old 27 March 2013, 12:34   #75
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,424
Send a message via MSN to dlfrsilver
and the patch can be applied on disk, if using the IPF or the ADF of the original uncracked game, you need to modify at adress $77AE 303C000F4EB9 by 3E3C001E60E4

On the heresy/Zunt crack the place where the chain is located is actually $BXXX (use an hex editor on PC) and modify it once, save and recompress (yes it's compressed by imploder!).

All this thanks to CFOU

EDIT : i confirm that i also found the occurence to change on the HZ crack. this game was AGA, but the code in itself has never been made really to run on faster processors like 68020 & 68030. On a basic A1200, you have the same problem as seen on the whdload version, the music/fx tracker is the very same as the A500 one.

EDIT2 : Please find in the zone the HZ crack of Ishar 2 AGA fixed with the patch from CFOU tested it, it works nicely

Last edited by dlfrsilver; 27 March 2013 at 16:36.
dlfrsilver is offline  
Old 27 March 2013, 17:33   #76
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Chain View Post
tried it twice quickly only from save point to protection check, but it didnt crashed! woohoo!
have you some save games just before each protection test?

i need it to verify protection is goodly removed
CFou! is offline  
Old 27 March 2013, 17:56   #77
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,424
Send a message via MSN to dlfrsilver
the protection test is actually correctly removed, when you meet the second dead woman in the trees of thorm's island

I have tested it
dlfrsilver is offline  
Old 27 March 2013, 18:07   #78
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by dlfrsilver View Post
the protection test is actually correctly removed, when you meet the second dead woman in the trees of thorm's island

I have tested it
ok

i hope others too
CFou! is offline  
Old 28 March 2013, 10:55   #79
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
hi guys,

if you are another crash


can you use debug slave and send to me error message displayed on output windows by whdload?
Attached Files
File Type: slave Ishar2AGA-debug.Slave (6.6 KB, 89 views)
CFou! is offline  
Old 29 March 2013, 19:37   #80
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
have really no save game before manual protection
CFou! is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ishar AGA protection fails dlfrsilver project.WHDLoad 122 02 June 2013 20:05
ERROR Ishar AGA Marcuz project.Killergorilla's WHD packs 0 12 June 2011 14:55
req: Ishar AGA gfx rips wlcina project.Sprites 5 07 January 2010 19:59
req: Ishar 1, 2 and 3 (AGA versions only) wlcina request.Old Rare Games 1 08 September 2004 20:09
Ishar AGA manual or cracked haynor666 request.Old Rare Games 4 09 February 2003 17:46

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:27.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12885 seconds with 14 queries