Skip to content
New issue

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

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

Already on GitHub? # to your account

'yyval' is used before being initialized ERROR on logo #53

Open
mconicx opened this issue Aug 3, 2021 · 3 comments
Open

'yyval' is used before being initialized ERROR on logo #53

mconicx opened this issue Aug 3, 2021 · 3 comments

Comments

@mconicx
Copy link

mconicx commented Aug 3, 2021

Everything built without an error. When starting SeriousSam.exe, the logo shows up then this window appears:
image

I've searched and found four "yyval" variables in the whole source, two of them being type of a struct and the other two of an union. I've tried initializing them with the usual cpp initializer style eg. <type-here> yyval{ {} } but I still can't run the exe. Also, after building again, after the changes, the code changes back to its default.

@Nerpson
Copy link

Nerpson commented Sep 2, 2022

image
One year later, I guess no one still has an answer for this? I encountered the same thing today.

@mconicx
Copy link
Author

mconicx commented Sep 3, 2022

image One year later, I guess no one still has an answer for this? I encountered the same thing today.

It's not a bug within the repository. You just need to use older development tools, like Visual Studio 2013 and 2015 I think.

@sunbeam906
Copy link

I confirm not having this issue after building it with MSVS2013. It did bring it up when I did it with MSVS2017.

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

No branches or pull requests

3 participants