gamer08
(gamer08)
1
Hello everyone,
I’m packaging my game and when I try to lauch the game I have a fatal error (see attachment).
My game run perfectly in editor and stand alone without problem.
Is there any crash logs I can open to see where it’s crashs ? didn’t find it.
Window created a minidump, but it is not very helpfull.
Any helps would be appreciate.
Thanks
gamer08
gamer08
(gamer08)
2
Problem solved, finnaly get a better crash output on development package to learn GetClass()->ClassGeneratedBy
Return null on packaged game,
I don’t know if it supported or not, but I changed the name I use and now all works.
I hope that can help someone else.
gamer08