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

Assignment of an empty value - When running using YYC #27

Closed
TibAverus opened this issue Apr 22, 2022 · 1 comment
Closed

Assignment of an empty value - When running using YYC #27

TibAverus opened this issue Apr 22, 2022 · 1 comment
Labels
external bug A bug, but it's not in SnowState

Comments

@TibAverus
Copy link

TibAverus commented Apr 22, 2022

The framework works perfectly fine when running with VM, however, as soon as I clear the project and compile it using YYC, I get the following compile time exception:

Script: SnowState at line 327 : Assignment of an empty value (function does not return anything?)

Once again, everything works perfectly fine with VM, and all of my functions in the add_transition functions return something, no matter what.

UPDATE: Same thing happens in the included DEMO project, if run using YYC.

GMS2 version: 2022.3.0.625
Runtime version: 2022.3.0.497
SnowState version: v3.1.0

@sohomsahaun sohomsahaun added the external bug A bug, but it's not in SnowState label Apr 22, 2022
@sohomsahaun
Copy link
Owner

Looks like a YYC issue. Fixed in v3.1.1.
Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external bug A bug, but it's not in SnowState
Projects
None yet
Development

No branches or pull requests

2 participants