exception access violation

Solutions I found to this problem, normally is due to a line of code that is generating this error.

Lines of code that produced the same error in my cases:

  1. Trying to get information from a “[player]int = map{}” but I was trying it with an “enum” by error.

  2. Trying to reference one “creative_device” inside another one with “@editable” and the same in the other device so that it creates a loop and each of them had the reference to each other (just making the loop reference not actually putting in the reference)

Solution:

Go to the files you know is causing the problem, delete the line it is cousing it and then you can enter the project no problem.