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

[Build Error] ImageResizer instantly crashes when opened #28

Open
CodeF53 opened this issue Oct 28, 2020 · 2 comments
Open

[Build Error] ImageResizer instantly crashes when opened #28

CodeF53 opened this issue Oct 28, 2020 · 2 comments

Comments

@CodeF53
Copy link
Contributor

CodeF53 commented Oct 28, 2020

I am trying to build 2dimagefilter so I can work on some stuff.

Having changed nothing with the code, and just doing a default build, the program instantly crashes

'ImageResizer.exe' (CLR v4.0.30319: ImageResizer.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. 
The thread 0x7ec8 has exited with code -1 (0xffffffff).
The thread 0x512c has exited with code -1 (0xffffffff).
The thread 0x5208 has exited with code -1 (0xffffffff).
The thread 0x6590 has exited with code -1 (0xffffffff).
The thread 0x6b58 has exited with code -1 (0xffffffff).
The thread 0x3efc has exited with code -1 (0xffffffff).
The thread 0x6434 has exited with code -1 (0xffffffff).
The thread 0x62b0 has exited with code -1 (0xffffffff).
The thread 0x6a68 has exited with code -1 (0xffffffff).
The thread 0x7440 has exited with code -1 (0xffffffff).
The program '[32512] ImageResizer.exe' has exited with code -1 (0xffffffff).
@oghaki
Copy link

oghaki commented Dec 17, 2020

Has anyone figured this out? I get a bunch of path errors when I try to load the solution in VS 2019, and the three projects show '(load failed'.

C:\2dimagefilter-2.0.0\ImageResizer\ImageResizer.csproj : error  : The imported project "C:\Framework\VersionSpecificSymbols.Common.prop" was not found. Confirm that the expression in the Import declaration "..\..\..\Framework\VersionSpecificSymbols.Common.prop" is correct, and that the file exists on disk.  C:\2dimagefilter-2.0.0\ImageResizer\ImageResizer.csproj

C:\2dimagefilter-2.0.0\ImageResizerLibrary\ImageResizerLibrary.csproj : error  : The imported project "C:\Framework\VersionSpecificSymbols.Common.prop" was not found. Confirm that the expression in the Import declaration "..\..\..\Framework\VersionSpecificSymbols.Common.prop" is correct, and that the file exists on disk.  C:\2dimagefilter-2.0.0\ImageResizerLibrary\ImageResizerLibrary.csproj

C:\2dimagefilter-2.0.0\PixelArtScalingPlugin\PixelArtScaling.csproj : error  : The imported project "C:\Framework\VersionSpecificSymbols.Common.prop" was not found. Confirm that the expression in the Import declaration "..\..\..\Framework\VersionSpecificSymbols.Common.prop" is correct, and that the file exists on disk.  C:\2dimagefilter-2.0.0\PixelArtScalingPlugin\PixelArtScaling.csproj

@CodeF53
Copy link
Contributor Author

CodeF53 commented Dec 17, 2020

Don't remember exactly what I did to get past that, it involved downloading another one of Hawkynt's Repos

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

2 participants