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

STABS: Anonymous union importing issues #16

Closed
VelocityRa opened this issue Feb 15, 2023 · 1 comment
Closed

STABS: Anonymous union importing issues #16

VelocityRa opened this issue Feb 15, 2023 · 1 comment

Comments

@VelocityRa
Copy link
Contributor

VelocityRa commented Feb 15, 2023

Game: https://hiddenpalace.org/Sly_Cooper_and_the_Thievius_Raccoonus_(May_19,_2002_prototype)

Lots of imported types contain this invalid type *__null__-1_-1:

As an example, take the VECTOR class.
image

The struct as emitted with the C exporter is:

struct VECTOR { // 0x10
	/* 0x0 */ union { // 0x4
		/* 0x0 */ AS3 as;
		/* 0x0 */ float x;
	};
	/* 0x4 */ float y;
	/* 0x8 */ float z;
	/* 0xc */ float gUnused;
};

Not sure if significant, but on import the following errors are printed:

STABS> Type lookup failed: FE
STABS> Type lookup failed: FE
STABS> Type lookup failed: FE
STABS> Type lookup failed: FE
STABS> Type lookup failed: ASO
STABS> Type lookup failed: rtx_def
@chaoticgd
Copy link
Owner

This is fixed by #18.

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