eazdevirt icon indicating copy to clipboard operation
eazdevirt copied to clipboard

Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef

Open Masterxv opened this issue 5 years ago • 4 comments

Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef

Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef at eazdevirt.EazModule.Initialize() in E:\xxxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line 86 at eazdevirt.EazModule..ctor(ModuleDefMD module, ILogger logger) in E:\xxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line 77 at eazdevirt.Program.TryLoadModule(String path, ILogger logger, EazModule& module) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.cs:line 192 at eazdevirt.Program.DoDevirtualize(MonoOptions options) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.Devirtualize.cs:line 168 at eazdevirt.Program.Main(String[] args) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.cs:line 139

Masterxv avatar Jan 02 '20 10:01 Masterxv

I got this too

Numenorean avatar Jan 06 '20 11:01 Numenorean

Same, trying to fix but no luck. @saneki Did you have working version? Or can you fix it? Or point please in what direction need to look.

sasha2002 avatar Apr 26 '20 14:04 sasha2002

Same issue, have not found a solution at al. Any pointers?

ntqueryinformation avatar Dec 05 '20 16:12 ntqueryinformation

This exception throws explicitly in EazModule.Initialize() private void Initialize() { // Initialize PositionTranslator var cryptoStreamDef = this.FindCryptoStreamType(); if (cryptoStreamDef == null) throw new Exception("Unable to find crypto stream TypeDef"); Maybe we can figure out what is the missing crypto stream?

Marsel-marsel avatar Jul 04 '21 10:07 Marsel-marsel