ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
342 stars 90 forks source link

broken OGG file hangs client (on windows) #661

Closed mlcdev closed 2 years ago

mlcdev commented 2 years ago

from client.log

2022/02/07 16:05:56 WRN 1638 ryzom_client_dev_r.exe audio_decoder_vorbis.cpp 183 NLSOUND::CAudioDecoderVorbis::getNextBytes : ov_read returned OV_EINVAL 2022/02/07 16:05:56 WRN 1638 ryzom_client_dev_r.exe audio_decoder_vorbis.cpp 183 NLSOUND::CAudioDecoderVorbis::getNextBytes : ov_read returned OV_EINVAL 2022/02/07 16:05:56 WRN 1638 ryzom_client_dev_r.exe audio_decoder_vorbis.cpp 183 NLSOUND::CAudioDecoderVorbis::getNextBytes : ov_read returned OV_EINVAL 2022/02/07 16:05:56 WRN 1638 ryzom_client_dev_r.exe audio_decoder_vorbis.cpp 183 NLSOUND::CAudioDecoderVorbis::getNextBytes : ov_read returned OV_EINVAL 2022/02/07 16:05:56 WRN 1638 ryzom_client_dev_r.exe audio_decoder_vorbis.cpp 183 NLSOUND::CAudioDecoderVorbis::getNextBytes : ov_read returned OV_EINVAL

the client keeps repeating this line and splits the client.log into hundreds of 5 mb log files, after a while windows reports the app is not responding. Occurs with the current Core4 supplied client binary.

kaetemi commented 2 years ago

Thanks, will fix ASAP.