-
Notifications
You must be signed in to change notification settings - Fork 19
D29.ATHENS.12.1.0.1
Related: Delphi Master Release List, D29.ATHENS.12.1.0.0
April 17th, 2024
This patch addresses some issues in RAD Studio 12.1, around the new editor split view feature of the IDE, the Delphi 64-bit compiler when building packages, debugging, and strings. This patch is about 517MB to download.
If you download the patch via GetIt, it is installed automatically, creating a backup of the files replaced and a log of the operations. However, because PAServer is installed on remote computers, you need to manually reinstall PAServer on each of the target platforms you are working with, following the steps at:
- https://docwiki.embarcadero.com/RADStudio/en/Installing_the_Platform_Assistant_on_Windows
- https://docwiki.embarcadero.com/RADStudio/Athens/en/Installing_the_Platform_Assistant_on_a_Mac
- https://docwiki.embarcadero.com/RADStudio/Athens/en/Installing_the_Platform_Assistant_on_Linux
This patch is also available in the download portal at https://my.embarcadero.com. In this case, after downloading and expanding the ZIP file, you should run the patch.R121.patch1_install.bat file or manually expand the R121.patch1.zip into the respective subfolders of the RAD Studio installation folder. You also need to update PAServer on target platforms as discussed above.
If you installed the patch via GetIt:
- Open the Catalog Repository installation folder and move to the patch folder
- Run the patch.R121.patch1_uninstall.bat file
- Only after you have cleared the patch, uninstall the package from GetIt
If you installed the patch manually:
- Open the folder you expanded the patch ZIP file into
- Run the patch.R121.patch1_uninstall.bat file
- Delete the folder and patch ZIP file
This patch modifies the symbols exported by Delphi packages built for the Windows 64 platform, to address a problem introduced in 12.1. Packages that include unit names with a single underscore character or that refer to units with single underscore character in other packages and built with the RTM version of 12.1 can conflict with unit names using the dot notation. We addressed this issue in the patch, but the net effect is that using packages built with the RTM version of 12.1 might have compatibility issues with the code built after applying this patch. We recommend any third party vendor or developer to update the binary of Delphi Win64 packages built with 12.1 with a version built with this patch applied. This is not required for Delphi Win64 packages built with 12.0. In fact, the compiler in this patch offers improved compatibility with the 12.0 compiler.
These issues have been reported in the new quality portal, see this blog post for details on how to create an account, with the exception of the last one, which is in the on the old portal (still available in read-only mode):
- RSS-574 [dcc32 Fatal Error] PythonFmx.dpk(70): Internal Error: AV00B5992F-R0000014C-0
- RSS-536 Delphi 64-bit DPK compilation problem
- RSS-497 F2084 Internal Error: NI5166
- RSS-447 F2084 Internal Error: compiling Win64 Package
- RSS-425 Error F2084: Interner Fehler: AV006A992F-R0000014C-0
- RSS-391 String with non-ASCII characters directly attached to a #xx or #$xx literal corrupts the final string
- RSP-40084 StringTable and LoadStr
In addition, this patch addresses two beta reports (not publicly accessible at this time):
- Division by zero when clicking “Move Designer” after Editor split
- Crash in rtl290.bpl when assigning an action to a TPopupMenu via object inspector
The patch also addresses other duplicate issues and the following internally found issues:
- iOS: Can’t Run application without Debugging (Ctrl+Shift+F9)
- macOS: Cannot evaluate Edit1.Text + ‘abc’
- Split Code Editor: Closing the additional right editor switches the left editor to the Design tab
- Split Code Editor: issue with selecting editor tabs through the menu
- Split Code Editor: AV in IDE if creating a new project after using a split code editor.
- Editor tab group title bar draws incorrectly
-
2024.04.17
Blog Post by Marco Cantu RAD Studio 12.1 Athens Patch 1 Available