Soaryn
August 9, 2020, 7:02pm
1
Right now, if burst causes a crash in a build, usually it is rather non-descript.
“lib_burst_generated.dll caused an Access Violation (0xc0000005)
in module lib_burst_generated.dll at 0023:5b3bada0.”
Everything works fine in the editor, so debugging this becomes a nightmare. It would be nice if the crash generated would be able to provide a working file to at least look into.
Note: This seems to be a crash from something due to 1.13 entities and 1.4 burst. I will be debugging this more and provide a repro when I can. It works in 1.10 entities and 1.3 burst
1 Like
tertle
August 9, 2020, 9:26pm
2
Soaryn:
Right now, if burst causes a crash in a build, usually it is rather non-descript.
“lib_burst_generated.dll caused an Access Violation (0xc0000005)
in module lib_burst_generated.dll at 0023:5b3bada0.”
Everything works fine in the editor, so debugging this becomes a nightmare. It would be nice if the crash generated would be able to provide a working file to at least look into.
The dmp file + pdb provides everything you need. Should give you the line of code that crashed.
1 Like
@Soaryn Did you ever get to the bottom of your crash? I’m running into the same issue.
Fwiw, I’m using Entities 0.14.0-preview.19 and Burst 1.3.2 (which is the listed dependency for that version of Entities).
Pardon my ignorance, but how is this done? I have both of these files, but I’m not sure how to use them to find the line that crashed.
Soaryn
September 15, 2020, 3:59pm
4
I have reported this with a response of “I’ll pass it a long to the team.”
So far a temp but feasible solution was to delete the library folder. Your mileage may vary.
1 Like
How often do you have to delete it? Before making each Build?
Soaryn
September 16, 2020, 12:39pm
6
I’ve only done it once thus far.
1 Like
@PublicEnumE there’s a very helpful answer from @Zec_1 to exactly that question, here:
Hello. I have a new Entities project which runs fine in editor, but immediately crashes in stand-alone builds. The same code worked fine in earlier Entities versions, like 0.11. Some details about the project: 2020.1.5f1 Entities...
Reading time: 4 mins 🕑
Likes: 15 ❤
EDIT : Ha, I just realised that forum thread I linked to is, in fact, yours
2 Likes