Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime error on resource start #1

Closed
aprilkae opened this issue Nov 17, 2018 · 2 comments
Closed

runtime error on resource start #1

aprilkae opened this issue Nov 17, 2018 · 2 comments

Comments

@aprilkae
Copy link

Thanks for the dev tools, Mooshe! I'm getting this error when the resource starts:

` Loaded Devtools.Server.net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_1878564851
Exception loading assembly I18N: System.IO.FileNotFoundException: Unable to find the specified file.

Server stack trace:
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (System.Int32 errorCode) [0x0000a] in <0123fd5b1a1040fe9d70a7e0d4b28acb>:0
at (wrapper cominterop) CitizenFX.Core.IScriptHost:OpenHostFile (string)
at (wrapper cominterop-invoke) CitizenFX.Core.IScriptHost:OpenHostFile (string)
at CitizenFX.Core.MonoScriptRuntime+WrapScriptHost.OpenHostFile (System.String fileName) [0x00000] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\MonoScriptRuntime.cs:266
at (wrapper remoting-invoke-with-check) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (string)
at (wrapper xdomain-dispatch) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (object,byte[]&,byte[]&,string)

Exception rethrown at [0]:
at (wrapper xdomain-invoke) CitizenFX.Core.MonoScriptRuntime+WrapScriptHost:OpenHostFile (string)
at CitizenFX.Core.InternalManager.LoadAssembly (System.String name) [0x00000] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\InternalManager.cs:120 `

It doesn't seem to affect usage though, but just wondering if you've seen it before?

@dustinslane
Copy link

dustinslane commented Nov 29, 2018

This means that you are missing the I18N DLL file in the resource lua - You'll have to load it. It doesn't affect anything afaik.
I dont know where to get it

@aprilkae
Copy link
Author

Hmmm ok I'll take a look and see if I notice any missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants