Quest error and Built game error.

Announcements, support questions, and discussion for the Dialogue System.
Taka
Posts: 12
Joined: Sun Jul 29, 2018 3:29 pm

Re: Quest error and Built game error.

Post by Taka »

No worries. The upload will be another 30 minutes or so anyway, so can sort it out tomorrow.
User avatar
Tony Li
Posts: 22057
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest error and Built game error.

Post 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.
Taka
Posts: 12
Joined: Sun Jul 29, 2018 3:29 pm

Re: Quest error and Built game error.

Post 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.
User avatar
Tony Li
Posts: 22057
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest error and Built game error.

Post by Tony Li »

Glad to help!
Post Reply