You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Grubs, there are lots of errors that are occurring in files where we have Broadcasts, which generate some code.
Object reference not set to an instance of an object.
Grubs.Common.Resolution+<>c__DisplayClass5_0.<ClearForceResolved>b__0(Common/Resolution.cs:24)
Sandbox.Rpc.Resume(Rpc.cs:85)
These error are really hard to follow since Resolution.cs:24 in my IDE is a continue; which clearly is not the line which is having an NRE.
To Reproduce
Upload a game with a broadcast and an error in the same file
See the error does not match up
This occurs un-uploaded too, of course, in local stack traces in the console.
Expected behavior
Stack traces should be accurate to the original source.
Media/Files
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In Grubs, there are lots of errors that are occurring in files where we have Broadcasts, which generate some code.
These error are really hard to follow since Resolution.cs:24 in my IDE is a
continue;
which clearly is not the line which is having an NRE.To Reproduce
This occurs un-uploaded too, of course, in local stack traces in the console.
Expected behavior
Stack traces should be accurate to the original source.
Media/Files
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: