[BDS-18792] missing Run Time Type Identification in BDS 1.20.32 Created: 13/Oct/23 Updated: 18/Oct/23 Resolved: 17/Oct/23 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.20.30 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | ΘΣΦΓΥΔΝ | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 15 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Confirmation Status: | Community Consensus | ||||||||
| Description |
|
RTTI is not given in the latest version of BDS, whereas it was in earlier versions, even 1.20.31.
Steps to Reproduce: Observed Results: Expected Results: |
| Comments |
| Comment by ambient [ 18/Oct/23 ] |
|
Maciej, this ticket pertains to the Linux BDS, NOT the Windows BDS, unlike |
| Comment by Maciej Piornik [ 17/Oct/23 ] |
|
Thank you for your report! If you would like to add a vote and any extra information to the main ticket it would be appreciated. If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned. Quick Links: |
| Comment by ambient [ 17/Oct/23 ] |
|
RTTI symbols are important for BDS mod developers to auto generate headers and link exported symbols, such as for LeviLamina (https://github.com/LiteLDev/LeviLamina). Without them, important tooling used for updating and maintaining LeviLamina (and similar modloaders) breaks. Additionally, enabling (but not using) RTTI has practically no overhead either, so I can't think of any justifiable reason for this change. |