1. Sreerama Harikrishna
  2. PowerBuilder
  3. Monday, 30 September 2019 10:02 AM UTC

Hi, I am getting .exe has stopped working at run time. If running from source i am not getting any error.

Environment: Windows 10, PB 2019 build 2082

 

 

André Monz Accepted Answer Pending Moderation
  1. Tuesday, 1 October 2019 08:42 AM UTC
  2. PowerBuilder
  3. # 1

Try 'Full Build Workspace' before 'Deploy Workspace'.

hth

 

 

 

 

Comment
There are no comments made yet.
Olan Knight Accepted Answer Pending Moderation
  1. Monday, 30 September 2019 17:53 PM UTC
  2. PowerBuilder
  3. # 2

99 times out of 100, this is the result of a missing DLL.
Try using the installer that comes with your version of PowerBuilder to deploy the code.

Later -
Olan

Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Monday, 30 September 2019 16:02 PM UTC
  2. PowerBuilder
  3. # 3

Just in case:

Does it freeze when opening a certain window?

This happens to me for example, when I don't have the correct runtimes distributed for the richtext controls.

The moment I would open a window with a RTE control on it, the application would freeze.

HIH

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 30 September 2019 15:07 PM UTC
  2. PowerBuilder
  3. # 4

Hi Sreerama;

   Please try starting your PB App's EXE by adding the following to it's command-line start ...

YourAppName.exe  /pbdebug

  This should produce an App trace file of what is going one. Also, please open Task Manager when your EXE is running & frozen. Then go the the "Detail" tab page. Find your App EXE in the list and then use the RHMB on it and then go to "Analyze Wait Chain" and see if that provides further information as to the reason for the "non-response".

HTH

Regards ... Chris

Comment
There are no comments made yet.
David Peace (Powersoft) Accepted Answer Pending Moderation
  1. Monday, 30 September 2019 12:18 PM UTC
  2. PowerBuilder
  3. # 5

Hi

You will have to give some details of the error, what you were doing in the program when it crashed.

Regards

David

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.