C64Door Telnet Program hang/loop
  • EVX
  • Caterpillar
    Caterpillar
    Posts: 33 from 2026/1/10
    Hey all, just wondering if anyone has any input on a program that gets stuck in a loop.

    This is a C64 "Petscii" program for telnet on Amiga platforms. Sounds fun.

    It pegs the CPU and can't be killed via shell and it never gets to GUI to use iKill either.

    Any tips appreciated!

    -E

    *********

    This is a log of the loop shown twice:

    576.823| PC[0x196cd052] -> System:Downloads/64 Door/64Door/64Door [Hunk 0 Offset 0x0000460a]
    576.823| UpdateCustomRead: Read..skip instruction and clear affected Custom
    576.823| UpdateCustomRead: OpCode 0x888af006
    576.823| UpdateCustomRead: lbz
    576.823| ABox_Custom: Reg 0x6 NewAddress 0x113c852e
    576.823| ABox_Custom: CustomRead SRR0 0x15c8f7ac DAR 0xdff006 GPR13 0x196cd052
    576.823| ABox_Custom: A7[] 196c8afc 11362610 00008000 196bdc20

    576.823| PC[0x196cd052] -> System:Downloads/64 Door/64Door/64Door [Hunk 0 Offset 0x0000460a]
    576.823| UpdateCustomRead: Read..skip instruction and clear affected Custom
    576.823| UpdateCustomRead: OpCode 0x888af006
    576.823| UpdateCustomRead: lbz
    576.823| ABox_Custom: Reg 0x6 NewAddress 0x113c852e
    576.823| ABox_Custom: CustomRead SRR0 0x15c8f7ac DAR 0xdff006 GPR13 0x196cd052
    576.823| ABox_Custom: A7[] 196c8afc 11362610 00008000 196bdc20
  • »11.03.26 - 22:06
    Profile
  • MorphOS Developer
    cyfm
    Posts: 585 from 2003/4/11
    From: Germany
    Front and foremost, it tries to read some legacy Amiga custom register 0xDFF006 VHPOSR according to the log, most likely to read some beam position where it is very unlikely to get the desired result when run directly with MorphOS ...

    You definitely need to run this through some full emulator to have a chance of seeing it to do anything useful, albeit questionable.
  • »11.03.26 - 22:26
    Profile Visit Website
  • jPV
  • Yokemate of Keyboards
    Yokemate of Keyboards
    jPV
    Posts: 2201 from 2003/2/24
    From: po-RNO
    It seems to be quite problematic even on real Amigas too:
    https://eab.abime.net/showthread.php?t=87135
    The wiki based MorphOS Library - Your starting point for MorphOS
    Software and other things made by me
  • »13.03.26 - 06:40
    Profile Visit Website
  • MorphOS Developer
    cyfm
    Posts: 585 from 2003/4/11
    From: Germany
    Quote:

    jPV schrieb:
    It seems to be quite problematic even on real Amigas too:
    https://eab.abime.net/showthread.php?t=87135



    well, yea, thx for the link, it seems to bang the legacy Amiga H/W all over the place, so not really something that fits into the MorphOS 68K compatible without additional h/w emulation layer category ...
  • »13.03.26 - 08:46
    Profile Visit Website
  • EVX
  • Caterpillar
    Caterpillar
    Posts: 33 from 2026/1/10
    Thanks for bearing with me as I learn.

    I am a bit too green to know how to determine if programs require the chipset. I did have a bit of hardware trouble tripping me up for the last few months though...

    After building this G5 11,2 for MOS I experienced a great deal of stall/hang/loop/crash. I've fixed monitor/gpu compatibility issues recently so I finally have legitimate mysteries to deal with. (DCTelnet Settlers2, UAE and others used to give me trouble but now work fine).

    I see in the UAE compiling docs that bsdsocket is nix only so I don't get to tinker with 64Door on my MOS G5. Bummer !

    Thanks for the insight guys,

    -E
  • »14.03.26 - 01:37
    Profile