Page 2 of 2
Re: Quest error and Built game error.
Posted: Sun Jul 29, 2018 11:29 pm
by Taka
No worries. The upload will be another 30 minutes or so anyway, so can sort it out tomorrow.
Re: Quest error and Built game error.
Posted: Mon Jul 30, 2018 2:40 pm
by Tony Li
If anyone else is having this issue, it's typically caused by an outdated DLL from another asset such as PlayMaker. Through version 2.0.2, the Dialogue System assumed that all DLLs are fully readable. (Technical details: it assumed that you can call Assembly.GetExportedTypes() on the DLL.) It wasn't able to continue if it couldn't read the DLL. The upcoming version 2.0.3 now handles this exception so the Dialogue System can continue properly even if you can't update those outdated DLLs for some reason.
Re: Quest error and Built game error.
Posted: Mon Jul 30, 2018 2:44 pm
by Taka
You, Sir, are a legend.
Just compiled the game with your hotfix and it's working perfectly.
Thank you for all your help.
Re: Quest error and Built game error.
Posted: Mon Jul 30, 2018 4:37 pm
by Tony Li
Glad to help!