-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Describe the bug
This blueprint was passed into my tool causing it to throw an exception. The part of the code that has the problem is based off of FBE's oil field generator. The blueprint also breaks in FBE in turn:
0eJyM1ctuhCAUBuB3OWsWAt5fpWkmjkMa2hGNl6bG+O4VzyzaGRL+pYgfB+GHja73xQyjdTPVG9m2dxPVbxtN9sM1d9/mms5QTcPSDZ9N+0WC5nXwLXY2He2CrLuZH6rl/i7IuNnO1rBxPqwXt3RXMx4dRMAa+un4oHd+pAPRStB6dNWHe7OjafldsosXTgGczJnL45wGOFUwV8a5FOFS5qo4lyGTrU5OJXEuR5aCq1MyzhXIZHlllfrPqQBXIlwV5ELVVci/K5nT8epkgngZe1m8PCnxrQJ5SDBUwh4QDIkkQ0v2CsBDouEH9V4JrAeSDfXwgKj5MyPulbhX4PtFA2HzWxWdr36KRxrykHwoPkifvdB6+K2FeulLfI875LxX6j8Xk6BvM06PDvsvAAAA//8DANANMhY=
To Reproduce
- Open FBE
- Paste the blueprint above
- Run "Generate" under Oil Output Generator Settings.
- Look at the developer tools
Uncaught TypeError: Cannot read properties of undefined (reading 'toGroup')
at e.generatePipes (app.0c4b4515.js:1:103862)
at v.generatePipes (app.0c4b4515.js:1:30767)
at Object.press (app.0c4b4515.js:1:3453)
at Object.i [as press] (app.0c4b4515.js:1:131661)
at o.call (app.0c4b4515.js:1:131967)
at e.callAction (app.0c4b4515.js:1:133020)
at Object.generate (app.0c4b4515.js:3:40153)
at t.value (vendor.27ba943f.js:1:747169)
at HTMLDivElement.<anonymous> (vendor.27ba943f.js:1:746977)
at Object.fakeEvent (vendor.27ba943f.js:1:738872)
Expected behavior
An oil field plan is produced an put onto the canvas.
Screenshots
Desktop (please complete the following information):
- OS: Windows
- Browser: Edge
