fs-uae icon indicating copy to clipboard operation
fs-uae copied to clipboard

FS-UAE 3.0.0 hard crashes when running AROS

Open MBeijer opened this issue 5 years ago • 0 comments

When setting FS-UAE 3.0.0 (tested on Linux) to run in JIT-mode, booting AROS causes a hard crash on the emulation and the window just closes. No freeze, no guru, the window just closes.

It works fine without JIT though.

Prebuilt AROS hdf file: https://dl.amigadev.com/nightly/aros/2019/12/01/amiga-m68k-9.1.0-2.32/aros-amiga-m68k-boot.hdf

The shell log doesn't say anything useful either:

$ fs-uae --verbose AROS-test.fs-uae 
FS-UAE 3.0.0u1 (Built for Linux x86-64)
Copyright 1995-2002 Bernd Schmidt, 1999-2017 Toni Wilen,
2003-2007 Richard Drummond, 2006-2011 Mustafa 'GnoStiC' Tufan,
2011-2017 Frode Solheim, and contributors.

This is free software; see the file COPYING for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the README for more copyright info, and the source code for
a full list of contributors

UAE: Initializing core derived from WinUAE 3300b2
LOG: /home/marlon/Documents/FS-UAE/Cache/Logs/fs-uae.log.txt
# Keyboards path: /home/marlon/Documents/FS-UAE/Data/Devs/Keyboards
UAE: KS ROM v3.1 (A4000)(Cloanto) rev 40.68 (512k)
 -- stub -- my_resolvesoftlink 
 -- stub -- my_resolvesoftlink 
res_initcode context = (nil)


picasso96_alloc2


monitor: 0
setting gwwpagesize to something...
 -- stub -- my_resolvesoftlink 
 -- stub -- my_resolvesoftlink 
 -- stub -- my_resolvesoftlink 
 -- stub -- my_resolvesoftlink 
AL lib: (EE) alc_cleanup: 1 device not closed

AROS-test.fs-uae:

[fs-uae]
amiga_model = A4000
#amiga_model = A4000/040
base_dir = /home/marlon/Documents/FS-UAE
bsdsocket_library = 1
cdroms_dir = /home/marlon/Documents/FS-UAE/CD-ROMs
chip_memory = 2048
configurations_dir = /home/marlon/Documents/FS-UAE/Configurations
controllers_dir = /home/marlon/Documents/FS-UAE/Controllers
#cpu = 68030
cpu = 68040-NOMMU
floppies_dir = /tmp/
floppy_drive_volume = 0
floppy_drive_volume_empty = 0
floppy_image_0 = Save Disk.adf
fullscreen = 0
fullscreen_mode = fullscreen
graphics_card = uaegfx
hard_drive_0 = /home/marlon/Documents/FS-UAE/Hard Drives/aros.hdf
hard_drive_1 = /home/marlon/tmp/sdl-demo/bin
hard_drives_dir = /home/marlon/Documents/FS-UAE/Hard Drives
#jit_compiler = 0
jit_compiler = 1
joystick_port_0 = Mouse
joystick_port_0_mode = mouse
joystick_port_1 = none
joystick_port_1_mode = none
joystick_port_2 = none
joystick_port_2_mode = none
joystick_port_3 = none
joystick_port_3_mode = none
keep_aspect = 1
kickstart_file = /home/marlon/Documents/FS-UAE/Kickstarts/Kickstart v3.1 rev 40.68 (1993)(Commodore)(A4000)[h Cloanto].rom
kickstarts_dir = /home/marlon/Documents/FS-UAE/Kickstarts
maximized = 0
mouse_speed = 90
quick_settings = 1
save_states_dir = /home/marlon/Documents/FS-UAE/Save States
screenshots_output_prefix = a4000dev
state_dir = /home/marlon/Documents/FS-UAE/Save States/A4000-dev
texture_format = rgb
themes_dir = /home/marlon/Documents/FS-UAE/Themes
zoom = auto+border
zorro_iii_memory = 131072

MBeijer avatar Dec 01 '19 15:12 MBeijer