Skip to content

[VSCRIPT] Static member serialisation crash #120

@samisalreadytaken

Description

@samisalreadytaken

Describe the bug

Object type is not recognised in SquirrelVM::ReadObject, triggering the Error in the default switch case.

Tested in the current develop branch before 7.0.

Steps to reproduce

Save and load a class instance with static members:

class CTest
{
	static var = null
}

instance <- CTest()

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingVScriptMapbase - Involves VScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions