View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006226 | DarkRadiant | General | public | 10.01.2023 21:21 | 01.02.2023 05:54 |
Reporter | orbweaver | Assigned To | orbweaver | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 22.04 |
Product Version | 3.7.0 | ||||
Target Version | 3.8.0 | Fixed in Version | 3.8.0 | ||
Summary | 0006226: DarkRadiant will not start without Dark Mod plugins | ||||
Description | On Linux, DarkRadiant can be built or installed without the Dark Mod plugins. However it will no longer run in this configuration. Instead there is a fatal error dialog "There's no such control: AIEditingPanel". Clearly something in the UI initialisation code is treating the Dark Mod panels as mandatory when they should be optional. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
DarkRadiant: master e0f051cb 11.01.2023 20:18 Details Diff |
0006226: include registry.h to satisfy clangd |
Affected Issues 0006226 |
|
mod - radiant/ui/mainframe/AuiLayout.cpp | Diff File | ||
DarkRadiant: master fa84c699 11.01.2023 20:21 Details Diff |
0006226: application no longer fails to start without Dark Mod plugins PropertyNotebook::addControl() now just warns to console instead of throwing a hard logic_error if a non-existent control is added. This may happen if the registry refers to controls which do not exist in the current installation, due to missing (optional) plugins. |
Affected Issues 0006226 |
|
mod - radiant/ui/mainframe/PropertyNotebook.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
10.01.2023 21:21 | orbweaver | New Issue | |
10.01.2023 21:21 | orbweaver | Status | new => assigned |
10.01.2023 21:21 | orbweaver | Assigned To | => orbweaver |
10.01.2023 21:21 | orbweaver | File Added: Screenshot from 2023-01-10 21-21-02.png | |
10.01.2023 21:21 | orbweaver | Description Updated | |
11.01.2023 20:26 | orbweaver | Status | assigned => resolved |
11.01.2023 20:26 | orbweaver | Resolution | open => fixed |
11.01.2023 20:26 | orbweaver | Fixed in Version | => 3.8.0 |
11.01.2023 20:26 | orbweaver | Note Added: 0015755 | |
01.02.2023 05:54 | orbweaver | Changeset attached | => DarkRadiant master e0f051cb |
01.02.2023 05:54 | orbweaver | Changeset attached | => DarkRadiant master fa84c699 |