Bug 38187 (raidem) - Не запускается игра raidem
Summary: Не запускается игра raidem
Status: ASSIGNED
Alias: raidem
Product: Sisyphus
Classification: Development
Component: raidem (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: viy
QA Contact: qa-sisyphus
URL: http://git.altlinux.org/srpms/r/raide...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-05 12:22 MSK by viktor
Modified: 2020-03-07 12:11 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description viktor 2020-03-05 12:22:42 MSK
Не запускается игра raidem.
Терминал выдает ошибка сегментирования.

Проверено в симпли линукс и стартерките gnome3.
Comment 1 viy 2020-03-07 12:11:58 MSK
как понимаю, на x86_64.

подозрение на loadpng
--- из лога сборки ---
loadpng.c:326:34: warning: cast between incompatible function types from 'void (*)(png_struct *, png_byte *, png_uint_32)' {aka 'void (*)(struct png_struct_def *, unsigned char *, unsigned int)'} to 'void (*)(png_struct *, png_byte *, size_t)' {aka 'void (*)(struct png_struct_def *, unsigned char *, long unsigned int)'} [-Wcast-function-type]
     png_set_read_fn(png_ptr, fp, (png_rw_ptr)read_data);
                                  ^
loadpng.c: In function 'load_memory_png_ex':
loadpng.c:434:52: warning: cast between incompatible function types from 'void (*)(png_struct *, png_byte *, png_uint_32)' {aka 'void (*)(struct png_struct_def *, unsigned char *, unsigned int)'} to 'void (*)(png_struct *, png_byte *, size_t)' {aka 'void (*)(struct png_struct_def *, unsigned char *, long unsigned int)'} [-Wcast-function-type]
     png_set_read_fn(png_ptr, &memory_reader_state, (png_rw_ptr)read_data_memory);