Who's Online |
48 user(s) are online ( 25 user(s) are browsing Forums)
Members: 0
Guests: 48
more...
|
|
|
|
Re: DefIcons 53.11 Pattern Insertion Using Return or Enter causes extraneous "n" append
|
Posted on: Yesterday 23:42
#1
|
Just popping in 
|
@levellord
yours is an X5000 right?
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
What happened to Exec interface's Reschedule function?
|
Posted on: Yesterday 22:05
#2
|
Just popping in 
|
This was removed in 53.34 SDK. It is causing a build issue for cross compiler.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Enhancer Pack 2 is all you need!!
|
Posted on: Yesterday 19:51
#3
|
Just popping in 
|
Hi, in preparation for a fresh install I want to know what other people do.
Do you install Enhancer Core, Enhancer 1 and then Enhancer 2 or do you just install Enhancer 2 on its own?
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: DefIcons 53.11 Pattern Insertion Using Return or Enter causes extraneous "n" append
|
Posted on: Yesterday 19:47
#4
|
Just popping in 
|
Yes, works on my x1000 fine too.
Can you also test out SSHTerm with a password and press enter or return instead of pressing okay.
I am definitely thinking I have some corrput gadget somewhere. I think a fresh install will be worth doing anyway.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: DefIcons 53.11 Pattern Insertion Using Return or Enter causes extraneous "n" append
|
Posted on: Yesterday 19:10
#5
|
Just popping in 
|
Actually, for me DefIcons just seems totally broken. Even clicking on an existing pattern and then pressing enter results in garbage being appended to the final Action Pattern string.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
DefIcons 53.11 Pattern Insertion Using Return or Enter causes extraneous "n" append
|
Posted on: Yesterday 19:00
#6
|
Just popping in 
|
1. Open DefIcons 2. Go to any filetype entry (with a "PATTERN" Actions") 3. Click on pattern and enter the text box 4. Make a modification 5. Move the cursor to the end of the pattern text and then press "Enter" or "Return" 6. Notice that the PATTERN has appended an "n" character
Let me guess, this is not happening for anyone else?
This could possibly explain why I also have to click on "OK" when I use SSHTerm to enter a password VS just entering the password and pressing enter otherwise I get an unauthentication error due to a bad password. Possibly I have a corrupt gadget?
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Just popping in 
|
Yes, I run Amiga OS4.1 Final Edition Update 2 + the two hotfixes, on both X1 and X5. I do not have a crash on the X1, but I have a crash on the X5.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: Mame Fullscreen ESC to quit (SOLVED)
|
|
Just popping in 
|
@nbache
Thanks for the tips. I agree with the comments wrt. simplification, but if I was to run the script from a shell already vs just double clicking the icon I made, then the unsetting of the locals and setting stack to original would be beneficial when I was finished with mame and decided to continue using the very same shell to do more and different things, right?
That is my belief, if I am wrong then please let me know.
I mean, it is like saying: don't worry about cleaning up memory at the end of your program, or setting a pointer back to NULL once you have freed it since the OS will take care of everything, yet in every book you read it is encouraged. In fact, for the Amiga, you better make sure to release everything manually, otherwise the OS will complain. But, what I just said is a program vs a script and a little pedantic.
In anycase. I am not as seasoned as people on here wrt. Amiga, so let me know otherwise.
Regards,
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
X1000 Replacement CPU Fan
|
|
Just popping in 
|
My X1 is a little loud. Not too bad, but compared to, my X5 is silent.
Anyone have any good recommendations for a replacement and quiet fan for the X1 CPU? That is the thing causing most of the noise.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Just popping in 
|
Hi,
public update 2? I do not know what you are referring to. Surely not FE update 2.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Just popping in 
|
Yes. I am using the one from os4Depot. Now, I replaced my "spotless" binary with this one: https://drive.google.com/file/d/1SD-sX ... At7fyC3O/view?usp=sharing (this is the latest link I could find). File size: 8699013. I then followed @kas1e's steps from the first post in this thread. One of those steps is to load his "test" executable. When I do this on both the X1 and X5 machines I see the assembly instructions. From there, I place the BP on line 30. When I hit start on the X5 though I see this in the "Disassembler" tab/section:
<not a readable address>
And, in the "Console" tab/section:
Source file selected: test.c
At break : at line 0
I can keep on clicking "Start" but nothing happens. The difference on the X1 machine is that when I click start the PC does get to line 30 as expected, and I can still see the instructions. === I am not sure if there is an equivalent command to ldd on the Amiga? I would like to know which shared objects have been linked with so that I can compare the versions on the X1 and X5 machine. All I know is that I have both the latest SDK versions on both machines and that I use https://github.com/sodero/adtools/rele ... cc11.1.0-20210531-743.lha those tools and replace that whole thing as my "gcc" directory since I use that instead of the 4.2.4 version that comes with the SDK today. So, if it is a linking with some libc/++ shared object then both the versions on the X1 X5 should be the same.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: Mame Fullscreen ESC to quit (SOLVED)
|
|
Just popping in 
|
Reason for the cursor appearing on the script version was due to a console window opening for capturing output. For whatever reason that caused this ESC issue.
Just *>NIL: from mame program seems to have fixed it.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Mame Fullscreen ESC to quit (SOLVED)
|
|
Just popping in 
|
Running Mame in fullscreen I press ESC to quit. It does quit, but the fullscreen window just freezes there. The OS is active. I can bring up a shell with my shortcut keys and clearly everything still works, but the screen is frozen on whatever the last frame was. Non-fullscreen works fine. This is SDL mame: http://os4depot.net/share/emulation/gamesystem/sdl_mame.lha== Seems to be the scripts I have wrote. I have a script file specificially for one game:
.KEY ARGS/F
.BRA {
.KET }
mame GAME ssf2t {ARGS}
This was just to create an icon image. That is has: Execution mode: Shell Ask for input is enabled "mame" is another script:
.KEY GAME/K,ARGS/F
.BRA {
.KET }
.DEFAULT GAME "ssf2t"
.DEFAULT ARGS "-afs"
SET MAME_LOC=Programs:mame0151_os4
SET ORIG_STACK=`stack`
SET ORIG_STACK=`RX "ECHO COMPRESS(TRANSLATE(WORD(Arg(1),5),,','))" ${ORIG_STACK}`
; not great, we may have other options beginning with w!
; todo: improve
IF `RX "ECHO INDEX(Arg(1),'-w')" {ARGS}` EQ "0"
SET SDLMAME_DESKTOPDIM=640x480
ELSE
SET SDLMAME_DESKTOPDIM=800x600
ENDIF
pushcd ${MAME_LOC}
stack 2048000
${MAME_LOC}/mame {GAME} {ARGS}
stack ${ORIG_STACK}
popcd
UNSET SDLMAME_DESKTOPDIM
UNSET ORIG_STACK
UNSET NAME_LOC
Execution mode: Shell Ask for input is disabled When I run it this way (double clicking the ssf2t script, first one above): ssf2t script > mame I notice that the full screen appears, but there is the AmigaOS mouse cursor. I need to click once on the screen. I can play, but pressing ESC causes the frame freeze - the window does not close. If, instead, I do all of thise just invoking the actual "mame" binary and avoid all scripts then the fullscreen shows and there is no mouse cursor. It is already the active window/screen. Then, ESC for fullscreen does work. I do not know what the difference would be?
Edited by rjd324 on 2022/7/2 12:11:19 Edited by rjd324 on 2022/7/2 12:23:12
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: X5000 bootup questions
|
|
Just popping in 
|
Woah,
you can actually just set this variable in uboot:
setenv amigabootmenu_animate 0 saveenv
power on, and see how fast you can boot into workbench.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Just popping in 
|
Actually, I think my issue is exactly post #1 from this thread: https://www.amigans.net/modules/newbb/ ... id=129743#forumpost129743. Guess I will have to RTFT. But, do we have now a working debugger for C code at least?
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Just popping in 
|
On my x1000 the test program works with both the shell version and the gui version. On my x5000 it does not. I get a crash; I performed the same steps for the shell version as I did on the X1000, but I get: FYI: this is the version of spotless from Os4Depot.
Crash log for task "SimpleDebug"
Generated by GrimReaper 53.19
Crash occured in module SimpleDebug at address 0x7CC6719C
Type of crash: DSI (Data Storage Interrupt) exception
Alert number: 0x80000003
Register dump:
GPR (General Purpose Registers):
0: 7CC6524C 646A8740 00000002 00000028 00000000 FFFFFFFF 00000200 00000200
8: 00000000 00000028 00000002 646A8760 24442424 65E95118 6655CB18 00000001
16: 6965CDB0 EFE090D0 69706280 00000000 646A8DB8 7CC60918 0000000C 6655CB08
24: 00000000 6655CAF8 00000000 00000000 02440000 6766E340 6AFA6C30 646A8740
FPR (Floating Point Registers, NaN = Not a Number):
0: nan 616 -4.48578e-307 4.5036e+15
4: 0 4.5036e+15 4.5036e+15 23
8: 23 1 23 23
12: 1 4.5036e+15 7.54388e-183 2.48175e-264
16: 3.79062e-270 -3.85614e-105 4.18906e+241 1.64244e-47
20: 1.22327e-296 1.00994e-292 3.01564e-116 1.04158e-143
24: 1.12131e-308 -2.5894e-57 1.41644e+168 -2.72568e-283
28: 1.58382e-297 3.21518e-213 1.89283e-124 1.30435e-231
FPSCR (Floating Point Status and Control Register): 0x82008000
SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x66217DC0
Instruction Pointer (ip) : 0x7CC6719C
Xtended Exception (xer) : 0x66218134
Count (ctr) : 0x00570001
Link (lr) : 0x0223A968
DSI Status (dsisr) : 0x66217DB0
Data Address (dar) : 0x00000010
680x0 emulated registers:
DATA: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
FPU0: 0 0 0 0
FPU4: 0 0 0 0
Symbol info:
Instruction pointer 0x7CC6719C belongs to module "SimpleDebug" (PowerPC)
Symbol: _ZNKSt6vectorIPN8Function5SLineESaIS2_EE4sizeEv + 0x14 in section 8 offset 0x00008BD4
Stack trace:
SimpleDebug:_ZNKSt6vectorIPN8Function5SLineESaIS2_EE4sizeEv()+0x14 (section 8 @ 0x8BD4)
SimpleDebug:_ZN8Debugger8stepOverEv()+0x160 (section 8 @ 0x6CA4)
SimpleDebug:main()+0x10e8 (section 8 @ 0x3438)
native kernel module newlib.library.kmod+0x000025fc
native kernel module newlib.library.kmod+0x00003328
native kernel module newlib.library.kmod+0x0000384c
SimpleDebug:_start()+0x170 (section 8 @ 0x1AB8)
native kernel module dos.library.kmod+0x0002a458
native kernel module kernel+0x0005c18c
native kernel module kernel+0x0005c204
PPC disassembly:
7cc67194: 907f0008 stw r3,8(r31)
7cc67198: 813f0008 lwz r9,8(r31)
*7cc6719c: 81490004 lwz r10,4(r9)
7cc671a0: 813f0008 lwz r9,8(r31)
7cc671a4: 81290000 lwz r9,0(r9)
System information:
CPU
Model: Freescale P5020 (E5500 core) V1.2
CPU speed: 1995 MHz
FSB speed: 798 MHz
Extensions:
Machine
Machine name: AmigaOne X5000/20
Memory: 2097152 KB
Extensions: bus.pci bus.pcie
Expansion buses
PCI/AGP
00:00.0 Vendor 0x1957 Device 0x0421
01:00.0 Vendor 0x1002 Device 0x67FF
Range 0: 80000000 - 90000000 (PREF.MEM)
Range 2: 90000000 - 90200000 (PREF.MEM)
Range 4: 00001000 - 00001100 (IO)
01:00.1 Vendor 0x1002 Device 0xAAE0
Range 0: 90240000 - 90244000 (MEM)
02:00.0 Vendor 0x1957 Device 0x0421
03:00.0 Vendor 0x111D Device 0x8092
04:01.0 Vendor 0x111D Device 0x8092
04:02.0 Vendor 0x111D Device 0x8092
04:03.0 Vendor 0x111D Device 0x8092
04:08.0 Vendor 0x111D Device 0x8092
04:10.0 Vendor 0x111D Device 0x8092
05:00.0 Vendor 0x12D8 Device 0xE111
08:00.0 Vendor 0x1102 Device 0x0012
Range 0: A0000000 - A0004000 (MEM)
Range 2: A0004000 - A0008000 (MEM)
Libraries
0x6cebd1e8: english-british.language V52.1
0x0239ecc2: exec.library V54.30
0x6fef9a98: cgxvideo.library V42.1
0x6593be18: zip.library V53.12
0x66428e14: amissl_v111m.library V4.12
0x66679f08: amisslmaster.library V4.12
0x6593be98: lzma.library V53.7
0x660b21f8: bzip2.library V53.4
0x664ed0bc: xadmaster.library V13.2
0x668307b0: Popmenu.mui V21.39
0x68403d40: Lamp.mcc V21.28
0x679d7274: btree.library V53.3
0x68403c00: Objectmap.mui V21.27
0x68403b60: Gauge.mui V21.26
0x68403ac0: Dtpic.mui V21.26
0x68403a20: Popasl.mui V21.31
0x68403980: Calltips.mcc V21.26
0x684038e0: String.mui V21.51
0x68403840: Listtree.mcc V21.40
0x684037a0: Title.mui V21.42
0x6c402754: asyncio.library V50.3
0x6afcfe60: expat.library V53.6
0x696a862c: codesets.library V6.6
0x6bb30ea8: muigfx.library V21.27
0x6b93968c: muimaster.library V21.227
0x694a8548: pthreads.library V53.12
0x694a84c8: avcodec2.library V55.53
0x694a83c8: va.library V1.8
0x68370e58: swscale2.library V2.5
0x68370ed8: swresample2.library V0.18
0x68370d58: avutil2.library V52.66
0x68370a58: pixman-1.library V53.4
0x69449998: X5000Temp.docky V50.2
0x69449818: NetDock.docky V52.0
0x69449618: GFXDock.docky V51.6
0x69449718: RAMDock.docky V51.3
0x69676928: toolbar.gadget V53.6
0x694494a0: tabbed.gadget V54.442
0x69449298: infodata.gadget V53.3
0x69673908: piechart.gadget V53.1
0x696fc818: infowindow.class V53.11
0x694cdc40: texteditor.gadget V53.28
0x694cd360: select.gadget V53.7
0x696e5348: tickbox.gadget V53.14
0x694a54e8: CPUDock.docky V51.2
0x696e5b70: slider.gadget V53.17
0x698c6dc0: anim.gadget V53.7
0x69b15630: shared.image V2.1
0x696e5ad0: getfont.gadget V53.11
0x6c00e7a8: progressbar.gadget V53.12
0x6bbc2d40: getfile.gadget V53.12
0x696e53f0: arexx.class V53.6
0x694da024: clipview.library V1.12
0x6979b7c8: clicktab.gadget V53.50
0x6bb2f098: screenblanker.library V53.7
0x696e5210: checkbox.gadget V53.12
0x69761bc0: requester.class V53.20
0x696e50d0: space.gadget V53.7
0x69b15a08: chooser.gadget V53.22
0x696e5170: penmap.image V53.6
0x696e5030: bitmap.image V53.9
0x6bbc2f20: integer.gadget V53.13
0x6ae31078: listbrowser.gadget V53.74
0x6af74860: scroller.gadget V53.16
0x6ed05020: string.gadget V53.22
0x6af74558: AK-JFIF.datatype V54.16
0x6ff90718: hda.audio V6.8
0x6c403e94: asl.library V53.54
0x6cfb2da8: filesave.audio V6.5
0x6cfc23a4: device.audio V6.2
0x6d03d724: camd.library V53.7
0x6c5f1104: usergroup.library V4.30
0x6c780a60: bsdsocket.library V4.307
0x6ca2ddc8: usbhidgate.library V53.3
0x6c9c976c: textclip.library V53.4
0x6cdc0b6c: hid.usbfd V53.14
0x6cf4e370: button.gadget V53.22
0x6cf4e410: glyph.image V53.4
0x6cf1b3b0: window.class V54.14
0x6ccdde78: popupmenu.class V53.2
0x6cfca7e8: popupmenu.library V53.14
0x6cf4e2d0: label.image V53.14
0x6cf4e230: drawlist.image V53.3
0x6fef9c78: layout.gadget V54.8
0x6ccddc90: bevel.image V53.6
0x6ce656c8: AK-ILBM.datatype V54.15
0x6cdc00d8: AK-PNG.datatype V54.15
0x6d176c44: picture.datatype V53.10
0x6cf09d70: Picasso96API.library V54.18
0x6ce65424: mpega.library V2.4
0x6cdc0060: mathieeedoubbas.library V53.1
0x6cfc7d70: datatypes.library V54.14
0x6cfcbc6c: ft2.library V53.2
0x6ff15c4c: workbench.library V53.62
0x6cedd8a0: gadtools.library V53.8
0x6cfc79d8: timezone.library V53.11
0x6ff0fe38: application.library V53.30
0x6cfc733c: commodities.library V53.10
0x6d1338cc: icon.library V54.6
0x6ff0f820: z.library V53.9
0x6d03dbd0: iffparse.library V53.3
0x6ed1a0c8: version.library V53.18
0x6ffb8ecc: locale.library V54.2
0x6fef87ac: diskfont.library V53.13
0x6ff9c9d8: petunia.library V53.6
0x6ff09db8: dos.library V54.112
0x6ff0f184: usbprivate.library V53.22
0x6ff0d73c: massstorage.usbfd V53.84
0x6ff0f03c: hub.usbfd V53.11
0x6ff0d6a8: bootkeyboard.usbfd V52.3
0x6ff0d628: bootmouse.usbfd V53.3
0x6ff0d528: mounter.library V53.20
0x6fef9e7c: usbresource.library V53.22
0x6ff91518: hunk.library V53.4
0x6fef9d74: elf.library V53.30
0x6ff684d0: intuition.library V54.28
0x6ff58a10: keymap.library V53.9
0x6ff5a404: nonvolatile.library V54.7
0x6ff7e9f0: cybergraphics.library V43.0
0x6ff90420: RadeonRX.chip V2.8
0x6ffa3420: graphics.library V54.248
0x6fffe4f0: layers.library V54.12
0x6ff50150: rtg.library V54.90
0x6ff902a4: PCIGraphics.card V53.18
0x6ffaa258: newlib.library V53.62
0x6ff9f1ac: utility.library V54.2
0x6ffa8398: expansion.library V53.1
0x6cdc21fe: rexxsyslib.library V53.4 (Legacy)
Devices
0x6ccdc024: serial.device V54.6
0x69b15454: clipboard.device V53.5
0x6ee0fcc4: ahi.device V6.6
0x6c0cd024: p50x0_eth.device V52.6
0x6cf1cc94: diskimage.device V53.4
0x6ff10b20: usbsys.device V53.22
0x6ff91ca4: p50x0sata.device V54.79
0x6ff91bf8: vsata.device V54.8
0x6ff91b90: ehci.usbhcd V53.26
0x6ff91af0: ohci.usbhcd V53.22
0x6ff91a50: uhci.usbhcd V53.15
0x6ff10258: console.device V53.105
0x6ff5a530: ramdrive.device V54.1
0x6ff58c5c: input.device V53.6
0x6fef83b4: keyboard.device V53.12
0x6ff5a050: timer.device V53.4
Tasks
rx_pm (Waiting)
Stack: 0x6f2e1000 - 0x6f2e9000, pointer @ 0x6f2e8f40 (Cookie OK)
Signals: SigRec 0x80000001, SigWait 0x00000000
State: Task (Waiting)
rx_gc (Waiting)
Stack: 0x6f2e9000 - 0x6f2f1000, pointer @ 0x6f2f0f50 (Cookie OK)
Signals: SigRec 0x80000001, SigWait 0x00000000
State: Task (Waiting)
Exec Command and Control (Waiting)
Stack: 0x6f263000 - 0x6f267000, pointer @ 0x6f266f50 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
ClickToFront (Waiting)
Stack: 0x69781004 - 0x69790ffc, pointer @ 0x69790ef0 (Cookie OK)
Signals: SigRec 0xe000d000, SigWait 0x00000100
State: Process (Waiting)
input.device (Waiting)
Stack: 0x6f2c1000 - 0x6f2d1000, pointer @ 0x6f2d0f00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
P50x0 Ethernet (Waiting)
Stack: 0x6cf17000 - 0x6cf18000, pointer @ 0x6cf17f20 (Cookie OK)
Signals: SigRec 0x00001000, SigWait 0x00000000
State: Task (Waiting)
USB stack (Waiting)
Stack: 0x6f26b000 - 0x6f26f000, pointer @ 0x6f26ef20 (Cookie OK)
Signals: SigRec 0xf800d000, SigWait 0x00000000
State: Task (Waiting)
EHCI Controller Task Unit 1 (Waiting)
Stack: 0x6eda9000 - 0x6edb1000, pointer @ 0x6edb0f10 (Cookie OK)
Signals: SigRec 0xbe009000, SigWait 0x00000000
State: Task (Waiting)
EHCI Controller Task Unit 0 (Waiting)
Stack: 0x6edf5000 - 0x6edfd000, pointer @ 0x6edfcf10 (Cookie OK)
Signals: SigRec 0xbe009000, SigWait 0x00000000
State: Task (Waiting)
p50x0sata.device Port 1 (Waiting)
Stack: 0x6f01d000 - 0x6f02ba60, pointer @ 0x6f02b900 (Cookie OK)
Signals: SigRec 0xc0007000, SigWait 0x10000000
State: Task (Waiting)
p50x0sata.device Port 0 (Waiting)
Stack: 0x6f239000 - 0x6f247a60, pointer @ 0x6f247900 (Cookie OK)
Signals: SigRec 0xc0007000, SigWait 0x10000000
State: Task (Waiting)
hid.usbfd (Waiting)
Stack: 0x6c7c5004 - 0x6c7ccffc, pointer @ 0x6c7ccea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Joystick (Waiting)
Stack: 0x6c9f5004 - 0x6ca04ffc, pointer @ 0x6ca04f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
DH2/NGFileSystem 54.34 (Waiting)
Stack: 0x6da93004 - 0x6da9affc, pointer @ 0x6da9ad60 (Cookie OK)
Signals: SigRec 0xf0000000, SigWait 0x00000100
State: Process (Waiting)
DH1/NGFileSystem 54.34 (Waiting)
Stack: 0x6e382004 - 0x6e389ffc, pointer @ 0x6e389d60 (Cookie OK)
Signals: SigRec 0xf0000000, SigWait 0x00000100
State: Process (Waiting)
DH0/NGFileSystem 54.34 (Waiting)
Stack: 0x6ec53004 - 0x6ec5affc, pointer @ 0x6ec5ad60 (Cookie OK)
Signals: SigRec 0xf0000000, SigWait 0x00000100
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x6ece1004 - 0x6ece8ffc, pointer @ 0x6ece8ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Mouse (Waiting)
Stack: 0x6c765004 - 0x6c774ffc, pointer @ 0x6c774ef0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
ICD1/CDFileSystem 53.8 (Waiting)
Stack: 0x6c87c004 - 0x6c88bffc, pointer @ 0x6c88bf20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
ICD0/CDFileSystem 53.8 (Waiting)
Stack: 0x6c8ff004 - 0x6c90effc, pointer @ 0x6c90ef20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
reaper.task (Waiting)
Stack: 0x6d0e1004 - 0x6d0e8ffc, pointer @ 0x6d0e8e50 (Cookie OK)
Signals: SigRec 0x00007000, SigWait 0x00000000
State: Process (Waiting)
hid.usbfd (Waiting)
Stack: 0x6c7b9004 - 0x6c7c0ffc, pointer @ 0x6c7c0ea0 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000100
State: Process (Waiting)
HID Keyboard (Waiting)
Stack: 0x6c6c6004 - 0x6c6d5ffc, pointer @ 0x6c6d5f00 (Cookie OK)
Signals: SigRec 0x90001000, SigWait 0x00000000
State: Process (Waiting)
RAM/ram-handler 54.24 (Waiting)
Stack: 0x6d05d004 - 0x6d060ffc, pointer @ 0x6d060d40 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
WinFrame 3 Process (Waiting)
Stack: 0x65463004 - 0x654a2ffc, pointer @ 0x654a2eb0 (Cookie OK)
Signals: SigRec 0xff800000, SigWait 0x00000000
State: Process (Waiting)
WinFrame 4 Process (Waiting)
Stack: 0x6626f004 - 0x662aeffc, pointer @ 0x662aeeb0 (Cookie OK)
Signals: SigRec 0xff800000, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x663f5004 - 0x66404ffc, pointer @ 0x66404e20 (Cookie OK)
Signals: SigRec 0xb0000100, SigWait 0x00000000
State: Process (Waiting)
URL/launch-handler 53.39 (Waiting)
Stack: 0x6c6da004 - 0x6c754ffc, pointer @ 0x6c750fa0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
RANDOM/Random-Handler 52.1 (Waiting)
Stack: 0x6c7a5004 - 0x6c7b4ffc, pointer @ 0x6c7b4ef0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x65413004 - 0x65422ffc, pointer @ 0x65422e20 (Cookie OK)
Signals: SigRec 0xb0000100, SigWait 0x00000000
State: Process (Waiting)
PIPE/queue-handler 53.4 (Waiting)
Stack: 0x662fc004 - 0x6630bffc, pointer @ 0x6630bd20 (Cookie OK)
Signals: SigRec 0x80006100, SigWait 0x00000000
State: Process (Waiting)
PIPE/queue-handler 53.4 (Waiting)
Stack: 0x6631b004 - 0x6632affc, pointer @ 0x6632ad20 (Cookie OK)
Signals: SigRec 0x80006100, SigWait 0x00000000
State: Process (Waiting)
dos_filedir_notify (Waiting)
Stack: 0x6ec98004 - 0x6ec9cffc, pointer @ 0x6ec9beb0 (Cookie OK)
Signals: SigRec 0x40001000, SigWait 0x80000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x68e2d004 - 0x68e3cffc, pointer @ 0x68e3ce20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x69507004 - 0x69516ffc, pointer @ 0x69516e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x69575004 - 0x69584ffc, pointer @ 0x69584e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x696b0004 - 0x696bfffc, pointer @ 0x696bfe20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x6972d004 - 0x6973cffc, pointer @ 0x6973ce20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x697eb004 - 0x697faffc, pointer @ 0x697fae20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x69858004 - 0x69867ffc, pointer @ 0x69867e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x698dd004 - 0x698ecffc, pointer @ 0x698ece20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
Camd Wait Proc (Waiting)
Stack: 0x6ae7d004 - 0x6af71ffc, pointer @ 0x6af71f10 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x6d006004 - 0x6d015ffc, pointer @ 0x6d015e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
AUDIO/AHI-Handler 6.2 (Waiting)
Stack: 0x6c953004 - 0x6c963004, pointer @ 0x6c962ed0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
APPDIR/appdir-handler 54.17 (Waiting)
Stack: 0x6c9b1004 - 0x6c9c0ffc, pointer @ 0x6c9c0ec0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
ENV/env-handler 54.18 (Waiting)
Stack: 0x6d049004 - 0x6d050ffc, pointer @ 0x6d050ef0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x6d165004 - 0x6d16cffc, pointer @ 0x6d16ce20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
RAW/con-handler 53.82 (Waiting)
Stack: 0x6d17d004 - 0x6d184ffc, pointer @ 0x6d184e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
CON/con-handler 53.82 (Waiting)
Stack: 0x6d1a9004 - 0x6d1b0ffc, pointer @ 0x6d1b0e20 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
dos_nbmd_process (Waiting)
Stack: 0x6ecc1004 - 0x6ecc4ffc, pointer @ 0x6ecc4f30 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
dos_lock_handler (Waiting)
Stack: 0x6ecc9004 - 0x6ecccffc, pointer @ 0x6ecccf00 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
RexxMaster (Waiting)
Stack: 0x6c651004 - 0x6c660ffc, pointer @ 0x6c660ec0 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 5 (Waiting)
Stack: 0x6c84d004 - 0x6c860ffc, pointer @ 0x6c860c50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 4 (Waiting)
Stack: 0x6c8b8004 - 0x6c8cbffc, pointer @ 0x6c8cbc50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
TEXTCLIP/textclip-handler 53.4 (Waiting)
Stack: 0x6c789004 - 0x6c798ffc, pointer @ 0x6c798ec0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
compose.task (Waiting)
Stack: 0x6c51d000 - 0x6c525000, pointer @ 0x6c524f30 (Cookie OK)
Signals: SigRec 0x00000021, SigWait 0x00000000
State: Task (Waiting)
Workbench (Waiting)
Stack: 0x6c0a1004 - 0x6c0b0ffc, pointer @ 0x6c0b0e50 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
ScreenBlanker Library. (Waiting)
Stack: 0x6952f004 - 0x6953fffc, pointer @ 0x6953ff00 (Cookie OK)
Signals: SigRec 0xb4001000, SigWait 0x00000100
State: Process (Waiting)
serial.device (Waiting)
Stack: 0x6968f000 - 0x69697000, pointer @ 0x69696f30 (Cookie OK)
Signals: SigRec 0x7e000000, SigWait 0x00000000
State: Task (Waiting)
Workbench DosList Notify (Waiting)
Stack: 0x6adcb004 - 0x6addaffc, pointer @ 0x6addaf40 (Cookie OK)
Signals: SigRec 0x00003000, SigWait 0x00000100
State: Process (Waiting)
ramlib (Waiting)
Stack: 0x6d09f004 - 0x6d0b7ffc, pointer @ 0x6d0b7f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
MUI imagespace screen notify (Waiting)
Stack: 0x680d0004 - 0x680dfffc, pointer @ 0x680dfd30 (Cookie OK)
Signals: SigRec 0xc0001000, SigWait 0x00000100
State: Process (Waiting)
ContextMenus Command Dispatcher (Waiting)
Stack: 0x683aa004 - 0x683b9ffc, pointer @ 0x683b9f30 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
texteditor.gadget Clipboard Server (Waiting)
Stack: 0x69475004 - 0x6948dffc, pointer @ 0x6948df00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
string.gadget server (Waiting)
Stack: 0x68e19004 - 0x68e28ffc, pointer @ 0x68e28db0 (Cookie OK)
Signals: SigRec 0x40000000, SigWait 0x00000100
State: Process (Waiting)
Workbench Clipboard Server (Waiting)
Stack: 0x69b1e004 - 0x69b2dffc, pointer @ 0x69b2def0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
NotificationServer (Waiting)
Stack: 0x696c4004 - 0x696e3ffc, pointer @ 0x696e3b10 (Cookie OK)
Signals: SigRec 0xbc001000, SigWait 0x00000000
State: Process (Waiting)
AmiDock (Waiting)
Stack: 0x698f9004 - 0x69908ffc, pointer @ 0x69908740 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00080000
State: Process (Waiting)
TCP/IP Control (Waiting)
Stack: 0x6bc24004 - 0x6bd18ffc, pointer @ 0x6bd18dc0 (Cookie OK)
Signals: SigRec 0xf8009080, SigWait 0x00000100
State: Process (Waiting)
hub.usbfd (Waiting)
Stack: 0x6ed69004 - 0x6ed70ffc, pointer @ 0x6ed70eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6ed79004 - 0x6ed80ffc, pointer @ 0x6ed80eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
ELF Collector (Waiting)
Stack: 0x6ec83004 - 0x6ec93ffc, pointer @ 0x6ec93e70 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
vsata disk changer (Waiting)
Stack: 0x6edfd000 - 0x6ee0ba60, pointer @ 0x6ee0b9b0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
DigiClock (Waiting)
Stack: 0x6951b004 - 0x6952affc, pointer @ 0x6952a120 (Cookie OK)
Signals: SigRec 0xe0001000, SigWait 0x00000100
State: Process (Waiting)
TCP/IP Superserver (Waiting)
Stack: 0x6bd1d004 - 0x6be11ffc, pointer @ 0x6be119f0 (Cookie OK)
Signals: SigRec 0xd0000080, SigWait 0x00000100
State: Process (Waiting)
Odyssey (Waiting)
Stack: 0x6b940004 - 0x6bb28ffc, pointer @ 0x6bb28c60 (Cookie OK)
Signals: SigRec 0x03e2d000, SigWait 0x10000080
State: Process (Waiting)
[OWB] Timer (Waiting)
Stack: 0x67935004 - 0x67944ffc, pointer @ 0x67944ee0 (Cookie OK)
Signals: SigRec 0x50000000, SigWait 0x20000000
State: Process (Waiting)
Shell Process (Waiting)
Stack: 0x65427004 - 0x65436ffc, pointer @ 0x65436ba0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
Mounter GUI (Waiting)
Stack: 0x6ca46004 - 0x6ca59ffc, pointer @ 0x6ca59e10 (Cookie OK)
Signals: SigRec 0x80007000, SigWait 0x00000000
State: Process (Waiting)
application.library messageserver (Waiting)
Stack: 0x6cf4f000 - 0x6cf4ffa0, pointer @ 0x6cf4ff10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Task (Waiting)
ScreenBlankerEngine (Waiting)
Stack: 0x69807004 - 0x69816ffc, pointer @ 0x69816c00 (Cookie OK)
Signals: SigRec 0xd8001000, SigWait 0x00000100
State: Process (Waiting)
[OWB] IconDatabase (Waiting)
Stack: 0x66924004 - 0x669a3ffc, pointer @ 0x669a3e80 (Cookie OK)
Signals: SigRec 0x00000010, SigWait 0x00000000
State: Process (Waiting)
[OWB] JavaScriptCore::BlockFree (Waiting)
Stack: 0x668a0004 - 0x6691fffc, pointer @ 0x6691fed0 (Cookie OK)
Signals: SigRec 0x00000010, SigWait 0x00000000
State: Process (Waiting)
clipview.library server (Waiting)
Stack: 0x6c2cf004 - 0x6c2eeffc, pointer @ 0x6c2eedf0 (Cookie OK)
Signals: SigRec 0xd8003000, SigWait 0x00000000
State: Process (Waiting)
ContextMenus (Waiting)
Stack: 0x69749004 - 0x69758ffc, pointer @ 0x69758c90 (Cookie OK)
Signals: SigRec 0xe0001000, SigWait 0x00000100
State: Process (Waiting)
AsyncWB (Waiting)
Stack: 0x69888004 - 0x69897ffc, pointer @ 0x69897e90 (Cookie OK)
Signals: SigRec 0xc0001000, SigWait 0x00000100
State: Process (Waiting)
« IPrefs » (Waiting)
Stack: 0x6ceef004 - 0x6cefeffc, pointer @ 0x6cefea20 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x00000000
State: Process (Waiting)
InfoWB (Waiting)
Stack: 0x69591004 - 0x695a0ffc, pointer @ 0x695a0c90 (Cookie OK)
Signals: SigRec 0xf8001000, SigWait 0x00000100
State: Process (Waiting)
select.gadget prefs (Waiting)
Stack: 0x6ec6f004 - 0x6ec7effc, pointer @ 0x6ec7eca0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
TCP/IP Configuration (Waiting)
Stack: 0x6be16004 - 0x6bf0affc, pointer @ 0x6bf0ae10 (Cookie OK)
Signals: SigRec 0xf8003000, SigWait 0x00000100
State: Process (Waiting)
DefIcons (Waiting)
Stack: 0x69874004 - 0x69883ffc, pointer @ 0x69883db0 (Cookie OK)
Signals: SigRec 0x80009000, SigWait 0x00000100
State: Process (Waiting)
TCP/IP Log (Waiting)
Stack: 0x6bf0f004 - 0x6c003ffc, pointer @ 0x6c003f00 (Cookie OK)
Signals: SigRec 0x80003000, SigWait 0x00000000
State: Process (Waiting)
Background CLI [c:AmigaKeyRemapper.os4] (Waiting)
Stack: 0x6c30b004 - 0x6c3ffffc, pointer @ 0x6c3ffe60 (Cookie OK)
Signals: SigRec 0x00001000, SigWait 0x00000100
State: Process (Waiting)
ConClip (Waiting)
Stack: 0x6c67d004 - 0x6c68cffc, pointer @ 0x6c68ceb0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
USB stack Process (Waiting)
Stack: 0x6ca6e004 - 0x6ca7dffc, pointer @ 0x6ca7dee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
MassStorage Notifier (Waiting)
Stack: 0x6f248000 - 0x6f24fd00, pointer @ 0x6f24fc70 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DST watcher (Waiting)
Stack: 0x6ce6c004 - 0x6ce7bffc, pointer @ 0x6ce7bf10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Process (Waiting)
hub.usbfd (Waiting)
Stack: 0x6ed2d004 - 0x6ed34ffc, pointer @ 0x6ed34eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
hub.usbfd (Waiting)
Stack: 0x6ed21004 - 0x6ed28ffc, pointer @ 0x6ed28eb0 (Cookie OK)
Signals: SigRec 0x30000000, SigWait 0x00000000
State: Task (Waiting)
DMA2 Channel 4 Handler (Waiting)
Stack: 0x6f25f000 - 0x6f263000, pointer @ 0x6f262ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA1 Channel 4 Handler (Waiting)
Stack: 0x6f27b000 - 0x6f27f000, pointer @ 0x6f27eee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA2 Channel 3 Handler (Waiting)
Stack: 0x6f277000 - 0x6f27b000, pointer @ 0x6f27aee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA1 Channel 3 Handler (Waiting)
Stack: 0x6f273000 - 0x6f277000, pointer @ 0x6f276ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA2 Channel 2 Handler (Waiting)
Stack: 0x6f26f000 - 0x6f273000, pointer @ 0x6f272ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA1 Channel 2 Handler (Waiting)
Stack: 0x6f2dd000 - 0x6f2e1000, pointer @ 0x6f2e0ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA2 Channel 1 Handler (Waiting)
Stack: 0x6f2d9000 - 0x6f2dd000, pointer @ 0x6f2dcee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
DMA1 Channel 1 Handler (Waiting)
Stack: 0x6f2d5000 - 0x6f2d9000, pointer @ 0x6f2d8ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Task (Waiting)
test (Suspended)
Stack: 0x65f1b0a0 - 0x65f1f090, pointer @ 0x02239f90 (Cookie OK)
Signals: SigRec 0x00000000, SigWait 0x00000000
State: Process (Suspended)
Shell Process [SimpleDebug] (Crashed)
Stack: 0x644c0004 - 0x646a8ffc, pointer @ 0x646a8740 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x80000000
State: Process (Crashed)
Mounter Task (Waiting)
Stack: 0x6f250000 - 0x6f25ea60, pointer @ 0x6f25e970 (Cookie OK)
Signals: SigRec 0xb0001000, SigWait 0x00000000
State: Task (Waiting)
Mounter Companion Process (Waiting)
Stack: 0x6ca8a004 - 0x6ca99ffc, pointer @ 0x6ca99f40 (Cookie OK)
Signals: SigRec 0x80003000, SigWait 0x00000000
State: Process (Waiting)
ramlib.support (Waiting)
Stack: 0x6d0c4004 - 0x6d0dcffc, pointer @ 0x6d0dcf00 (Cookie OK)
Signals: SigRec 0x80005000, SigWait 0x00000000
State: Process (Waiting)
dos_signal_server (Waiting)
Stack: 0x6eca1004 - 0x6eca4ffc, pointer @ 0x6eca4f20 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x00000000
State: Process (Waiting)
appdir envarc manager (Waiting)
Stack: 0x6c995004 - 0x6c9a4ffc, pointer @ 0x6c9a3be0 (Cookie OK)
Signals: SigRec 0x80005000, SigWait 0x00000000
State: Process (Waiting)
CPUDock_idleTask (Ready)
Stack: 0x69464000 - 0x69466000, pointer @ 0x69465f60 (Cookie OK)
Signals: SigRec 0x40000000, SigWait 0x00000000
State: Task (Ready)
idle.task (Ready)
Stack: 0x6ff7f000 - 0x6ff80000, pointer @ 0x6ff7ffc0 (Cookie OK)
Signals: SigRec 0x00000000, SigWait 0x00000000
State: Task (Ready)
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: AmigaOS 4 Monthly Roundup - June 2022
|
|
Just popping in 
|
Great report. Keep them coming.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: Official release date of Doom3 for AmigaOS4
|
|
Just popping in 
|
Just for clarity, the reason we need our own copy is because the only thing we get from Huno is the AOS4 binary and we need drop that binary into the Doom 3 folder?
Maybe it is also worth picking up Resurrection of Evil too.
It will remind me of 2003 all over again, when my Doom 3 arrived with my 6800 nVidia card. God knows where that CD is now though.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: I get by with a little help from my friends (Odyssey)
|
Posted on: 6/30 15:46
#19
|
Just popping in 
|
Odyssey installation directory, Conf folder, rename the "font" to something else or just delete it. Start Odyssey.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|
Re: X5000 bootup questions
|
|
Just popping in 
|
Tomorrow I will check the battery voltage and check the cables.
I have heard of cables being an issue in these machines, which I find confusing. I mean, why is it that these NG machines are so susceptible to loose cables? Think of our PCs. Never once have I needed to really reseat a cable due to inconsistent behaviour.
Still, I will do this tomorrow.
|
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
|
|
|