Welcome! Log In Create A New Profile

Advanced

Windev27 app not working after Windows11 update

Posted by sambroed 
Windev27 app not working after Windows11 update
March 15, 2024 12:48PM
Hello,

I have a user with Windows 11 and runs my Windev27 application, it works fine till this morning. I think the problem is a Windows update. The program is not starting anymore without a error or something.
Anyone else with this problem?

Thanks in advance,

Sammy
Al
Re: Windev27 app not working after Windows11 update
March 15, 2024 01:05PM
Hello Sammy,

You could try and disable Windows Defender in case it sees the app as a problem.
You could also try to roll back the update
[www.howtogeek.com]

Regards
Al
Re: Windev27 app not working after Windows11 update
March 15, 2024 04:58PM
Tried all of this but no result
Re: Windev27 app not working after Windows11 update
March 15, 2024 05:48PM
Hi, so, you're experiencing errors on starting your app? WHICH ERRORS? Does it run in WINDEV Test-Mode? Do there any errors appear? WHICH ERRORS? If you did not write this application then you should talk to the developer. We cannot help you as long as we do not know which errors appear and what the app is doing? If you don't want to tell us about this app then you should know that you can roll back all Windows updates.

Kind regards,
Guenter Predl
office@windev.at
Re: Windev27 app not working after Windows11 update
March 15, 2024 07:58PM
Hello,

I am the developer. When starting up there is no error at all. I put in the verry beginning of the code a info("") but this is not coming up by the user.
It is not in test mode because it is by the end user.
Re: Windev27 app not working after Windows11 update
March 18, 2024 08:53AM
Hi Sam

Do you have decent exception handling in your app stack?

WHEN EXCEPTION IN
--> Code
DO
--> Log your runtime exceptions here
END

You should have always one Exception Handling block in your project init code as well.
This will capture any exception that is not captured at a lower level in the code stack.

Cheers

Peter



Edited 2 time(s). Last edit at 03/18/2024 08:55AM by PeHoBe.
Re: Windev27 app not working after Windows11 update
March 18, 2024 07:30PM
Hi Peter,

Of course i have this in the beginning of my init code.
Re: Windev27 app not working after Windows11 update
March 18, 2024 08:36PM
sambroed Wrote:
-------------------------------------------------------
> Hi Peter,
>
> Of course i have this in the beginning of my init
> code.


Well, if it doesn't log anything to e.g. a file I suggest you take a look in the Windows Event Journals to see what is causing the crash.

Cheers

Peter
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: