Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
105 user(s) are online (56 user(s) are browsing Forums)

Members: 1
Guests: 104

root, more...

Headlines

 
  Register To Post  

« 1 2 3 (4) 5 6 »
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
Sure here it is: http://bszili.morphos.me/stuff/easyrpg-player.zip
I didn't think about posting anything as I wouldn't even know what to report. All I know is that the hardware renderer doesn't work for some people, and there's not much to analyze in that. I don't have any hardware acceleration capable OS4FE systems myself, so I'm the wrong person to ask this.
In hindsight I should have stuck with SDL1.2 as long as it's supported by the Player. It only has a limited set of resolutions, but it has a faster custom 2x software scaler compared to the generic one in SDL2.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Thank you very much, will try and report back asap

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

I get an assertion on start (though the very first start worked)...strange

Quote:

assertion "PixmanBase != NULL" failed: file "static/autoinit_pixman_base.c", line 48
assertion "p != nullptr" failed: file "src/dbarray.cpp", line 53
and continuing with the above for 30 lines or so

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
Unfortunately there's not much I can do about that, it's part of the library auo init code.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Well, too bad, but thank your for providing the extra build

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
For once I took my own advice and rebuilt the Player with SDL1.2. This should offer much better speed than the SDL2 software renderer, and hopefully be compatible with a wider range of machines.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Can't wait to test it out

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
Sorry I forgot to mention, I already updated the original archive with the SDL1.2 exe.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Nice

Works great again, speed is decent too (48-60 FPS)

I wonder why SDL2 is so slow compared to SDL1.

btw: The aforementioned assertions might be because i was shoving the games around and didn't use any cli commands, so EasyRPG might simply got confused and didnß t find any data.

Created my own starting script, so the games and saves reside in their own neat subdirs.

Thanks a lot

edit:

Oh boy, it sounds so much better with a WildMIDI/TiMIDIty setup

Awesome...


Edited by Raziel on 2021/11/14 9:22:19
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
Great to hear it works better now! In theory game data shouldn't affect library auto-open stubs, but if the scripts work that's fine.
The SDL 1.2 version doesn't use SDL for scaling the graphics, it has a simple 2X scaler written by me, while the SDL2 version uses the SDL2 software renderer for scaling which will always be slower as it's generic.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Quote:

...it has a simple 2X scaler written by me...



You can do that?

/me tempted to request a little sdl program...if i may? You'll get a PM then

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
I mean there's not a lot to it, for every pixel from the source surface you write two in the destination surface, and you write lines twice. This is how it looks in the EasyRPG Player:
https://github.com/EasyRPG/Player/blob/master/src/sdl_ui.cpp#L396

edit: Feel free to send me any programs.


Edited by BSzili on 2021/11/14 15:01:07
This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Sure, it's easy, if you know what you're doing

You got PM

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Just popping in
Just popping in


See User information
@BSzili

You could unroll loops blit_height - blit_width if multiple of 2 (or 4) and gain some minor speed.
It could still entirely fit in the cache.

My2Cents

Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
Probably, but as the comment says it's quick & dirty code. It does the job well enough to have the Player run at full speed even in WinUAE. If someone makes a measurably faster version I'm happy to merge it, I just didn't see the point of spending more time on it.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@BSzili

Ok, so after a couple of hours testing i have to unfortunately say that the program is flakey as hell.

If i copy the binary from the lha package and start it the first time, all is well.
If i close it, reboot and start the same binary, with the same options, from the same place again, i will end up with the aforementioned assertion (auto init).

No matter what game, no matter where the game resides and no matter if the files are unpacked or within it's .zip package...i always get the assertion.

Unfortunately unusable here.

I also got a crash one time (trying out "8 Bit Quest" with lots of errors regarding unsupported audio formats and noise instead of sound) on closing EasyRPG, but that might have been a coincidence.

I'll probably wait for the next release and try again...too bad

Crash log for task "EasyRPG-Player"
Generated by GrimReaper 53.19
Crash occured in module kernel at address 0x02009DB4
Type of crash
unknown exception
Alert number
0x81000009

Register dump
:
GPR (General Purpose Registers):
   
002036EEC 4B2E2C70 FFD6D7D6 02009DCC 51572D90 0200B030 02A840FC 6FD79AD0 
   8
5B8163A0 00000000 0000000A 3F436200 39553395 4F85E550 4CCE3F08 00000006 
  16
53E65410 DF8C6D90 5039E4F0 0000003D 4B2E2DB8 7B9CFB84 0000000F 4CCE3EF0 
  24
00000000 4CCE3EE5 00000000 00000001 51572D90 02A86F62 51572D90 02972480 


FPR (Floating Point RegistersNaN Not a Number):
   
0:              717    -1.70447e+289              nan              nan 
   4
:              nan       4.5036e+15              483               31 
   8
:              452               31              705       4.5036e+15 
  12
:       4.5036e+15      2.14748e+09                0                0 
  16
:                0                0                0                0 
  20
:                0                0                0                0 
  24
:                0                0                0                0 
  28
:                0      1.63697e+09          1.33333              nan 

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


SPRs 
(Special Purpose Registers):
           
Machine State (msr) : 0x0200B030
                Condition 
(cr) : 0x4F7F0000
      Instruction Pointer 
(ip) : 0x02009DB4
       Xtended Exception 
(xer) : 0x4AC92134
                   Count 
(ctr) : 0x00570001
                     Link 
(lr) : 0x00000000
            DSI Status 
(dsisr) : 0x85027002
            Data Address 
(dar) : 0x4F7FAA44



680x0 emulated registers
:
DATA00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 
ADDR
6FFA4000 95C23700 00000000 00000000 00000000 00000000 00000000 4B2E1E80 
FPU0
:                0                0                0                0 
FPU4
:                0                0                0                0 



Symbol info
:
Instruction pointer 0x02009DB4 belongs to module "kernel" (HUNK/Kickstart)

Stack trace:
    
native kernel module kernel+0x00009db4
    native kernel module kernel
+0x00036ef4
    native kernel module newlib
.library.kmod+0x00014250
    native kernel module newlib
.library.kmod+0x00006d2c
    module EasyRPG
-Player at 0x7BBF8874 (section 0 0x22A850)
    
native kernel module newlib.library.kmod+0x0000011c
    native kernel module newlib
.library.kmod+0x0000254c
    native kernel module newlib
.library.kmod+0x00003328
    native kernel module newlib
.library.kmod+0x0000384c
    EasyRPG
-Player:_start()+0x170 (section 1 0x1AB8)
    
native kernel module dos.library.kmod+0x0002a458
    native kernel module kernel
+0x00059e04
    native kernel module kernel
+0x00059e7c

PPC disassembly
:
 02009
dac60639dcc   ori               r3,r3,40396
 
02009db044000022   .word             0x44000022
*02009db44e800020   blr               
 
02009db87c641b78   mr                r4,r3
 
02009dbc3c600200   lis               r3,512

System information
:

CPU 
 Model
P.ASemi 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.2 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 1007F0500 007F0600 (IO
  
0A:12.0 Vendor 0x1002 Device 0x4380 
   Range 0
00001030 - 00001038 (IO
   
Range 100001054 - 00001058 (IO
   
Range 2: 00001048 - 00001050 (IO
   
Range 30000105C 00001060 (IO
   
Range 400001020 00001030 (IO
  
0A:13.0 Vendor 0x1002 Device 0x4387 
   Range 0
A0306000 A0307000 (MEM
  
0A:13.1 Vendor 0x1002 Device 0x4388 
   Range 0
A0307000 A0308000 (MEM
  
0A:13.2 Vendor 0x1002 Device 0x4389 
   Range 0
A0308000 A0309000 (MEM
  
0A:13.3 Vendor 0x1002 Device 0x438A 
   Range 0
A0305000 A0306000 (MEM
  
0A:13.4 Vendor 0x1002 Device 0x438B 
   Range 0
A0304000 A0305000 (MEM
  
0A:13.5 Vendor 0x1002 Device 0x4386 
   Range 0
A0309800 A0309900 (MEM
  
0A:14.0 Vendor 0x1002 Device 0x4385 
   Range 0
00001000 00001010 (IO
   
Range 1A0309400 A0309800 (MEM
  
0A:14.1 Vendor 0x1002 Device 0x438C 
   Range 0
00001040 - 00001048 (IO
   
Range 1: 00001058 - 0000105C (IO
   
Range 2: 00001038 - 00001040 (IO
   
Range 300001050 00001054 (IO
   
Range 400001010 00001020 (IO
  
0A:14.2 Vendor 0x1002 Device 0x4383 
   Range 0
A0300000 A0304000 (MEM
  
0A:14.3 Vendor 0x1002 Device 0x438D 
   Range 0
00000000 00100000 (MEM
  
0A:14.4 Vendor 0x1002 Device 0x4384 
  06
:00.0 Vendor 0x10EC Device 0x8168 
   Range 0
00003000 00003100 (IO
   
Range 2A0104000 A0105000 (MEM
   
Range 4A0100000 A0104000 (PREF.MEM
  
02:00.0 Vendor 0x1002 Device 0x679A 
   Range 0
90000000 A0000000 (PREF.MEM
   
Range 2A0000000 A0040000 (MEM
   
Range 400002000 00002100 (IO
  
02:00.1 Vendor 0x1002 Device 0xAAA0 
   Range 0
A0060000 A0064000 (MEM

Libraries 
 0x61f840a8
ISO-8859-15.charset V52.1 
 0x6289ef18
english-british_ISO-8859-15.language V52.1 
 0x02a86f62
exec.library V54.30 
 0x62803298
camdmidi.usbfd V53.6 
 0x6fe9a508
cgxvideo.library V42.1 
 0x614a7288
AmigaInput.library V53.4 
 0x4f4de458
zip.library V53.12 
 0x51527e08
amissl_v111l.library V4.11 
 0x4fcfb738
amisslmaster.library V4.11 
 0x4f4de558
lzma.library V53.7 
 0x4f96f898
bzip2.library V53.4 
 0x544ab0bc
xadmaster.library V13.2 
 0x4f9b47c8
AK-GIF.datatype V54.14 
 0x4f9b4e10
palette.gadget V53.7 
 0x4f9b4d70
TextEditor.mcc V15.56 
 0x4f9b4cd0
TheButton.mcc V26.22 
 0x4f9b4c30
TheBar.mcc V26.22 
 0x54a72540
Floattext.mui V21.26 
 0x54a724a0
Busy.mcc V21.27 
 0x54a72400
Pendisplay.mui V21.28 
 0x54a72360
Poppen.mui V21.26 
 0x55251d04
amigaguide.datatype V53.7 
 0x54b498d4
amigaguide.library V53.8 
 0x53f36c28
wav.datatype V54.13 
 0x53f36e08
sound.datatype V54.13 
 0x54b915d0
Lamp.mcc V21.28 
 0x54703984
btree.library V53.3 
 0x54b91490
Objectmap.mui V21.27 
 0x54b913f0
Gauge.mui V21.26 
 0x54b91350
Dtpic.mui V21.26 
 0x54b912b0
Popasl.mui V21.31 
 0x54b91210
Calltips.mcc V21.26 
 0x54b91170
String.mui V21.51 
 0x54b910d0
Listtree.mcc V21.40 
 0x54b91030
Title.mui V21.42 
 0x61b47114
asyncio.library V50.3 
 0x609566a8
update.library V53.18 
 0x54b851f0
expat.library V53.6 
 0x608fe4fc
codesets.library V6.21 
 0x551c68f8
muigfx.library V21.27 
 0x60c0bc00
fuelgauge.gadget V53.8 
 0x552c1a1c
muimaster.library V21.227 
 0x6087e4b8
avcodec2.library V55.53 
 0x6087ebb8
va.library V1.8 
 0x53e2d128
swscale2.library V2.5 
 0x53e2d4a8
swresample2.library V0.18 
 0x53e2d5a8
avutil2.library V52.66 
 0x53e2d3a8
pixman-1.library V53.4 
 0x5401b698
pthreads.library V53.12 
 0x60c0b298
DateTime.docky V52.11 
 0x60fd2280
datebrowser.gadget V53.9 
 0x60fa21b8
KeymapSwitcher.docky V52.3 
 0x60dfd698
timesync.library V53.11 
 0x60fa2638
Mixer.docky V52.7 
 0x53b15b28
SMARTDock.docky V53.2 
 0x60e7f498
NetDock.docky V52.0 
 0x6fbe8868
RAMDockRDX.docky V52.1 
 0x605fff28
GFXDockRDX.docky V52.1 
 0x605ffe68
AK-JFIF.datatype V54.16 
 0x605ffce8
CPUDockRDX.docky V52.1 
 0x5b86a5d8
MCUinfo.docky V50.3 
 0x60e7f118
Separator.docky V53.2 
 0x60e7f098
smartsubdock.docky V50.8 
 0x5b6432e8
Spacer.docky V53.2 
 0x5b5f5248
toolbar.gadget V53.6 
 0x60f97a20
tabbed.gadget V54.408 
 0x5b6433e8
infodata.gadget V53.3 
 0x5b645048
piechart.gadget V53.1 
 0x5b705e88
infowindow.class V53.11 
 0x5b657b40
texteditor.gadget V53.28 
 0x5b657090
select.gadget V53.7 
 0x6fb37738
smartbutton.docky V50.8 
 0x5b705490
getcolor.gadget V53.11 
 0x5b766850
gradientslider.gadget V53.7 
 0x5b7667b4
colorwheel.gadget V53.7 
 0x605ff048
radiobutton.gadget V53.11 
 0x5b766708
tickbox.gadget V53.14 
 0x60c191b0
shared.image V2.1 
 0x5b766530
slider.gadget V53.17 
 0x605f40d0
anim.gadget V53.7 
 0x5b769024
clipview.library V1.12 
 0x605ff288
speedbar.gadget V53.14 
 0x609dce80
getfont.gadget V53.11 
 0x605f4048
progressbar.gadget V53.12 
 0x606bb190
requester.class V53.20 
 0x609dcd40
getfile.gadget V53.12 
 0x609dcde0
arexx.class V53.6 
 0x609dcca0
space.gadget V53.7 
 0x609dcc00
integer.gadget V53.13 
 0x60c1cab8
clicktab.gadget V53.50 
 0x607711d8
chooser.gadget V53.22 
 0x609dcb60
penmap.image V53.6 
 0x609dcac0
checkbox.gadget V53.12 
 0x609dc980
bitmap.image V53.9 
 0x60c19f24
device.audio V6.2 
 0x60c1c258
filesave.audio V6.5 
 0x60a260e8
listbrowser.gadget V53.74 
 0x60c1c1a0
scroller.gadget V53.16 
 0x62800500
string.gadget V53.22 
 0x60c19478
hdaudio.audio V6.23 
 0x61b27eb8
AK-ILBM.datatype V54.15 
 0x618575d4
usergroup.library V4.30 
 0x61085320
bsdsocket.library V4.307 
 0x61b40658
usbhidgate.library V53.3 
 0x619f2984
xpkmaster.library V5.2 
 0x619f23fc
hid.usbfd V53.14 
 0x61ae23f4
camd.library V53.7 
 0x62851688
nemo V53.0 
 0x6fc756ec
textclip.library V53.4 
 0x62808e10
button.gadget V53.22 
 0x62808eb0
glyph.image V53.4 
 0x62806280
window.class V54.14 
 0x61e02e88
popupmenu.class V53.2 
 0x61e78a58
popupmenu.library V53.14 
 0x62808cd0
label.image V53.14 
 0x62808c30
drawlist.image V53.3 
 0x6fe9a5f8
layout.gadget V54.8 
 0x61e02ca0
bevel.image V53.6 
 0x6280b858
AK-PNG.datatype V54.15 
 0x628a8654
picture.datatype V53.10 
 0x61e81890
Picasso96API.library V54.18 
 0x62857434
mpega.library V2.4 
 0x6280b7e0
mathieeedoubbas.library V53.1 
 0x61e78140
datatypes.library V54.14 
 0x61ea4414
asl.library V53.54 
 0x62848768
timezone.library V53.11 
 0x62857138
application.library V53.30 
 0x61f8107c
ft2.library V53.2 
 0x6fee808c
workbench.library V53.62 
 0x61f7e750
gadtools.library V53.8 
 0x628480cc
commodities.library V53.10 
 0x6285ca74
png.iconmodule V53.1 
 0x62c4b0cc
icon.library V54.6 
 0x6fb9c650
z.library V53.9 
 0x6289da90
iffparse.library V53.3 
 0x6fd10ec8
version.library V53.18 
 0x6ff10ecc
locale.library V54.2 
 0x6fee441c
diskfont.library V53.13 
 0x6fbe81a8
petunia.library V53.6 
 0x6fbe80e8
diskcache.library V3.31 
 0x6ff19228
dos.library V54.112 
 0x6fe9adb4
usbprivate.library V53.22 
 0x6fe9dbbc
massstorage.usbfd V53.84 
 0x6fe9ac6c
hub.usbfd V53.11 
 0x6fe9db28
bootkeyboard.usbfd V52.3 
 0x6fe9daa8
bootmouse.usbfd V53.3 
 0x6fe9d7a8
mounter.library V53.20 
 0x6fe9a7fc
usbresource.library V53.22 
 0x6ff8f478
hunk.library V53.4 
 0x6fe9a6f4
elf.library V53.30 
 0x6ff494d0
intuition.library V54.28 
 0x6ff632c0
keymap.library V53.9 
 0x6ff3d404
nonvolatile.library V54.7 
 0x6ff61720
cybergraphics.library V43.0 
 0x6ff8e8a0
RadeonHD.chip V3.7 
 0x6ffa3420
graphics.library V54.248 
 0x6ff78320
layers.library V54.12 
 0x6ff34150
rtg.library V54.90 
 0x6ff8e724
PCIGraphics.card V53.18 
 0x6ffab258
newlib.library V53.62 
 0x6ff8d1ac
utility.library V54.2 
 0x6ffa8398
expansion.library V53.1 
 0x61f8391e
rexxsyslib.library V53.4 (Legacy

Devices 
 0x610724f4
serial.device V54.6 
 0x53b39ad4
netprinter.device V1.15 (Legacy
 
0x53b15f34printer.device V53.2 
 0x60771a34
clipboard.device V53.5 
 0x6fb9a104
ahi.device V6.6 
 0x61b27738
rtl8169.device V53.6 
 0x61adfca4
diskimage.device V53.4 
 0x6ff8db10
usbsys.device V53.22 
 0x6ff8f690
ohci.usbhcd V53.22 
 0x6ff8f5f0
ehci.usbhcd V53.26 
 0x6fe9d534
sb600sata.device V53.22 
 0x6ff8d448
console.device V53.105 
 0x6ff3d530
ramdrive.device V54.1 
 0x6ff6350c
input.device V53.6 
 0x6fee4024
keyboard.device V53.11 
 0x6ff3d050
timer.device V53.4 

Tasks 
 rhd_gc 
(Waiting
  
Stack0x6fe92000 0x6fe9a000pointer 0x6fe99f40 (Cookie OK
  
SignalsSigRec 0x80000001SigWait 0x00000000 
  State
Task (Waiting
 
ahi.device Unit Process (Waiting
  
Stack0x5d1ad004 0x5d1ccffcpointer 0x5d1ccf20 (Cookie OK
  
SignalsSigRec 0xf000c000SigWait 0x00000100 
  State
Process (Waiting
 
camdmidi.usbfd (Waiting
  
Stack0x61835004 0x61844ffcpointer 0x61844f60 (Cookie OK
  
SignalsSigRec 0x60001000SigWait 0x00000100 
  State
Process (Waiting
 
Exec Command and Control (Waiting
  
Stack0x6ff1c000 0x6ff20000pointer 0x6ff1ff50 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000000 
  State
Task (Waiting
 
ClickToFront (Waiting
  
Stack0x6060f004 0x6061effcpointer 0x6061eef0 (Cookie OK
  
SignalsSigRec 0xc000d000SigWait 0x00000100 
  State
Process (Waiting
 
input.device (Waiting
  
Stack0x6fe82000 0x6fe92000pointer 0x6fe91f00 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000000 
  State
Task (Waiting
 
sound.datatype process (Waiting
  
Stack0x5d1d1004 0x5d1f0ffcpointer 0x5d1f0e10 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x40002100 
  State
Process (Waiting
 
sound.datatype process (Waiting
  
Stack0x4f9ec004 0x4fa0bffcpointer 0x4fa0be10 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x40002100 
  State
Process (Waiting
 
sound.datatype process (Waiting
  
Stack0x4f620004 0x4f63fffcpointer 0x4f63fe10 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x40002100 
  State
Process (Waiting
 
SFS DosList handler (Waiting
  
Stack0x63019004 0x6301cffcpointer 0x6301cf20 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000000 
  State
Process (Waiting
 
USB stack (Waiting
  
Stack0x6fdd1000 0x6fdd5000pointer 0x6fdd4f20 (Cookie OK
  
SignalsSigRec 0xf800d000SigWait 0x00000000 
  State
Task (Waiting
 
EHCI Controller Task Unit 0 (Waiting
  
Stack0x6fdc9000 0x6fdd1000pointer 0x6fdd0f10 (Cookie OK
  
SignalsSigRec 0xbe009000SigWait 0x00000000 
  State
Task (Waiting
 
OHCI Controller Task Unit 2 (Waiting
  
Stack0x6fd49000 0x6fd51000pointer 0x6fd50f20 (Cookie OK
  
SignalsSigRec 0xb8009000SigWait 0x00000000 
  State
Task (Waiting
 
OHCI Controller Task Unit 0 (Waiting
  
Stack0x6fd8d000 0x6fd95000pointer 0x6fd94f20 (Cookie OK
  
SignalsSigRec 0xb8009000SigWait 0x00000000 
  State
Task (Waiting
 
OHCI Controller Task Unit 3 (Waiting
  
Stack0x6fd31000 0x6fd39000pointer 0x6fd38f20 (Cookie OK
  
SignalsSigRec 0xb8009000SigWait 0x00000000 
  State
Task (Waiting
 
OHCI Controller Task Unit 1 (Waiting
  
Stack0x6fd71000 0x6fd79000pointer 0x6fd78f20 (Cookie OK
  
SignalsSigRec 0xb8009000SigWait 0x00000000 
  State
Task (Waiting
 
OHCI Controller Task Unit 4 (Waiting
  
Stack0x6fd05000 0x6fd0d000pointer 0x6fd0cf20 (Cookie OK
  
SignalsSigRec 0xb8009000SigWait 0x00000000 
  State
Task (Waiting
 
sb600sata.device chip 0 port 0 (Waiting
  
Stack0x6fe40000 0x6fe48000pointer 0x6fe47f10 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x20000000 
  State
Task (Waiting
 
sb600sata.device chip 0 port 1 (Waiting
  
Stack0x6fe18000 0x6fe20000pointer 0x6fe1ff10 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x20008000 
  State
Task (Waiting
 
reaper.task (Waiting
  
Stack0x6292a004 0x62931ffcpointer 0x62931e50 (Cookie OK
  
SignalsSigRec 0x00007000SigWait 0x00000000 
  State
Process (Waiting
 
hid.usbfd (Waiting
  
Stack0x617f9004 0x61800ffcpointer 0x61800ea0 (Cookie OK
  
SignalsSigRec 0xe0000000SigWait 0x00000100 
  State
Process (Waiting
 
HID Mouse (Waiting
  
Stack0x615d1004 0x615e0ffcpointer 0x615e0ef0 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
SSD5/SmartFilesystem 1.293  (Waiting
  
Stack0x62ba0004 0x62ba3ffcpointer 0x62ba3eb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
ICD0/CDFileSystem 53.8  (Waiting
  
Stack0x613ba004 0x613c9ffcpointer 0x613c9f20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
ICD1/CDFileSystem 53.8  (Waiting
  
Stack0x61446004 0x61455ffcpointer 0x61455f20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
CD0/CDFileSystem 53.8  (Waiting
  
Stack0x62ffd004 0x63000ffcpointer 0x63000f20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
SSD0/SmartFilesystem 1.293  (Waiting
  
Stack0x6fb33004 0x6fb36ffcpointer 0x6fb36eb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
SSD1/SmartFilesystem 1.293  (Waiting
  
Stack0x62eec004 0x62eefffcpointer 0x62eefeb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
hid.usbfd (Waiting
  
Stack0x61829004 0x61830ffcpointer 0x61830ea0 (Cookie OK
  
SignalsSigRec 0xe0000000SigWait 0x00000100 
  State
Process (Waiting
 
HID Keyboard (Waiting
  
Stack0x616e8004 0x616f7ffcpointer 0x616f7f00 (Cookie OK
  
SignalsSigRec 0x90001000SigWait 0x00000000 
  State
Process (Waiting
 
SSD2/SmartFilesystem 1.293  (Waiting
  
Stack0x62e1b004 0x62e1effcpointer 0x62e1eeb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
SSD4/SmartFilesystem 1.293  (Waiting
  
Stack0x62c69004 0x62c6cffcpointer 0x62c6ceb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
SABU/SmartFilesystem 1.293  (Waiting
  
Stack0x62abf004 0x62ac2ffcpointer 0x62ac2eb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
SSD3/SmartFilesystem 1.293  (Waiting
  
Stack0x62d3a004 0x62d3dffcpointer 0x62d3deb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x10000000 
  State
Process (Waiting
 
MainIPC0/CrossDOSFileSystem 53.11  (Waiting
  
Stack0x61115004 0x61124ffcpointer 0x61124eb0 (Cookie OK
  
SignalsSigRec 0x40000100SigWait 0x00000000 
  State
Process (Waiting
 
MainIPH0/CrossDOSFileSystem 53.11  (Waiting
  
Stack0x61564004 0x61573ffcpointer 0x61573eb0 (Cookie OK
  
SignalsSigRec 0x40000100SigWait 0x00000000 
  State
Process (Waiting
 
HID Consumer (Waiting
  
Stack0x615bd004 0x615ccffcpointer 0x615ccf20 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
HID Consumer (Waiting
  
Stack0x61744004 0x61753ffcpointer 0x61753f20 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
hid.usbfd (Waiting
  
Stack0x6181d004 0x61824ffcpointer 0x61824ea0 (Cookie OK
  
SignalsSigRec 0xe0000000SigWait 0x00000100 
  State
Process (Waiting
 
HID Keyboard (Waiting
  
Stack0x616a0004 0x616afffcpointer 0x616aff00 (Cookie OK
  
SignalsSigRec 0x90001000SigWait 0x00000000 
  State
Process (Waiting
 
HID Keyboard (Waiting
  
Stack0x61758004 0x61767ffcpointer 0x61767f00 (Cookie OK
  
SignalsSigRec 0x90001000SigWait 0x00000000 
  State
Process (Waiting
 
HID Keyboard (Waiting
  
Stack0x61730004 0x6173fffcpointer 0x6173ff00 (Cookie OK
  
SignalsSigRec 0x90001000SigWait 0x00000000 
  State
Process (Waiting
 
HID Keyboard (Waiting
  
Stack0x6171c004 0x6172bffcpointer 0x6172bf00 (Cookie OK
  
SignalsSigRec 0x90001000SigWait 0x00000000 
  State
Process (Waiting
 
hid.usbfd (Waiting
  
Stack0x6184e004 0x61855ffcpointer 0x61855ea0 (Cookie OK
  
SignalsSigRec 0xe0000000SigWait 0x00000100 
  State
Process (Waiting
 
RAM/ram-handler 54.24  (Waiting
  
Stack0x628c8004 0x628cbffcpointer 0x628cbd40 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
IDF1/SmartFilesystem 1.293  (Waiting
  
Stack0x6114d004 0x6115cffcpointer 0x6115cea0 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
IDF0/SmartFilesystem 1.293  (Waiting
  
Stack0x61223004 0x61232ffcpointer 0x61232ea0 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
rtl8169.device.0 (Waiting
  
Stack0x60f6c004 0x60f7bffcpointer 0x60f7bef0 (Cookie OK
  
SignalsSigRec 0x78008000SigWait 0x00000100 
  State
Process (Waiting
 
dos_filedir_notify (Waiting
  
Stack0x6fb74004 0x6fb78ffcpointer 0x6fb77eb0 (Cookie OK
  
SignalsSigRec 0x40001000SigWait 0x80000000 
  State
Process (Waiting
 
IPC0/CrossDOSFileSystem 53.11  (Waiting
  
Stack0x61131004 0x61140ffcpointer 0x61140ee0 (Cookie OK
  
SignalsSigRec 0x00010100SigWait 0x00000000 
  State
Process (Waiting
 
IPH0/CrossDOSFileSystem 53.11  (Waiting
  
Stack0x61580004 0x6158fffcpointer 0x6158fee0 (Cookie OK
  
SignalsSigRec 0x00010100SigWait 0x00000000 
  State
Process (Waiting
 
ICBM1/CBM1541FileSystem 2.3  (Waiting
  
Stack0x61640004 0x6164fffcpointer 0x6164ff20 (Cookie OK
  
SignalsSigRec 0xb0000000SigWait 0x00000100 
  State
Process (Waiting
 
ICBM0/CBM1541FileSystem 2.3  (Waiting
  
Stack0x6189a004 0x618a9ffcpointer 0x618a9f20 (Cookie OK
  
SignalsSigRec 0xb0000000SigWait 0x00000100 
  State
Process (Waiting
 
SER/Port-Handler 52.2  (Waiting
  
Stack0x612e5004 0x612f4ffcpointer 0x612f4ee0 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
RANDOM/Random-Handler 52.1  (Waiting
  
Stack0x61301004 0x61310ffcpointer 0x61310ef0 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
PRT/Port-Handler 52.2  (Waiting
  
Stack0x61336004 0x61345ffcpointer 0x61345ee0 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
URL/launch-handler 53.39  (Waiting
  
Stack0x619ff004 0x61a79ffcpointer 0x61a75fa0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x4e46c004 0x4e47bffcpointer 0x4e47be20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x60674004 0x60683ffcpointer 0x60683e20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
AsyncWB (Waiting
  
Stack0x60860004 0x6086fffcpointer 0x6086fe90 (Cookie OK
  
SignalsSigRec 0xc0001000SigWait 0x00000100 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x5b8dc004 0x5b8ebffcpointer 0x5b8ebe20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x6070d004 0x6071cffcpointer 0x6071ce20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x6078e004 0x6079dffcpointer 0x6079de20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x607ee004 0x607fdffcpointer 0x607fde20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x608b7004 0x608c6ffcpointer 0x608c6e20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x62872004 0x62881ffcpointer 0x62881e20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
IDF1/SmartFilesystem 1.293  (Waiting
  
Stack0x611f6004 0x61205ffcpointer 0x61205eb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x00000000 
  State
Process (Waiting
 
IDF0/SmartFilesystem 1.293  (Waiting
  
Stack0x612b8004 0x612c7ffcpointer 0x612c7eb0 (Cookie OK
  
SignalsSigRec 0xe0000100SigWait 0x00000000 
  State
Process (Waiting
 
PIPE/queue-handler 53.4  (Waiting
  
Stack0x61462004 0x61471ffcpointer 0x61471d20 (Cookie OK
  
SignalsSigRec 0x80006100SigWait 0x00000000 
  State
Process (Waiting
 
PIPE/queue-handler 53.4  (Waiting
  
Stack0x6147e004 0x6148dffcpointer 0x6148dd20 (Cookie OK
  
SignalsSigRec 0x80006100SigWait 0x00000000 
  State
Process (Waiting
 
AUDIO/AHI-Handler 6.2  (Waiting
  
Stack0x614b3004 0x614c3004pointer 0x614c2ed0 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
AUDIO/AHI-Handler 6.2  (Waiting
  
Stack0x61513004 0x61523004pointer 0x61522ed0 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
Camd Wait Proc (Waiting
  
Stack0x618be004 0x618d6ffcpointer 0x618d6f10 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
APPDIR/appdir-handler 54.17  (Waiting
  
Stack0x61ab2004 0x61ac1ffcpointer 0x61ac1ec0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
ENV/env-handler 54.18  (Waiting
  
Stack0x628b4004 0x628bbffcpointer 0x628bbef0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x6299e004 0x629a5ffcpointer 0x629a5e20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
RAW/con-handler 53.82  (Waiting
  
Stack0x629c2004 0x629c9ffcpointer 0x629c9e20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
CON/con-handler 53.82  (Waiting
  
Stack0x629e6004 0x629edffcpointer 0x629ede20 (Cookie OK
  
SignalsSigRec 0xa0000100SigWait 0x00000000 
  State
Process (Waiting
 
dos_nbmd_process (Waiting
  
Stack0x6fb95004 0x6fb98ffcpointer 0x6fb98f30 (Cookie OK
  
SignalsSigRec 0x00001100SigWait 0x00000000 
  State
Process (Waiting
 
dos_lock_handler (Waiting
  
Stack0x6fba1004 0x6fba4ffcpointer 0x6fba4f00 (Cookie OK
  
SignalsSigRec 0x00001100SigWait 0x00000000 
  State
Process (Waiting
 
RexxMaster (Waiting
  
Stack0x610c1004 0x610d0ffcpointer 0x610d0ec0 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 6 (Waiting
  
Stack0x610d5004 0x610e8ffcpointer 0x610e8c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 1 (Waiting
  
Stack0x611cd004 0x611e0ffcpointer 0x611e0c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 0 (Waiting
  
Stack0x6128f004 0x612a2ffcpointer 0x612a2c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 4 (Waiting
  
Stack0x6138b004 0x6139effcpointer 0x6139ec50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 5 (Waiting
  
Stack0x61417004 0x6142affcpointer 0x6142ac50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 7 (Waiting
  
Stack0x61544004 0x61557ffcpointer 0x61557c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 3 (Waiting
  
Stack0x615f5004 0x61608ffcpointer 0x61608c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
diskimage.device unit 2 (Waiting
  
Stack0x61684004 0x61697ffcpointer 0x61697c50 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000100 
  State
Process (Waiting
 
TEXTCLIP/textclip-handler 53.4  (Waiting
  
Stack0x61908004 0x61917ffcpointer 0x61917ec0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
compose.task (Waiting
  
Stack0x60c1d000 0x60c25000pointer 0x60c24bd0 (Cookie OK
  
SignalsSigRec 0x00000010SigWait 0x00000000 
  State
Task (Waiting
 
Workbench DosList Notify (Waiting
  
Stack0x60a32004 0x60a41ffcpointer 0x60a41f40 (Cookie OK
  
SignalsSigRec 0x00003000SigWait 0x00000100 
  State
Process (Waiting
 
MUI imagespace screen notify (Waiting
  
Stack0x54b32004 0x54b41ffcpointer 0x54b41d30 (Cookie OK
  
SignalsSigRec 0xc0001000SigWait 0x00000100 
  State
Process (Waiting
 
ContextMenus Command Dispatcher (Waiting
  
Stack0x53aeb004 0x53afaffcpointer 0x53afaf30 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
ramlib (Waiting
  
Stack0x628d8004 0x628f0ffcpointer 0x628f0f20 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
TextEditor.mcc clipboard server (Waiting
  
Stack0x4f486004 0x4f489ffcpointer 0x4f489ea0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
texteditor.gadget Clipboard Server (Waiting
  
Stack0x5b593004 0x5b5abffcpointer 0x5b5abf00 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
string.gadget server (Waiting
  
Stack0x609fa004 0x60a09ffcpointer 0x60a09db0 (Cookie OK
  
SignalsSigRec 0x40000000SigWait 0x00000100 
  State
Process (Waiting
 
Workbench Clipboard Server (Waiting
  
Stack0x60aaa004 0x60ab9ffcpointer 0x60ab9ef0 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x00000100 
  State
Process (Waiting
 
AmiDock (Ready
  
Stack0x60729004 0x60738ffcpointer 0x60737f50 (Cookie OK
  
SignalsSigRec 0x00000010SigWait 0x00000010 
  State
Process (Ready
 
NotificationServer (Waiting
  
Stack0x60690004 0x606afffcpointer 0x606af7b0 (Cookie OK
  
SignalsSigRec 0x00000010SigWait 0x04000000 
  State
Process (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fccd004 0x6fcd4ffcpointer 0x6fcd4eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fca5004 0x6fcacffcpointer 0x6fcaceb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
TCP/IP Control (Waiting
  
Stack0x60ff0004 0x60fffffcpointer 0x60fffdc0 (Cookie OK
  
SignalsSigRec 0xf8009080SigWait 0x00000000 
  State
Process (Waiting
 
ELF Collector (Waiting
  
Stack0x6fb4f004 0x6fb5fffcpointer 0x6fb5fe70 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fcc1004 0x6fcc8ffcpointer 0x6fcc8eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fc99004 0x6fca0ffcpointer 0x6fca0eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fcb5004 0x6fcbcffcpointer 0x6fcbceb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fc8d004 0x6fc94ffcpointer 0x6fc94eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
Background CLI [wait] (Waiting
  
Stack0x545b7004 0x545c6ffcpointer 0x545c6f00 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000100 
  State
Process (Waiting
 
Background CLI [wait] (Waiting
  
Stack0x4fce4004 0x4fcf3ffcpointer 0x4fcf3f00 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000100 
  State
Process (Waiting
 
Background CLI [wait] (Waiting
  
Stack0x545cb004 0x545daffcpointer 0x545daf00 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000100 
  State
Process (Waiting
 
Mounter GUI (Waiting
  
Stack0x61b4f004 0x61b62ffcpointer 0x61b62e10 (Cookie OK
  
SignalsSigRec 0x80007000SigWait 0x00000000 
  State
Process (Waiting
 
DiskImageGUI (Waiting
  
Stack0x5b794004 0x5b7a3ffcpointer 0x5b7a3dc0 (Cookie OK
  
SignalsSigRec 0xd7009000SigWait 0x00000100 
  State
Process (Waiting
 
Background CLI [smbfs.os4_2.2 '//Synology-DS120j/NAS'] (Waiting
  
Stack0x54a0c004 0x54a1bffcpointer 0x54a1b5a0 (Cookie OK
  
SignalsSigRec 0x8000f080SigWait 0x00000100 
  State
Process (Waiting
 
ARexx (Waiting
  
Stack0x60b13004 0x60b23004pointer 0x60b22d60 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
TCP/IP Configuration (Waiting
  
Stack0x61028004 0x61037ffcpointer 0x61037e10 (Cookie OK
  
SignalsSigRec 0xf8003000SigWait 0x00000000 
  State
Process (Waiting
 
TCP/IP Superserver (Waiting
  
Stack0x6100c004 0x6101bffcpointer 0x6101b9f0 (Cookie OK
  
SignalsSigRec 0xd0000080SigWait 0x00000000 
  State
Process (Waiting
 
ARexx (Waiting
  
Stack0x60964004 0x60974004pointer 0x60973d60 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 [
OWBJavaScriptCore::BlockFree (Waiting
  
Stack0x5d428004 0x5d4a7ffcpointer 0x5d4a7ed0 (Cookie OK
  
SignalsSigRec 0x00000010SigWait 0x00000000 
  State
Process (Waiting
 
Odyssey [Odyssey] (Waiting
  
Stack0x54ba8004 0x54d90ffcpointer 0x54d90c60 (Cookie OK
  
SignalsSigRec 0x03e0d000SigWait 0x10000080 
  State
Process (Waiting
 [
OWBTimer (Waiting
  
Stack0x551af004 0x551beffcpointer 0x551beee0 (Cookie OK
  
SignalsSigRec 0x50000000SigWait 0x20000000 
  State
Process (Waiting
 
AmigaOS:C/IconX (Waiting
  
Stack0x503ac004 0x503bbffcpointer 0x503bba80 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
ContextMenus (Waiting
  
Stack0x6080a004 0x60819ffcpointer 0x60819c90 (Cookie OK
  
SignalsSigRec 0xe0001000SigWait 0x0c000000 
  State
Process (Waiting
 
InfoWB (Waiting
  
Stack0x5b8f0004 0x5b8ffffcpointer 0x5b8ffc90 (Cookie OK
  
SignalsSigRec 0xf8001000SigWait 0x00000100 
  State
Process (Waiting
 
application.library messageserver (Waiting
  
Stack0x61eec000 0x61eecfa0pointer 0x61eecf10 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000000 
  State
Task (Waiting
 
Background CLI [SYS:System/AmiUpdate/AmiUpdate] (Waiting
  
Stack0x54745004 0x547c4ffcpointer 0x547c4370 (Cookie OK
  
SignalsSigRec 0xec001000SigWait 0x00000000 
  State
Process (Waiting
 [
OWBIconDatabase (Waiting
  
Stack0x525c3004 0x52642ffcpointer 0x52642e90 (Cookie OK
  
SignalsSigRec 0x00000010SigWait 0x00000000 
  State
Process (Waiting
 
ARexx (Waiting
  
Stack0x54af8004 0x54b08004pointer 0x54b07d60 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
Background CLI [RX] (Waiting
  
Stack0x55132004 0x55141ffcpointer 0x55141e20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
Background CLI [RX] (Waiting
  
Stack0x53f17004 0x53f26ffcpointer 0x53f26e20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
Background CLI [RX] (Waiting
  
Stack0x60de4004 0x60df3ffcpointer 0x60df3e20 (Cookie OK
  
SignalsSigRec 0x00000100SigWait 0x00000000 
  State
Process (Waiting
 
KeymapSwitcher.docky (Waiting
  
Stack0x54292004 0x542a1ffcpointer 0x542a1ef0 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
clipview.library server (Waiting
  
Stack0x5b69c004 0x5b6bbffcpointer 0x5b6bbdf0 (Cookie OK
  
SignalsSigRec 0xd8003000SigWait 0x00000000 
  State
Process (Waiting
 
select.gadget prefs (Waiting
  
Stack0x5b688004 0x5b697ffcpointer 0x5b697ca0 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
smartbutton.docky (Waiting
  
Stack0x5b620004 0x5b62fffcpointer 0x5b62fec0 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
« IPrefs » (Waiting
  
Stack0x627dc004 0x627ebffcpointer 0x627eba20 (Cookie OK
  
SignalsSigRec 0x0000f000SigWait 0x20000000 
  State
Process (Waiting
 
MouseBlanker (Waiting
  
Stack0x5b780004 0x5b78fffcpointer 0x5b78fa00 (Cookie OK
  
SignalsSigRec 0xc000d000SigWait 0x00000100 
  State
Process (Waiting
 
DefIcons (Waiting
  
Stack0x607ba004 0x607c9ffcpointer 0x607c9db0 (Cookie OK
  
SignalsSigRec 0x80009000SigWait 0x00000100 
  State
Process (Waiting
 
Background CLI [Tools:Audio/MIDI/CamdTools/MidiThru/MidiThru] (Waiting
  
Stack0x60e3c004 0x60e4bffcpointer 0x60e4bb70 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000100 
  State
Process (Waiting
 
TCP/IP Log (Waiting
  
Stack0x61b0f004 0x61b1effcpointer 0x61b1ef00 (Cookie OK
  
SignalsSigRec 0x80003000SigWait 0x00000000 
  State
Process (Waiting
 
« ConClip » (Waiting
  
Stack0x61afb004 0x61b0affcpointer 0x61b0aee0 (Cookie OK
  
SignalsSigRec 0x80008000SigWait 0x00000000 
  State
Process (Waiting
 
USB stack Process (Waiting
  
Stack0x61b77004 0x61b86ffcpointer 0x61b86ee0 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Process (Waiting
 
MassStorage Notifier (Waiting
  
Stack0x6fde1000 0x6fde8d00pointer 0x6fde8c70 (Cookie OK
  
SignalsSigRec 0x80001000SigWait 0x00000000 
  State
Task (Waiting
 
DST watcher (Waiting
  
Stack0x61e89004 0x61e98ffcpointer 0x61e98f10 (Cookie OK
  
SignalsSigRec 0xc0000000SigWait 0x00000000 
  State
Process (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fbcd004 0x6fbd4ffcpointer 0x6fbd4eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fc49004 0x6fc50ffcpointer 0x6fc50eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
hub.usbfd (Waiting
  
Stack0x6fc6d004 0x6fc74ffcpointer 0x6fc74eb0 (Cookie OK
  
SignalsSigRec 0x30000000SigWait 0x00000000 
  State
Task (Waiting
 
Background CLI [EasyRPG-Player] (Crashed
  
Stack0x4b2d3004 0x4b2e2ffcpointer 0x4b2e2c70 (Cookie OK
  
SignalsSigRec 0x00000020SigWait 0x20000100 
  State
Process (Crashed
 
Background CLI [AmigaOS:Prefs/Presets/CANDI/data/DefaultLight] (Ready
  
Stack0x5b15a004 0x5b169ffcpointer 0x5b1699a0 (Cookie OK
  
SignalsSigRec 0x40000000SigWait 0x14000100 
  State
Process (Ready
 
Mounter Task (Waiting
  
Stack0x6fde9000 0x6fdf7a60pointer 0x6fdf7970 (Cookie OK
  
SignalsSigRec 0xb0001000SigWait 0x00000000 
  State
Task (Waiting
 
Mounter Companion Process (Waiting
  
Stack0x61b93004 0x61ba2ffcpointer 0x61ba2f40 (Cookie OK
  
SignalsSigRec 0x80003000SigWait 0x00000000 
  State
Process (Waiting
 
CANDI (Waiting
  
Stack0x608d3004 0x608e2ffcpointer 0x608e2820 (Cookie OK
  
SignalsSigRec 0x70005000SigWait 0x00000000 
  State
Process (Waiting
 
ramlib.support (Waiting
  
Stack0x6290d004 0x62925ffcpointer 0x62925f00 (Cookie OK
  
SignalsSigRec 0x80005000SigWait 0x00000000 
  State
Process (Waiting
 
dos_signal_server (Waiting
  
Stack0x6fb7d004 0x6fb80ffcpointer 0x6fb80f20 (Cookie OK
  
SignalsSigRec 0x0000f000SigWait 0x00000000 
  State
Process (Waiting
 
appdir envarc manager (Waiting
  
Stack0x61a96004 0x61aa5ffcpointer 0x61aa4be0 (Cookie OK
  
SignalsSigRec 0x80005000SigWait 0x00000000 
  State
Process (Waiting
 
Workbench (Ready
  
Stack0x60e6c004 0x60e7bffcpointer 0x60e7be50 (Cookie OK
  
SignalsSigRec 0x80000000SigWait 0x80000000 
  State
Process (Ready
 
CPUDock_idleTask (Ready
  
Stack0x5b118000 0x5b11a000pointer 0x5b119f60 (Cookie OK
  
SignalsSigRec 0x40000000SigWait 0x00000000 
  State
Task (Ready
 
idle.task (Ready
  
Stack0x6ff62000 0x6ff63000pointer 0x6ff62fd0 (Cookie OK
  
SignalsSigRec 0x00000000SigWait 0x00000000 
  State
Task (Ready)

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Quite a regular
Quite a regular


See User information
That's too bad indeed. If the library auto init stub is broken on your system, then it's not very likely a new version will fix anything, as it's not part of the Player but the library's SDK. We'll see.

This is just like television, only you can see much further.
Go to top
Re: EasyRPG Player
Site Builder
Site Builder


See User information
assertion "p != nullptr" failed: file "src/dbarray.cpp", line 53

Whenever I run the player I get constantly in an output window the above line and nothing happens.
I have the player in it's folder and in the same folder many other games extracted. Each game has it's own folder and the RPG_RT.* files at it's root.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: EasyRPG Player
Home away from home
Home away from home


See User information
@walkero

Very same error happens to me too, nothing that BSzili can do about

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: EasyRPG Player
Site Builder
Site Builder


See User information
I found out that I was missing the pixman library. As soon as I installed it it works fine.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top

  Register To Post
« 1 2 3 (4) 5 6 »

 




Currently Active Users Viewing This Thread: 2 ( 0 members and 2 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project