lucasassislar / nucleuscoop

Starts multiple instances of a game for split-screen multiplayer gaming!
https://www.reddit.com/r/nucleuscoop/comments/clkqp9/all_new_nucleuscoop_supported_games/
MIT License
807 stars 192 forks source link

Windows 10 build 1803 Alpha 8 & 9 .net runtime error #109

Open konjiki7 opened 5 years ago

konjiki7 commented 5 years ago

When attempting to launch Nucleuscoop Alpha 8 or 9 the application crashes silently. ( worked in older version of win10)

When checking event viewer I found the following error message

**Alpha 8 error message Application: NucleusCoop.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException at Nucleus.Coop.PositionsControl.Initialize() at Nucleus.Coop.PositionsControl..ctor() at Nucleus.Coop.MainForm..ctor() at Nucleus.Coop.Program.Main()

**Alpha 9 error message Application: Nucleus.Coop.App.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException at Nucleus.Gaming.Coop.PositionsControl.Initialize() at Nucleus.Gaming.Coop.PositionsControl..ctor() at Nucleus.Coop.App.Forms.MainForm..ctor(System.String[], Nucleus.Gaming.Coop.GameManager, Nucleus.Gaming.Coop.Interop.DomainWebApiConnection) at Nucleus.Coop.Program.StartMainForm(System.String[], Nucleus.Gaming.Coop.GameManager, Nucleus.Gaming.Coop.Interop.DomainWebApiConnection) at Nucleus.Coop.Program.Main(System.String[])