Opened 7 years ago
Closed 7 years ago
#3498 closed defect (fixed)
[PATCH] OOS Sync Error dialog incorrectly displays Windows paths
Reported by: | historic_bruno | Owned by: | ben |
---|---|---|---|
Priority: | Should Have | Milestone: | Alpha 19 |
Component: | Core engine | Keywords: | patch |
Cc: | Patch: |
Description
All the backslashes are missing from the displayed OOS dump path on Windows, the result looks like:
Dumping current state to C:UsersBenAppDataLocal0adlogsoos_dump.txt
Attachments (2)
Change History (8)
by , 7 years ago
Attachment: | t3498_escape_oos_path_v1.patch added |
---|
comment:1 by , 7 years ago
Keywords: | patch review added |
---|---|
Milestone: | Backlog → Alpha 19 |
Summary: | OOS Sync Error dialog incorrectly displays Windows paths → [PATCH] OOS Sync Error dialog incorrectly displays Windows paths |
Notice you can trigger an OOS by adding true ||
to if (cit->second != expected)
in NetTurnManager.cpp
.
comment:2 by , 7 years ago
Do we need those oos dumps actually? The commands.txt file of the host is required anyway and we can derive both dumps from that. See the patch in #3494 which updates the error message box.
by , 7 years ago
Attachment: | t3498_escape_oos_path_v2.patch added |
---|
You mean like that? Someone would have to see if it compiles on windows.
comment:5 by , 7 years ago
Keywords: | review removed |
---|
Note:
See TracTickets
for help on using tickets.
Adds the missing escape.