So a few days ago I was no longer able to make or use threads server side on FXServer. I am able to use Citizen.Wait but not the threads. When I first started using FXServer they worked perfectly fine but now whenever I use them any code inside the thread doesn’t run. I also have been getting this error which may link to the problem.
[ 1715328] Exception loading assembly I18N: System.IO.FileNotFoundException: Unable to find the specified file.
[ 1715328]
[ 1715328]
[ 1715328] Server stack trace:
[ 1715328] at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (System.Int32 errorCode) [0x0000a] in <0123fd5b1a1040fe9d70a7e0d4b28acb>:0
[ 1715328] at (wrapper cominterop) CitizenFX.Core.IScriptHost:OpenHostFile (string)
[ 1715328] at (wrapper cominterop-invoke) CitizenFX.Core.IScriptHost:OpenHostFile (string)
[ 1715328] at CitizenFX.Core.MonoScriptRuntime+WrapScriptHost.OpenHostFile (System.String fileName) [0x00000] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\MonoScriptRuntime.cs:254
[ 1715328] at (wrapper remoting-invoke-with-check) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (string)
[ 1715328] at (wrapper xdomain-dispatch) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (object,byte[]&,byte[]&,string)
[ 1715328]
[ 1715328] Exception rethrown at [0]:
[ 1715328] at (wrapper xdomain-invoke) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (string)
[ 1715328] at CitizenFX.Core.InternalManager.LoadAssembly (System.String name) [0x00000] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\InternalManager.cs:115
Any help will be much appreciated.