English Amiga Board


Go Back   English Amiga Board > Other Projects > project.WHDLoad

 
 
Thread Tools
Old 03 March 2007, 21:02   #101
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
Quote:
Originally Posted by Codetapper
Real professionals will ensure the keyboard routine can be accessed at any time during the game. Certain sloppy installers (no names, you can probably guess!) force you to quit from only one specific place in the game which is lame!

Why guess Ian, be a man and name names, no-one likes subterfuge
Galahad/FLT is offline  
Old 03 March 2007, 21:58   #102
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Here is the finished slave

It is not 100% perfewct with regards the weapon system (read readme) but it does seem to work, and there are 4 of the special weapons available (unlike the pre whdload where only 2 are available).

Wepl is this ok to be released officially?

Last edited by BippyM; 01 November 2008 at 18:14.
BippyM is offline  
Old 04 March 2007, 00:17   #103
Joe Maroni
Moderator
 
Joe Maroni's Avatar
 
Join Date: Feb 2003
Location: Germany
Age: 44
Posts: 1,303
Send a message via MSN to Joe Maroni
anyone like to help me creating my first slave after bippy´s is finished ...???

it uses TRAP exceptions and i don´t know currently how to solve that stuff with whdload...
Joe Maroni is offline  
Old 04 March 2007, 00:42   #104
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
what game?
Galahad/FLT is offline  
Old 04 March 2007, 01:08   #105
Joe Maroni
Moderator
 
Joe Maroni's Avatar
 
Join Date: Feb 2003
Location: Germany
Age: 44
Posts: 1,303
Send a message via MSN to Joe Maroni
Brian The Lion...it seems that its based on TRAPs.....
Joe Maroni is offline  
Old 04 March 2007, 03:08   #106
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
Usually you don't have to worry about traps (if you are meaning the trap #0-#15 stuff) because you just set WHDLF_EmulTrap in the flags and WHDLoad will pass them through to the game to handle.
Codetapper is offline  
Old 04 March 2007, 13:04   #107
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by bippym
Here is the finished slave

It is not 100% perfewct with regards the weapon system (read readme) but it does seem to work, and there are 4 of the special weapons available (unlike the pre whdload where only 2 are available).

Wepl is this ok to be released officially?
I have just tested it on my A4k, unfortunately it doesn't seem to work. Right after the titlepicture a "Line 1111" exception occurs. I'm gonna check where the problem is.

Edit: Ok, 'NoCache' did the trick and I could start the game. But I have more bad news: After I pressed fire, an 'Access Fault' occured. (Word Read from $120008)

Last edited by StingRay; 04 March 2007 at 13:15.
StingRay is offline  
Old 04 March 2007, 15:03   #108
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
Quote:
Originally Posted by bippym
Here is the finished slave

It is not 100% perfewct with regards the weapon system (read readme) but it does seem to work, and there are 4 of the special weapons available (unlike the pre whdload where only 2 are available).

Wepl is this ok to be released officially?
I get the same 'Line 1111' exception as StingRay here. This must be fixed first.

Then:
- please use the install script from the latest WHDLoad release
- the directory containing the install stuff should have an icon
- the default tool of installer must be 'Installer' not 'C:Installer'
- the name of the icon should match his type, its a newicon so *.newicon should be used instead of *.inf
- the archive must be lha not lzx
- if the demo is downloadable somewhere it would be nice to include a link in the readme
- if ready please send it to release.at.whdload.de

PS: You may find other installs not matching these criterias, but we want to start with a good one
Wepl is offline  
Old 04 March 2007, 17:44   #109
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
ok.. it's the actual game that is at fault, adf fails on a4000 too.

Will look into it
BippyM is offline  
Old 04 March 2007, 19:53   #110
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
can anyone say what the fault may be?

The game needs cache's off for a4000 anyway, but other than that any reason the slave is failing?
BippyM is offline  
Old 04 March 2007, 22:17   #111
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
Quote:
Originally Posted by bippym
can anyone say what the fault may be?

The game needs cache's off for a4000 anyway, but other than that any reason the slave is failing?

quite likely a bus error on the A4ooo. Some were fitted with a dodgy Buster chip, both my A4ooo's have this fault. Get Stingray to send you the file whdload log file that records all the registers, and thats your first port of call.

Could be simple enough to clear a high word of a register.
Galahad/FLT is offline  
Old 06 March 2007, 02:23   #112
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
I'll attach the coredump to this message. Apparently a3 points to $120008 which is definitely wrong. So you need to check where a3 should really point to.

Last edited by StingRay; 29 October 2009 at 21:58.
StingRay is offline  
Old 06 March 2007, 20:43   #113
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Wepl: What was your test machine?

Can a member with a 1260 please test this so we can narrow down the problems

Thanks
BippyM is offline  
Old 06 March 2007, 21:21   #114
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
bippym: i have a a4k with csppc and 060/50

the first problem does not occure with option NOCACHE
I assume this is a missing flush cache problem
remember the default cache setup by whdload, at start basemem is nc and expmem is full caches (mmu assumed)
any code written to expmem must be followed by a flush cache before executing (several resload function do a flush implicit).
either you fix that or disable caches using resload_SetCACR, installs for release must not use NOCACHE option.

the later access fault is probably harder to fix, looks like ingame bug, try WHDLF_ClearMem, otherwise make a deep analyse what happens there.
Wepl is offline  
Old 06 March 2007, 22:03   #115
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
It seems the later option is 060 related as i cannot reproduce the problem.

Stingray too had 060 in his a4k
BippyM 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
Using octamed as a slave Kola New to Emulation or Amiga scene 3 10 April 2021 20:36
Slave for WorkBench Retro1234 project.WHDLoad 36 02 May 2020 10:59
Megatraveller slave BlueAchenar project.WHDLoad 157 03 May 2009 18:59
Dogfight Slave.... killergorilla project.WHDLoad 63 28 July 2007 14:33

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 11:32.

Top

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