Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.2.1 Yarn Files Break in Version 0.3.5 of Yarn Portable #91

Closed
tomdominer opened this issue Feb 4, 2019 · 5 comments
Closed

Comments

@tomdominer
Copy link

I've created a simple story introduction file in yarn which doesn't get properly parsed in Yarn 0.3.5.

Nodes appear to be missing (i.e. Story.Apartment.Forms doesn't appear) and connections are lost. Also, if you open any node with connections (i.e. Choice.Green.Circle) it seems to break the 0.3.5 editor as you cannot close the node afterwards.

File Open in 0.2.1
yarn_file_open_in_0_2_1

File Open in 0.3.5
yarn_file_open_in_0_3_5

Yarn File Causing The Problems
Act1.Story.yarn.txt

@tomdominer
Copy link
Author

Delving a bit deeper, it seems to be related to the newer version of yarn not being able to handle node connections without a label. Using the YarnSpinner documentation as an example, if you just put in [[GoToCity]] into a story node, without that node existing, the editor tries to create a node connection seems to fail, making about five new nodes and stops you from closing the node editor window.

@blurymind
Copy link
Collaborator

blurymind commented Feb 4, 2019 via email

@blurymind
Copy link
Collaborator

Hi, I can confirm that this has been fixed in the latest git version already via 88e44ec . I will soon release a new build. If you build electron version from git, it works

@blurymind
Copy link
Collaborator

@tomdominer
Copy link
Author

Check and fixed in version 0.3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants