-
-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Description
Hi again,
I am testing the 8.0.0 version of Amiberry, compiled from sources. I recreated the configuration file and launched the program.
This is what happens to me:
- with native resolution I can boot
- I try to change the screenmode to uaegfx 800x600 16Bit PC (or other resolution)
- 'Adjusting screen' appears then Amiberry crashes and I get this on tty console:
marco@raspberrypi:~/amiberry/build $ ./amiberry
IPC: Removing stale socket at /run/user/1000/amiberry.sock
IPC: Listening on /run/user/1000/amiberry.sock
free(): invalid next size (normal)
Aborted
-NOTE: if I run Amiberry from OS gui, setting the uaegfx mode crashes and exit the program (100% of the times)
-
if I run Amiberry from tty console, no gui, setting the uaegfx mode freezes the Raspberry PI (100% of the times)
This is my log file:
LOG FILE:
Amiberry 8.0.0 (Public Beta 28, 2026.03.06) Logfile
Compiled against SDL2 v2.26.5, Linked against SDL2 v2.26.5
'/home/marco/.config/amiberry/amiberry.ini' enabled
MMAN: Total physical RAM 8059 MB, all RAM 8059 MB
MMAN: Attempting to reserve: 2048 MB
VM: Reserve 0x80000000 bytes
VM: Reserve 0x80000000 bytes, got address 0x7ffee1470000
MMAN: Reserved 0x7ffee1470000-0x7fff61470000 (0x80000000 2048M)
MMAN: INFO: natmem at 0x7ffee1470000 exceeds 32-bit range - JIT direct mode allowed (64-bit clean)
CLOCKFREQ: MONOTONIC 1000.0000MHz
Enumerating display devices..
Sorting devices and modes...
0 '0' [0]
-: 0 [0]
0: 640x480 (60)
1: 720x480 (60)
2: 720x576 (50)
3: 1280x720 (48,50,60)
4: 1920x1080 (48,50,60)
5 display modes.
Desktop: W=1920 H=1080 B=32 HZ=60. CXVS=1920 CYVS=1080
Enumerating SDL2 playback devices...
Detected 1 sound playback devices
Sound playback device 0: Built-in Audio Digital Stereo (HDMI)
Enumerating SDL2 recording devices...
Detected 0 sound recording devices
Enumeration end
0:SDL2: Built-in Audio Digital Stereo (HDMI)
Enumerating recording devices:
Enumeration done
----------------------- SKIPPING NOT RELEVANT LINES ------------------------------------
44-265 [670 130-069/066]: P96: Hardware sprite support disabled
44-265 [670 130-069/066]: uaegfx.card magic code: 00F04800-00F0494A BI=400D020C
44-265 [670 130-069/066]: 1: 50001000 320x 200 UAE: 320x 200
44-265 [670 130-069/066]: 2: 50011000 320x 240 UAE: 320x 240
44-265 [670 130-069/066]: 3: 50091000 320x 256 UAE: 320x 256
44-265 [670 130-069/066]: 4: 50021000 640x 400 UAE: 640x 400
44-265 [670 130-069/066]: 5: 50031000 640x 480 UAE: 640x 480
44-265 [670 130-069/066]: 6: 500A1000 640x 512 UAE: 640x 512
44-265 [670 130-069/066]: 7: 50831000 720x 480 UAE: 720x 480
44-265 [670 130-069/066]: 8: 50841000 720x 576 UAE: 720x 576
44-265 [670 130-069/066]: 9: 50041000 800x 600 UAE: 800x 600
44-265 [670 130-069/066]: 10: 50BF1000 1024x 600 UAE:1024x 600
44-265 [670 130-069/066]: 11: 50051000 1024x 768 UAE:1024x 768
44-265 [670 130-069/066]: 12: 508E1000 1280x 720 UAE:1280x 720
44-265 [670 130-069/066]: 13: 50071000 1280x1024 UAE:1280x1024
44-265 [670 130-069/066]: 14: 50981000 1920x1080 UAE:1920x1080
48-834 [871 001-001/311]: pull overflow! 16384 8192 16384 (count=4608)
49-308 [886 001-003/000]: SNDRATE 312.5*227.0*50.000278=3546894.750000
49-308 [886 001-003/000]: PAL mode lace V=50.0002Hz H=15625.0878Hz (227x312+1) IDX=10 (PAL) D=0 RTG=0/0
49-308 [886 001-003/000]: RTGFREQ: 312*50.0002 = 15600.0859 / 50.0 = 311
52-296 [998 001-212/209]: pull overflow! 16384 8192 16384 (count=5120)
55-940 [1135 001=215/212]: pull overflow! 16384 8192 16384 (count=5632)
58-999 [1242 001-154/151]: pull overflow! 16384 8192 16384 (count=6144)
1970-01-01 01:01:01
01-514 [1319 001=035/032]: pull overflow! 16384 8192 16384 (count=6656)
04-956 [1446 001-260/257]: pull overflow! 16384 8192 16384 (count=7168)
08-811 [1595 001=137/134]: pull overflow! 16384 8192 16384 (count=7680)
12-491 [1734 001-236/233]: pull overflow! 16384 8192 16384 (count=8192)
16-154 [1871 001=239/236]: pull overflow! 16384 8192 16384 (count=8704)
20-258 [2031 001=303/300]: pull overflow! 16384 8192 16384 (count=9216)
22-912 [2117 001=276/273]: pull overflow! 16384 8192 16384 (count=9728)
25-845 [2217 001=234/231]: pull overflow! 16384 8192 16384 (count=10240)
28-526 [2303 001=207/204]: pull overflow! 16384 8192 16384 (count=10752)
OTHER DETAILS:
My system is a Raspberry PI 5, SDL2 v2.26.5
With previous version of Amiberry uaegfx wan not an issue
Picasso96 version 2.0 from Aminet
rtg.library version 40.3945
amigaos version 3.2.2
I launch Amiberry by command line:
cd amiberry/build
./amiberry
Reactions are currently unavailable