Re: [hatari-devel] Issue reports on Hatari v1.8.0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Aug 12, 2014, at 3:09 AM, Thomas Huth <th.huth@xxxxxx> wrote:
>>
>
> Ok, great! I've copied the code to the repository now.
> (BTW, when you create patches, please use the "unified" format
> by using the "-u" option with the diff tool - that's much better
> readable and easier to apply)
Thomas,
Thank you for adding the change to the repository. I will make a note to use the ‘-u’ parameter next time.
>
>> The bad news is that the animation capture crashes after you select
>> the directory for the AVI file. However, I tested Hatari without my
>> SDLMain.m changes and it still crashes. This does not happen in the
>> release version. In the OS X version, it crashes in
>> PixelConvert_32to24Bits_BGR. The actual crash is in the 1st statement
>> within the for loop. I could not duplicate the crash in the Windows
>> version. Could you try the Linux version of the current development
>> code and see if you have the same crash? Honestly, I hope the same
>> thing happens in the Linux version since I am confident one of you
>> could fix it very quickly.
>
> I could not recreate that crash here since the SDL GUI does not feature
> the possibility to change the recording directory ;-)
> However, I noticed a different problem, at least with SDL2: When you
> switch to fullscreen and back while you're recording, the video does
> not get update right anymore. Did you use SDL2 when your crash
> occured?
>
> A question to Nicolas: It seems like the code in avi_record.c takes a
> copy of the SDL surface pointer:
>
>
Unfortunately, I was not using SDL2. I did have the SDL2 framework in ~/Library/Frameworks but I removed it before this last compile just in case it was seen during the compilation or execution of Hatari. Unfortunately, I get the same error when I moved the SDL2 framework to my Desktop. The video recording also crashes when I use the SDL menu as well. However, it does not crash Hatari until I exit the SDL menu. I retested the 1.8.0 released version and the video crash does not occur there.
Can someone else who compiles Hatari for OS X test the latest Mercurial snapshot and see if you have the same crash when recording video? If it just me, I am not concerned. I only record video in Hatari when testing that functionality.
Bob C