TeamSyndi / syndibox

SyndiBox - A powerful text engine for dialog-heavy Godot projects
MIT License
91 stars 9 forks source link

[BUG] Invalid get index '0' (on base: 'Nil'). #21

Closed hero-clashes closed 4 years ago

hero-clashes commented 4 years ago

Describe the bug Invalid get index '0' (on base: 'Nil'). at line 696 and 195

To Reproduce i just try to make the same test you did Expected behavior crash Screenshots If applicable, add screenshots [to ](url بدون عنوان ).

Desktop (please complete the following information):

Sudospective commented 4 years ago

It seems it's trying to find the first character of a null string, which of course would be null. How do you have your dialog set up? Are you using the property for it on the side or do you have it pulling the string in another way?

hero-clashes commented 4 years ago

yes i am using the property on the side with random text

hero-clashes commented 4 years ago

and no i am not trying to pull it in another way

hero-clashes commented 4 years ago

1 2

hero-clashes commented 4 years ago

thats all what i did

Sudospective commented 4 years ago

Are you able to send an isolated example of this bug from your project? That would very much help me with understanding what's going on here. I can't recreate this bug on my own.

hero-clashes commented 4 years ago

i am sorry that i took so long time but it will be helpful if you could fix it and thank you for taking time and effort you are a great human here my project (just started :) ) test.zip

Sudospective commented 4 years ago

Thanks! I'll try it out once I get time at my laptop. I'm very patient, and want to make sure everything works as it should. Once I figure out this issue, I'll fix another issue I've been working at and I'll push the changes to a new release for 1.6.0.

hero-clashes commented 4 years ago

Thanks! I'll try it out once I get time at my laptop. I'm very patient, and want to make sure everything works as it should. Once I figure out this issue, I'll fix another issue I've been working at and I'll push the changes to a new release for 1.6.0.

what a fast replay i am looking forward to it and thanks once more

hero-clashes commented 4 years ago

just tried opening SyndiBox.tscn and it gave this error 3

Darenn commented 4 years ago

Hi, same problem than @hero2002 here.

Sudospective commented 4 years ago

I'm pending a release that fixes this issue. Not sure why it was reading the DIALOG exported var as null, but it's fixed now. Watch for the next update on the Releases tab and the Godot Asset Lib coming over the next few days.

hero-clashes commented 4 years ago

Thanks