#Application builds fine but Typeloaderror when publishing for linux

1 messages · Page 1 of 1 (latest)

remote wasp
#

See attached image. I'm on version 4.3.0 .
I get the idea I'm doubling up on a definition, and but I don't even have an Emzi0767 Utilities dll, which is quite strange.

#

this is where i'm registering my slash commands and where it apparently trips up

normal yew
#

update the library, we don't support 4.3.0

remote wasp
#

alright i had issues with autocomplete before on 4.4 though but maybe 4.4.2 helps

#

yeah on 4.4.2 my autocomplete is broken...

#

i suppose i'll try the nightly build

normal yew
#

or you could try to debug your autocomplete when

remote wasp
#

that's a little bit tricky when it doesn't even hit my breakpoint and it doesn't give any indication that i'm implementing an interface wrong or anything

#

this should be hit no matter what, no?

normal yew
#

not if the autocomplete provider doesn't register

remote wasp
#

do i need to register it seperately in a service on 4.4.2 ? previously this counted as registering.

#

on the nightly version it hits my breakpoint, so i suppose i'll try to run with that

remote wasp
#

hm

#

okay i republished everything

#

and now it seems to be working

#

apparently it didn't copy a file over correctly or something

#

i need to work on my CI system because having to manually fix my publishing every time sucks