Closed GrimSqueaker closed 3 years ago
In sub_8F100_sound_prod19 the function sub_938C0_AIL_set_sample_file is called with an illegal sound buffer pointer (a2 is 68 in str_E37A0_sound_buffer2->str_8.wavs_10[a2].dword_0 but wavs_10 has only 64 entries.
sub_8F100_sound_prod19
sub_938C0_AIL_set_sample_file
a2
68
str_E37A0_sound_buffer2->str_8.wavs_10[a2].dword_0
wavs_10
This is triggered before the crash: FIXME: 64bit @ function Convert_to_shadow_D41A0_BYTESTR_0, line 3867, file ../../remc2/engine/Basic.cpp
FIXME: 64bit @ function Convert_to_shadow_D41A0_BYTESTR_0, line 3867, file ../../remc2/engine/Basic.cpp
fixed - number of sound changed from 64 to 96
In
sub_8F100_sound_prod19
the functionsub_938C0_AIL_set_sample_file
is called with an illegal sound buffer pointer (a2
is68
instr_E37A0_sound_buffer2->str_8.wavs_10[a2].dword_0
butwavs_10
has only 64 entries.