Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
10600 Bug Report crash always 2016-08-08 01:59 2017-03-12 19:10
Thelo Local  
advil Windows  
normal Tiles  
resolved 0.19 ancient branch  
0.19-a0-1042-g77c37a1 done  
none    
none 0.21 ancient branch  
0010600: Crash when r-clicking on "unseen terrain" beyond the edge of Shoals map
On Windows tiles, r-clicking a tile of "unseen terrain" beyond the edge of a Shoals map always crashes the game. (R-click is normally going to describe the floor tile at that location.)

Doing x, then moving the cursor over the same "unseen terrain", then hitting v to describe that tile will not crash though. Instead, it will do nothing.

I'm not sure if this attached Thelo.cs file will give you my current save file correctly or not, but it has crashed there for as long as I can remember anyways.
? file icon Thelo.cs [^] (878,127 bytes) 2016-08-08 01:59
txt file icon crash-Thelo-20160807-182414.txt [^] (46,902 bytes) 2016-08-08 02:24 [Show Content]
Issue History
2016-08-08 01:59 Thelo New Issue
2016-08-08 01:59 Thelo File Added: Thelo.cs
2016-08-08 02:24 Thelo File Added: crash-Thelo-20160807-182414.txt
2017-03-12 19:10 advil Note Added: 0031545
2017-03-12 19:10 advil Status new => resolved
2017-03-12 19:10 advil Fixed in Branch => 0.20 development branch
2017-03-12 19:10 advil Resolution open => done
2017-03-12 19:10 advil Assigned To => advil

Notes
(0031545)
advil   
2017-03-12 19:10   
It took a while, but this is fixed in https://github.com/crawl/crawl/commit/8880629c5b67. [^] The issue turned out to be right clicking on a space that is out of the map bounds, something easier to do in shoals, but possible anywhere.

Thanks for reporting & providing detailed information!