Hi, whenever I accept the panic button callout or force the callout my game crashes. Log below:
[04/12/2018 17:28:32.261] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK
[04/12/2018 17:28:32.261] LSPD First Response: ------------------------------
[04/12/2018 17:28:32.261] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>".
[04/12/2018 17:28:32.262] LSPD First Response: ------------------------------
[04/12/2018 17:28:32.262] LSPD First Response: Exception type: System.IO.FileNotFoundException
[04/12/2018 17:28:32.263] LSPD First Response: Exception message: Please be sure a sound file exists at the specified location.
[04/12/2018 17:28:32.263] LSPD First Response: ------------------------------
[04/12/2018 17:28:32.264] LSPD First Response: Inner exceptions:
[04/12/2018 17:28:32.264] LSPD First Response: ------------------------------
[04/12/2018 17:28:32.265] LSPD First Response: Stack trace:
[04/12/2018 17:28:32.265] LSPD First Response: at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
[04/12/2018 17:28:32.266] at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
[04/12/2018 17:28:32.266] at ?????????????????????????????????????????.?????????????????????????????????????????(String ) in D:\Darkmyre Gaming\Agency Callouts\AgencyCallouts\Callouts\PanicButton.cs:line 28
[04/12/2018 17:28:32.267] at ?????????????????????????????????????????.?????????????????????????????????????????() in D:\Darkmyre Gaming\Agency Callouts\AgencyCallouts\Callouts\PanicButton.cs:line 60
[04/12/2018 17:28:32.267] at ?????????????????????????????????????????.?????????????????????????????????????????(Callout ) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 254
[04/12/2018 17:28:32.268] at ?????????????????????????????????????????.?????????????????????????????????????????(Type ) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 237
[04/12/2018 17:28:32.268] at ?????????????????????????????????????????.?????????????????????????????????????????(String ) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 120
[04/12/2018 17:28:32.269] at ?????????????????????????????????????????.?????????????????????????????????????????(String )
[04/12/2018 17:28:32.269] at Rage.GameFiber.Main()
[04/12/2018 17:28:32.270] LSPD First Response: ==============================
[04/12/2018 17:28:32.270] LSPD First Response:
[04/12/2018 17:28:35.288] LSPD First Response: All signs removed
[04/12/2018 17:29:39.324] Loading plugin from path: C:\Program Files\Rockstar Games\Grand Theft Auto V\Plugins\LSPD First Response.dll
[04/12/2018 17:29:40.986] <UNLOADED PLUGIN>: Initializing input system
[04/12/2018 17:29:40.987] <UNLOADED PLUGIN>: Initializing game console
[04/12/2018 17:29:40.989] <UNLOADED PLUGIN>: Initializing forms manager
[04/12/2018 17:29:41.043] Plugin "LSPD First Response" was loaded from "LSPD First Response.dll".
[04/12/2018 17:29:41.181] ---------------------------------------------------------------------
Any ideas?