Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Masterxv opened this issue Jan 2, 2020 · 4 comments

Comments

@Masterxv
Copy link

Masterxv commented Jan 2, 2020

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

@Numenorean
Copy link

I got this too

@sasha2002
Copy link

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.

@ntqueryinformation
Copy link

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

@Marsel-marsel
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants