Cristian Peța 103 Posted June 5, 2020 (edited) Not usable for me yet. [TClientDataSet] Exception when a ftWideMemo is set to an empty string with LogChanges=True https://quality.embarcadero.com/browse/RSP-29431 P.S. Just updated the report with an other issue very probable related. Edited June 5, 2020 by Cristian Peța 1 1 Share this post Link to post
FredS 138 Posted June 7, 2020 On 5/29/2020 at 12:34 PM, Stéphane Wierzbicki said: Waiting now for Andreas to fix this After a couple of clicks on components the structure window no longer follows your selection. Right about then I realized that the structure window 'Find' control comes from DDevExtensions (@AndyHTech).. 🙂 Share this post Link to post
Cristian Peța 103 Posted June 8, 2020 On 6/6/2020 at 12:00 AM, Cristian Peța said: Not usable for me yet. [TClientDataSet] Exception when a ftWideMemo is set to an empty string with LogChanges=True https://quality.embarcadero.com/browse/RSP-29431 Fixed (see report). 1 Share this post Link to post
Tom F 81 Posted June 8, 2020 If you're waiting for Raize Konopka KSVC like I am, please vote for this issue: https://quality.embarcadero.com/browse/RSP-29400. 1 Share this post Link to post
santiago 36 Posted June 8, 2020 Not a major issue, but ProductVersion is set to 26 (same as Delphi Rio) when it should be 27.https://quality.embarcadero.com/browse/RSP-29480 We have internal tools that are failing due to that. For now we have just edited the registry by hand. 1 Share this post Link to post
eivindbakkestuen 47 Posted June 9, 2020 On 5/29/2020 at 12:49 PM, Scott said: Maybe its just I missed something? On initial offline install it looks like I didn't check Help or TeeChart. To get these installed the setup requires me to uninstall the whole thing and start again 😞 No, you didn't miss anything, exact same thing happened to me. I'm absolutely certain I had Help checked during the first install, because this also happened to me during 10.3. Worse part of it was, even though I'm absolutely sure I left the "remove registry entries" option in the "keep" position during uninstall, after the reinstall the IDE came up pristine, and left me with installing a ton of 3rd party libraries a second time. Ugh. Share this post Link to post
microtronx 38 Posted June 9, 2020 Hi Guys, anyone having also these all over the time. Mostly if i click to a function or procedures name with pressed CTRL, it should jump to the declaration or to the function but it does not, it crashes .... i hoped 10.4 is better but not too much ... Share this post Link to post
Dave Nottage 552 Posted June 9, 2020 6 minutes ago, microtronx said: Mostly if i click to a function or procedures name with pressed CTRL, it should jump to the declaration or to the function but it does not, it crashes .... Mine doesn't crash, however I find that sometimes it will not go to the declaration, despite the fact that the application compiles OK. Still trying to work out the source of the problem... Share this post Link to post
microtronx 38 Posted June 9, 2020 Everytime i click to a function name with pressed CTRL the IDE starts hanging ... when i see this, i press fast ESC and that stopps the ide from crashing, most of the time but this is not normal. Possible that someone created already a report? Share this post Link to post
Dalija Prasnikar 1392 Posted June 9, 2020 2 hours ago, eivindbakkestuen said: No, you didn't miss anything, exact same thing happened to me. I'm absolutely certain I had Help checked during the first install, because this also happened to me during 10.3. Worse part of it was, even though I'm absolutely sure I left the "remove registry entries" option in the "keep" position during uninstall, after the reinstall the IDE came up pristine, and left me with installing a ton of 3rd party libraries a second time. Ugh. Err... that option does not exist any more. You have to use migration tool to preserve settings if you are reinstalling and updating and also for upgrading to new major version. 1 Share this post Link to post
mmb 25 Posted June 9, 2020 5 hours ago, Dave Nottage said: Mine doesn't crash, however I find that sometimes it will not go to the declaration, despite the fact that the application compiles OK. Still trying to work out the source of the problem... Same, my gut feeling is that the current implementation is pretty much a happy flow, if it works it is amazing but seemingly simple things can throw it off. I find that the cleaner I make my project tree (only stuff a unit really uses in the uses clauses), untangling unnecessary inheritance trees, removing visual form/datamodule inheritance (which I unfortunately "inherited" from my predecessors) and so on the better code insight/error insight/navigation/inline xml documentation work. TL;DR Put some uncle bob in your project tree, it helps in more ways than one. Share this post Link to post
M.Joos 30 Posted June 9, 2020 I just ran the migration tool and wanted to transfer my settings from 10.3 to 10.4. Now at startup of 10.4 I get a "Index out of bounds error" with succesive "Interface not supported" errors. The Ide does not start any more. Does anybody have any ideas? Is there a way to undo the migration ? TIA Share this post Link to post
Dalija Prasnikar 1392 Posted June 9, 2020 33 minutes ago, M.Joos said: I just ran the migration tool and wanted to transfer my settings from 10.3 to 10.4. Now at startup of 10.4 I get a "Index out of bounds error" with succesive "Interface not supported" errors. The Ide does not start any more. Does anybody have any ideas? Is there a way to undo the migration ? TIA You can use RegEdit to remove registry key HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0 Deleting (or renaming) that key will remove all custom settings. If possible it would be good to determine source of your problem. Do you have any IDE plugins installed in 10.3 or other 3rd party components - packages (including your own). Maybe imported settings are trying to load something incompatible. I just tried to import my settings from 10.3 again in 10.4 and everything works fine for me. Share this post Link to post
M.Joos 30 Posted June 9, 2020 3 minutes ago, Dalija Prasnikar said: You can use RegEdit to remove registry key HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0 Deleting (or renaming) that key will remove all custom settings. If possible it would be good to determine source of your problem. Do you have any IDE plugins installed in 10.3 or other 3rd party components - packages (including your own). Maybe imported settings are trying to load something incompatible. I just tried to import my settings from 10.3 again in 10.4 and everything works fine for me. Thanks Dalija, indeed I have multiple IDE plugins installed. It is quite likely that these are the culprit. Maybe I should have a closer look at what exactly gets migrated and uncheck probably those that might be porblematic. And thanks for the trick of just deleting the registry key. I let you know how it turned out. Share this post Link to post
Uwe Raabe 2052 Posted June 9, 2020 Perhaps something similar to this: https://quality.embarcadero.com/browse/RSP-29126 1 Share this post Link to post
Dinar 22 Posted June 9, 2020 52 minutes ago, M.Joos said: Is there a way to undo the migration ? You can try to restore the settings from the backup according to these instructions. Backups are automatically created by the Migration Tool before the current configuration settings are overwritten in the following cases: Importing Settings from a Migration File Migrating Settings to a Newer Product Version Restoring Settings from Backup 1 Share this post Link to post
M.Joos 30 Posted June 9, 2020 5 minutes ago, Uwe Raabe said: Perhaps something similar to this: https://quality.embarcadero.com/browse/RSP-29126 The error looks very similar, although in my case the out of bound list index was 7 instead of 5. But in my case I found the culprit elsewhere - It was the Version Insight Ide Plugin from the other Uwe. Do you by any chance have a version of it that installs out of the box into 10.4 ? Share this post Link to post
Uwe Raabe 2052 Posted June 9, 2020 4 minutes ago, M.Joos said: Do you by any chance have a version of it that installs out of the box into 10.4 ? Nope. Share this post Link to post
M.Joos 30 Posted June 9, 2020 9 minutes ago, Uwe Raabe said: Nope. Thanks Uwe, unfortunately I forgot where I got the version for 10.3. I already installed MMX, and that runs smoothly so far - thanks for taking care of MMX, Uwe ! Share this post Link to post
Guest Posted June 9, 2020 2 hours ago, M.Joos said: from the other Uwe. Nothing much askew with the first one. But do we really need two? Redundancy is a bad pattern/idiom. Share this post Link to post
Uwe Raabe 2052 Posted June 9, 2020 2 hours ago, M.Joos said: Do you by any chance have a version of it that installs out of the box into 10.4 ? You might have a look at https://sourceforge.net/p/radstudioverins/code/HEAD/tree/ and either wait for an update or get your hands dirty doing it yourself. Share this post Link to post
eivindbakkestuen 47 Posted June 11, 2020 On 6/9/2020 at 7:12 PM, Dalija Prasnikar said: Err... that option does not exist any more. You have to use migration tool to preserve settings if you are reinstalling and updating and also for upgrading to new major version. Are you sure that option does not exist anymore? 🙂 I'm pretty sure I didn't dream this up. 1 1 Share this post Link to post
Scott 4 Posted June 11, 2020 Well I'm quickly coming to the conclusion the 10.4 is utter crap 😞 It keeps locking up and access violating. Seems like Embarcadero need to increase their Beta testing pool because this release is a real shocker. Back to 10.3 I go and the awesome FixPack 3 1 Share this post Link to post
Lars Fosdal 1788 Posted June 11, 2020 @Scott - Are you on subscription? In that case you can actually join the Beta testing pool and help unearth these problems. My team usually don't move to a new version until Update 1 is out. Share this post Link to post
Dalija Prasnikar 1392 Posted June 11, 2020 3 hours ago, eivindbakkestuen said: Are you sure that option does not exist anymore? 🙂 I'm pretty sure I didn't dream this up. LOL... I missed that. I guess I am accustomed to uninstalling first, then cleaning up left overs before installing, so I haven't seen that dialog for a long time. It is quite possible that this option somehow got broken, after introduction of Migration Tool and unifying installers (Web and ISO) in the 10.4. Please, file bug report. Otherwise it will stay broken forever. Share this post Link to post