Who's Online
59 user(s) are online (
28 user(s) are browsing
Forums )
Members: 0
Guests: 59
more...
Topic options
View mode
Newest First
Re: Flare enough
Posted on:
11/20 19:03
#61
Just can't stay away
Joined: 2007/7/14 20:30Last Login
: 11/20 19:00
From Lothric
Group:
Registered Users
@walkero
This is not pretty but worked in 2024.
SRC = \
Animation . cpp AnimationManager . cpp \
AnimationMedia . cpp AnimationSet . cpp \
AStarContainer . cpp AStarNode . cpp \
Avatar . cpp Camera . cpp \
CampaignManager . cpp CombatText . cpp \
CursorManager . cpp DeviceList . cpp \
EffectManager . cpp EnemyGroupManager . cpp \
EngineSettings . cpp Entity . cpp \
EntityBehavior . cpp EntityManager . cpp \
EventManager . cpp FileParser . cpp \
FogOfWar . cpp FontEngine . cpp \
GameSlotPreview . cpp GameState . cpp \
GameStateConfig . cpp GameStateCutscene . cpp \
GameStateLoad . cpp GameStateNew . cpp \
GameStatePlay . cpp GameStateTitle . cpp \
GameSwitcher . cpp GetText . cpp \
Hazard . cpp HazardManager . cpp \
IconManager . cpp InputState . cpp \
ItemManager . cpp ItemStorage . cpp \
Loot . cpp LootManager . cpp \
main . cpp Map . cpp \
MapCollision . cpp MapParallax . cpp \
MapRenderer . cpp Menu . cpp \
MenuActionBar . cpp MenuActiveEffects . cpp \
MenuBook . cpp MenuCharacter . cpp \
MenuConfig . cpp MenuConfirm . cpp \
MenuDevConsole . cpp MenuEnemy . cpp \
MenuExit . cpp MenuGameOver . cpp \
MenuHUDLog . cpp MenuInventory . cpp \
MenuItemStorage . cpp MenuLog . cpp \
MenuManager . cpp MenuMiniMap . cpp \
MenuMovementType . cpp MenuNumPicker . cpp \
MenuPowers . cpp MenuStash . cpp \
MenuStatBar . cpp MenuTalker . cpp \
MenuTouchControls . cpp MenuVendor . cpp \
MessageEngine . cpp ModManager . cpp \
NPC . cpp NPCManager . cpp \
PlatformAndroid . cpp PlatformEmscripten . cpp \
PlatformGCW0 . cpp PlatformIPhoneOS . cpp \
PlatformLinux . cpp PlatformWin32 . cpp \
PowerManager . cpp QuestLog . cpp \
RenderDevice . cpp SaveLoad . cpp \
SDLFontEngine . cpp SDLHardwareRenderDevice . cpp \
SDLInputState . cpp SDLSoftwareRenderDevice . cpp \
SDLSoundManager . cpp Settings . cpp \
SharedGameResources . cpp SharedResources . cpp \
SoundManager . cpp StatBlock . cpp \
Stats . cpp Subtitles . cpp \
TileSet . cpp TooltipData . cpp \
TooltipManager . cpp Utils . cpp \
UtilsDebug . cpp UtilsFileSystem . cpp \
UtilsParsing . cpp Version . cpp \
Widget . cpp WidgetButton . cpp \
WidgetCheckBox . cpp WidgetHorizontalList . cpp \
WidgetInput . cpp WidgetLabel . cpp \
WidgetListBox . cpp WidgetLog . cpp \
WidgetScrollBar . cpp WidgetScrollBox . cpp \
WidgetSlider . cpp WidgetSlot . cpp \
WidgetTabControl . cpp WidgetTooltip . cpp \
XPScaling . cpp
OBJS =$( SRC :. cpp =. o )
all : $( OBJS )
g ++ - o flare $( OBJS ) - L . - lSDL2_image - ltiff - ljpeg - lwebp - lwebpdemux - lsharpyuv - lSDL2_ttf - lfreetype - lharfbuzz - lpng - lSDL2_mixer - lmodplug - lSDL2 - lz - lauto - lpthread - athread = native - lunix
%. o : %. cpp
g ++ - o $@ - c $< - Wall - O3 - ISDK : local / newlib /include/ SDL2
clean :
delete $( OBJS )
Re: Flare enough
Posted on:
11/21 23:14
#62
Quite a regular
Joined: 2023/5/8 19:53Last Login
: 11/23 9:42
From Poland
Group:
Registered Users
EDIT:
As I checked six months ago, Flare 1.14 worked on QEMU M1 Peg2.
Compiling with cmake cross compiling clib4
This compilation was done to work well under QEMU emulation.
Someone needs to do it for the real hardware profile.
It should work.
test video - >
https://youtu.be/SIhOf26v58Y
Edited by smarkusg on 2025/11/22 21:03:12 Edited by smarkusg on 2025/11/22 21:03:55 Edited by smarkusg on 2025/11/22 21:06:00 Edited by smarkusg on 2025/11/22 21:06:31 Edited by smarkusg on 2025/11/22 21:07:02 Edited by smarkusg on 2025/11/22 21:08:43 Edited by smarkusg on 2025/11/22 21:17:45 Edited by smarkusg on 2025/11/22 23:18:23
Re: Flare enough
Posted on:
11/22 19:18
#63
Site Builder
Joined: 2006/12/2 23:57Last Login
: Today 0:21
From Athens/Dublin
Group:
Registered Users Webmasters
@smarkusg That's an interesting topic to discuss. For not derailing this thread, would you like to open another and discuss it there?
Re: Flare enough
Posted on:
11/22 21:05
#64
Quite a regular
Joined: 2023/5/8 19:53Last Login
: 11/23 9:42
From Poland
Group:
Registered Users
@walkero I have corrected the entry.
Re: Flare enough
Posted on:
11/22 21:37
#65
Just can't stay away
Joined: 2023/4/7 5:13Last Login
: Yesterday 23:12
From Deutschland
Group:
Registered Users
@smarkusgQuote:
smarkusg wrote:@walkero I have corrected the entry. If you need a tester, I'm available. And great that you accepted! 😉
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Re: Flare enough
Posted on:
11/22 22:59
#66
Quite a regular
Joined: 2023/5/8 19:53Last Login
: 11/23 9:42
From Poland
Group:
Registered Users
@Maijestro I sent it - it works for me. I also checked it on Qemu passthrough Asus Radeon HD 7750 with acceleration settings - it works for me too. I hope it will work for you as well. ps Once everything is working, you can go ahead and share the files without even mentioning who created them.
Re: Flare enough
Posted on:
11/23 8:30
#67
Just can't stay away
Joined: 2023/4/7 5:13Last Login
: Yesterday 23:12
From Deutschland
Group:
Registered Users
@smarkusg
Quote:
smarkusg wrote:@Maijestro I sent it - it works for me. I also checked it on Qemu passthrough Asus Radeon HD 7750 with acceleration settings - it works for me too. I hope it will work for you as well. ps Once everything is working, you can go ahead and share the files without even mentioning who created them. Thank you for making it available for me to test
However, when I run Flare, I get a GR and I don't know why this happens. The GR can be ignored and then the game starts. I played for about 5-6 minutes until my system froze completely.
I am attaching the GR log in case it might be useful.
Crash log for task "flare-new"
Generated by GrimReaper 53.19
Crash occured in module kernel at address 0x01838BC4
Type of crash : DSI ( Data Storage Interrupt ) exception
Alert number : 0x80000003
Register dump :
GPR ( General Purpose Registers ):
0 : 7EE52040 663B16F0 61087430 0219 AD98 018 EC4C2 60F01090 00000000 022DC284
8 : 00000010 018 EC4BA D3788160 0183760 C 55A55959 61029C68 6743F070 00000000
16 : 00000000 7F651080 7F0BC798 650EFE48 7F0C0000 00000001 FFFFFFE0 7F2C23B8
24 : 66DB38F8 650E8C30 00000001 66DD9454 0219 AD98 6FFFE300 60F150B8 67B36EC0
FPR ( Floating Point Registers , NaN = Not a Number ):
0 : - nan 25.8118 2 0
4 : - nan 0 4.5036e+15 4.5036e+15
8 : 90 4.5036e+15 4.5036e+15 256
12 : 4.5036e+15 900 - 4.69813e-55 35.0015
16 : 7.12729e-308 1.53044e-219 2.53939e-226 9.88708e-174
20 : 1.89698e-108 6.56404e+182 5.79948e-144 8.53724e-152
24 : 9.22695e-182 - 1.24149e-152 - 9.05087e-289 1.14907e-288
28 : - 8.1063e-295 8.9025e-307 5.79657e-259 8.53213e-248
FPSCR ( Floating Point Status and Control Register ): 0x82004000
SPRs ( Special Purpose Registers ):
Machine State ( msr ) : 0x0002F030
Condition ( cr ) : 0x00000001
Instruction Pointer ( ip ) : 0x01838BC4
Xtended Exception ( xer ) : 0x00000000
Count ( ctr ) : 0x67BF6408
Link ( lr ) : 0x00000000
DSI Status ( dsisr ) : 0x00000000
Data Address ( dar ) : 0x00000070
680x0 emulated registers :
DATA : 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ADDR : 6FFA4000 82562000 00000000 00000000 00000000 00000000 00000000 663B1080
FPU0 : 0 0 0 0
FPU4 : 0 0 0 0
Symbol info :
Instruction pointer 0x01838BC4 belongs to module "kernel" ( HUNK / Kickstart )
Stack trace :
native kernel module kernel + 0x00038bc4
module LIBS : clib4 . library at 0x7EE52040 ( section 0 @ 0x3D01C )
module flare -new at 0x7F10DE58 ( section 0 @ 0x243E34 )
module flare -new at 0x7F20AE7C ( section 0 @ 0x340E58 )
module flare -new at 0x7F20AFE8 ( section 0 @ 0x340FC4 )
module flare -new at 0x7F08D6D0 ( section 0 @ 0x1C36AC )
module flare -new at 0x7EF67E0C ( section 0 @ 0x9DDE8 )
module flare -new at 0x7EF68500 ( section 0 @ 0x9E4DC )
module flare -new at 0x7F08D0AC ( section 0 @ 0x1C3088 )
module flare -new at 0x7F0703C0 ( section 0 @ 0x1A639C )
module flare -new at 0x7F0DFB48 ( section 0 @ 0x215B24 )
module LIBS : clib4 . library at 0x7EE673FC ( section 0 @ 0x523D8 )
module LIBS : clib4 . library at 0x7EE674DC ( section 0 @ 0x524B8 )
module LIBS : clib4 . library at 0x7EE17158 ( section 0 @ 0x2134 )
module flare -new at 0x7EECBDC4 ( section 0 @ 0x1DA0 )
flare -new: _start ()+ 0x30 ( section 1 @ 0x1F08 )
native kernel module kernel + 0x0005f2b4
native kernel module kernel + 0x0005f32c
PPC disassembly :
01838 bbc : 38890008 addi r4 , r9 , 8
01838 bc0 : 394a0001 addi r10 , r10 , 1
*01838 bc4 : 91490014 stw r10 , 20 ( r9 )
01838 bc8 : 813c004c lwz r9 , 76 ( r28 )
01838 bcc : 7d2903a6 mtctr r9
System information :
CPU
Model : Freescale P5040 ( E5500 core ) V1.2
CPU speed : 2200 MHz
FSB speed : 800 MHz
Extensions :
Machine
Machine name : AmigaOne X5000 / 40
Memory : 2097152 KB
Extensions : bus . pci bus . pcie
Expansion buses
PCI / AGP
00 : 00.0 Vendor 0x1957 Device 0x0451
01 : 00.0 Vendor 0x1002 Device 0x67DF
Range 0 : 80000000 - 90000000 ( PREF . MEM )
Range 2 : 90000000 - 90200000 ( PREF . MEM )
Range 4 : 00001000 - 00001100 ( IO )
01 : 00.1 Vendor 0x1002 Device 0xAAF0
Range 0 : 90240000 - 90244000 ( MEM )
02 : 00.0 Vendor 0x1957 Device 0x0451
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
07 : 00.0 Vendor 0x1102 Device 0x0012
Range 0 : A0000000 - A0004000 ( MEM )
Range 2 : A0004000 - A0008000 ( MEM )
0A : 00.0 Vendor 0x15B7 Device 0x5017
Range 0 : A0100000 - A0104000 ( MEM )
Libraries
0x680c8918 : ISO - 8859 - 15.charset V52.1
0x680c8818 : german_ISO - 8859 - 15.language V52.1
0x022df152 : exec . library V54.57
0x6fef99a8 : cgxvideo . library V42.1
0x62af89e8 : PCI_SoundCardHornet . driver V52.2
0x62af8868 : PCI_sblive . pci V52.1
0x62af87a8 : PCI_Soundcard . driver V52.2
0x62af8628 : PCI_GamePortHornet . driver V52.2
0x62af8568 : PCI_GamePort . driver V53.1
0x62af84a8 : Generic_usb . driver V53.9
0x62af83e8 : Generic_Mouse . driver V52.1
0x679c7288 : AmigaInput . library V53.4
0x614c4f28 : clib4 . library V2.0
0x62af9b98 : RAMDock . docky V51.3
0x62af9a18 : GFXDock . docky V51.6
0x62af9818 : CPUDock . docky V51.2
0x6354b368 : NetDock . docky V52.0
0x6e2e2530 : palette . gadget V53.7
0x633c37b8 : radiobutton . gadget V53.11
0x6815f7d0 : gif . datatype V53.4
0x63cfbcf8 : toolbar . gadget V53.6
0x63e3e5c8 : infodata . gadget V53.3
0x64e8f4d0 : powerpc . library V18.1
0x64eb3918 : piechart . gadget V53.1
0x63e3d718 : infowindow .class V53.15
0x63cd92a0 : texteditor . gadget V53.32
0x63e3e350 : tabbed . gadget V54.455
0x64aced80 : select . gadget V53.7
0x64976250 : datesheet . gadget V1.9
0x649b73a8 : sliderbar . gadget V53.22
0x6815f0e8 : tickbox . gadget V53.14
0x64c79830 : time . gadget V1.14
0x6815f370 : clock . gadget V53.1
0x6815f2d0 : gradientslider . gadget V53.7
0x64c793b0 : anim . gadget V53.7
0x64c79428 : progressbar . gadget V53.12
0x64eb3470 : shared . image V2.1
0x64c791a8 : X5000Temp . docky V50.2
0x64ac2024 : clipview . library V1.12
0x64c79128 : Separator . docky V53.2
0x65006680 : arexx .class V53.6
0x650065e4 : colorwheel . gadget V53.7
0x64c94c18 : SubDock . docky V53.1
0x64e8e020 : requester .class V53.20
0x65006360 : bitmap . image V53.9
0x64f09298 : screenblanker . library V53.7
0x65006220 : slider . gadget V53.17
0x65006180 : getfont . gadget V53.11
0x650060e0 : getfile . gadget V53.12
0x648f7f30 : space . gadget V53.7
0x648f7e90 : integer . gadget V53.13
0x648cc888 : clicktab . gadget V53.51
0x64913bf8 : chooser . gadget V53.22
0x648f7df0 : penmap . image V53.6
0x648f7d50 : checkbox . gadget V53.13
0x648f7cb0 : ilbm . datatype V53.3
0x673dcb38 : listbrowser . gadget V53.81
0x648cc3f0 : scroller . gadget V53.16
0x6e8e7c50 : string . gadget V53.24
0x679c9ce8 : hda . audio V6.11
0x673dc994 : asl . library V53.54
0x676b7c18 : filesave . audio V6.5
0x678a0684 : device . audio V6.2
0x679e8aa4 : usergroup . library V4.30
0x67b5b908 : bsdsocket . library V4.370
0x676b71e0 : mathieeedoubbas . library V53.1
0x678b98cc : textclip . library V53.4
0x67933a28 : usbhidgate . library V53.3
0x67945084 : xpkmaster . library V5.2
0x679080bc : xadmaster . library V13.2
0x67faef2c : hid . usbfd V53.23
0x680abe10 : button . gadget V53.22
0x680abeb0 : glyph . image V53.4
0x67fd4550 : window .class V54.16
0x67ca0528 : popupmenu .class V53.2
0x67fefcc8 : popupmenu . library V53.14
0x680abc30 : label . image V53.14
0x680abb90 : drawlist . image V53.3
0x6fef9b88 : layout . gadget V54.10
0x67ca0250 : bevel . image V53.6
0x680abaf0 : png . datatype V53.10
0x680caa74 : picture . datatype V53.10
0x680a8b00 : Picasso96API . library V54.18
0x6e8e8d40 : datatypes . library V54.9
0x67fef288 : timezone . library V53.11
0x680ac7b8 : application . library V53.30
0x6811196c : ft2 . library V53.2
0x6ff1780c : workbench . library V53.67
0x67fab2b0 : gadtools . library V53.8
0x6811033c : commodities . library V53.10
0x68111474 : png . iconmodule V53.1
0x683240cc : icon . library V54.6
0x681148f0 : z . library V53.11
0x68191760 : iffparse . library V53.3
0x6e303a48 : version . library V53.21
0x6ffb8ecc : locale . library V54.2
0x6fef87ac : diskfont . library V53.13
0x6ffabc18 : petunia . library V53.6
0x6ff06964 : dos . library V54.136
0x6e3c5094 : usbprivate . library V53.31
0x6ff126bc : massstorage . usbfd V53.86
0x6fef9e3c : hub . usbfd V53.20
0x6ff12628 : bootkeyboard . usbfd V52.9
0x6ff125a8 : bootmouse . usbfd V53.9
0x6ff12328 : mounter . library V53.20
0x6ff5a7ec : usbresource . library V53.31
0x6ff90518 : hunk . library V53.4
0x6fef9c84 : elf . library V54.5
0x6e8ae4d0 : intuition . library V54.33
0x6ff58c80 : keymap . library V53.9
0x6ff5a544 : nonvolatile . library V54.7
0x6ff7ecf0 : cybergraphics . library V43.0
0x6ff9f420 : RadeonRX . chip V2.12
0x6ffa3420 : graphics . library V54.256
0x6ff91320 : layers . library V54.12
0x6ff50150 : rtg . library V54.90
0x6ff9f2a4 : PCIGraphics . card V53.18
0x6ffaa258 : newlib . library V53.87
0x6ff9e1ac : utility . library V54.2
0x6ffa8398 : expansion . library V54.1
0x67902cae : rexxsyslib . library V53.4 ( Legacy )
Devices
0x64eb3b04 : clipboard . device V53.5
0x67d499c4 : serial . device V54.6
0x6627c024 : p50x0_eth . device V52.6
0x6e3c4e44 : ahi . device V6.2
0x67d47c94 : diskimage . device V53.4
0x6ee89920 : usbsys . device V53.31
0x6ff90984 : p50x0sata . device V54.79
0x6ff908d8 : vsata . device V54.8
0x6ff90870 : ohci . usbhcd V53.24
0x6ff907d0 : uhci . usbhcd V53.16
0x6ff124a8 : nvme . device V53.1
0x6ff90690 : ehci . usbhcd V53.42
0x6ee89658 : console . device V53.130
0x6ff5a670 : ramdrive . device V54.1
0x6e8e702c : input . device V53.6
0x6fef83b4 : keyboard . device V53.12
0x6ff5a050 : timer . device V53.6
Tasks
NewMeter Measure Task ( Waiting )
Stack : 0x632aa004 - 0x632ba004 , pointer @ 0x632b9f20 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
rx_pm ( Waiting )
Stack : 0x6e8de000 - 0x6e8e6000 , pointer @ 0x6e8e5f10 ( Cookie OK )
Signals : SigRec 0x80000001 , SigWait 0x00000000
State : Task ( Waiting )
rx_gc ( Waiting )
Stack : 0x6e8ea000 - 0x6e8f2000 , pointer @ 0x6e8f1f20 ( Cookie OK )
Signals : SigRec 0x80000001 , SigWait 0x00000000
State : Task ( Waiting )
Exec Command and Control ( Waiting )
Stack : 0x6e858000 - 0x6e85c000 , pointer @ 0x6e85bf00 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
ClickToFront ( Waiting )
Stack : 0x64e6e004 - 0x64e7dffc , pointer @ 0x64e7df20 ( Cookie OK )
Signals : SigRec 0xe000d000 , SigWait 0x00000100
State : Process ( Waiting )
input . device ( Waiting )
Stack : 0x6e8be000 - 0x6e8ce000 , pointer @ 0x6e8cded0 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
P50x0 Ethernet ( Waiting )
Stack : 0x6737d000 - 0x6737e000 , pointer @ 0x6737def0 ( Cookie OK )
Signals : SigRec 0x00001000 , SigWait 0x00000000
State : Task ( Waiting )
USB stack ( Waiting )
Stack : 0x6e860000 - 0x6e864000 , pointer @ 0x6e863eb0 ( Cookie OK )
Signals : SigRec 0xfc00d000 , SigWait 0x00000000
State : Task ( Waiting )
EHCI Controller Task Unit 1 ( Waiting )
Stack : 0x6e351000 - 0x6e359000 , pointer @ 0x6e358e80 ( Cookie OK )
Signals : SigRec 0xbe009000 , SigWait 0x00000000
State : Task ( Waiting )
EHCI Controller Task Unit 0 ( Waiting )
Stack : 0x6e3ad000 - 0x6e3b5000 , pointer @ 0x6e3b4e80 ( Cookie OK )
Signals : SigRec 0xbe009000 , SigWait 0x00000000
State : Task ( Waiting )
p50x0sata . device Port 0 ( Waiting )
Stack : 0x6e7f1000 - 0x6e7ffb00 , pointer @ 0x6e7ff970 ( Cookie OK )
Signals : SigRec 0xc0007000 , SigWait 0x10000000
State : Task ( Waiting )
NVMe Unit 0 ( Waiting )
Stack : 0x6e800000 - 0x6e820000 , pointer @ 0x6e81ff20 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
p50x0sata . device Port 1 ( Waiting )
Stack : 0x6e5d5000 - 0x6e5e3b00 , pointer @ 0x6e5e3970 ( Cookie OK )
Signals : SigRec 0xc0007000 , SigWait 0x00000000
State : Task ( Waiting )
hid . usbfd ( Waiting )
Stack : 0x67873004 - 0x6787affc , pointer @ 0x6787aeb0 ( Cookie OK )
Signals : SigRec 0xe0000000 , SigWait 0x00000100
State : Process ( Waiting )
HID Mouse ( Waiting )
Stack : 0x6768d004 - 0x6769cffc , pointer @ 0x6769cf00 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
ERDH3 / NGFileSystem 54.107 ( Waiting )
Stack : 0x6a5c7004 - 0x6a5ceffc , pointer @ 0x6a5ced90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
DH0 / NGFileSystem 54.107 ( Waiting )
Stack : 0x6d90f004 - 0x6d916ffc , pointer @ 0x6d916d90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
ERDH2 / NGFileSystem 54.107 ( Waiting )
Stack : 0x6b6c2004 - 0x6b6c9ffc , pointer @ 0x6b6c9d90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
ERDH0 / NGFileSystem 54.107 ( Waiting )
Stack : 0x6e1d4004 - 0x6e1dbffc , pointer @ 0x6e1dbd90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
ERDH4 / NGFileSystem 54.107 ( Waiting )
Stack : 0x69475004 - 0x6947cffc , pointer @ 0x6947cd90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
ERDH1 / NGFileSystem 54.107 ( Waiting )
Stack : 0x6c7b0004 - 0x6c7b7ffc , pointer @ 0x6c7b7d90 ( Cookie OK )
Signals : SigRec 0xf0000000 , SigWait 0x00000100
State : Process ( Waiting )
ICD1 / CDFileSystem 53.8 ( Waiting )
Stack : 0x67817004 - 0x67826ffc , pointer @ 0x67826f50 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00000000
State : Process ( Waiting )
ICD0 / CDFileSystem 53.8 ( Waiting )
Stack : 0x67a4c004 - 0x67a5bffc , pointer @ 0x67a5bf50 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00000000
State : Process ( Waiting )
reaper . task ( Waiting )
Stack : 0x682c8004 - 0x682cfffc , pointer @ 0x682cff40 ( Cookie OK )
Signals : SigRec 0x00007000 , SigWait 0x00000000
State : Process ( Waiting )
HID Consumer ( Waiting )
Stack : 0x67679004 - 0x67688ffc , pointer @ 0x67688f50 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
hid . usbfd ( Waiting )
Stack : 0x6787f004 - 0x67886ffc , pointer @ 0x67886eb0 ( Cookie OK )
Signals : SigRec 0xe0000000 , SigWait 0x00000100
State : Process ( Waiting )
HID Keyboard ( Waiting )
Stack : 0x676de004 - 0x676edffc , pointer @ 0x676edeb0 ( Cookie OK )
Signals : SigRec 0x90001000 , SigWait 0x00000000
State : Process ( Waiting )
hid . usbfd ( Waiting )
Stack : 0x6788b004 - 0x67892ffc , pointer @ 0x67892eb0 ( Cookie OK )
Signals : SigRec 0xe0000000 , SigWait 0x00000100
State : Process ( Waiting )
HID Consumer ( Waiting )
Stack : 0x675ec004 - 0x675fbffc , pointer @ 0x675fbf50 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
HID Mouse ( Waiting )
Stack : 0x67600004 - 0x6760fffc , pointer @ 0x6760ff00 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
hid . usbfd ( Waiting )
Stack : 0x67897004 - 0x6789effc , pointer @ 0x6789eeb0 ( Cookie OK )
Signals : SigRec 0xe0000000 , SigWait 0x00000100
State : Process ( Waiting )
HID Keyboard ( Waiting )
Stack : 0x67624004 - 0x67633ffc , pointer @ 0x67633eb0 ( Cookie OK )
Signals : SigRec 0x90001000 , SigWait 0x00000000
State : Process ( Waiting )
hid . usbfd ( Waiting )
Stack : 0x678af004 - 0x678b6ffc , pointer @ 0x678b6eb0 ( Cookie OK )
Signals : SigRec 0xe0000000 , SigWait 0x00000100
State : Process ( Waiting )
HID Mouse ( Waiting )
Stack : 0x67659004 - 0x67668ffc , pointer @ 0x67668f00 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
RAM / ram - handler 54.26 ( Waiting )
Stack : 0x681d6004 - 0x681d9ffc , pointer @ 0x681d9d60 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
IDF1 / FastFileSystem 53.2 ( Waiting )
Stack : 0x6774f004 - 0x6775effc , pointer @ 0x6775ef00 ( Cookie OK )
Signals : SigRec 0xa8000100 , SigWait 0x00000000
State : Process ( Waiting )
IDF0 / FastFileSystem 53.2 ( Waiting )
Stack : 0x6778b004 - 0x6779affc , pointer @ 0x6779af00 ( Cookie OK )
Signals : SigRec 0xa8000100 , SigWait 0x00000000
State : Process ( Waiting )
URL / launch - handler 53.39 ( Waiting )
Stack : 0x67549004 - 0x675c3ffc , pointer @ 0x675bffd0 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
RANDOM / Random - Handler 52.1 ( Waiting )
Stack : 0x676ca004 - 0x676d9ffc , pointer @ 0x676d9f20 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x647ec004 - 0x647fbffc , pointer @ 0x647fbe50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x63cb1004 - 0x63cc0ffc , pointer @ 0x63cc0e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64bfc004 - 0x64c0bffc , pointer @ 0x64c0be50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x63e73004 - 0x63e82ffc , pointer @ 0x63e82e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x63f26004 - 0x63f35ffc , pointer @ 0x63f35e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64a76004 - 0x64a85ffc , pointer @ 0x64a85e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64c84004 - 0x64c93ffc , pointer @ 0x64c93e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64dd1004 - 0x64de0ffc , pointer @ 0x64de0e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64ed2004 - 0x64ee1ffc , pointer @ 0x64ee1e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x64f4f004 - 0x64f5effc , pointer @ 0x64f5ee50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x65027004 - 0x65036ffc , pointer @ 0x65036e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
AUDIO / AHI - Handler 6.2 ( Waiting )
Stack : 0x67a99004 - 0x67aa9004 , pointer @ 0x67aa8ed0 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00000000
State : Process ( Waiting )
ENV / env - handler 54.19 ( Waiting )
Stack : 0x681c2004 - 0x681c9ffc , pointer @ 0x681c9f20 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
APPDIR / appdir - handler 54.17 ( Waiting )
Stack : 0x68263004 - 0x68269ffc , pointer @ 0x68269ef0 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x68334004 - 0x6833bffc , pointer @ 0x6833be50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
RAW / con - handler 53.82 ( Waiting )
Stack : 0x68368004 - 0x6836fffc , pointer @ 0x6836fe50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
CON / con - handler 53.82 ( Waiting )
Stack : 0x6837c004 - 0x68383ffc , pointer @ 0x68383e50 ( Cookie OK )
Signals : SigRec 0xa0000100 , SigWait 0x00000000
State : Process ( Waiting )
dos_nbmd_process ( Waiting )
Stack : 0x6e239004 - 0x6e23cffc , pointer @ 0x6e23cf60 ( Cookie OK )
Signals : SigRec 0x00001100 , SigWait 0x00000000
State : Process ( Waiting )
dos_lock_handler ( Waiting )
Stack : 0x6e241004 - 0x6e244ffc , pointer @ 0x6e244f10 ( Cookie OK )
Signals : SigRec 0x00001100 , SigWait 0x00000000
State : Process ( Waiting )
dos_filedir_notify ( Waiting )
Stack : 0x6e218004 - 0x6e21cffc , pointer @ 0x6e21bee0 ( Cookie OK )
Signals : SigRec 0x40001000 , SigWait 0x80000000
State : Process ( Waiting )
RexxMaster ( Waiting )
Stack : 0x674e9004 - 0x674f8ffc , pointer @ 0x674f8ef0 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000100
State : Process ( Waiting )
diskimage . device unit 1 ( Waiting )
Stack : 0x6772f004 - 0x67742ffc , pointer @ 0x67742c80 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000100
State : Process ( Waiting )
diskimage . device unit 0 ( Waiting )
Stack : 0x6776b004 - 0x6777effc , pointer @ 0x6777ec80 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000100
State : Process ( Waiting )
diskimage . device unit 5 ( Waiting )
Stack : 0x677e8004 - 0x677fbffc , pointer @ 0x677fbc80 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000100
State : Process ( Waiting )
diskimage . device unit 4 ( Waiting )
Stack : 0x6785b004 - 0x6786effc , pointer @ 0x6786ec80 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000100
State : Process ( Waiting )
TEXTCLIP / textclip - handler 53.4 ( Waiting )
Stack : 0x675d8004 - 0x675e7ffc , pointer @ 0x675e7ef0 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
compose . task ( Waiting )
Stack : 0x67381000 - 0x67389000 , pointer @ 0x67388df0 ( Cookie OK )
Signals : SigRec 0x00000010 , SigWait 0x00000000
State : Task ( Waiting )
Bildschirmschoner - Bibliothek . ( Waiting )
Stack : 0x64e1e004 - 0x64e2effc , pointer @ 0x64e2ef30 ( Cookie OK )
Signals : SigRec 0xb4001000 , SigWait 0x00000100
State : Process ( Waiting )
Workbench ( Waiting )
Stack : 0x6740c004 - 0x6741bffc , pointer @ 0x6741be80 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
serial . device ( Waiting )
Stack : 0x649db000 - 0x649e3000 , pointer @ 0x649e2f00 ( Cookie OK )
Signals : SigRec 0x7e000000 , SigWait 0x00000000
State : Task ( Waiting )
ramlib ( Waiting )
Stack : 0x68276004 - 0x6828effc , pointer @ 0x6828ef50 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
Workbench DosList Notify ( Waiting )
Stack : 0x6475f004 - 0x6476effc , pointer @ 0x6476ef80 ( Cookie OK )
Signals : SigRec 0x00003000 , SigWait 0x00000100
State : Process ( Waiting )
ContextMenus Command Dispatcher ( Waiting )
Stack : 0x62152004 - 0x62161ffc , pointer @ 0x62161f60 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
texteditor . gadget Clipboard Server ( Waiting )
Stack : 0x63525004 - 0x6353dffc , pointer @ 0x6353df30 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
string . gadget server ( Waiting )
Stack : 0x64880004 - 0x6488fffc , pointer @ 0x6488fde0 ( Cookie OK )
Signals : SigRec 0x40000000 , SigWait 0x00000100
State : Process ( Waiting )
Workbench Clipboard Server ( Waiting )
Stack : 0x64940004 - 0x6494fffc , pointer @ 0x6494ff10 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000100
State : Process ( Waiting )
gfx FSL DMA handler ( Waiting )
Stack : 0x6e84c000 - 0x6e84e000 , pointer @ 0x6e84df50 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
DMA1 Channel 2 Handler ( Waiting )
Stack : 0x6e8d6000 - 0x6e8da000 , pointer @ 0x6e8d9e40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA2 Channel 1 Handler ( Waiting )
Stack : 0x6e868000 - 0x6e86c000 , pointer @ 0x6e86be40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA1 Channel 1 Handler ( Waiting )
Stack : 0x6e8d2000 - 0x6e8d6000 , pointer @ 0x6e8d5e40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA2 Channel 4 Handler ( Waiting )
Stack : 0x6e854000 - 0x6e858000 , pointer @ 0x6e857e40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA1 Channel 4 Handler ( Waiting )
Stack : 0x6e864000 - 0x6e868000 , pointer @ 0x6e867e40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA2 Channel 3 Handler ( Waiting )
Stack : 0x6e870000 - 0x6e874000 , pointer @ 0x6e873e40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA1 Channel 3 Handler ( Waiting )
Stack : 0x6e8da000 - 0x6e8de000 , pointer @ 0x6e8dde40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
DMA2 Channel 2 Handler ( Waiting )
Stack : 0x6e86c000 - 0x6e870000 , pointer @ 0x6e86fe40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
GoSnap ( Waiting )
Stack : 0x63d9c400 - 0x63d9e6f0 , pointer @ 0x63d9e3d0 ( Cookie OK )
Signals : SigRec 0xc0001000 , SigWait 0x00000000
State : Process ( Waiting )
NotificationServer ( Waiting )
Stack : 0x64a92004 - 0x64ab1ffc , pointer @ 0x64ab1b40 ( Cookie OK )
Signals : SigRec 0xbc001000 , SigWait 0x00000000
State : Process ( Waiting )
AmiDock ( Waiting )
Stack : 0x65043004 - 0x65052ffc , pointer @ 0x65052770 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00280000
State : Process ( Waiting )
Clock ( Waiting )
Stack : 0x64cd0004 - 0x64cdfffc , pointer @ 0x64cdf850 ( Cookie OK )
Signals : SigRec 0x6e001000 , SigWait 0x00000000
State : Process ( Waiting )
hub . usbfd ( Waiting )
Stack : 0x6e309004 - 0x6e310ffc , pointer @ 0x6e310f10 ( Cookie OK )
Signals : SigRec 0x30000000 , SigWait 0x00000000
State : Task ( Waiting )
hub . usbfd ( Waiting )
Stack : 0x6e315004 - 0x6e31cffc , pointer @ 0x6e31cf10 ( Cookie OK )
Signals : SigRec 0x30000000 , SigWait 0x80000000
State : Task ( Waiting )
GoVD ( Waiting )
Stack : 0x63e47400 - 0x63e4e9d8 , pointer @ 0x63e49a60 ( Cookie OK )
Signals : SigRec 0xf8000000 , SigWait 0x00000100
State : Process ( Waiting )
TCP / IP Control ( Waiting )
Stack : 0x66b9f004 - 0x66c93ffc , pointer @ 0x66c93e00 ( Cookie OK )
Signals : SigRec 0xf8009080 , SigWait 0x00000100
State : Process ( Waiting )
NewMeter ( Waiting )
Stack : 0x63d65004 - 0x63d75004 , pointer @ 0x63d74f10 ( Cookie OK )
Signals : SigRec 0x78001000 , SigWait 0x00000100
State : Process ( Waiting )
TimeGuard ( Waiting )
Stack : 0x649e7004 - 0x649f6ffc , pointer @ 0x649f6e30 ( Cookie OK )
Signals : SigRec 0xf0001000 , SigWait 0x00000100
State : Process ( Waiting )
DigiClock ( Waiting )
Stack : 0x63e8f004 - 0x63e9effc , pointer @ 0x63e9e150 ( Cookie OK )
Signals : SigRec 0xe0001000 , SigWait 0x00000100
State : Process ( Waiting )
vsata disk changer ( Waiting )
Stack : 0x6e3b5000 - 0x6e3c3b00 , pointer @ 0x6e3c3a20 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
AmigaInput Dispatcher ( Waiting )
Stack : 0x61318000 - 0x6131c000 , pointer @ 0x6131bf00 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Task ( Waiting )
application . library messageserver ( Waiting )
Stack : 0x67fa3000 - 0x67fa4000 , pointer @ 0x67fa3f40 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000000
State : Task ( Waiting )
ScreenBlankerEngine ( Waiting )
Stack : 0x64eee004 - 0x64efdffc , pointer @ 0x64efdc30 ( Cookie OK )
Signals : SigRec 0xd8001000 , SigWait 0x00000100
State : Process ( Waiting )
Mounter GUI ( Waiting )
Stack : 0x67b67004 - 0x67b7affc , pointer @ 0x67b7ae40 ( Cookie OK )
Signals : SigRec 0x80007000 , SigWait 0x00000000
State : Process ( Waiting )
TCP / IP Configuration ( Waiting )
Stack : 0x66f83004 - 0x67077ffc , pointer @ 0x67077d70 ( Cookie OK )
Signals : SigRec 0xf8003000 , SigWait 0x00000100
State : Process ( Waiting )
ContextMenus ( Waiting )
Stack : 0x64ded004 - 0x64dfcffc , pointer @ 0x64dfccd0 ( Cookie OK )
Signals : SigRec 0xe0001000 , SigWait 0x00000000
State : Process ( Waiting )
AsyncWB ( Waiting )
Stack : 0x64fd2004 - 0x64fe1ffc , pointer @ 0x64fe1ec0 ( Cookie OK )
Signals : SigRec 0xc0001000 , SigWait 0x00000100
State : Process ( Waiting )
« IPrefs » ( Waiting )
Stack : 0x67fb3004 - 0x67fc2ffc , pointer @ 0x67fc2a50 ( Cookie OK )
Signals : SigRec 0x0000f000 , SigWait 0x00000000
State : Process ( Waiting )
clipview . library server ( Waiting )
Stack : 0x63de1004 - 0x63e00ffc , pointer @ 0x63e00e20 ( Cookie OK )
Signals : SigRec 0xd8003000 , SigWait 0x00000000
State : Process ( Waiting )
InfoWB ( Waiting )
Stack : 0x63f52004 - 0x63f61ffc , pointer @ 0x63f61cc0 ( Cookie OK )
Signals : SigRec 0xf8001000 , SigWait 0x00000100
State : Process ( Waiting )
AmiSnap ( Waiting )
Stack : 0x63ce1004 - 0x63cf0ffc , pointer @ 0x63cf0710 ( Cookie OK )
Signals : SigRec 0xc0001000 , SigWait 0x00000100
State : Process ( Waiting )
select . gadget prefs ( Waiting )
Stack : 0x63d7d004 - 0x63d8cffc , pointer @ 0x63d8ccd0 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000100
State : Process ( Waiting )
CaBoom ( Waiting )
Stack : 0x6497d004 - 0x6498cffc , pointer @ 0x6498cc50 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000100
State : Process ( Waiting )
DefIcons ( Waiting )
Stack : 0x64f6b004 - 0x64f7affc , pointer @ 0x64f7ade0 ( Cookie OK )
Signals : SigRec 0x80009000 , SigWait 0x00000100
State : Process ( Waiting )
TCP / IP Superserver ( Waiting )
Stack : 0x66c98004 - 0x66d8cffc , pointer @ 0x66d8ca60 ( Cookie OK )
Signals : SigRec 0xd0000080 , SigWait 0x00000100
State : Process ( Waiting )
TCP / IP Log ( Waiting )
Stack : 0x6707c004 - 0x67170ffc , pointer @ 0x67170f30 ( Cookie OK )
Signals : SigRec 0x80003000 , SigWait 0x00000000
State : Process ( Waiting )
ConClip ( Waiting )
Stack : 0x67525004 - 0x67534ffc , pointer @ 0x67534ee0 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x00000000
State : Process ( Waiting )
USB stack Process ( Waiting )
Stack : 0x67b7f004 - 0x67b8effc , pointer @ 0x67b8ef00 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
MassStorage Notifier ( Waiting )
Stack : 0x6e820000 - 0x6e827d00 , pointer @ 0x6e827c40 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Task ( Waiting )
datatypes . library ( Waiting )
Stack : 0x67e1a004 - 0x67e29ffc , pointer @ 0x67e29e60 ( Cookie OK )
Signals : SigRec 0x80001000 , SigWait 0x00000000
State : Process ( Waiting )
DST watcher ( Waiting )
Stack : 0x67e97004 - 0x67ea6ffc , pointer @ 0x67ea6f40 ( Cookie OK )
Signals : SigRec 0xc0000000 , SigWait 0x00000000
State : Process ( Waiting )
hub . usbfd ( Waiting )
Stack : 0x6e2d9004 - 0x6e2e0ffc , pointer @ 0x6e2e0f10 ( Cookie OK )
Signals : SigRec 0x30000000 , SigWait 0x00000000
State : Task ( Waiting )
hub . usbfd ( Waiting )
Stack : 0x6e2b1004 - 0x6e2b8ffc , pointer @ 0x6e2b8f10 ( Cookie OK )
Signals : SigRec 0x30000000 , SigWait 0x00000000
State : Task ( Waiting )
hub . usbfd ( Waiting )
Stack : 0x6e2e9004 - 0x6e2f0ffc , pointer @ 0x6e2f0f10 ( Cookie OK )
Signals : SigRec 0x30000000 , SigWait 0x00000000
State : Task ( Waiting )
flare -new ( Crashed )
Stack : 0x662bd004 - 0x663b1ffc , pointer @ 0x663b16f0 ( Cookie OK )
Signals : SigRec 0x00000040 , SigWait 0x28000100
State : Process ( Crashed )
Mounter Task ( Waiting )
Stack : 0x6e83d000 - 0x6e84bb00 , pointer @ 0x6e84b9e0 ( Cookie OK )
Signals : SigRec 0xb0001000 , SigWait 0x00000000
State : Task ( Waiting )
Mounter Companion Process ( Waiting )
Stack : 0x67bab004 - 0x67bbaffc , pointer @ 0x67bbaf70 ( Cookie OK )
Signals : SigRec 0x80003000 , SigWait 0x00000000
State : Process ( Waiting )
ramlib . support ( Waiting )
Stack : 0x682ab004 - 0x682c3ffc , pointer @ 0x682c3f30 ( Cookie OK )
Signals : SigRec 0x80005000 , SigWait 0x00000000
State : Process ( Waiting )
ELF Collector ( Waiting )
Stack : 0x6d8f9004 - 0x6d909ffc , pointer @ 0x6d909ea0 ( Cookie OK )
Signals : SigRec 0x00000100 , SigWait 0x00000000
State : Process ( Waiting )
dos_signal_server ( Waiting )
Stack : 0x6e221004 - 0x6e224ffc , pointer @ 0x6e224f50 ( Cookie OK )
Signals : SigRec 0x0000f000 , SigWait 0x00000000
State : Process ( Waiting )
appdir envarc manager ( Waiting )
Stack : 0x6824f004 - 0x68256ffc , pointer @ 0x68255c10 ( Cookie OK )
Signals : SigRec 0x80005000 , SigWait 0x00000000
State : Process ( Waiting )
LimpidClock ( Waiting )
Stack : 0x6325d004 - 0x6328dffc , pointer @ 0x6328d5e0 ( Cookie OK )
Signals : SigRec 0xf0001000 , SigWait 0x00000000
State : Process ( Waiting )
CPUDock_idleTask ( Ready )
Stack : 0x6214a000 - 0x6214c000 , pointer @ 0x6214bf30 ( Cookie OK )
Signals : SigRec 0x40000000 , SigWait 0x00000000
State : Task ( Ready )
idle . task ( Ready )
Stack : 0x6ff7f000 - 0x6ff80000 , pointer @ 0x6ff7ff90 ( Cookie OK )
Signals : SigRec 0x00000000 , SigWait 0x00000000
State : Task ( Ready )
NewMeter Idle Task ( Ready )
Stack : 0x63307004 - 0x63317004 , pointer @ 0x63316f20 ( Cookie OK )
Signals : SigRec 0x80000000 , SigWait 0x80000100
State : Process ( Ready )
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Re: Flare enough
Posted on:
11/23 9:42
#68
Quite a regular
Joined: 2023/5/8 19:53Last Login
: 11/23 9:42
From Poland
Group:
Registered Users
@Maijestro It is possible that something is not working because this version of Flare has forced compositing modes and a few other changes to work under QEMU and sm502. I remember playing it for a few hours and the system was working. Yesterday, I just launched it under Qemu passthrough Asus Radeon HD 7750 and ran it for a while. It launched normally.... In that case, the topic of the new version of Flare is open so that it works on all machines.
Re: Flare enough
Posted on:
11/23 15:12
#69
Just can't stay away
Joined: 2023/4/7 5:13Last Login
: Yesterday 23:12
From Deutschland
Group:
Registered Users
@smarkusg
Quote:
smarkusg wrote:@Maijestro It is possible that something is not working because this version of Flare has forced compositing modes and a few other changes to work under QEMU and sm502. I remember playing it for a few hours and the system was working. Yesterday, I just launched it under Qemu passthrough Asus Radeon HD 7750 and ran it for a while. It launched normally.... In that case, the topic of the new version of Flare is open so that it works on all machines. You are not to blame, with some ports the errors do not occur under Qemu Peg/A1XE and even on X1000, but sometimes problems can occur on Sam460 or X5000. Of course you could not reproduce it because you are not using any of these hardware.
Steffen Häuser explained it like this in another thread.
Zitat:
"If the author of the port has a Peg2 or x1000, he can't KNOW about the problem, because there are no alignment problems with them. In other words, the author is not to blame here (except perhaps for the fact that he did not use enough different hardware during the beta test ;---) ). With AmigaOS4 ports it is ALWAYS important to test on devices that are neither x1000 nor QEmu nor Peg2 in order to rule out alignment problems."
I also tested it under Qemu/Peg2 with Wazp3d, and yes, the GR could not be reproduced here.
Edited by Maijestro on 2025/11/23 15:39:53
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Re: Flare enough
Posted on:
11/23 16:34
#70
Quite a regular
Joined: 2023/6/22 21:08Last Login
: 11/23 16:39
From Hungary
Group:
Registered Users
@Maijestro QEMU does emulate sam460ex too including the different BookE CPU so it could be tested on that but I'm not sure every detail of this system is emulated but it could be improved if that helps testing. Also in AmigaOS most binaries are the same between machines and the kernel handles differences between CPUs in most cases (e.g. A1222 kernel emulates missing FPU) so I'm not sure what alignment issue is referred to here. One difference is that on some systems (at least sam460ex, X5000 and A1222) the kernel uses the SoC's DMA engine so maybe that has some required alignment on real machine that is not there on other systems or QEMU. If this is the case it could be checked in the 460EX DMA engine emulation in QEMU and produce a guest_errors warning for it to help developers but I'm not sure what the real issue is here. In any case it should not crash (unless the app uses DMA itself) as the kernel could also fix it up and provide a warning for such unaligned DMA requests but I don't know how this is handled in AmigaOS and I may be completely wrong about what is causing the problem.
Re: Flare enough
Posted on:
11/23 17:33
#71
Not too shy to talk
Joined: 2022/11/8 15:30Last Login
: 11/23 17:31
From Backnang
Group:
Registered Users
@Maijestro What I wrote here in the part you quoted does NOT apply to this GR. According to the GR you posted it is NOT an Alignment exception but a DSI. Did you check if your SDL2 settings are set to Compositing (as Marek wrote that his code required compositing) ? If this does not help my suggestion would be to compile a debug version of the program to see if this gives more details of what exactly is going wrong. Also maybe compare if the system where it runs and the system where it doesn't use the same version of clib4.library (myselves I did not do much with clib4, I usually use newlib).
Re: Flare enough
Posted on:
11/23 19:27
#72
Just can't stay away
Joined: 2023/4/7 5:13Last Login
: Yesterday 23:12
From Deutschland
Group:
Registered Users
@TheMagicSN I have SDL Prefs set to Compositing. I also copied the included clib4 library to SYS:Libs/. None of this helped. I would like to find out why there are no problems under Qemu Peg/A1Xe or even with qemu passthrough gpu. This could be useful for developers. First, it will be tested on a similar real machine to confirm that my configuration here is not the problem.
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Re: Flare enough
Posted on:
Yesterday 15:27
#73
Home away from home
Joined: 2006/12/1 19:07Last Login
: Yesterday 15:27
From Germany
Group:
Registered Users
@balaton I doubt the 460 emulation of QEmu emulates it's alignment restrictions and exceptions. The problems with alignment of especially FPU accesses, and to a much smaller extent integer ones as well (IIRC only used in WarpOS software, not in any AmigaOS 4.x native software), are: - The G2 CPUs (603(e)/604(e) in classic Amigas with Blizzard/CyberStormPPC) support nearly anything without exception, partially even odd addresses. The WarpOS API wrappers like my powerpc.library for AmigaOS 4.x include alignment exception handlers making it work. Very slow of course because of the exceptions, but it's no big problem for executing code created for a 150 MHZ G2 CPU without L2 cache on the much faster G3/G4 800 MHz-1.4 GHz CPUs. However, it's a problem when porting old WarpOS PPC software to AmigaOS 4.x PPC (which doesn't include alignment exception handlers for such, on most CPUs, illegal accesses), and @TheMagicSN should have had that problem in some of his ports. - 440/460 CPUs have an additional problem: The 405 CPU core doesn't include a FPU but uses an "external" FPU, even if it's on the same SoC. FPU accesses which cross a cache line boundary cause an alignment exception on it, for example 64 bit double accesses on only 32 bit aligned addresses can be in 2 different cache lines, which works without any problems and without slowdown for example on G3 and G4 CPUs, but not on 440/460. The 440/460 HAL part of the AmigaOS 4.x kernel includes an alignment exception handler, but the exceptions make such code very much slower and it should be fixed in the sources. - POWER CPUs (X1000) may have completely different alignment restrictions than PowerPC CPUs (all other AmigaOS 4.x systems), but I don't know anything about it.
Re: Flare enough
Posted on:
Yesterday 23:14
#74
Just can't stay away
Joined: 2023/4/7 5:13Last Login
: Yesterday 23:12
From Deutschland
Group:
Registered Users
@smarkusg Another tester confirmed that there are problems, at least on the X5000. During execution, a memory overflow occurs, meaning the memory is consumed until the system eventually freezes. DSI and GR were also present in these tests. But as already mentioned, it's not your fault, as these problems don't occur under QEMU.
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)