You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296

exxos blog - random goings on

Blogs & guides and tales of woo by forum members.
dad664npc
Posts: 154
Joined: Mon Sep 12, 2022 2:32 pm
Location: South East

Re: exxos blog - random goings on

Post by dad664npc »

All okay with blitter enabled too :)
ATARI STfm, STe, Mega ST, TT
Amstrad CPC464, CPC6128
PiStorm dev - https://github.com/gotaproblem/pistorm-atari
Pico HDC - https://bbansolutions.co.uk
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

dad664npc wrote: Tue Aug 22, 2023 5:07 pm All okay with blitter enabled too :)
:shrug: Don't get why it fails on other machines but yours then. Which MB do you have exactly ? Also your cleaning booting TOS206 and not using NVDI or anything ?
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

I installed anti-bomb to see if it would give any clues..

But bus error ?! bus error accessing what ?! the only way I could really see it ending up like that is with corruption on the address bus or something where its trying to access a invalid address :shrug:

IMG_1025.JPG
IMG_1025.JPG (58.01 KiB) Viewed 596 times

I'm going to call this fault, YABADAP , Yet Another Bloody Atari DMA Apocalypse!


EDIT:

This not much help either.

IMG_1026.JPG
IMG_1026.JPG (70.69 KiB) Viewed 587 times
dad664npc
Posts: 154
Joined: Mon Sep 12, 2022 2:32 pm
Location: South East

Re: exxos blog - random goings on

Post by dad664npc »

exxos wrote: Tue Aug 22, 2023 5:36 pm
dad664npc wrote: Tue Aug 22, 2023 5:07 pm All okay with blitter enabled too :)
:shrug: Don't get why it fails on other machines but yours then. Which MB do you have exactly ? Also your cleaning booting TOS206 and not using NVDI or anything ?
520 STe CA4003290 Motherboard
Clean booting TOS2.06 - no AUTO folder
Remember - this STe was causing me no-end of problems with the PICO HDC until I replaced the CPU with the HC part - it's now good as gold
ATARI STfm, STe, Mega ST, TT
Amstrad CPC464, CPC6128
PiStorm dev - https://github.com/gotaproblem/pistorm-atari
Pico HDC - https://bbansolutions.co.uk
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

dad664npc wrote: Tue Aug 22, 2023 8:41 pm 520 STe CA4003290 Motherboard
Clean booting TOS2.06 - no AUTO folder
Remember - this STe was causing me no-end of problems with the PICO HDC until I replaced the CPU with the HC part - it's now good as gold
The HC CPU generally fixes problems with the -38 DMA. Though in my tests it made no odds on CPU or DMA version.

My only other thought is to install NVDI as it replaces a lot of the blitter stuff. Beyond that, i'm out of ideas.
User avatar
chronicthehedgehog
Site sponsor
Site sponsor
Posts: 361
Joined: Sun May 08, 2022 6:11 pm
Location: The Midlands
Contact:

Re: exxos blog - random goings on

Post by chronicthehedgehog »

dad664npc wrote: Tue Aug 22, 2023 8:41 pm
exxos wrote: Tue Aug 22, 2023 5:36 pm

:shrug: Don't get why it fails on other machines but yours then. Which MB do you have exactly ? Also your cleaning booting TOS206 and not using NVDI or anything ?
520 STe CA4003290 Motherboard
Clean booting TOS2.06 - no AUTO folder
Remember - this STe was causing me no-end of problems with the PICO HDC until I replaced the CPU with the HC part - it's now good as gold

Interesting. I was wondering how you got it to work with HD driver. I have the same mobo, stock CPU.
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

Sadly while NVDI was a lot faster in deleting files, it still failed :(

Does anyone know of any blitter functions NVDI doesn't replace ?

IMG_1027.JPG
IMG_1027.JPG (63.03 KiB) Viewed 571 times

I have been looking through the TOS sources to see if there is anything which could potentially be different between TOS1.62 and TOS2.06, but not really finding anything which is seemingly of any relevance. Most of the switches seem to be for above TOS104 or above TOS200.

Other than it being a pure fluke that some code sequences cause problems with the blitter and some don't, that would mean *every* ST out there would likely have this bug.

On that note, I give up.

:2k2:


EDIT:
Oddly its still deleting my test files when I ran FLDER999.PRG with NVDI. :WTF: Will see how it goes...
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 12961
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: exxos blog - random goings on

Post by rubber_jonnie »

Ok, couldn't post earlier as I was off at training, however just deleting the empty folders was fine.

It strikes me as some sort of resource issue and I'm wondering if it's something to do with path length? Almost like a memory leak of some sort.

I'm going to try something and see if it works and I'll report back.
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

rubber_jonnie wrote: Tue Aug 22, 2023 10:01 pm It strikes me as some sort of resource issue and I'm wondering if it's something to do with path length? Almost like a memory leak of some sort.

I'm going to try something and see if it works and I'll report back.
Try the FOLDRXXX.PRG It seems to ahve helped with NVDI installed.

I am currently copying my files again to try without NVDI. But when I tried FOLDRXXX.PRG before it did not change anything. :stars:
User avatar
exxos
Site Admin
Site Admin
Posts: 25748
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

So without NVDI and using FOLDR999.PRG it crashed again. I don't get it. Will rety NVDI again.

EDIT:

NVDI on its own - nope
FOLDR999.PRG on its own - nope

FOLDR999.PRG & NVDI - nope (even though it worked earlier!)

So yep, No idea what's going on!
Post Reply

Return to “MEMBER BLOGS”