Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - can not run appbuilder on windows 7 (64 bit): (7 Items)
   
can not run appbuilder on windows 7 (64 bit)  
Hello,

i'm using momentics 4.7.0 on 64 bit windows 7 machine.

when i run appbuilder (pushing 'Open Appbuiler' button on the toolbar),

i get the following message.

PhAB console:

Starting font manager...
[3812]
phfont: init...
phfont: initialized.
phfont: 'tcp:127.0.0.1:4870[<32|64>]' server installed.
Starting Photon server...
[5620]
Starting Phindows...
[6448]
Starting Window Manager...
[6840]
Running appbuilder.exe...
[5448]
      1 [main] appbuilder 5448 fork: child -1 - died waiting for longjmp before
initialization, retry 0, exit code 0xC0000135, errno 11
PhAB exited abnormally. Photon will not be shut down.
[5448] appbuilder.exe exited (0)

Has anyone seen this problem and worked through it in the past?

Thanks,

Wonseok
Re: can not run appbuilder on windows 7 (64 bit)  
I have the same problem, also on Windows 7 (64 bit).
Does anybody know if there is a fix?
Re: can not run appbuilder on windows 7 (64 bit)  
I have the same system properties as you have, but when I run photon application builder, it doesn't give any error. 

Regards,
Re: can not run appbuilder on windows 7 (64 bit)  
Re: can not run appbuilder on windows 7 (64 bit)   I just upgraded to 4.7 and started having this problem, also on 
Windows 7 (64 bit).
Does anybody know if there is a fix?
Re: can not run appbuilder on windows 7 (64 bit)  
I resolved this issue by fixing my path

I have executables in my path that are not compatible with the tool chain QNX is using to launch Phab.bat
I have MinGW and Cygwin and they both have shells and executables that are similar to the bash shell that QNX is 
launching to run Phab.bat

I fixed it by making sure my QNX bin path (C:\QNX650\host\win32\x86\usr\bin in my case) was in my path before any other 
non-windows paths. 

An alternative is to add 
set Path=C:\QNX650\host\win32\x86\usr\bin
to the top of 
C:\QNX650\host\win32\x86\usr\bin\appbuilder_batch.bat

Hope this helps.

RE: can not run appbuilder on windows 7 (64 bit)  
Thank you for the e-mail.

I changed my path so " C:\QNX650\host\win32\x86\usr\bin" is first in the list but I still had the same timeout error and
 appbuilder still crashed. I then edited the batch file. I still get the time out error but now appbuilder does come up.
 This does help me keep working.

Thank you,
Guy

-----Original Message-----
From: George Iglesias [mailto:community-noreply@qnx.com] 
Sent: Friday, October 05, 2012 2:24 AM
To: general-community
Subject: Re: can not run appbuilder on windows 7 (64 bit)

I resolved this issue by fixing my path

I have executables in my path that are not compatible with the tool chain QNX is using to launch Phab.bat I have MinGW 
and Cygwin and they both have shells and executables that are similar to the bash shell that QNX is launching to run 
Phab.bat

I fixed it by making sure my QNX bin path (C:\QNX650\host\win32\x86\usr\bin in my case) was in my path before any other 
non-windows paths. 

An alternative is to add
set Path=C:\QNX650\host\win32\x86\usr\bin
to the top of
C:\QNX650\host\win32\x86\usr\bin\appbuilder_batch.bat

Hope this helps.





_______________________________________________

General
http://community.qnx.com/sf/go/post96048
To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com


Re: RE: can not run appbuilder on windows 7 (64 bit)  
I changed my path so " C:\QNX650\host\win32\x86\usr\bin" is first in the list but I still had the same timeout error and
 appbuilder still crashed. I then edited the batch file. I still get the time out error but now appbuilder does come up.
 This does help me keep working.

Thank you,
Guy