GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Crash while using an editor

Open planktonfun opened this issue 2 years ago • 1 comments

=> Please write here a short description of when the error occured and how to reproduce it. How to replicate:

  1. Create a behavior
  2. Add many events in the behavior that is referencing Object
  3. Change the behaviors object type
  4. It will lag then prompt an error

When you're ready, click on "Submit new issue". Don't change the rest of the message. Thanks!

Error stack (don't write anything here)

RuntimeError: table index is out of bounds
    at https://editor.gdevelop.io/libGD.wasm?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:wasm-function[1685]:0x42220
    at https://editor.gdevelop.io/libGD.wasm?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:wasm-function[1680]:0x41dce
    at https://editor.gdevelop.io/libGD.wasm?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:wasm-function[1677]:0x41814
    at https://editor.gdevelop.io/libGD.wasm?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:wasm-function[1154]:0x34b91
    at https://editor.gdevelop.io/libGD.wasm?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:wasm-function[1152]:0x34ad1
    at ExpressionParser2.ParseExpression.ExpressionParser2.ParseExpression [as parseExpression] (https://editor.gdevelop.io/libGD.js?cache-buster=5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc:9:1300663)
    at e._doValidation (https://editor.gdevelop.io/static/js/1.f1b6eaf9.chunk.js:1:30332)
    at n.<anonymous> (https://editor.gdevelop.io/static/js/1.f1b6eaf9.chunk.js:1:27896)
    at go (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:384673)
    at cs (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:419847)
    at wu (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:437344)
    at t.unstable_runWithPriority (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:456644)
    at $i (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:381126)
    at _u (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:434007)
    at su (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:430138)
    at https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:381417
    at t.unstable_runWithPriority (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:456644)
    at $i (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:381126)
    at Qi (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:381362)
    at Ji (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:381297)
    at M (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:450409)
    at Qt (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:358580)
    at HTMLDocument.i (https://editor.gdevelop.io/static/js/64.987934b8.chunk.js:2:568956)

Component stack (don't write anything here)


    in n
    in n
    in div
    in n
    in div
    in a
    in div
    in ForwardRef
    in ForwardRef
    in Unknown
    in div
    in ForwardRef
    in ForwardRef
    in Unknown
    in d
    in n
    in div
    in n
    in c
    in n
    in ForwardRef(K)
    in div
    in ForwardRef
    in ForwardRef
    in Unknown
    in div
    in div
    in t
    in div
    in t
    in Unknown
    in n
    in c
    in n
    in div
    in n
    in t
    in Unknown
    in Unknown
    in div
    in n
    in Unknown
    in div
    in Unknown
    in n
    in d
    in j
    in f
    in j
    in h
    in g
    in c
    in n
    in t
    in be
    in n
    in Unknown
    in g
    in t
    in l
    in o
    in n
    in n
    in DragDropContext(n)
    in n
    in c

Other details

  • IDE version: 5.0.139-49ef71ec7bac9ba664e9b94ef2c7e37d2168a8bc
  • Arch: Unknown architecture (web-app),
  • Platform Name: Win32,
  • System Version: Unknown system version (web-app),
  • User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36,

planktonfun avatar Jul 31 '22 14:07 planktonfun

Hi, Thank you for taking the time to open this issue!

I couldn't recreate the crash on my machine. Could you maybe record your screen while you reproduce it?

AlexandreSi avatar Aug 26 '22 15:08 AlexandreSi