Interesting Photon App SNAFU

I’ve been developing on my desktop PC. (6.3 X86, Dell)
I just upgraded my laptop PC to 6.3 (also X86, Dell)

I copied over the app I’m currently working on.
I recompiled everything from scratch.
When I run my app it SIGSEGVs.

Coreinfo shows the IP address as 0x0000.

I disabled all of my startup code so now NONE of my code gets executed
and it still SIGSEGVs at startup.

The window DOES appear and then immediately disappears.

I then tried to execute the desktop version on my laptop from across
the net. It worked just fine. So I know I have a compile/link problem
but I don’t know what to look for. There were no errors during compile
or link.

Bill Caroselli <qtps@earthlink.net> wrote:
BC > I’ve been developing on my desktop PC. (6.3 X86, Dell)
BC > I just upgraded my laptop PC to 6.3 (also X86, Dell)

BC > I copied over the app I’m currently working on.
BC > I recompiled everything from scratch.
BC > When I run my app it SIGSEGVs.

BC > Coreinfo shows the IP address as 0x0000.

BC > I disabled all of my startup code so now NONE of my code gets executed
BC > and it still SIGSEGVs at startup.

BC > The window DOES appear and then immediately disappears.

BC > I then tried to execute the desktop version on my laptop from across
BC > the net. It worked just fine. So I know I have a compile/link problem
BC > but I don’t know what to look for. There were no errors during compile
BC > or link.

P.S. I’m NOT using the IDE.