linuxgurugamer / KSPAddonVersionChecker

KSP-AVC in-game plugin.
15 stars 14 forks source link

System.IO.DirectoryNotFoundException #24

Closed Gordon-Dry closed 5 years ago

Gordon-Dry commented 5 years ago

Log says:

KSP-AVC -> System.IO.DirectoryNotFoundException: Could not find a part of the path "E:\Spiele\Kerbal Space Program\GameData\KSP-AVC\Plugins\Textures\OverlayBackground.png".
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00164] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenRead (System.String path) [0x00000] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 
  at KSP_AVC.Utils.GetTexture (System.String file, System.Int32 width, System.Int32 height) [0x00016] in <d05e532f012b47999887e5d33b07d5c6>:0 

That folder is wrong: GameData\KSP-AVC\Plugins\Textures\OverlayBackground.png

The textures are in GameData\KSP-AVC\Textures\

linuxgurugamer commented 5 years ago

Thanks. I'll get it fixed soon

linuxgurugamer commented 5 years ago

Fixed in latest release