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

"Verify Checksums" crashes the program #15

Open
Lechugamax opened this issue Apr 27, 2019 · 5 comments
Open

"Verify Checksums" crashes the program #15

Lechugamax opened this issue Apr 27, 2019 · 5 comments

Comments

@Lechugamax
Copy link

Clicking on Verify Checksums will crash the program. Tested both on WinXP and Win10 (fresh installs)

@Maczaj
Copy link

Maczaj commented May 3, 2019

I'm reproducing this as well with Win10, unfortunately nothing gets logged in the log file

@Maczaj
Copy link

Maczaj commented Aug 12, 2019

I've finally found some time to play with the codebase. What I can tell is that it's not crashing when running from Visual Studio, but installed version does.

After further digging, I've discovered some error report files in the C:\ProgramData\Microsoft\Windows\WER\ReportArchive directory. Unfortunately, all that report says is error CLR20r3 which means Stopped working.

Event log contains this:
P1: nefmotoecuflasher.exe P2: 1.9.4.3 P3: 5b343238 P4: ECUShared P5: 1.9.1.0 P6: 5b333945 P7: ee P8: 8 P9: System.IO.FileNotFoundException P10:
which also doesn't tell much to me.

Also, when running program in Visual Studio, I can see „System.IO.FileNotFoundException” w mscorlib.dll in the console, however I'm not sure whether it's related

@sbloom82
Copy link
Contributor

Perhaps a dll that is supposed to get bundled with the exe is missing? Is the checksum code in a separate project/dll?

@nyetwurk
Copy link
Collaborator

googling for mscorlib.dll seems to indicate it might be a build process issue. I am not really a .net dev (not a fan of MS in general) so I'm not sure of the right way to fix this.

@Maczaj
Copy link

Maczaj commented Aug 17, 2019

Could you guide me how to build .exe? I'm willing to work on this further, however I'm not .NET guy as well

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

4 participants