FiveM : Unable to use Exports when using LemonUI #157
Labels
priority: p2 medium
A bug that makes things unstable or a feature that has been requested for a while
status: acknowledged
We are aware of the bug or feature request
type: question
A simple question
When I add LemonUI as nuget package in order to use it, my exports inside my C# FiveM addon won't work and crash my Client plugin.
Here is my stacktrack inside FiveM Client
My simple example code is :
The crash occurs when Onlogin is trigger by my custom
login:ready
event, and right after the debug messageTrying to get UserData
My csproj is made from the FiveM template resource, and I just added the LemonUI.FiveM package from nuget ( I'm using VS2022 and the FiveM SDK seems to use .NET Framework 4.5.2)
I put the 3 .dll files
CitizenFX.Core.Client.dll
LemonUI.FiveM.dll
TestResourceDotNet.Client.net.dll
generated by the build inside a Client folder, and myfxmanifest.lua
isBesides the Exports crashes, LemonUI features seems to be working fine.
The text was updated successfully, but these errors were encountered: