solarus-games/zsdx

Amount of money not showing up next to the symbol.

ekureina opened this issue · 6 comments

There is only the rupee image and not any number.

I don't have this problem. Can you send me your savegame file?

It is not that, I see it in both the unlocked save you sent me and new saves. Could it be lua vs. luajit? I am using regular lua. If that is the case, all the more reason for using luajit.

I don't think this is Lua vs LuaJIT. What exact version of SDL2 and SDL2_image are you using?

According to Synaptic:
libsdl2-2.0-0 version 2.0.0+dfsg1-2bpo70+1
libsdl2-dev version 2.0.0+dfsg1-2
bpo70+1
libsdl2-image-2.0-0 version 2.0.0+dfsg-3
libsdl2-image-dev version 2.0.0+dfsg-3
The libsdl2s are from wheezy-backports, and the libsdl2-images are compiled from the jessie sources. All are 64-bit packages and the binaries for the libsdl2-images are on Google Drive.

I had problems with libsdl 2.0.0 and I have to use 2.0.1. Don't know if it can be related, cause I couldn't play the game at all with 2.0.0 (black screen everywhere).

Yes, this is most likely the problem. SDL 2.0.0 is buggy. We should document that.