kriasoft / amibroker

AmiBroker .NET SDK - An open source plug-in project template and community plug-ins for AmiBroker
Apache License 2.0
69 stars 77 forks source link

Getting constant error message e0434352 #8

Open talajiam opened 4 years ago

talajiam commented 4 years ago

Getting below message error after dll plugin is loaded. it successfully completes the GetPluginInfo call. but after that this error. comes . looks like it is coming in GetQuotesEx. but still not sure . any suggestions.. If i try the sample plugin in C++ from ADK it works without error. but in that i am not able to display candle data. Any pointers will be much helpful


AmiBroker

Code: e0434352 Description:
Address: 00007FF9FF49A799

Call Stack: 00007FF9FF49A799 KERNELBASE, RaiseException() +105 byte(s) 00007FF9E65F2A86 VCRUNTIME140_CLR0400, _FrameUnwindFilter() +1174 byte(s) 00007FFA02500616 ntdll, RtlCaptureContext() +1382 byte(s) 00007FF9E50F61FD clr, LogHelp_NoGuiOnAssert() +34413 byte(s) 00007FF9E50EF8DB clr, LogHelp_NoGuiOnAssert() +7499 byte(s) 00007FF9E50EF01C clr, LogHelp_NoGuiOnAssert() +5260 byte(s) 00007FF9E50E4835 clr, (function-name not available)() +0 byte(s) 00007

Abort Retry Ignore