Skip to main content

[archive] Unhandled Win32 exception error in Acuthin.exe

  • October 15, 2010
  • 8 replies
  • 0 views

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks

8 replies

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
Which version is this?

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I lucked into an answer for this issue. For the Multi-Line Entry Field the Value Picture and Value Variable had left over values from before the field was changed. Once I took out the values in those properties the error went away.

I have no clue why that solved the issue, but I am glad it did.

We are on Bench 8.1, compiling back to 6.2 run time....to answer gforseth question.

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I lucked into an answer for this issue. For the Multi-Line Entry Field the Value Picture and Value Variable had left over values from before the field was changed. Once I took out the values in those properties the error went away.

I have no clue why that solved the issue, but I am glad it did.

We are on Bench 8.1, compiling back to 6.2 run time....to answer gforseth question.

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I am happy that things work for you. However, I don't see why you would have to do that. Does this reproduce using the 8.1 runtime?

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
We can't use the 8.1 runtime so I am not able to answer that question. We reported issues in 8.1 to Acucorp and they were never fixed so we are having to wait and hope that 9.0 fixes them.

Thanks

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I understand that you don't distribute 8.1 byte code, but I was wondering if you in your development environment could replicate the behavior in a limited demo application.

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I understand that you don't distribute 8.1 byte code, but I was wondering if you in your development environment could replicate the behavior in a limited demo application.

[Migrated content. Thread originally posted on 14 October 2010]

I have a screen that has Labels to display info, 2 list boxes and a multi-line entry field, all are read-only (screen is just to show information to a user). The screen is in a thread of its own and stays resident on a second monitor until the application is shut down. I have attached a print screen of the screen.

When the screen is displayed the cursor is sitting in the multi-line entry field (Notes and Narrative section). If the user leaves that field using the mouse to click in other list boxes or ALT-Key to them we get a "Unhandled Win32 exception error in Acuthin.exe" and the application dies. I have also attached a screen shot of the error I get, the number after the error text in () is not consistent either.

One last puzzle piece is that the error only occurs if the screen has data filled in. If the screen is blank (as the print screen shows) then the error does not occur when moving from item to item.

Any help or ideas on how to resolve this would be awesome.

Thanks
I will attempt to do it in our 8.1 test environment, but I am not sure that the systems team has not taken it down since we were not able to use it.

If I get it to work in our test environment I will post the project....