Evaluation Version Crashes

Announcements, support questions, and discussion for the Dialogue System.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Evaluation Version Crashes

Post by Frank »

Hello,

i try out the Evaluation Version of Dialogue System for Unity. But whenever I compile the game and start the .exe it crashes. I understand this correctly, that only the full version can be compiled?


greeting,

Frank
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Evaluation Version Crashes

Post by Tony Li »

Hi Frank,

The evaluation version can be compiled, too. It will just have a watermark when you play.

Try building the scene Dialogue System/Examples/Feature Demo/Feature Demo. Does this work for you?

If your own scene crashes in a build, review Unity's player log file, which you can find here.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Re: Evaluation Version Crashes

Post by Frank »

Hi Tony,

The feature scene work. I have compiled the Unity project on various systems (Win 10 & Win 8) and open the exe. It always crashes. Unfortunately I can not find something wrong from the log files.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Evaluation Version Crashes

Post by Tony Li »

Sorry, I'm not sure I understand correctly. Does the feature demo scene work in a Windows 8 or Windows 10 build? Or does it crash?

If your own scene crashes, please feel free to send the project to tony (at) pixelcrushers.com. I'll be happy to take a look.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Re: Evaluation Version Crashes

Post by Frank »

The Feauture Scene works on Windows 8 and Windows 10. I cant sent you the project because different models may not be disclosed.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Evaluation Version Crashes

Post by Tony Li »

We treat all customer files confidentially. They won't be shared with anyone else.

But if that doesn't work, you can send me the log file. In this case, please also let me know at what point the build crashes. If you were doing something specific, such as starting a quest or conversation, please let me know.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Re: Evaluation Version Crashes

Post by Frank »

I uploaded the Error Log here http://pastebin.com/5kj1brmB. The build is completed, it crashes immediately when the final .EXE is performed.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Evaluation Version Crashes

Post by Tony Li »

Hi,

You're getting a Unity UI crash. It's not specifically related to the Dialogue System.

The most common culprit is a missing font shader. Select Edit > Project Settings > Graphics. Make sure Always Included Shaders includes UI/Default and UI/Default Font. If you imported any complete project plugins (such as UFPS or Adventure Creator), it probably overwrote the project's graphics settings and didn't include these.

If the build works but you see pink surfaces, go back to Unity and check the material and/or shader on that element.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Re: Evaluation Version Crashes

Post by Frank »

Thanks for the help. I will try it and report me again.
Frank
Posts: 10
Joined: Wed Jan 20, 2016 7:16 am

Re: Evaluation Version Crashes

Post by Frank »

I have found that it is up to uSequencer. Delete my cutscene out and compile it, then everything works. Once the cut scene is in the compiled version, it does not run. The cutscene will play without a problem in Unity.
Post Reply