Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Tried to play a chunk with a bad frame" when opening or closing curtains #22

Closed
hexagonrecursion opened this issue Dec 19, 2021 · 0 comments · Fixed by #24
Closed

"Tried to play a chunk with a bad frame" when opening or closing curtains #22

hexagonrecursion opened this issue Dec 19, 2021 · 0 comments · Fixed by #24

Comments

@hexagonrecursion
Copy link
Contributor

When I open or close the curtains the game freezes for a bit (as it always does when generating an error) and the following is appended to the debug log:

10:01:03.388 ERROR SDL : (error message will follow backtrace)
    ./with-debug-symbols-cataclysm-tiles(debug_write_backtrace(std::ostream&)+0x23) [0x2936973]
    ./with-debug-symbols-cataclysm-tiles(DebugLog(DebugLevel, DebugClass)+0x166) [0x2936146]
    ./with-debug-symbols-cataclysm-tiles(sfx::play_variant_sound(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)+0x187) [0x36c9177]
    ./with-debug-symbols-cataclysm-tiles(sounds::process_sound_markers(Character*)+0x9df) [0x371877f]
    ./with-debug-symbols-cataclysm-tiles(do_turn()+0x47a) [0x29c994a]
    ./with-debug-symbols-cataclysm-tiles(main+0x515) [0x2f3dc35]
    /lib64/libc.so.6(__libc_start_main+0xd5) [0x7e33b140eb75]
    ./with-debug-symbols-cataclysm-tiles(_start+0x2e) [0x247673e]

    Attempting to repeat stack trace using debug symbols…
    debug_write_backtrace(std::ostream&)
    …/src/debug.cpp:1104
    DebugLog(DebugLevel, DebugClass)
    …/src/debug.cpp:1331
    sfx::play_variant_sound(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)
    …/src/sdlsound.cpp:510
    sounds::process_sound_markers(Character*)
    …/src/sounds.cpp:681
    do_turn()
    …/src/do_turn.cpp:668
    main
    …/src/main.cpp:711
    __libc_start_main
    ??:?
    _start
    ??:?
Backtrace emission took 16 seconds.
(continued from above) ERROR : src/sdlsound.cpp:510: Failed to play sound effect: Tried to play a chunk with a bad frame
  • OS: Linux
    • OS Version: LSB Version: :core-4.1-amd64:core-4.1-noarch; Distributor ID: Fedora; Description: Fedora release 34 (Thirty Four); Release: 34; Codename: ThirtyFour;
  • Game Version: 0.F-4465-gef6206f0f7 [64-bit]
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    No Fungal Growth [no_fungal_growth],
    Bionic Professions [package_bionic_professions]
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant