Geez...where to start...
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Quest for Gold - Unreadable low res error on CTRL+SHIFT+F12. Filecore in use error afterwards if you try to run anything. Can't shut down, stuck on hourglass.
I'm guessing your terminating it during the Intro. I'll modify the script to detect that as its currently terminating the JIT, then going on to run the main game - which obviously fails. It's also expecting a save directory to be created, so I'll add that to the script as well.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Cyborg the Adventure - Low res desktop after quit, can't click anything (I think this is listed in the known issues.)
Probably the same issue as Quest for Gold, in that terminating the Intro will run the main game outside of the JIT and crash. I'll need to modify the script and update the package to fix this one.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Alone in the Dark - Couldn't move, requires controller?
I couldn't reproduce this, are you using the Arrow keys to move?
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Bubble Fair: Can't start game, controller required?
Press INSERT to insert coins, then SPACE for Player 1
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Cannon Fodder - Weird palette on title screen, you can only see the word Cannon and the poppy, most of the stem and the word Fodder missing. Krisalis logo screen scaled off screen at the bottom in attract mode.
I couldn't reproduce the palette issue, but the bottom of the screen being clipped is where the image is being scaled so the main game fills the screen. At some point, I'll modify the game so the intro and main game are split and the scaling is only turned on during game play.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Empire Soccer '94 - Can't start match, controller required?
You probably want the
manual from the full ZIP.
Using the Arrow keys and Enter...Select the type of game. eg "World Cup", select "1 Player", select your team, then select "Play World Cup". Press "Enter" to get through the fixtures, once on the "PLAY" screen, select the time limit, select "Key 1" for controls of the left team, leave the right on Computer, navigate to PLAY and "Enter" to start the game. On the coin flip screen, press left or right to flip and up/down if you're given the choice.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Fine Racer - Controls don't seem to work, I always end up stuck on top of another car which drives me round the course.
Movement only works when accelerating - hold "@" to accelerate, Z/X will then turn
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Bobby Blockhead - Various softlocks/freezes. Couldn't make a selection at initial menu. Couldn't back out of game info. Freeze when left in attract mode
I can reproduce this, so will investigate.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Freddy's Folly - Can't bring gun out, might be because the cursors on my mini keyboard are weird combined keys.
Press the Left Arrow key to bring the gun out.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
EuroBlaster - 'Screen mode not available ( error code 4770 )' loops whether you click ok or cancel. Can get out with Escape.
When do you get that error? When loading or after pressing "Enter" to start a game?
I couldn't reproduce it.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Drop Shaft - Unreadable low res error popup when you CTRL+SHIFT+F12. Doesn't seem to break anything.
I need to modify the script and update the package.
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Blaston: 'Internal Error: abort on instruction fetch at &0002C414' when CTRL+SHIFT+F12, audio missing/off key if you run again.
This is an odd one, when Blaston is terminated another app crashes and I'm not entirely sure why. I'll continue to look for the root cause.
EDIT: Its the ChannelHandler being called after the app has quit. I'll modify the script so it pauses before handing back to the OS
segasonic wrote: ↑Wed Aug 28, 2024 6:23 pm
Formula Two Thousand - Freezes if you CTRL+SHIFT+F12. Can CTRL+SHIFT+ESCAPE out.
FTT is a Wimp app - which you can't terminate via CTRL+SHIFT-F12 as the Wimp has to cleanly close it down via a Wimp quit when its paged in. Although you can currently run Wimp apps under the JIT - they're not supported fully so expect hard-locks and other odd behaviour. It's mentioned in the known issues in the OP.