Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
16 crawler(s) on-line.
 169 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 OneTimer1:  8 mins ago
 amigagr:  17 mins ago
 DiscreetFX:  22 mins ago
 matthey:  46 mins ago
 Matt3k:  56 mins ago
 NutsAboutAmiga:  1 hr 5 mins ago
 pixie:  1 hr 10 mins ago
 Karlos:  2 hrs 5 mins ago
 OlafS25:  2 hrs 9 mins ago
 AMIGASYSTEM:  2 hrs 40 mins ago

software OS4   software OS4 : Blast from the past: Payback native for AmigaOS4.
   posted by kas1e on 23-Dec-2022 21:48:32 (1870 reads)


Yes, you read that right. Payback for AmigaOS 4 is available right now! Grab from os4depot while it hot!
Thanks to James Daniels from Apex-Designs, I was allowed to port it to AmigaOS4 and release it as AOS4 update.
You still need to buy the original Amiga CD and grab the latest updates from https://apex-designs.net/.




Before you go hunting, I want to highlight what has been done and what is planned for future updates, read more for further information:



The original Payback was written in C and built via StormC (meaning GCC 2.95), and a large part of the code was Assembler-based: the 68K version used the 68K assembler,
whereas the PPC/WarpOS version used H&P's Power ASM assembler (this one is with Motorola syntax, so it's PPC assembler with Phxass kind syntax and is incompatible with
GCC's "as"). So I was in needs to port all the C code from old GCC to newer GCC, and then take the Power ASM assembler code used for the WarpOS version and adapt it, so
it can be compiled with self build VASMMOT_PPC (which means VASM with Motorola syntax). Then I used GCC to combine everything into a single OS4 binary. The assembler
code adaptation was minor, but I had to implement a few functions that were not available in VASM's assembler (prolog/epilog, pushgprs/popgprs, etc).

The next major issue was Payback's Warp3D rendering. The codes were once again “old GFX cards”-based and contained some bugs, so some rewriting and fixing was required.
Yeah, it is not uncommon for game developers from the past to assume that only old kinds of graphics cards will be used (as it was in Exodus: The Last War, for example).
Now, you can use hardware rendering on your RadeonHD or RadeonRX cards with no problems, be it NovaBridge or Warp3D_SI. Thanks to Hans for his help in terms of Warp3D code!

Migration from GCC 2.95 to GCC 11.3 also takes some time because of plenty of deprecated code, old-fashioned use of DOS's anchors, message ports, memory allocations, the
way of calling assembler functions, non-static structs, etc. And, as we were told, the things that were forgiven in GCC 2.95 are no longer applicable in today's GCC, so
changes must be made. On top of that, instead of newlib, I do use Afxgroup's improved CLIB2 fork (more specifically, CLIB2_beta07).

Once things start working, new video modes are added (so you can play HD modes like 1920x1080 too). At the same time, Javier starts writing a new “preference” program that
is now Reaction-based, logical, and visually appealing. Now you can control everything from the PaybackSetupOS4 binary right from the start, as well as later in the game
as before, of course. Also, Javier does help with some bits all over the place as always, so hats off for that!

The following changes are not included in this update, but are planned for future ones:

-- Support for window mode.
-- Finalizing of the FLC video player with auto-scaling. We do have a working version, but it's not good enough, so we postponed it to a later update.
-- Complete the migration from audio.device to the ahi.device. Also, it kind of works already, but not well enough.
-- Fixing hardware rendering to works on the older Warp3D classic drivers again (migration to the newer GCC required extensive rewriting, resulting in clumsy hardware mode
on real Warp3D).
-- to fix bugs that will be found in this update.




Now, how to install:


To install the Payback OS4 Update, you need to do some preparation work:
- You need Payback CD Image + .CUE (for CD-Audio)
- You need PaybackUpdate7.lha (https://www.apex-designs.net/PaybackUpdate7.lha)
- You need working DiskImage device (to mount .CUE image):
http://os4depot.net/share/driver/storage/diskimage_device.lha
- To have CD-Audio you need cdplayer.library with CDDAPatch installed:
http://os4depot.net/share/library/audio/cdplayer_lib.lha
http://os4depot.net/share/audio/misc/cddapatch.lha
- You need Serial Key.
- You need this new PaybackUpdateOS4.lha
- You need "Warp3D NovaBridge" installed and working on your RadeonHD or
RadeonRX (on RadeonHD, if you do not have Nova Bridge, you may also use
the Warp3D_SI driver instead).


Now you need to install the original version first, and apply original update:
- Mount Payback's .CUE via DiskImageGUI or via command line (I use ICD0:).
- Install the Game from the CD (when ask for screenmode skip it).
- Apply the PaybackUpdate7 on top of it.
- Apply this PaybackUpdateOS4 on top of it.


After that, you launch PaybackSetupOS4, which allows you to:
- Select a screenmode for software (CPU) and/or hardware (Warp3D) rendering.
- Select the rendering method.
- Select "diskimage.device" for CDDA and the unit on which you mount PayBack's
CUE file (to find the unit, click RMB on PaybackCD's icon on the workbench
and choose "information")
- Save and exit.


Then you just start a game by running PayBackOS4, type your key, and enjoy!

Here is the video showing how to prepare, install, and what the gameplay of the OS4 version of Payback looks like:

How-to Payback on AmigaOS4, 1920x1080 full HD


In the end, I want to give a big Thank You:

- to James Daniels for making such a nice game: https://www.apex-designs.net/
- to Javier for creating the preference program and whole help: https://github.com/javierdlr
- to Afxgroup for creating an up-to-date fork of CLIB2 and improving it: https://github.com/afxgroup/clib2
- to Hans for 2D/3D drivers and Payback's hardware rendering solutions: https://keasigmadelta.com/
- to Salas00 for cdplayer.library, CDDA patch, diskimage.device and everything else he does for OS4: http://www.a500.org/
- to Frank Wille, who is helping me with VASM bits: http://sun.hasenbraten.de/~frank/projects/
- to OS4 community being alive and kicking!

Merry hunting XMAS!
    

STORYID: 8839
Related Links
· More about software OS4
· News by kas1e


Most read story about software OS4
Homebank 4.4 for AmiCygnix released

Last news about software OS4
Quake 2 as digital version for AmigaOS 4
Printer Friendly Page  Send this Story to a Friend

PosterThread
NutsAboutAmiga 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 24-Dec-2022 12:13:57
#1 ]
Elite Member
Joined: 9-Jun-2004
Posts: 12819
From: Norway

Wow really cool, how do you find the time?


_________________
http://lifeofliveforit.blogspot.no/
Facebook::LiveForIt Software for AmigaOS

 Status: Offline
Profile     Report this post  
DiscreetFX 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 24-Dec-2022 17:30:45
#2 ]
Elite Member
Joined: 12-Feb-2003
Posts: 2495
From: Chicago, IL

Good times keep on rolling, thanx.


_________________
Sent from my Quantum Computer.

 Status: Offline
Profile     Report this post  
klx300r 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 24-Dec-2022 20:12:55
#3 ]
Elite Member
Joined: 4-Mar-2008
Posts: 3837
From: Toronto, Canada

@ kas1e

super cool ! Thanks to all involved


_________________
____________________________
c64-2sids, A1000, A1200T-060@50(finally working!),A4000-CSMKIII
! My Master Miggies- Amiga 1000 & AmigaOne X1000 !
mancave-ramblings
X1000 I BELIEVE

 Status: Offline
Profile     Report this post  
Rob 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 24-Dec-2022 21:53:03
#4 ]
Elite Member
Joined: 20-Mar-2003
Posts: 6351
From: S.Wales

i've been requianting myself with the game this evening.

Software rendering doesn't seem to play nice with 640*480. The menu loads and works fine but crashes when the level starts to load. Not really a problem for me but it could be an issue on lower end systems.

After playing for a while AmigaInput seemed to have crashed with loss of keyboard and then the game pad shortly after. Direct suppport for Amiga Input would be nice for joypads with more buttons. Adding the option to bring up the menu from joypad instead of having to press the escape key would be a welcome addition.

 Status: Offline
Profile     Report this post  
kas1e 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 25-Dec-2022 13:21:46
#5 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Rob
Quote:

Software rendering doesn't seem to play nice with 640*480. The menu loads and works fine but crashes when the level starts to load. Not really a problem for me but it could be an issue on lower end systems.


Are you sure it crashed ? Because when you run in Software mode first time, it will generate some file, which take a bit of time (switch by amiga+m to workbenh to see that it indeed generate file).

If it was exactly GR crash, then yeah, that need to be fixed. I tested software mode on x5000, pegasos2 and x1000, through, always in 1920x1080.


_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Rob 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 25-Dec-2022 14:12:33
#6 ]
Elite Member
Joined: 20-Mar-2003
Posts: 6351
From: S.Wales

It brings up Grim Reaper and no option to ignore. It's fine in 800x600 and other resolutions i've tested. I'll get a crash log when I next fire it up.

 Status: Offline
Profile     Report this post  
pavlor 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 26-Dec-2022 10:17:54
#7 ]
Elite Member
Joined: 10-Jul-2005
Posts: 9591
From: Unknown

Nice!

 Status: Offline
Profile     Report this post  
Rob 
Re: Blast from the past: Payback native for AmigaOS4.
Posted on 26-Dec-2022 23:20:50
#8 ]
Elite Member
Joined: 20-Mar-2003
Posts: 6351
From: S.Wales

Crash log for task "PaybackOS4"
Generated by GrimReaper 53.19
Crash occured in module PaybackOS4 at address 0x7F6A5DE8
Type of crash: DSI (Data Storage Interrupt) exception
Alert number: 0x80000003

Register dump:
GPR (General Purpose Registers):
0: 00000100 5F4D0C20 6737257B 00000005 00000001 00000003 00000003 00000003
8: 00000003 00000000 576DE010 5A07F80C 5A07F7D8 ADBFFF36 576DD606 000000BE
16: 00000080 00001414 00000030 FFFFEBEC FFFFF5F6 00000000 00000080 00000040
24: 00000080 00000A0A 59314DC8 5A080000 59314DCA 00001400 00000080 590D59D8


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 151607 -1.07745e-22 nan
4: nan 4.5036e+15 0.0909089 -0.111111
8: 0 4.5036e+15 5 nan
12: nan 2.14748e+09 0 0
16: 0 0 0 0
20: 0 0 0 0
24: 0 0 0 0
28: 0 0 0 0

FPSCR (Floating Point Status and Control Register): 0x82020000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0200B030
Condition (cr) : 0x59E4BDC0
Instruction Pointer (ip) : 0x7F6A5DE8
Xtended Exception (xer) : 0x0203EF34
Count (ctr) : 0x00000000
Link (lr) : 0x00000000
DSI Status (dsisr) : 0x59E4BDB0
Data Address (dar) : 0x28442822



680x0 emulated registers:
DATA: 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 6FFA4000 93995A00 00000000 00000000 00000000 00000000 00000000 5F4D1CB0
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x7F6A5DE8 belongs to module "PaybackOS4" (HUNK/Kickstart)

Stack trace:
module PaybackOS4 at 0x7F6A5DE8 (section 0 @ 0x76DC4)
module PaybackOS4 at 0x7F6A5798 (section 0 @ 0x76774)
module PaybackOS4 at 0x7F698728 (section 0 @ 0x69704)
module PaybackOS4 at 0x7F7312D8 (section 0 @ 0x1022B4)
module PaybackOS4 at 0x7F731874 (section 0 @ 0x102850)
native kernel module dos.library.kmod+0x0002a458
native kernel module kernel+0x00059e04
native kernel module kernel+0x00059e7c

PPC disassembly:
7f6a5de0: 419e00c0 beq- cr7,0x7F6A5EA0
7f6a5de4: 7dcaa214 add r14,r10,r20
*7f6a5de8: 7c6e18ae lbzx r3,r14,r3
7f6a5dec: 2f830001 cmpwi cr7,r3,1
7f6a5df0: 419e13cc beq- cr7,0x7F6A71BC

System information:

CPU
Model: P.A. Semi PWRficient PA6T-1682M VB1
CPU speed: 1800 MHz
FSB speed: 900 MHz
Extensions: altivec

Machine
Machine name: AmigaOne X1000
Memory: 2097152 KB
Extensions: bus.pci bus.pcie

Expansion buses
PCI/AGP
00:1D.0 Vendor 0x1959 Device 0xA004
Range 0: 007F03F8 - 007F0400 (IO)
00:1D.1 Vendor 0x1959 Device 0xA004
Range 0: 007F02F8 - 007F0300 (IO)
00:1A.0 Vendor 0x1959 Device 0xA007
00:00.0 Vendor 0x1959 Device 0xA001
00:01.0 Vendor 0x1959 Device 0xA009
00:14.3 Vendor 0x1959 Device 0xA005
00:1C.0 Vendor 0x1959 Device 0xA003
Range 0: 007F0200 - 007F0240 (IO)
00:1C.1 Vendor 0x1959 Device 0xA003
Range 0: 007F0240 - 007F0280 (IO)
00:1C.2 Vendor 0x1959 Device 0xA003
Range 0: 007F0280 - 007F02C0 (IO)
00:11.3 Vendor 0x1959 Device 0xA002
00:11.2 Vendor 0x1959 Device 0xA002
00:11.1 Vendor 0x1959 Device 0xA002
00:11.0 Vendor 0x1959 Device 0xA002
00:10.0 Vendor 0x1959 Device 0xA002
00:03.0 Vendor 0x1959 Device 0xA00C
00:04.0 Vendor 0x1959 Device 0xA00A
00:05.0 Vendor 0x1959 Device 0xA00A
00:08.0 Vendor 0x1959 Device 0xA000
00:09.0 Vendor 0x1959 Device 0xA000
00:15.0 Vendor 0x1959 Device 0xA006
00:1B.0 Vendor 0x1959 Device 0xA00B
00:1E.0 Vendor 0x1959 Device 0xA008
Range 0: 007F0400 - 007F0500 (IO)
Range 1: 007F0500 - 007F0600 (IO)
0A:12.0 Vendor 0x1002 Device 0x4380
Range 0: 00001040 - 00001048 (IO)
Range 1: 0000105C - 00001060 (IO)
Range 2: 00001048 - 00001050 (IO)
Range 3: 00001058 - 0000105C (IO)
Range 4: 00001010 - 00001020 (IO)
0A:13.0 Vendor 0x1002 Device 0x4387
Range 0: A0208000 - A0209000 (MEM)
0A:13.1 Vendor 0x1002 Device 0x4388
Range 0: A0207000 - A0208000 (MEM)
0A:13.2 Vendor 0x1002 Device 0x4389
Range 0: A0206000 - A0207000 (MEM)
0A:13.3 Vendor 0x1002 Device 0x438A
Range 0: A0204000 - A0205000 (MEM)
0A:13.4 Vendor 0x1002 Device 0x438B
Range 0: A0205000 - A0206000 (MEM)
0A:13.5 Vendor 0x1002 Device 0x4386
Range 0: A0209800 - A0209900 (MEM)
0A:14.0 Vendor 0x1002 Device 0x4385
Range 0: 00001020 - 00001030 (IO)
Range 1: A0209000 - A0209400 (MEM)
0A:14.1 Vendor 0x1002 Device 0x438C
Range 0: 00001030 - 00001038 (IO)
Range 1: 00001054 - 00001058 (IO)
Range 2: 00001038 - 00001040 (IO)
Range 3: 00001050 - 00001054 (IO)
Range 4: 00001000 - 00001010 (IO)
0A:14.2 Vendor 0x1002 Device 0x4383
Range 0: A0200000 - A0204000 (MEM)
0A:14.3 Vendor 0x1002 Device 0x438D
Range 0: 00000000 - 00100000 (MEM)
0A:14.4 Vendor 0x1002 Device 0x4384
0C:06.0 Vendor 0x10EC Device 0x8139
Range 0: 00003000 - 00003100 (IO)
Range 1: A0310000 - A0310100 (MEM)
02:00.0 Vendor 0x1002 Device 0x679A
Range 0: 90000000 - A0000000 (PREF.MEM)
Range 2: A0000000 - A0040000 (MEM)
Range 4: 00002000 - 00002100 (IO)
02:00.1 Vendor 0x1002 Device 0xAAA0
Range 0: A0060000 - A0064000 (MEM)

Libraries
0x02a86f62: exec.library V54.30
0x6fe9a508: cgxvideo.library V42.1
0x598f3480: Warp3D.library V53.27
0x5a017688: W3D_SI.library V1.14
0x5d654be8: W3D_Permedia2.library V53.4
0x5d654a68: W3D_Napalm.library V53.1
0x5d6546e8: W3D_Avenger.library V53.1
0x5a498988: W3D_Picasso96.library V53.12
0x5b0da918: PCI_SoundCardHornet.driver V52.2
0x5b0daa98: PCI_sblive.pci V52.1
0x5b0dacd8: PCI_Soundcard.driver V52.2
0x5b0dad98: PCI_GamePortHornet.driver V52.2
0x5b0dae58: PCI_GamePort.driver V53.1
0x5b0da6d8: Generic_usb.driver V53.3
0x5b0da618: Generic_Mouse.driver V52.1
0x5a01e768: AmigaInput.library V53.4
0x5f61b7a4: lowlevel.library V53.1
0x5b0dbd40: String.mui V21.51
0x5b0dbca0: Panel.mui V21.27
0x5b0dbc00: Screenmodepanel.mui V21.26
0x5d701ab8: muigfx.library V21.27
0x5e126dac: muimaster.library V21.227
0x629e2928: AK-ILBM.datatype V54.16
0x5b0dba20: getscreenmode.gadget V53.8
0x5e2fc0a8: docklib.library V2.54
0x5dd700e8: toolbar.gadget V53.6
0x5dd5e458: infodata.gadget V53.3
0x5dd5e060: time.gadget V1.14
0x5d5c7c18: piechart.gadget V53.1
0x5d656148: SubDock.docky V53.1
0x5de3aa50: clock.gadget V53.1
0x5d61f0b0: select.gadget V53.7
0x5d6562e0: datesheet.gadget V1.9
0x5e275890: ttengine.library V7.1
0x5f6a1d48: listviewer.gadget V54.25
0x5f6a1f48: Clock.docky V53.10
0x5e383480: getcolor.gadget V53.11
0x5de3a410: gradientslider.gadget V53.7
0x6fb74b78: radiobutton.gadget V53.11
0x5d6428b8: Separator.docky V53.2
0x5e1205a8: sliderbar.gadget V53.22
0x5de3a5f0: slider.gadget V53.17
0x5de3a4b4: colorwheel.gadget V53.7
0x5f6cbd60: anim.gadget V53.7
0x6fee17a8: infowindow.class V53.15
0x5d72f060: texteditor.gadget V53.28
0x5de3a2c8: tickbox.gadget V53.14
0x5de3a230: getfont.gadget V53.11
0x5f68cc00: shared.image V2.1
0x5f6cb558: progressbar.gadget V53.12
0x5f6cb260: tabbed.gadget V54.455
0x5de3a190: getfile.gadget V53.12
0x5dc75024: clipview.library V1.12
0x5f621a40: arexx.class V53.6
0x5e2d35f0: requester.class V53.20
0x5f6219a0: space.gadget V53.7
0x5f621860: bitmap.image V53.9
0x5f68c894: device.audio V6.2
0x5e276098: screenblanker.library V53.7
0x5f6212c0: integer.gadget V53.13
0x6197b948: clicktab.gadget V53.50
0x5f68c498: chooser.gadget V53.22
0x5f621220: penmap.image V53.6
0x5f621180: checkbox.gadget V53.12
0x6197b328: filesave.audio V6.5
0x5f6a50e8: listbrowser.gadget V53.74
0x6197b270: scroller.gadget V53.16
0x5f932770: string.gadget V53.22
0x6269d614: camd.library V53.7
0x626dd468: hdaudio.audio V6.23
0x61ad95d4: usergroup.library V4.30
0x6221cec0: bsdsocket.library V4.307
0x621f10dc: muiasl.library V21.21
0x61e8dc94: asl.library V53.54
0x61dda0ac: textclip.library V53.4
0x61e913a8: usbhidgate.library V53.3
0x62590e6c: hid.usbfd V53.14
0x62590d34: xpkmaster.library V5.2
0x6209f0bc: xadmaster.library V13.2
0x625823e0: button.gadget V53.22
0x62582480: glyph.image V53.4
0x6269de60: window.class V54.14
0x626cf268: popupmenu.class V53.2
0x62142098: popupmenu.library V53.14
0x625822a0: label.image V53.14
0x62582200: drawlist.image V53.3
0x62506e98: layout.gadget V54.8
0x626cf170: bevel.image V53.6
0x62590198: AK-PNG.datatype V54.15
0x6260b744: asyncio.library V50.3
0x62a43854: picture.datatype V53.10
0x6260b4d0: Picasso96API.library V54.18
0x62699524: mpega.library V2.4
0x62590120: mathieeedoubbas.library V53.1
0x6269f140: datatypes.library V54.15
0x626a006c: ft2.library V53.2
0x6fee9c4c: workbench.library V53.62
0x6269d160: gadtools.library V53.8
0x629ec9d8: timezone.library V53.11
0x6fdfee48: application.library V53.30
0x629ec33c: commodities.library V53.10
0x62b338cc: icon.library V54.6
0x6fdfe830: z.library V53.9
0x629dc310: iffparse.library V53.3
0x6fd341d8: version.library V53.18
0x6ff10ecc: locale.library V54.2
0x6fee441c: diskfont.library V53.13
0x6fc6e1a8: petunia.library V53.6
0x6fc6e0e8: diskcache.library V3.31
0x6ff19228: dos.library V54.112
0x6fdfe0a4: usbprivate.library V53.22
0x6fe9de3c: massstorage.usbfd V53.84
0x6fe9ae4c: hub.usbfd V53.11
0x6fe9dda8: bootmouse.usbfd V53.3
0x6fe9dca8: mounter.library V53.20
0x6fe9a7fc: usbresource.library V53.22
0x6ff8f3d8: hunk.library V53.4
0x6fe9a6f4: elf.library V53.30
0x6ff494d0: intuition.library V54.28
0x6ff622c0: keymap.library V53.9
0x6ff3c684: nonvolatile.library V54.7
0x6ff3d5a0: cybergraphics.library V43.0
0x6ff8e920: RadeonHD.chip V3.7
0x6ffa3420: graphics.library V54.248
0x6ff78320: layers.library V54.12
0x6ff34150: rtg.library V54.90
0x6ff8e7a4: PCIGraphics.card V53.18
0x6ffab258: newlib.library V53.62
0x6ff8d1ac: utility.library V54.2
0x6ffa8398: expansion.library V53.1
0x6269e91e: rexxsyslib.library V53.4 (Legacy)

Devices
0x5a4089c4: audio.device V53.3
0x5f6263a4: clipboard.device V53.5
0x6fdcccf4: ahi.device V6.6
0x621f1cc8: rtl8139.device V53.6
0x62140094: diskimage.device V53.4
0x6fd34e58: usbdisk.device V53.84
0x6ff8db10: usbsys.device V53.22
0x6ff8f910: ohci.usbhcd V53.22
0x6ff3ca24: cfide.device V53.0
0x6fe9d5b4: sb600sata.device V53.22
0x6ff8d448: console.device V53.105
0x6ff3c7b0: ramdrive.device V54.1
0x6ff6250c: input.device V53.6
0x6fee4024: keyboard.device V53.11
0x6ff3c050: timer.device V53.4

Tasks
rhd_gc (Waiting)
Stack: 0x6fe92000 - 0x6fe9a000, pointer @ 0x6fe99f40 (Cookie OK)
Signals: SigRec 0x80000001, SigWait 0x00000000
State: Task (Waiting)
ahi.device Unit Process (Waiting)
Stack: 0x597fb004 - 0x598efffc, pointer @ 0x598eff20 (Cookie OK)
Signals: SigRec 0xf000c000, SigWait 0x00000100
State: Process (Waiting)
audio.device (Waiting)
Stack: 0x59ed3004 - 0x59fc7ffc, pointer @ 0x59fc7e70 (Cookie OK)
Signals: SigRec 0x80003000, SigWait 0x00000000
State: Process (Waiting)
Exec Command and Control (Waiting)
Stack: 0x6ff1c000 - 0x6ff20000, pointer @ 0x6ff1ff50 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
ClickToFront (Waiting)
Stack: 0x5e244004 - 0x5e253ffc, pointer @ 0x5e253ef0 (Cookie OK)
Signals: SigRec 0xe000d000, SigWait 0x00000100
State: Process (Waiting)
input.device (Waiting)
Stack: 0x6fe82000 - 0x6fe92000, pointer @ 0x6fe91f00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
SFS DosList handler (Waiting)
Stack: 0x630a1004 - 0x630a4ffc, pointer @ 0x630a4f20 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
USB stack (Waiting)
Stack: 0x6fded000 - 0x6fdf1000, pointer @ 0x6fdf0f20 (Cookie OK)
Signals: SigRec 0xf800d000, SigWait 0x00000000
State: Task (Waiting)
OHCI Controller Task Unit 0 (Waiting)
Stack: 0x6fde5000 - 0x6fded000, pointer @ 0x6fdecf20 (Cookie OK)
Signals: SigRec 0xb8009000, SigWait 0x00000000
State: Task (Waiting)
OHCI Controller Task Unit 4 (Waiting)
Stack: 0x6fd5d000 - 0x6fd65000, pointer @ 0x6fd64f20 (Cookie OK)
Signals: SigRec 0xb8009000, SigWait 0x00000000
State: Task (Waiting)
OHCI Controller Task Unit 2 (Waiting)
Stack: 0x6fda1000 - 0x6fda9000, pointer @ 0x6fda8f20 (Cookie OK)
Signals: SigRec 0xb8009000, SigWait 0x00000000
State: Task (Waiting)
OHCI Controller Task Unit 3 (Waiting)
Stack: 0x6fd89000 - 0x6fd91000, pointer @ 0x6fd90f20 (Cookie OK)
Signals: SigRec 0xb8009000, SigWait 0x00000000
State: Task (Waiting)
OHCI Controller Task Unit 1 (Waiting)
Stack: 0x6fdcd000 - 0x6fdd5000, pointer @ 0x6fdd4f20 (Cookie OK)
Signals: SigRec 0xb8009000, SigWait 0x00000000
State: Task (Waiting)
sb600sata.device - chip 0 port 0 (Waiting)
Stack: 0x6fe40000 - 0x6fe48000, pointer @ 0x6fe47f10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x20000000
State: Task (Waiting)
cfide.device task (Waiting)
Stack: 0x6fe18000 - 0x6fe20000, pointer @ 0x6fe1ff40 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Task (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f2d004 - 0x61f34ffc, pointer @ 0x61f34ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Mouse (Waiting)
Stack: 0x61e21004 - 0x61e30ffc, pointer @ 0x61e30ef0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
reaper.task (Waiting)
Stack: 0x62ad5004 - 0x62adcffc, pointer @ 0x62adce50 (Cookie OK)
Signals: SigRec 0x00007000, SigWait 0x00000000
State: Process (Waiting)
DH5/FastFileSystem 53.2 (Waiting)
Stack: 0x62cb9004 - 0x62cbcffc, pointer @ 0x62cbced0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x40000000
State: Process (Waiting)
DH4/FastFileSystem 53.2 (Waiting)
Stack: 0x62df5004 - 0x62df8ffc, pointer @ 0x62df8ed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x40000000
State: Process (Waiting)
ICD1/CDFileSystem 53.8 (Waiting)
Stack: 0x61cac004 - 0x61cbbffc, pointer @ 0x61cbbf20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
ICD0/CDFileSystem 53.8 (Waiting)
Stack: 0x61d38004 - 0x61d47ffc, pointer @ 0x61d47f20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
USB0/CrossDOSFileSystem 53.11 (Waiting)
Stack: 0x621d7004 - 0x621e6ffc, pointer @ 0x621e6ee0 (Cookie OK)
Signals: SigRec 0x00010100, SigWait 0x00000000
State: Process (Waiting)
CD0/CDFileSystem 53.8 (Waiting)
Stack: 0x63089004 - 0x6308cffc, pointer @ 0x6308cf20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x08000000
State: Process (Waiting)
DH0/SmartFilesystem 1.293 (Waiting)
Stack: 0x6fb6f004 - 0x6fb72ffc, pointer @ 0x6fb72eb0 (Cookie OK)
Signals: SigRec 0xe0000100, SigWait 0x10000000
State: Process (Waiting)
DH2/SmartFilesystem 1.293 (Waiting)
Stack: 0x62f03004 - 0x62f06ffc, pointer @ 0x62f06eb0 (Cookie OK)
Signals: SigRec 0xe0000100, SigWait 0x10000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f5d004 - 0x61f64ffc, pointer @ 0x61f64ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Joystick (Waiting)
Stack: 0x61e05004 - 0x61e14ffc, pointer @ 0x61e14f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
MainUSB0/CrossDOSFileSystem 53.11 (Waiting)
Stack: 0x621ab004 - 0x621baffc, pointer @ 0x621baeb0 (Cookie OK)
Signals: SigRec 0x40000100, SigWait 0x00000000
State: Process (Waiting)
DH3/SmartFilesystem 1.293 (Waiting)
Stack: 0x62e6a004 - 0x62e6dffc, pointer @ 0x62e6deb0 (Cookie OK)
Signals: SigRec 0xe0000100, SigWait 0x10000000
State: Process (Waiting)
DH1/SmartFilesystem 1.293 (Waiting)
Stack: 0x62f78004 - 0x62f7bffc, pointer @ 0x62f7beb0 (Cookie OK)
Signals: SigRec 0xe0000100, SigWait 0x10000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f69004 - 0x61f70ffc, pointer @ 0x61f70ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Keyboard (Waiting)
Stack: 0x61d50004 - 0x61d5fffc, pointer @ 0x61d5ff00 (Cookie OK)
Signals: SigRec 0x90001000, SigWait 0x00000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f39004 - 0x61f40ffc, pointer @ 0x61f40ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Keyboard (Waiting)
Stack: 0x61dc1004 - 0x61dd0ffc, pointer @ 0x61dd0f00 (Cookie OK)
Signals: SigRec 0x90001000, SigWait 0x00000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f51004 - 0x61f58ffc, pointer @ 0x61f58ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Consumer (Waiting)
Stack: 0x61d64004 - 0x61d73ffc, pointer @ 0x61d73f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x61f45004 - 0x61f4cffc, pointer @ 0x61f4cea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Consumer (Waiting)
Stack: 0x61de1004 - 0x61df0ffc, pointer @ 0x61df0f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
RAM/ram-handler 54.24 (Waiting)
Stack: 0x62a73004 - 0x62a76ffc, pointer @ 0x62a76d40 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
WinFrame 1 Process (Waiting)
Stack: 0x597b7004 - 0x597f6ffc, pointer @ 0x597f6eb0 (Cookie OK)
Signals: SigRec 0xff800000, SigWait 0x00000000
State: Process (Waiting)
MassStorage Device Task (Waiting)
Stack: 0x6fbe5000 - 0x6fbed000, pointer @ 0x6fbeceb0 (Cookie OK)
Signals: SigRec 0xe4009000, SigWait 0x00000000
State: Task (Waiting)
IDF0/FastFileSystem 53.2 (Waiting)
Stack: 0x61c30004 - 0x61c3fffc, pointer @ 0x61c3fed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x00000000
State: Process (Waiting)
IDF1/FastFileSystem 53.2 (Waiting)
Stack: 0x6217b004 - 0x6218affc, pointer @ 0x6218aed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x00000000
State: Process (Waiting)
rtl8139.device.0 (Waiting)
Stack: 0x5f7de004 - 0x5f7edffc, pointer @ 0x5f7edef0 (Cookie OK)
Signals: SigRec 0x78008000, SigWait 0x00000000
State: Process (Waiting)
RANDOM/Random-Handler 52.1 (Waiting)
Stack: 0x61b8a004 - 0x61b99ffc, pointer @ 0x61b99ef0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
URL/launch-handler 53.39 (Waiting)
Stack: 0x61e96004 - 0x61f10ffc, pointer @ 0x61f0cfa0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5992c004 - 0x5993bffc, pointer @ 0x5993be20 (Cookie OK)
Signals: SigRec 0xb0000100, SigWait 0x00000000
State: Process (Waiting)
dos_filedir_notify (Waiting)
Stack: 0x6fbc0004 - 0x6fbc4ffc, pointer @ 0x6fbc3eb0 (Cookie OK)
Signals: SigRec 0x40001000, SigWait 0x80000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5ddaf004 - 0x5ddbeffc, pointer @ 0x5ddbee20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5d593004 - 0x5d5a2ffc, pointer @ 0x5d5a2e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5d6a9004 - 0x5d6b8ffc, pointer @ 0x5d6b8e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5d763004 - 0x5d772ffc, pointer @ 0x5d772e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5dca4004 - 0x5dcb3ffc, pointer @ 0x5dcb3e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5e1db004 - 0x5e1eaffc, pointer @ 0x5e1eae20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5e295004 - 0x5e2a4ffc, pointer @ 0x5e2a4e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5e31a004 - 0x5e329ffc, pointer @ 0x5e329e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x5e3a2004 - 0x5e3b1ffc, pointer @ 0x5e3b1e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
Camd Wait Proc (Waiting)
Stack: 0x5f6d3004 - 0x5f6ebffc, pointer @ 0x5f6ebf10 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x62a0d004 - 0x62a1cffc, pointer @ 0x62a1ce20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
AUDIO/AHI-Handler 6.2 (Waiting)
Stack: 0x61bdf004 - 0x61bef004, pointer @ 0x61beeed0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
APPDIR/appdir-handler 54.17 (Waiting)
Stack: 0x61e72004 - 0x61e81ffc, pointer @ 0x61e81ec0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
ENV/env-handler 54.18 (Waiting)
Stack: 0x62a5f004 - 0x62a66ffc, pointer @ 0x62a66ef0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x62b45004 - 0x62b4cffc, pointer @ 0x62b4ce20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
RAW/con-handler 53.82 (Waiting)
Stack: 0x62b79004 - 0x62b80ffc, pointer @ 0x62b80e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x62b8d004 - 0x62b94ffc, pointer @ 0x62b94e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
dos_nbmd_process (Waiting)
Stack: 0x6fbe1004 - 0x6fbe4ffc, pointer @ 0x6fbe4f30 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
dos_lock_handler (Waiting)
Stack: 0x6fbf5004 - 0x6fbf8ffc, pointer @ 0x6fbf8f00 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
RexxMaster (Waiting)
Stack: 0x61b76004 - 0x61b85ffc, pointer @ 0x61b85ec0 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 0 (Waiting)
Stack: 0x61c10004 - 0x61c23ffc, pointer @ 0x61c23c50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 5 (Waiting)
Stack: 0x61c7d004 - 0x61c90ffc, pointer @ 0x61c90c50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 4 (Waiting)
Stack: 0x61d09004 - 0x61d1cffc, pointer @ 0x61d1cc50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 1 (Waiting)
Stack: 0x61f89004 - 0x61f9cffc, pointer @ 0x61f9cc50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
TEXTCLIP/textclip-handler 53.4 (Waiting)
Stack: 0x61da1004 - 0x61db0ffc, pointer @ 0x61db0ec0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
compose.task (Waiting)
Stack: 0x5f935000 - 0x5f93d000, pointer @ 0x5f93cf30 (Cookie OK)
Signals: SigRec 0x00000021, SigWait 0x00000000
State: Task (Waiting)
ScreenBlanker Library. (Waiting)
Stack: 0x5e217004 - 0x5e227ffc, pointer @ 0x5e227f00 (Cookie OK)
Signals: SigRec 0xb4001000, SigWait 0x00000100
State: Process (Waiting)
Workbench (Waiting)
Stack: 0x619c1004 - 0x619d0ffc, pointer @ 0x619d0e50 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
ramlib (Waiting)
Stack: 0x62a83004 - 0x62a9bffc, pointer @ 0x62a9bf20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
Workbench DosList Notify (Waiting)
Stack: 0x5f65c004 - 0x5f66bffc, pointer @ 0x5f66bf40 (Cookie OK)
Signals: SigRec 0x00003000, SigWait 0x00000100
State: Process (Waiting)
MUI imagespace screen notify (Waiting)
Stack: 0x5a4c5004 - 0x5a4d4ffc, pointer @ 0x5a4d4d30 (Cookie OK)
Signals: SigRec 0xc0001000, SigWait 0x00000100
State: Process (Waiting)
ContextMenus Command Dispatcher (Waiting)
Stack: 0x629bc004 - 0x629cbffc, pointer @ 0x629cbf30 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
texteditor.gadget Clipboard Server (Waiting)
Stack: 0x5d706004 - 0x5d71effc, pointer @ 0x5d71ef00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
string.gadget server (Waiting)
Stack: 0x5f62c004 - 0x5f63bffc, pointer @ 0x5f63bdb0 (Cookie OK)
Signals: SigRec 0x40000000, SigWait 0x00000100
State: Process (Waiting)
Workbench Clipboard Server (Waiting)
Stack: 0x5f786004 - 0x5f795ffc, pointer @ 0x5f795ef0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
X-Dock (Waiting)
Stack: 0x5ddc3004 - 0x5ddd2ffc, pointer @ 0x5ddd2c90 (Cookie OK)
Signals: SigRec 0xfe001000, SigWait 0x00400000
State: Process (Waiting)
NotificationServer (Waiting)
Stack: 0x5dcc0004 - 0x5dcdfffc, pointer @ 0x5dcdfb10 (Cookie OK)
Signals: SigRec 0xbc001000, SigWait 0x00000000
State: Process (Waiting)
AmiDock (Waiting)
Stack: 0x5e3be004 - 0x5e3cdffc, pointer @ 0x5e3cd740 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
Clock (Waiting)
Stack: 0x5d77f004 - 0x5d78effc, pointer @ 0x5d78e820 (Cookie OK)
Signals: SigRec 0x6e001000, SigWait 0x01000000
State: Process (Waiting)
Calendar (Waiting)
Stack: 0x5d6cd004 - 0x5d6e5ffc, pointer @ 0x5d6e5810 (Cookie OK)
Signals: SigRec 0xdc001000, SigWait 0x00000000
State: Process (Waiting)
TCP/IP Control (Waiting)
Stack: 0x61a21004 - 0x61a30ffc, pointer @ 0x61a30dc0 (Cookie OK)
Signals: SigRec 0xf8009080, SigWait 0x00000000
State: Process (Waiting)
ELF Collector (Waiting)
Stack: 0x6fb8b004 - 0x6fb9bffc, pointer @ 0x6fb9be70 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
hub.usbfd (Waiting)
Stack: 0x6fd11004 - 0x6fd18ffc, pointer @ 0x6fd18eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6fd29004 - 0x6fd30ffc, pointer @ 0x6fd30eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6fd05004 - 0x6fd0cffc, pointer @ 0x6fd0ceb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6fcf9004 - 0x6fd00ffc, pointer @ 0x6fd00eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6fd1d004 - 0x6fd24ffc, pointer @ 0x6fd24eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
Background CLI [Workbench:Utilities/X-Dock/DockApps/clock.dockapp] (Waiting)
Stack: 0x5bdc1004 - 0x5bdd0ffc, pointer @ 0x5bdd0c60 (Cookie OK)
Signals: SigRec 0x70001000, SigWait 0x00000100
State: Process (Waiting)
TimeGuard (Waiting)
Stack: 0x5d65c004 - 0x5d66bffc, pointer @ 0x5d66be00 (Cookie OK)
Signals: SigRec 0xf0001000, SigWait 0x00000100
State: Process (Waiting)
TCP/IP Superserver (Waiting)
Stack: 0x61a3d004 - 0x61a4cffc, pointer @ 0x61a4c9f0 (Cookie OK)
Signals: SigRec 0xd0000080, SigWait 0x00000000
State: Process (Waiting)
Mounter GUI (Waiting)
Stack: 0x62246004 - 0x62259ffc, pointer @ 0x62259e10 (Cookie OK)
Signals: SigRec 0x80007000, SigWait 0x00000000
State: Process (Waiting)
AmigaInput_usb_task (Waiting)
Stack: 0x5e13d004 - 0x5e14cffc, pointer @ 0x5e14cec0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
AmigaInput Dispatcher (Waiting)
Stack: 0x5ae56000 - 0x5ae5a000, pointer @ 0x5ae59f30 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
TCP/IP Configuration (Waiting)
Stack: 0x61a61004 - 0x61a70ffc, pointer @ 0x61a70e10 (Cookie OK)
Signals: SigRec 0xf8003000, SigWait 0x00000000
State: Process (Waiting)
ScreenBlankerEngine (Waiting)
Stack: 0x5e2b1004 - 0x5e2c0ffc, pointer @ 0x5e2c0c00 (Cookie OK)
Signals: SigRec 0xd8001000, SigWait 0x00000100
State: Process (Waiting)
clipview.library server (Waiting)
Stack: 0x5cbb0004 - 0x5cbcfffc, pointer @ 0x5cbcfdf0 (Cookie OK)
Signals: SigRec 0xd8003000, SigWait 0x00000000
State: Process (Waiting)
ContextMenus (Waiting)
Stack: 0x5e1f7004 - 0x5e206ffc, pointer @ 0x5e206c90 (Cookie OK)
Signals: SigRec 0xe0001000, SigWait 0x00000100
State: Process (Waiting)
AsyncWB (Waiting)
Stack: 0x5e356004 - 0x5e365ffc, pointer @ 0x5e365e90 (Cookie OK)
Signals: SigRec 0xc0001000, SigWait 0x00000100
State: Process (Waiting)
InfoWB (Waiting)
Stack: 0x5d5af004 - 0x5d5beffc, pointer @ 0x5d5bec90 (Cookie OK)
Signals: SigRec 0xf8001000, SigWait 0x00000100
State: Process (Waiting)
select.gadget prefs (Waiting)
Stack: 0x5d5e3004 - 0x5d5f2ffc, pointer @ 0x5d5f2ca0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
application.library messageserver (Waiting)
Stack: 0x62979000 - 0x62979fa0, pointer @ 0x62979f10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Task (Waiting)
DefIcons (Waiting)
Stack: 0x5e336004 - 0x5e345ffc, pointer @ 0x5e345db0 (Cookie OK)
Signals: SigRec 0x80009000, SigWait 0x00000100
State: Process (Waiting)
« IPrefs » (Waiting)
Stack: 0x6299b004 - 0x629aaffc, pointer @ 0x629aaa20 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x20000000
State: Process (Waiting)
TCP/IP Log (Waiting)
Stack: 0x61a8d004 - 0x61a9cffc, pointer @ 0x61a9cf00 (Cookie OK)
Signals: SigRec 0x80003000, SigWait 0x00000000
State: Process (Waiting)
Background CLI [MUI:PatchASL] (Waiting)
Stack: 0x61b32004 - 0x61b41ffc, pointer @ 0x61b41cb0 (Cookie OK)
Signals: SigRec 0x00001000, SigWait 0x00000100
State: Process (Waiting)
ConClip (Waiting)
Stack: 0x62201004 - 0x62210ffc, pointer @ 0x62210eb0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
USB stack Process (Waiting)
Stack: 0x6225e004 - 0x6226dffc, pointer @ 0x6226dee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
MassStorage Notifier (Waiting)
Stack: 0x6fe01000 - 0x6fe08d00, pointer @ 0x6fe08c70 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DST watcher (Waiting)
Stack: 0x626a5004 - 0x626b4ffc, pointer @ 0x626b4f10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Process (Waiting)
PaybackOS4 (Crashed)
Stack: 0x5f3de004 - 0x5f4d2ffc, pointer @ 0x5f4d0c20 (Cookie OK)
Signals: SigRec 0x00000010, SigWait 0x01800100
State: Process (Crashed)
Mounter Task (Waiting)
Stack: 0x6fe09000 - 0x6fe17a60, pointer @ 0x6fe17970 (Cookie OK)
Signals: SigRec 0xb0001000, SigWait 0x00000000
State: Task (Waiting)
Mounter Companion Process (Waiting)
Stack: 0x6227a004 - 0x62289ffc, pointer @ 0x62289f40 (Cookie OK)
Signals: SigRec 0x80003000, SigWait 0x00000000
State: Process (Waiting)
ramlib.support (Waiting)
Stack: 0x62ab8004 - 0x62ad0ffc, pointer @ 0x62ad0f00 (Cookie OK)
Signals: SigRec 0x80005000, SigWait 0x00000000
State: Process (Waiting)
dos_signal_server (Waiting)
Stack: 0x6fbc9004 - 0x6fbccffc, pointer @ 0x6fbccf20 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x00000000
State: Process (Waiting)
appdir envarc manager (Waiting)
Stack: 0x61e56004 - 0x61e65ffc, pointer @ 0x61e64be0 (Cookie OK)
Signals: SigRec 0x80005000, SigWait 0x00000000
State: Process (Waiting)
idle.task (Ready)
Stack: 0x6ff61000 - 0x6ff62000, pointer @ 0x6ff61fd0 (Cookie OK)
Signals: SigRec 0x00000000, SigWait 0x00000000
State: Task (Ready)

 Status: Offline
Profile     Report this post  
[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle