Changes between Initial Version and Version 4 of Ticket #832


Ignore:
Timestamp:
May 4, 2011, 10:45:24 PM (13 years ago)
Author:
brian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #832

    • Property Summary Game consistently crashes with sound enabledGame consistently causes Assertion Failure with sound enabled
  • Ticket #832 – Description

    initial v4  
     1Ubuntu 11.04 (Classic Gnome Desktop - not unity), ATI 5770 with official proprietary drivers
     2
     3r9430 (and possibly earlier)
     4Loading the maps in any of these orders causes a consistent and immediate assertion failure. Loading the same map twice does not seem to change anything. It does not cause the error when using -quickstart.
     5
     6acropolis --> celt-iberia --> death_canyon
     7
     8celt-iberia --> acropolis --> death_canyon
     9
     10death_canyon --> celt-iberia --> acropolis
     11
     12death_canyon --> acropolis --> celt-iberia
     13--------------------------------------------------------------------
     14Assertion failed: "removed"
     15Location: file_cache.cpp:187 (Reserve)
     16
     17Call stack:
     18
     19(0x83828d0) /home/brian/0ad/binaries/system/pyrogenesis() [0x83828d0]
     20(0x83333b2) /home/brian/0ad/binaries/system/pyrogenesis() [0x83333b2]
     21(0x83340b0) /home/brian/0ad/binaries/system/pyrogenesis() [0x83340b0]
     22(0x8334814) /home/brian/0ad/binaries/system/pyrogenesis() [0x8334814]
     23(0x8392b89) /home/brian/0ad/binaries/system/pyrogenesis() [0x8392b89]
     24(0x8390bad) /home/brian/0ad/binaries/system/pyrogenesis() [0x8390bad]
     25(0x83481a8) /home/brian/0ad/binaries/system/pyrogenesis() [0x83481a8]
     26(0x835dfbe) /home/brian/0ad/binaries/system/pyrogenesis() [0x835dfbe]
     27(0x8358b63) /home/brian/0ad/binaries/system/pyrogenesis() [0x8358b63]
     28(0x834b1b6) /home/brian/0ad/binaries/system/pyrogenesis() [0x834b1b6]
     29(0x8359bdb) /home/brian/0ad/binaries/system/pyrogenesis() [0x8359bdb]
     30(0x834b1b6) /home/brian/0ad/binaries/system/pyrogenesis() [0x834b1b6]
     31(0x8357ff3) /home/brian/0ad/binaries/system/pyrogenesis() [0x8357ff3]
     32(0x8192ea6) /home/brian/0ad/binaries/system/pyrogenesis() [0x8192ea6]
     33(0xb753026f) /home/brian/0ad/binaries/system/libmozjs-ps-release.so(+0x25626f) [0xb753026f]
     34
     35errno = 0 (?)
     36OS error = ?
     37--------------------------------------------------------------------
     38
     39=============================================================
     40r9403 (and possibly earlier)
     41I get a different error if I run the large_combat_demo or we_are_legion. They do not give the assertion failure immediately though.
     42It does not cause the error when using -quickstart.
     43--------------------------------------------------------------------
     44Assertion failed: "cpu_CAS(&al_srcs_allocationStates[i], kInUse, kAvailable)"
     45Location: snd_mgr.cpp:561 (al_src_free)
     46
     47Call stack:
     48
     49(0x8369c30) /home/brian/Desktop/Link to pyrogenesis() [0x8369c30]
     50(0x83212a4) /home/brian/Desktop/Link to pyrogenesis() [0x83212a4]
     51(0x83215a7) /home/brian/Desktop/Link to pyrogenesis() [0x83215a7]
     52(0x8321a45) /home/brian/Desktop/Link to pyrogenesis() [0x8321a45]
     53(0x833fd43) /home/brian/Desktop/Link to pyrogenesis() [0x833fd43]
     54(0x833ffef) /home/brian/Desktop/Link to pyrogenesis() [0x833ffef]
     55(0x8333ae9) /home/brian/Desktop/Link to pyrogenesis() [0x8333ae9]
     56(0x833febf) /home/brian/Desktop/Link to pyrogenesis() [0x833febf]
     57(0x833f048) /home/brian/Desktop/Link to pyrogenesis() [0x833f048]
     58(0x8343c4e) /home/brian/Desktop/Link to pyrogenesis() [0x8343c4e]
     59(0x8056198) /home/brian/Desktop/Link to pyrogenesis() [0x8056198]
     60(0xb6e1ae37) /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0xb6e1ae37]
     61(0x8054f01) /home/brian/Desktop/Link to pyrogenesis() [0x8054f01]
     62
     63errno = 0 (?)
     64OS error = ?
     65--------------------------------------------------------------------