This is really great! Thank you very much!!
I have a question and a few suggestions.
I have a 512mb pandora, and I managed to get civ running on uae4all. But, I can't get any of my workbenches to boot.
They all start, and then quit, in fact uae4all quits. When I manually start uae4all from the command line, I see that I get a segmentation fault at that point.
Any idea what the problem could be? I tried different kickstart/WB combinations, different processor speeds, etc. Nothing seems to help.
The same WB files seem to work well on my mac.
Now for the suggestions:
Is it possible to enable floppy drive sounds? Or some kind of indication that the floppy is being read? On some games it takes a long time to load, and I'd like to know if it is stuck or still reading. (It is also very cool...)
Is it possible to make the answer to first question about old or new UAE4all version permanent?
It could also be nice to be able to see the current resolution of the screen (I know, amiga can have several on the same screen...), so that it is easier
to chose the right resolution.
Thanks a lot!
Addendum:
----
I did strace, and the lines before the segfault are:
--
open("/etc/localtime", O_RDONLY) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
fstat64(13, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40595000
read(13, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0"..., 4096) = 2309
_llseek(13, -28, [2281], SEEK_CUR) = 0
read(13, "\nCET-1CEST,M3.5.0,M10.5.0/3\n", 4096) = 28
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
--
???