NO

Author Topic: Error code: -1073741819  (Read 2367 times)

Offline iwrbc

  • Member
  • *
  • Posts: 22
Re: Error code: -1073741819
« Reply #45 on: December 11, 2024, 02:45:15 PM »
Initial results were with virusscanner on, but now I also tried with virusscanner disabled. Same result.
Wilko

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #46 on: December 11, 2024, 02:45:59 PM »
Thanks for your response. When I disable all add-ins, the error persists. Also after restarting. Using Pelles C V11, by the way.
Wilko

Thanks for that test.  Please try Hello_World with and without debug if you have time - I think that will be fairly definitive...

Unfortunately if it is due to 24H2 there is no way to stop getting it.  Pelles V12 will need to be tested in 24H2.

John Z

Offline iwrbc

  • Member
  • *
  • Posts: 22
Re: Error code: -1073741819
« Reply #47 on: December 11, 2024, 02:53:56 PM »
Interesting. When I compile Hello world, I now get the error in release compilation mode as well. So yes, probably something in 24H2 :(
Thnx anyway

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #48 on: December 11, 2024, 02:55:22 PM »
As you can see all runs well and the MS antivirus is running.
Did you updated your antivirus?


Power off your computer, Power on and retry or wait for Christmas...
--------------------------------
Kenavo

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #49 on: December 11, 2024, 03:02:57 PM »
Interesting. When I compile Hello world, I now get the error in release compilation mode as well. So yes, probably something in 24H2 :(
Thnx anyway

Wow - could be bad news.

If you'd like you might try playing with the settings under  Windows Security - App & browser control: Exploit protection, App & browser control and Smart App Control.  The last one I turn OFF.

John Z

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #50 on: December 11, 2024, 03:06:48 PM »
Is there a sandbox with your antivirus?
If yes try to run your program into it.
--------------------------------
Kenavo

Offline alderman2

  • Member
  • *
  • Posts: 61
    • Xmag
Re: Error code: -1073741819
« Reply #51 on: December 11, 2024, 03:29:56 PM »
Hi Alderman2

The strange thing is that it always works the second time I click "Run".

Can you clarify this?  When you "click RUN" the second time does Pelle C show it is again compiling the program before it 'runs' or does the exe just run?  Just want to be sure.

After the first "run" which appears to fail have you looked into the project directory to see if a new .exe was actually still created?


After clicking 'RUN" second time can you go into the project directory, and click the exe and it runs?

John Z

First method:
1. I change something in the code before triggering a compilation.
2. I click the "Run" button.
3. The program doesn't work, gets that error message down in the left field.
4. I click the "Run" button again and the program with changes starts.

Second method:
1. I change something in the code before triggering a compilation (changing the printout "Hello World" to something else).
2. I click the "Run" button.
3. The program doesn't work, gets that error message down in the left field.
4. I go into the folder and click start the program (the exe file that was created)
5. The program starts but has not been changed according to point 1
6. I click the "Run" button again.
7. The program starts and the change I made under point 1 is visible (Hello other World).

Offline alderman2

  • Member
  • *
  • Posts: 61
    • Xmag
Re: Error code: -1073741819
« Reply #52 on: December 11, 2024, 03:32:16 PM »
I would like to update to v12, but then I get English text. Is it also available in Swedish?

Yes Version 12 supports Swedish. Click "Additional Translations" during setup.

John Z
Very good!

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #53 on: December 11, 2024, 03:36:22 PM »
Hi Alderman2,

Appreciate the testing, rules out false error.

Could you reply with your Windows version?  Are you on 24H2?

Thanks,
John Z

Offline alderman2

  • Member
  • *
  • Posts: 61
    • Xmag
Re: Error code: -1073741819
« Reply #54 on: December 11, 2024, 03:40:10 PM »
Hi iwrbc,

Can you try again after disabling ALL ADD-INs?  Could you also try the Hello project I attached previously, maybe turn on DEBUG for it too??

John Z

@ Alderman2
 Are you on windows 24H2 (which is now rolling out to all users)
I'm on 23H2 currently.
Yes, I have 24H2.

The error is in ntdll.dll!
I started the Windows Logbook and found this:
.......
- System

  - Provider

   [ Name]  Application Error
   [ Guid]  {a0e9b465-b939-57d7-b27d-95d8e925ff57}
 
   EventID 1000
 
   Version 0
 
   Level 2
 
   Task 100
 
   Opcode 0
 
   Keywords 0x8000000000000000
 
  - TimeCreated

   [ SystemTime]  2024-12-11T13:43:26.0642833Z
 
   EventRecordID 8973
 
   Correlation
 
  - Execution

   [ ProcessID]  3724
   [ ThreadID]  1816
 
   Channel Application
 
   Computer xxx-GRUPPEN
 
  - Security

   [ UserID]  S-1-5-21-1525878424-2487174922-2785363696-1001
 

- EventData

  AppName pocc.exe
  AppVersion 11.0.3.0
  AppTimeStamp 610fc5da
  ModuleName ntdll.dll
  ModuleVersion 10.0.26100.2454
  ModuleTimeStamp 7cb6b6a8
  ExceptionCode c0000005
  FaultingOffset 0000000000015b4b
  ProcessId 0x22d4
  ProcessCreationTime 0x1db4bd2a6d0f39b
  AppPath C:\Program Files\PellesC\Bin\pocc.exe
  ModulePath C:\WINDOWS\SYSTEM32\ntdll.dll
  IntegratorReportId dea5a331-15b1-4748-b923-7bc87d3f68b2
  PackageFullName 
  PackageRelativeAppId 
..........
There are ways to repair/replace ntdll.dll but this seems to be the update to 24H2 that is causing Pelles-C to fail.

Offline alderman2

  • Member
  • *
  • Posts: 61
    • Xmag
Re: Error code: -1073741819
« Reply #55 on: December 11, 2024, 03:48:58 PM »
Hi Alderman2,

Appreciate the testing, rules out false error.

Could you reply with your Windows version?  Are you on 24H2?

Thanks,
John Z
But wait now!
When I test your little program I didn't get any error before. But when I change a bit in that code I get the error there too.

Has anyone tested v12 in Windows 24H2?

Offline iwrbc

  • Member
  • *
  • Posts: 22
Re: Error code: -1073741819
« Reply #56 on: December 11, 2024, 03:50:02 PM »
For the time being I downgraded to 23H2. It works like a charm again.
Wilko

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #57 on: December 11, 2024, 03:50:41 PM »
Thanks Alderman2, and iwrbc !

Well that is really bad news.  Still - need to try V12 under 24H2....

If V12 does the same it is going to a problem going forward.
I guess the somewhat ok new is doing it twice seems to do
something....

I don't think there is any hope of a Pelles version past V12....

John Z

Offline alderman2

  • Member
  • *
  • Posts: 61
    • Xmag
Re: Error code: -1073741819
« Reply #58 on: December 11, 2024, 03:51:07 PM »
Initial results were with virusscanner on, but now I also tried with virusscanner disabled. Same result.
Wilko
Same with me, same error with the virus program turned off!
I think we can establish that the fault lies with Win 24H2.

Offline Marco

  • Member
  • *
  • Posts: 47
Re: Error code: -1073741819
« Reply #59 on: December 11, 2024, 06:19:15 PM »
Hi Alderman2,

Just yet another attempt. Have you tried running the ide in compatibility mode?

Marco