Welcome, Guest. Please login or register.

Author Topic: Why do Amiga games crash so offen?  (Read 2338 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline HE-MANTopic starter

  • Jr. Member
  • **
  • Join Date: Dec 2002
  • Posts: 92
    • Show only replies by HE-MAN
Why do Amiga games crash so offen?
« on: May 18, 2003, 10:45:55 AM »
Hi!

Amiga I my favorit system, but one think I don't understand and I never had is why dose game offen crash and frize on the Amiga. Even if you play a game on Amiga Emulator its happend offen. I know some games is real hard to play with out this happening like Moonstone for exampel.

Do someone know why this happend offen on the Amiga? And are there any way to not let it happend?

 

Offline Coder

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2996
    • Show only replies by Coder
    • http://www.amiga.nl
Re: Why do Amiga games crash so offen?
« Reply #1 on: May 18, 2003, 11:12:44 AM »
If you play a lot of "cracked" games that might be the cause. The screw up some stuff sometimes. And also a lot of games did not follow the "rules" for programming set by Amiga. They would use "dirty hacks" to make it run faster.

Coder
Check it out - I found the ass-end!
 

Offline KennyR

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 8081
    • Show only replies by KennyR
    • http://wrongpla.net
Re: Why do Amiga games crash so offen?
« Reply #2 on: May 18, 2003, 11:16:41 AM »
I don't seem to recall Amiga games crashing often, especially if it was the boot-from-floppy type.
 

Offline alx

Re: Why do Amiga games crash so offen?
« Reply #3 on: May 18, 2003, 12:09:11 PM »
I haven't done much serious gaming on the 'miggy for a while, and I don't have any recent games so I cannot speak much for more recent hardware/software.

Many years ago I used to play loads of games on the A500, but I can only really remember one or maybe two instances when a game GURUed out, and it was so unusual it was quite shocking :-o

Offline Ilwrath

Re: Why do Amiga games crash so offen?
« Reply #4 on: May 18, 2003, 01:23:38 PM »
Quote
I don't understand and I never had is why dose game offen crash and frize on the Amiga.


I don't really think it happens all that often, in comparison to some other systems I've played.  Mostly, if a game crashes, it's usually because you were trying to play it on a system other than it was intended.  

Quote
I know some games is real hard to play with out this happening like Moonstone for exampel.


Yes, Moonstone is very picky.  PAL A500 or bust.  I don't think I've seen it crash but once or twice on a real 512k chipram/512k baseboard A500, but it barely works (or doesn't even work!) on anything else.  Often it is either because of old copy protection, or a bad crack.  It's hard to tell which is worse, most of the time.  Though, in Moonstone's case, I think it was also shipped before it was fully debugged.
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Why do Amiga games crash so offen?
« Reply #5 on: May 18, 2003, 01:31:57 PM »
Why do Amiga games crash so offen?

Well, for A500 generation games, here's my top 7 bug bears...

1) Assumptions about OS, memory, CPU, custom chip configuration
2) Direct hardware access
3) Self modifying code
4) Misuse of bits 24-31 in a0-a7 on original 68000(not a common one, this)
5) Dodgy synchronisation techniques, nop etc.
6) Rushed development
7) Incomplete testing

Thankfully most of those issues have gone for more recent games..
int p; // A
 

Offline Mad-Matt

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 242
    • Show only replies by Mad-Matt
    • http://www.madmatt.cjb.net
Re: Why do Amiga games crash so offen?
« Reply #6 on: May 18, 2003, 02:07:15 PM »
An exaple of some games your having problems with would be helpful if ya looking for a solution.

Its mostly the new ppc games i have problems with random crashing, but thats partly due to the hacky nature of the ppc addon cards :/

for classic games, the WHDLoad system does wonders for making classic games that wernt intended for configuration work from HD. Often the Loaders include fixes for known bugs in a game.
 

Offline Tomas

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2828
    • Show only replies by Tomas
Re: Why do Amiga games crash so offen?
« Reply #7 on: May 18, 2003, 04:02:44 PM »
Sounds like you have a defect amiga then.... Ive never had that problem, except for games not made for my system... but they wouldnt run at all...  :-)
 

Offline Methuselas

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2205
    • Show only replies by Methuselas
Re: Why do Amiga games crash so offen?
« Reply #8 on: May 18, 2003, 04:37:14 PM »
Hardware banging was a problem too. In emulation, you can't bang an emulated chip. UAE is good, but it's not perfect.

\'Using no way as way. Having no limitation as limitation.\' - Bruce Lee

\'No, sorry. I don\'t get my tits out. They\'re not actually real, you know? Just two halves of a grapefruit...\' - Miki Berenyi

\'Evil will always triumph because good is dumb.\' - Dark Helmet :roflmao:

\'And for future reference, it might be polite to ask someone if you can  quote them in your signature, rather than just citing them to make a  sales pitch.\' - Karlos. :rtf
 

Offline alx

Re: Why do Amiga games crash so offen?
« Reply #9 on: May 18, 2003, 04:48:45 PM »
Quote
In emulation, you can't bang an emulated chip


Why not?  UAE seems to support virtually everything.  The only real issue for me is in demos and games with fast screenfades - it just cannot keep up.

But of course, things start to get messy when a program bangs what it thinks is OCS when it's AGA - some very old programs have difficulty running on anything apart from an A1000, A500 and A2000.