Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaged game crashing at exit #20

Open
xmak opened this issue Apr 29, 2020 · 5 comments
Open

packaged game crashing at exit #20

xmak opened this issue Apr 29, 2020 · 5 comments
Labels
awaiting replication bug Something isn't working

Comments

@xmak
Copy link
Contributor

xmak commented Apr 29, 2020

When there's an actor on the map with the Node component, the packaged game crashes on exit with the following error message:

image

It happens regardless of whether any node scripts were run or not, just having the Node component in an actor which is present on the map produces this error.

It happens when using the plugin compiled from code, the latest master (I haven't tried the relese version), and it affects only packaged projects. When run from Unreal editor there's no crash.

Test project:

https://drive.google.com/open?id=1Do_Hnksl8oFqdHb8fQpFk7luLO4Ok8c8

Packaged:

https://drive.google.com/open?id=1QXofcQruPHCyAeCLEgfPKz1WIH4UGMns
(game is just blank screen, press Esc to exit)

P.S. The crash doesn't happen always, so running the game a few times could be required to reproduce it.

@getnamo getnamo added awaiting replication bug Something isn't working labels Apr 29, 2020
@JackGit3
Copy link

Can confirm I've seen the same crash in packaged builds. I'm using the release version but did delete the binaries folder and rebuild the plugin. Happens occasionally.

@getnamo
Copy link
Owner

getnamo commented Jan 27, 2021

Do we have a dump or stack trace available for a crash?

@JackGit3
Copy link

No idea why but I can't get this bug to happen again, if I can manage to replicate it I will try to provide something.

@JackGit3
Copy link

It finally happened again, I'm attaching the logfile from the packaged exe. Let me know if you want me to provide anything else.
I believe the only relevant part is at the very bottom.
BugCrash.txt

@hikingyoung
Copy link

SOS: I met this bug everytime I quit the game made by ue4 with this plugin.(v0.7.0 for UE 4.26) . I think it causes 'Memory Leak', but I don't know reason. I'm about to read the source code of the plugin, but if you can help me, it'll be highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting replication bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants