PlusEMU icon indicating copy to clipboard operation
PlusEMU copied to clipboard

Broken Interactions: WiredTrigger, WiredEffect, WiredCondition

Open harb00 opened this issue 3 years ago • 0 comments

Describe the bug The emulator throws NullReferenceException when you place wireds in your room. The wireds are not opening on double click either.

To Reproduce Steps to reproduce the behavior:

  1. Go to your room.
  2. Place a wired (interaction doesn't matter).
  3. The debugger throws NullReferenceException each time you place a wired.
  4. See the error in the console.

Expected behavior Expected behaviour is no null pointers and being able to open and configure the wireds - which at the moment isn't possible.

Emulator Error Exception thrown: 'System.NullReferenceException' in Plus Emulator.dll

harb00 avatar Aug 01 '22 04:08 harb00