| Anonymous | Login | 2025-11-14 13:36 UTC | ![]() |
| My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0001483 | VCMI | Other | public | 2013-09-27 06:19 | 2022-04-11 17:49 | ||||
| Reporter | peter_lemenkov | ||||||||
| Assigned To | Ivan | ||||||||
| Priority | low | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 0.94 | |||||||
| Summary | 0001483: vcmiclient: missing newline in the last console message | ||||||||
| Description | If you start vcmiclient from the terminal, enjoy playing it for a while, and close it, you'll see that the last message should contain "\n". Right now it looks like this: ======================= Connection has been requested to be closed. Sent closing signal to the server Connection handler thread joined Our socket has been closed. Closed connection. Ending current game! Removed GUI. Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Warning: an orphaned child! Deleted mapHandler and gameState. Deleted playerInts. Client stopped. Killing console... Killing console... done! Server closed correctly Ending...Auriga ~/.vcmi: ======================= The last line should be: Ending... Auriga ~/.vcmi: Please add \n to the last message - https://github.com/vcmi/vcmi/blob/master/client/CMT.cpp#L967 [^] : -std::cout << "Ending..."; +std::cout << "Ending...\n"; | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-09-27 06:19 | peter_lemenkov | New Issue | |
| 2013-09-28 13:34 | Ivan | Note Added: 0004058 | |
| 2013-09-28 13:34 | Ivan | Status | new => resolved |
| 2013-09-28 13:34 | Ivan | Fixed in Version | => 0.94 |
| 2013-09-28 13:34 | Ivan | Resolution | open => fixed |
| 2013-09-28 13:34 | Ivan | Assigned To | => Ivan |
| 2022-04-11 17:49 | Povelitel | Status | resolved => closed |
| Copyright © 2000 - 2025 MantisBT Team |