View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005836 | CaseTalk Modeler | Other | public | 2026-07-30 13:35 | 2026-07-30 13:37 |
| Reporter | Marco Wobben | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 15.0 | Fixed in Version | 15.0 | ||
| Summary | 0005836: Project file references fill up with '..\' until the project can no longer find its own files | ||||
| Description | A project whose files all sit in the project folder can end up showing file references filled with long chains of '..\' in the project panel. Once that happens the project no longer knows where its files are, and saving it keeps failing. The same project also collects redundant Windows shortcut files alongside the real files, even though those files are right next to the project. Some of these are shortcuts pointing at other shortcuts, and a further '.lnk' is appended to the name each time the project is saved, so the situation gets worse with every save. Expected: a project stored together with its files in one folder should simply refer to those files by name, should not accumulate shortcuts, and should keep saving cleanly. | ||||
| Tags | No tags attached. | ||||
| CaseTalk Edition | Corporate | ||||
|
Fixed. The cause was in how the project folder itself was recorded. When a project path still contained '..' steps in the middle of it, those steps were mistaken for ordinary folder names while working out where each file lived. Every reference derived from that path then pointed several levels too high - eventually above the drive itself, which is why the files could no longer be found. Project paths are now resolved to a single plain form before anything is derived from them. Two further points follow from this:
Existing affected projects repair themselves on opening: the references are corrected, the project is marked as changed, and saving writes the corrected project file. Projects that legitimately refer to files in other folders keep working as before - in particular, a file on a network location that is temporarily unavailable is left untouched rather than being swapped for a same-named local file. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-30 13:35 | Marco Wobben | New Issue | |
| 2026-07-30 13:36 | Marco Wobben | Note Added: 0008733 | |
| 2026-07-30 13:36 | Marco Wobben | Status | new => resolved |
| 2026-07-30 13:36 | Marco Wobben | Resolution | open => fixed |
| 2026-07-30 13:36 | Marco Wobben | Fixed in Version | => 15.0 |