Skip to content

View + Nullable type + .Equals(object) issue #3914

@xxhollyxx

Description

@xxhollyxx

.Equals (object) [0x0001b] in <fdfa2fe etc...

2025-12-19T16:06:56.074166Z  INFO crates\core\src\host\wasmtime\wasmtime_module.rs:32:   Frame #298: <unknown>
2025-12-19T16:06:56.074296Z  INFO crates\core\src\host\wasmtime\wasmtime_module.rs:32:   Frame #297: <unknown>
2025-12-19T16:06:56.074499Z  INFO crates\core\src\host\wasmtime\wasmtime_module.rs:32:   Frame #296: <unknown>
2025-12-19T16:06:56.074699Z  INFO crates\core\src\host\wasmtime\wasmtime_module.rs:32:   Frame #295: <unknown>
2025-12-19T16:06:56.074918Z  INFO crates\core\src\host\wasmtime\wasmtime_module.rs:32:   Frame #294: <unknown>
2025-12-

Getting messages like these flooded in the console.
Appears to be related to Views.

[SpacetimeDB.Type]
    public partial struct DbVector2
    {
        public int X;
        public int Y;
    }

Marking this as nullable in the table is what caused this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions