00:12:37 Unstable branch on cbro.berotato.org updated to: 0.32-a0-607-g64ea0e4219 (34) 00:50:25 koorschki (L7 AtSh) ERROR in 'player.cc' at line 897: unhandled equipment type 20 (D:6) 00:55:25 Monster database of master branch on crawl.develz.org updated to: 0.32-a0-607-g64ea0e4219 01:36:16 Unstable branch on crawl.kelbi.org updated to: 0.32-a0-607-g64ea0e4219 (34) 01:36:16 Unstable branch on crawl.kelbi.org updated to: 0.32-a0-607-g64ea0e4219 (34) 01:44:01 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5140-g5775ae71e1 01:44:02 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5140-g5775ae71e1 02:25:02 -!- TAS-2012v is now known as TAS_2012v 04:30:31 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5140-g5775ae71e1 05:08:13 Unstable branch on crawl.akrasiac.org updated to: 0.32-a0-607-g64ea0e4 (34) 06:12:45 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:12:46 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:18:40 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:18:41 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:20:27 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:20:28 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:27:32 G0Dl1kE (L8 DrSh) Crash caused by signal #6: Aborted (D:6) 06:29:30 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:29:31 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 06:29:46 ^-- It crashes every time when I try to exit Crypt:3. It was a 0.32-a0-596 game, but updating to the latest version, 0.32-a0-607, didn't help. 06:30:00 Might be relevant: I have an ally borc with Harm and another borc with Manifold Assault. Also, there were no crashes until I switched to Rift. 06:30:06 Plz help, the char is stuck on Crypt:3. 06:48:45 <03w​heals> !crashlog 06:48:53 <04C​erebot> 27645. Ge0ff, XL24 MDCA, T:57522 (milestone): https://crawl.kelbi.org/crawl/morgue/Ge0ff/crash-Ge0ff-20240303-132917.txt 07:27:00 03dolorous02 07https://github.com/crawl/crawl/pull/3619 * 0.32-a0-613-g66ce2c1c60: Fix typo. 10(5 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/66ce2c1c60f1 08:05:36 Gazog (L27 FoGl) Crash caused by signal #6: Aborted (D (Sprint)) 10:34:04 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 10:34:05 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 10:40:40 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 10:40:41 Ge0ff (L24 MDCA) ASSERT(mons->damage_friendly <= mons->damage_total) in 'mon-death.cc' at line 249 failed. (Crypt:2) 10:45:21 <06p​leasingfungus> !crashlog ge0ff 10:45:22 <04C​erebot> 41. Ge0ff, XL24 MDCA, T:57790 (milestone): https://crawl.kelbi.org/crawl/morgue/Ge0ff/crash-Ge0ff-20240303-174024.txt 10:50:32 <06p​leasingfungus> fyi @dracoomega 🙂 10:51:13 <06r​egret-⸸nde※> She's sick today, and is highly unlikely to get to that in any timely fashion. 10:57:15 <03i​mplojin> feels spurious that it's trying to grant player xp for an offlevel apostle being cleaned up on load by tag_read 10:58:23 <06p​leasingfungus> oh no! hope she feels better soon 11:47:25 <03w​heals> looking at the code, it won't really try to give xp (even though gives_player_xp is true lol) because it checks for mons_reset before doing that 11:49:51 <03w​heals> also notably the apostle's damage_total = 103 = max_hit_points, so it seems like before mon-death.cc:2468, damage_total was 0 and damage_friendly was 45 11:50:05 <03w​heals> but i don't know enough about the relevant code for that to help me with debugging 13:40:47 So, here's the deal surrounding Ge0ff's crash, insofar as my tests and study of the relevant code indicate: 13:42:40 If one banishes a challenging apostle, I believe that line 2766 of monster.cc increments damage_friendly but not damage_total, setting the stage for the later assert. 13:44:02 If one thereafter recruits the apostle (incidentally, if you do so on another floor, it clones the apostle and calls error messages about two monsters sharing a mid, no matter how you killed the apostle, banishment or otherwise), then recalls them to another floor, returning to that floor crashes the game. 13:45:37 In these same circumstances, dismissing the offending apostle will also crash. 14:00:27 (on an unrelated note, I send DO my well-wishes also) 14:07:29 <06d​olorous_84348> For the record, I also hope she feels better. 14:14:30 New branch created: pull/3620 (1 commit) 13https://github.com/crawl/crawl/pull/3620 14:14:31 03dolorous02 07https://github.com/crawl/crawl/pull/3620 * 0.32-a0-608-g5fddfdafd3: Deathbed conversion clears vengeance (#3576). 10(56 minutes ago, 1 file, 10+ 1-) 13https://github.com/crawl/crawl/commit/5fddfdafd3fb 14:59:08 backslashecho (L13 CoBe) ASSERT(item.base_type == OBJ_ARMOUR) in 'item-prop.cc' at line 1530 failed. (Lair:2) 15:07:37 at least *that* one's as straightforward as they come (offhand-wielding a stack of scrolls as coglin) 15:16:21 <06p​leasingfungus> wow 15:59:10 <09g​ammafunk> Dual wielded amulets when 16:24:28 03dolorous02 07* 0.32-a0-608-gfe4e56b67c: Fix an incorrect key for orc follower speech. 10(3 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/fe4e56b67cdb 16:36:34 Unstable branch on underhound.eu updated to: 0.32-a0-607-g64ea0e4219 (34) 16:55:05 03PleasingFungus02 07* 0.32-a0-609-g145b2e8c49: Fix off-hand wielding non-weapons (Memoria) 10(24 seconds ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/145b2e8c496e 17:02:28 03dolorous02 07https://github.com/crawl/crawl/pull/3620 * 0.32-a0-609-g44692ffcc6: Deathbed conversion clears vengeance (#3576). 10(4 hours ago, 4 files, 56+ 6-) 13https://github.com/crawl/crawl/commit/44692ffcc678 17:07:44 03dolorous02 07https://github.com/crawl/crawl/pull/3620 * 0.32-a0-610-g477f2cb3a4: Deathbed conversion clears vengeance (#3576). 10(4 hours ago, 4 files, 60+ 6-) 13https://github.com/crawl/crawl/commit/477f2cb3a4f8 17:10:55 03dolorous02 07* 0.32-a0-610-g1f4d3039f5: Fix breath fire desc (NormalPerson7) (#3621). 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/1f4d3039f5c4 17:14:05 03dolorous02 07https://github.com/crawl/crawl/pull/3620 * 0.32-a0-611-gbe5cb0f30d: Deathbed conversion clears vengeance (#3576). 10(4 hours ago, 4 files, 60+ 8-) 13https://github.com/crawl/crawl/commit/be5cb0f30d71 17:22:32 03dolorous02 07https://github.com/crawl/crawl/pull/3620 * 0.32-a0-611-gd14f8fa10f: Deathbed conversion clears vengeance (#3576). 10(4 hours ago, 4 files, 60+ 6-) 13https://github.com/crawl/crawl/commit/d14f8fa10f3c 20:39:32 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 20:39:32 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 22:00:48 03elliptic02 07* 0.32-a0-611-g8a157a660c: Don't let players trigger spiders_nest_spider_trap as many times as they want 10(6 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/8a157a660c26 22:12:32 03PleasingFungus02 07* 0.32-a0-612-g1c984fe9d1: Revert "fix double portal messages (descent) (real)" 10(2 minutes ago, 1 file, 6+ 9-) 13https://github.com/crawl/crawl/commit/1c984fe9d178 23:00:04 <13q​wqwqwqwqwqwqw> @pleasingfungus wyrmbane coglin bug of the day, the message "glows as a worthy foe approaches" uses your main weapon's enchantment even if wyrmbane is on the offhand 23:35:19 Unstable branch on crawl.develz.org updated to: 0.32-a0-612-g1c984fe9d1 (34) 23:57:38 Windows builds of master branch on crawl.develz.org updated to: 0.32-a0-612-g1c984fe9d1