Exe doesn't open anymore and server errors warnings

I tried multiple troubleshoots,
Changing from bundle to standalone,to bundle again,
Removing EULA agreement as read some people had issues because of it .
nothing worked.

When i open it it says Error sending data ,
And then an error occurred while reading server response,
or invalid server response

on the log i get this :only thing that looks off is :The target file is not writeable because it is being used by another process.
But still compiles without problems .

Before having this issue ,it would open without any error warnings ,but the program would never run ,just the icon on bar that is on . and would never display.

All of these issues seem to be related to the “The target file is not writeable because it is being used by another process” error message.

This is because the EXE is still running or maybe you have an antivirus software that prevents modifying the compiled files. Are you using some antivirus software?

no only firewall and smart screen disabled. also i checked the quarantine and it seems all good. The program just shuts off after “please wait we are validating your access” and straight away "invalid server response format "pops out or one of the other 2 texts ,and then it closes and can’t do nothing else.

OK, have you checked that the EXE is not still running when compiling?
And please try to clear activation data:

“invalid server response format” means that the validation URL is either incorrect or the web application on your server does not return correct data (it could be a lot of different reasons, check your PHP error log).

Yeah it totally shuts off,like a crash . also from task manager disappears.

So i cleared the activation data as you said,
And then inserted again the token that i get by email once subscribed .
It says that the token has been correctly validated. and then it says again “invalid server response format”.

Then i tried manual activation with the activation token straight from padlock . again token correct. and then crashes without any pop up this time .

deleted the .exe file and rebuilt . same issue happening .

For php i will check with the developer when he is online

Want also to precise that it was working smooth before.
For offline and online activation process without problems.

I think the issues started first when i added the deactivation base url and server update url

When running the PHP test it comes out successful ,

Looking forward to hear back from you ,thanks
I am literally stuck on the progress without having this solved :confused:

Removed everything,(deactivation,online updates,EULA agreement …)
Only kept online activation ,and still gives the same issue.

The file when standalone .exe it still says the invalid server response pop up and then i can only click ok and then it closes.
The file when compiled as bundle . once opened it doesn’t even display the error pop up and just automatically closes after loading bar then crashes.

Sent you an email asking for further details.