Re: [hatari-devel] Mac binary download at Tuxfamily |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Mac binary download at Tuxfamily
- From: Bob Carpenter <bcripon89@xxxxxxxxx>
- Date: Sun, 24 Jun 2012 17:01:07 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sB9NH9HWkxpuKcGg7b5XvKw+ZaKazBBO/J0K+PkR224=; b=r4l8CF9bSHQeF9kWitZPrrM9qYf1cf/DxrlxnV9z1bJaM1rZHSfO0L0GeS6BdZ0WTw lNa2BKgaJ5IVOiT9xohHVIeW2pltl4GC2Tf9z5eY8xWvx3HpgUu7TolJtxuYGup0to6f u/tDO0asekKMADI5BwWJm/okqXdqc7a10+7bJHigsb0f3GOxZC/pDapfoUIcACBUQgzC hI0npoETc2QLy2GMkES71lLJQ5EZ4//zR/PO01cK3FDgNPZ8BXynbOGcJ+FaSnDoeFBa P9ve2fhmwshXibIwXH3umU7SCLRIfDpuTLhSsjJ1AzRNJt86TdatYupczW37Ml0+MrjB vn6Q==
Jerome,
I have seen the same issues if you use the SDL GUI from Falcon mode. If I exit Hatari while in Falcon mode, Hatari is very likely to crash. I also notice the missing text from the SDL GUI.
None of this appears to happen as long as you stay in ST mode.
After some work, I was able to compile an Intel-only binary. However, I had to copy over the SDLMain.nib file from your binary. The SDLMain.nib file in the source that I downloaded said I had custom access and I never could fix the permissions to work. The main effect of the problem is that I did not see the interface changes for the YM Voices mixing until I copied your nib file into the source that I was attempting to compile. I also had to upgrade CMake to 2.8.8 in order to generate the initial Xcode project that is needed to start compiling Hatari.
Bob
On Sun, Jun 24, 2012 at 12:11 PM, Jerome Vernet
<vernet.jerome@xxxxxxxxxx> wrote:
In fact, there is much much more bugs related to SDL than expected. Hatari is mostly unusable.
Loading a configuration (switching from Falcon to ST for example) hang in SDL_UpdateRects(surf, 1, &MessageRect),a SDL function called from StatusBarDrawMessage.
Quit hang most of the time in SDL_free (if you do not use SDL GUI, it will not hang at all).
oops.