Issues with ppackage and p3d

So, we’re still not seeing your “start subprocess_run” output. :frowning: Can you break into the process with gdb again and confirm whether it is in fact within the subprocess_run() method?

David

Ended up I did it wrong. I reposted the log in my previous post. done setup_gc is in the log so it seems like all the steps we are checking for worked, but still no window :confused:

Sorry for the bump, but I am wondering what else I can do to diagnose this problem?

Thanks to both of you for your help too!

It is very strange. But maybe I was misunderstanding something: perhaps it is not expecting the window to be created. Try adding “_visible = true” to the P3DX11SplashWindow constructor, to force it to be made visible in every context.

David

I’m resurrecting this thread to report that I am having the same issue under windows 7. I built the package in windows 7, made my p3d in windows 7. Yet on the second time executing the window wont generate and the program seems to stall before the first line of Main().