Hawkynt / 2dimagefilter

A collection of image filters, some especially suited to scale-up low res computer graphics.
http://hawkynt.github.io/2dimagefilter
GNU General Public License v3.0
44 stars 9 forks source link

[Build Error] ImageResizer instantly crashes when opened #28

Open CodeF53 opened 3 years ago

CodeF53 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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