Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I just tested it on my expanded A600 and it guru'd, I thought it'd work because I tested it on WinUAE with whatever config and it worked just fine.

My setup has a modest ACA620, so it's kind of like an A1200 with Fast RAM.

Any idea what could be wrong?

(2 edits)

I'll start by saying that I have some experience in pure programming, but I'm not entirely familiar with all the Amiga hardware variants.

That said, I've tested the game on my real A1200 and on various emulated machines, such as the basic A500 (only 512KB of Chip RAM) and the A600 itself (with 1MB of Chip RAM), and it works perfectly.

It's really difficult to figure out where the problem might be. Could you tell me if the game crashes immediately after loading or if it happens later? Could you give me the Guru Meditation code?

I decided to test more, starting with the most obvious, which is starting the machine without a startup-sequence. And that booted the game.
SO something in my Workbench setup is not playing nice with your game. What exactly, I don't know, but welcome to the nightmare of a fragmented platform :( It's so much easier on C64 in this aspect, we all have pretty much the same gear.

My Workbench setup is pretty vanilla which surprises me about this crash, but I do have resident stuff in memory (Commodities) and one of these is probably the culprit, probably the screen saver.

If you want me to test further, let me know!

(1 edit)

So, we've established that the game works on your Amiga. Now, as you say, it could be a conflict with some utility in your operating system. Could you tell me if the game crashes immediately upon startup or if it does so later? If it crashes immediately (as I imagine), does it at least display a black, blank screen? Could you also see if the game still crashes by disabling the screen saver?

(1 edit)

The game loads to a black screen then crashes. I think it does so when the LC Games logo is supposed to appear. 

The software failure code is 8700 0004, Task 0080CAF0

i will test more without the screensaver commodity and let you know. 

Could you try launching the game from the shell (CLI) instead of double-clicking the icon? Just type the executable file name and press Enter. If that still doesn't work, try increasing the stack size (the default should be 4096), for example, by typing "stack 32000" in the shell, and then restart the game.