Re: [hatari-devel] Autostart with stored memory state |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Autostart with stored memory state
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 24 Oct 2021 07:24:56 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1635060298; bh=jXP4ops5QPQo++KVqm+noxBs/styrY3kA5H3s8t20mk=; h=Date:From:To:Subject:From; b=e/Rb0zeeG7y7p3GDzCO6TTWZLFEmgFrFuI5wZ0ta8WVCdir7HzTq+MM32jfbrt0xX JUviB8PjP/t9CZIEwbobtqwXOrQSh1M7Fd4KFP9qJ2nz9pql/nlmcuyvhoNhKg6poc QwCBFRD/xBKcdL0LZUtZDS2X4ibiGmHpIVFIApXTQfpxsryjRSDkZuaCxuhxqdYp9h k23beCrgnrXktpf172uVkknCR40ZTxe3Q9HaiJc+Cje0HGJmlhX6z5hdHWM3VAWYyD XWUmnRdmBwHwhoKz9n/3OGVd7cAo1usyL02AdFrTV+21GDlJ1TNJOBr01kPESMSsze idekRArnN+jtA==
Am Tue, 27 Jul 2021 08:25:07 +0200
schrieb Miro Kropáček <miro.kropacek@xxxxxxxxx>:
> Hi,
>
> don't know if I'm doing something wrong but with latest Hatari 2.3.1
> for win64 I'm unable to get this feature working. If I save the
> state, I see a new hatari.sav created in my AppData folder. If I
> check that "autostart feature", I see another auto.sav created there.
> So I close Hatari, start again and boom, crash.
>
> While looking at the files I noticed they have different file sizes
> (962 456 = ok, 960 183 = not ok). So I rename hatari.sav to auto.sav,
> start hatari, everything's great. Close Hatari, auto.sav has again
> different size (to be honest, not sure whether that size has changed
> exactly then).
>
> Can anyone verify this? Attaching my cfg, can provide the memory
> snapshots as well.
Hi Miro,
did you ever find a solution for this problem? I just tried to recreate
it (with the current development version on Linux), but it seems to
work fine for me...
If the problem still persists, could you maybe try to set
"nTextLogLevel = 5" and see whether there is anything interesting in
the log file afterwards?
Thomas