CnPack Forum » CnWizards IDE Wizards » Access Violation on Seattle


2015-9-7 19:52 delphichem
Access Violation on Seattle

Hi,

I can't run Seattle10 after installing CNPack.
Tested version[url=http://www.cnpack.org/download/unstable/CnWizards_1.0.8.763_Unstable.exe]CnWizards_1.0.8.763_Unstable.exe and version and[/url][url=http://www.cnpack.org/download/unstable/CnWizards_1.0.8.764_Unstable.exe]CnWizards_1.0.8.764_Unstable.exe.[/url]

I get the same error and Delphi don't open the error is repeated after clicking on ok

The first error apear after CNPack is shown on Delphi Splash screen, then it follow the second blanc dialog, when clicking Ok, the second box is closed, and when it try to close de first dialogbox, it reapear.

Can you please fix this, I can't work without CNPack

2015-9-7 23:24 Passion
Oh, serious problem. :L

2015-9-15 03:33 delphichem
Hi,
By deleting CnPack components, the problem is solved.

2015-9-15 15:14 Passion
I know but I can't reproduce this problem in my workstation. :L

2015-9-15 17:17 delphichem
I'was trying to compile an older source before the officiel support of Seattle10, so I install CnPack components to be able to compile CnWizard.
Ofcource that, does'nt function, so I wait until un official version is realized, but I forget to uninstall dclCnPack from my component palette.
By doing that, CnWizards fonction correctly.

Thanks Passion, and sorry :)

2015-9-16 03:24 ma1999
Same problem

Sorry, I get the same problem (or similar?).
Windows 10, Seattle, only C++ installed.
With Delphi and C++ installed (other test machine) no problem.

Exception in same bpl, same adress.

No cn*.dll except cnwizards installation.

[[i] Last edited by  ma1999 at 2015-9-18 05:04 [/i]]

2015-9-17 09:37 Passion
Oh, maybe CnPack Component Package causes this problem, not CnWizards. I'll check it.

2015-9-18 05:06 ma1999
Sorry,
only cnwizards installed !
No cnpack

(gave wrong name since directory above cnwizards is called cnpack...)

2015-9-18 05:37 Passion
I've not tried only with C++Builder. I'll check it.

2015-9-29 19:57 stefang2
The same happens to me as well, but only on one of three different PCs.
Might this be related to a language mismatch? The PC, where the same exception is thrown, has an englisch Windows 7x64, a german Delphi X and likewise german or english CNPack (I've tried both).
All other PCs, where this does not happen, have matching languages (all german).

2015-9-30 10:03 Passion
I still have no clue about it.:Q

2015-9-30 17:08 stefang2
Would it make sense to run a debug build with extended logging to find the problem?

2015-9-30 23:24 Passion
Debug version is here: [url]http://www.cnpack.org/downbuilds.php?kind=debug&lang=en[/url]

Hope it can help more.

2015-10-1 19:08 stefang2
Here's a debug log, but it doesn't show any caught exception.

2015-10-5 17:15 ma1999
Tried with debugger version, nothing caught.
But C++ builder still dies with above errors :(

2015-10-12 18:37 methosraven
Hi!

I have the same problem.
Is there any solution?

The error appears on my computer (Win 8.1 x64), but on my collegue's computer it works (Windows 7 Prof x64)

2015-10-25 02:39 AntiUser
У меня появлялась такая же ошибка. Разбор полетов показал, что проблема была в том, что я экспортировал ветку реестра из предыдущей версии Delphi (мне просто лень было настраивать заново). Именно экспорт/импорт ветки
HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\Editor\Options\Known Editor Enhancements
приводил к появлению этого АВ.

Т.е. еще раз понятнее :)
Я брал из старой дельфи ветку реестра содержащую настройки редактора (HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\Editor), менял в .reg файле версию среды (в моем случае 12.0 на 17.0) и импортировал снова. Таким образом в новой среде у меня становился настроенный редактор, но появлялось AV.
Удалив из .reg файла секцию
HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\Editor\Options\Known Editor Enhancements
и импортировав снова снова (на чистый редактор) АВ исчезла.


------------
Если кто может переведите этот текст этим не русским. :)
А ну как поможет.

2015-10-25 23:41 stefang2
[quote]Originally posted by &lt;i&gt;AntiUser&lt;/i&gt; at 2015-10-25 02:39&lt;br /&gt;<br />
У меня появлялась такая же ошибка. Разбор полетов показал, что проблема была в том, что я экспортировал ветку??... [/quote]

Could you translate that into english please?!
Here are other people in this forum that do NOT speak russian!

2015-10-26 10:07 Passion
Using Google Translate:

I have the same error appeared. Debriefing showed that the problem was that I exported registry branch from a previous version of Delphi (I'm just too lazy to re-configure). This import / export branch
HKEY_CURRENT_USER \ Software \ Embarcadero \ BDS \ 17.0 \ Editor \ Options \ Known Editor Enhancements
It led to the appearance of the AB.
Ie again clearer
I took out the old Delphi registry branch containing the editor settings (HKEY_CURRENT_USER \ Software \ Embarcadero \ BDS \ 17.0 \ Editor), changed in the version of the .reg file (in my case 12.0 17.0) and imported again. Thus, in the new environment, I became editor-tuned, but there is AV.
By removing from the .reg file section
HKEY_CURRENT_USER \ Software \ Embarcadero \ BDS \ 17.0 \ Editor \ Options \ Known Editor Enhancements
and imported back again (on net Editor) AB disappeared.

2015-10-26 16:52 stefang2
I can confirm that the error is indeed solved now! http://www.excellenthosting.tk/images/smilies/lol.gif

You have to remove the entry "CnPack.BufferList" only ONCE from the registry path "HKEY_CURRENT_USER \ Software \ Embarcadero \ BDS \ 17.0 \ Editor \ Options \ Known Editor Enhancements", before starting Delphi.
You might have to renumber the "priority" properties in all remaining entries in the path! It must be an ascending list starting with Priority=0, otherwise Delphi will complain about a list with index out of bound.
Once Delphi is started, CNPack will re-add the entry, but from now on Delphi starts just fine, the entry must not be removed again.

All thanks go to Russia!

2015-10-26 17:05 Passion
Maybe the same root cause with this? [url]http://bbs.cnpack.org/viewthread.php?tid=134372&extra=page%3D1[/url]

2015-10-26 20:54 stefang2
What happened to my reply that the problem could be fixed with deleting the reg key?
I got a message that it is checked by the admin first, but it was never actually posted.

[[i] Last edited by  stefang2 at 2015-10-26 20:58 [/i]]

2015-11-2 11:07 Passion
I guess this AV maybe caused by the sequence of Key Mapping between CnPack and Castiala. but don't know why.

2015-11-24 17:01 Passion
The latest nightly-build version of CnWizards 798 is here for downloading:
[url]http://www.cnpack.org/downbuilds.php?lang=zh-cn[/url]

It add a check and Hint Dialog sequence of Key Mapping during Starting-Up. We can follow the steps to fix.

Seems can't fix it in CnWizards.

页: [1]
查看完整版本: Access Violation on Seattle


Powered by Discuz! Archiver 5.0.0  © 2001-2006 Comsenz Inc.