| 27 | === If something crashes ... === |
| 28 | |
| 29 | If you get a crash and want to have some idea why (or would like to the inform the developer), you need to install debugging symbols. These are available in the attachments as another debian package '''molecuilder-dbg_...-1_amd64.deb''' that you install in the same way as the main package. Due to size constraints (of this TRAC) the archive is split, please join as follows |
| 30 | {{{ |
| 31 | cat <molecuilder-dbg_...-1_amd64.deb.00 >molecuilder-dbg_...-1_amd64.deb |
| 32 | cat <molecuilder-dbg_...-1_amd64.deb.01 >>molecuilder-dbg_...-1_amd64.deb |
| 33 | }}} |
| 34 | and finally compare against this sha256 hash: 52843c3113351830c6eb89d425efb311fb08b2396b8cea6809406dabc1973b3f. |
| 35 | |