WHDLoad MantisBT - TomAndJerry2
View Issue Details
0005081TomAndJerry2[All Projects] Generalpublic2021-03-27 21:442021-04-02 20:38
ReporterIrek 
Assigned ToCFOU 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
MachineA1200
CPU68040
CPUSpeed25
ChipSetAGA
GFXCardNone
ChipMem2 MB
FastMem128 MB
WorkbenchOS 3.9
KickROM40 - Kick 3.1
KickSoft40 - Kick 3.1
WHDLoad18.6
importedyes
Summary0005081: Hello, I have some problems with the game on my (040 CPu and WinUAE) -gfx
DescriptionGameVersion: english,pal,1 disks
SlaveVersion: 1.0 from 23.03.2021

Hello,
I have some problems with the game on my (040 CPu and WinUAE)
-gfx problems in main character (only 040 CPU)
-The game intro with MagicByte and Jerry is not displayed at all. (both versions of Tom and Jerry (1 and 2) are affected))
-No sound and music in the game (Both versions of Tom and Jerry (1 and 2) are affected)
Regards,
Irek
TagsNo tags attached.
Attached Files? TomandJerry1-beta.lha (25,260) 2021-03-28 15:50
https://whdload.de/mantis/file_download.php?file_id=1167&type=bug
? TomAndJerry2-beta.lha (31,783) 2021-03-28 16:20
https://whdload.de/mantis/file_download.php?file_id=1168&type=bug
? Icons.lha (125,572) 2021-03-28 18:47
https://whdload.de/mantis/file_download.php?file_id=1169&type=bug
zip Tom&JerryHuntinghigh&lowmanual.zip (4,687) 2021-03-28 22:03
https://whdload.de/mantis/file_download.php?file_id=1170&type=bug
? T&J2.whdl.reg.lha (2,067) 2021-04-01 14:49
https://whdload.de/mantis/file_download.php?file_id=1171&type=bug
? T&J.whdl.reg.lha (2,067) 2021-04-01 14:50
https://whdload.de/mantis/file_download.php?file_id=1172&type=bug
? whdl.register.lha (2,069) 2021-04-02 10:48
https://whdload.de/mantis/file_download.php?file_id=1173&type=bug

Notes
(0009783)
CFOU   
2021-03-28 13:58   
(Last edited: 2021-03-28 14:13)
hi,

gfx bug can be removed using ExpChip

And i have skipped by error magic bytes logo.

but there are no music problem in winuae

(0009784)
CFOU   
2021-03-28 14:39   
indeed logo intro is launch via bootblock using TrackDisk device (250000 ko missing data needed to see it ;))
(0009786)
Irek   
2021-03-28 15:13   
I have 2 versions of this game here. one version with sound and music in the game and one without->(kind of magic 2 version)
(0009787)
Irek   
2021-03-28 15:43   
Strange, I just tested the kind of magic version on WinUAE (ADF) and the sound works there too. It seems that the game is having problems on an A1200
(0009788)
CFOU   
2021-03-28 15:50   
hi,

can you test beta attached version before release (for Tom & jerry 1)?

WARNING!!

You need re-install game using new install script to extract logo animation data!!
(0009789)
CFOU   
2021-03-28 16:20   
now for Tom & Jerry 2
Attached new version for test:

Can you try with SPS 1506 & SPS 2229?

I have music with both version and logo animations now
(0009790)
retrogamer   
2021-03-28 17:03   
Please Cfou can you reduce memory usage 512kb chip and 256kb for the kickemu.
(0009792)
Irek   
2021-03-28 18:47   
I was only able to test the Tom & Jerry2 version (unfortunately the other one is not there, unfortunately I have no access to the SPS stuff)
The intro works now ok, the sound is there too (sounds a bit perturbed) Unfortunately I still have no sound in the game.

PS; I have uploaded a few icons for both versions, if you like it you can use it.
(0009794)
CFOU   
2021-03-28 20:09   
Hi
3 IPF's versions are uploaded in TheZone! on EAB home page
(0009797)
retrogamer   
2021-03-28 22:06   
I have attached the manual for Tom & Jerry:Hunting high & low please can you include it to the next update CFOU?
(0009807)
Irek   
2021-03-29 20:02   
Hi,
I tried it today on my 040 CPU and both parts of Tom & Jerry have no sound in the game. The intro works now with sounds a bit distorted at the beginning in both cases.
(0009809)
CFOU   
2021-03-29 23:06   
(Last edited: 2021-03-29 23:07)
tested on real 1200+blizzard 1260

no music & sound too.

but i am not again found reason (perhaps son SMC in music code to verify...

on winuae: sounf=d with all my config tests

(0009818)
Irek   
2021-04-01 14:49   
I've tried the two parts with snoopsocs option on real 1200 with 040 CPU,
both parts crash with the same error after the intro. (See attachment)
(0009819)
CFOU   
2021-04-01 17:14   
(Last edited: 2021-04-01 17:15)
thank.

it's interesting way. but i don't no an odd address à DMA AUDIOVOl can cause trouble on some configurations... I am never meet this problem before.

can you post report file for T&J2 both versions?

iundeed uploaded version named T&J2 contains a file that concerns T&J1...

(0009824)
Irek   
2021-04-02 10:48   
sorry for the late answer, yesterday I had a serious hardware problem on my main Amiga. After many hours of work, it works again. (I suspect that the power supply is slowly breaking down or my 040 blizzard card is causing problems)

I have now uploaded the wgdl register file. That looks like the same error as in part 1.
(0009828)
StingRay   
2021-04-02 17:28   
@CFOU: The problem is not the odd address access, custom registers all are word sized hence byte writes are illegal. On 040/060 machines the byte write to AudXVol will cause the sound not to be replayed properly. Many many old replay routines have this bug, it's present in a lot of demos and games. Luckily it's very easy fix though (either write to AudXVol+1 or clip the value and write a word, I prefer the latter approach).
(0009833)
CFOU   
2021-04-02 20:38   
fixed with v1.2 soon released
+ manual
+ icons

music & sound works fine now on blizzad 060

Thakns Irek for bug report & icons

Issue History
2021-03-27 21:44administratorNew Issue
2021-03-27 21:44administratorStatusnew => assigned
2021-03-27 21:44administratorAssigned To => CFOU
2021-03-28 13:58CFOUNote Added: 0009783
2021-03-28 14:13CFOUNote Edited: 0009783bug_revision_view_page.php?bugnote_id=9783#r1338
2021-03-28 14:39CFOUNote Added: 0009784
2021-03-28 15:13IrekNote Added: 0009786
2021-03-28 15:43IrekNote Added: 0009787
2021-03-28 15:50CFOUFile Added: TomandJerry1-beta.lha
2021-03-28 15:50CFOUNote Added: 0009788
2021-03-28 16:20CFOUFile Added: TomAndJerry2-beta.lha
2021-03-28 16:20CFOUNote Added: 0009789
2021-03-28 17:03retrogamerNote Added: 0009790
2021-03-28 18:47IrekFile Added: Icons.lha
2021-03-28 18:47IrekNote Added: 0009792
2021-03-28 20:09CFOUNote Added: 0009794
2021-03-28 22:03retrogamerFile Added: Tom&JerryHuntinghigh&lowmanual.zip
2021-03-28 22:06retrogamerNote Added: 0009797
2021-03-29 20:02IrekNote Added: 0009807
2021-03-29 23:06CFOUStatusassigned => confirmed
2021-03-29 23:06CFOUNote Added: 0009809
2021-03-29 23:07CFOUNote Edited: 0009809bug_revision_view_page.php?bugnote_id=9809#r1340
2021-04-01 14:49IrekFile Added: T&J2.whdl.reg.lha
2021-04-01 14:49IrekNote Added: 0009818
2021-04-01 14:50IrekFile Added: T&J.whdl.reg.lha
2021-04-01 17:14CFOUNote Added: 0009819
2021-04-01 17:15CFOUNote Edited: 0009819bug_revision_view_page.php?bugnote_id=9819#r1342
2021-04-02 10:48IrekFile Added: whdl.register.lha
2021-04-02 10:48IrekNote Added: 0009824
2021-04-02 17:28StingRayNote Added: 0009828
2021-04-02 20:38CFOUStatusconfirmed => closed
2021-04-02 20:38CFOUResolutionopen => fixed
2021-04-02 20:38CFOUNote Added: 0009833