Good morning,
we are developing a project in c # using the “Cryptlex.LexActivator.dll” library under windows using VS2017.
The project is then transferred under debian11 and launched via Mono but we get these errors
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
gpath.c: 115: assertion ‘filename! = NULL’ failed
LexActivator assembly: type: member: (null)
I specify that in the window environment it works perfectly.
I specify that the project before using “Cryptlex.LexActivator.dll” ran perfectly both in windows and under debian via mono.