NO

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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2151
Re: Error code: -1073741819
« Reply #60 on: December 11, 2024, 06:23:21 PM »
pocc.exe have problems with Window 11 ?
So test all programs individually and tell results.

May the source be with you

Offline alderman2

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

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

Marco
Yes, but only pocc.exe.
I got a message that something is wrong, can't remember the message but think it was something about all files having to have the same compatibility.

Offline alderman2

  • Member
  • *
  • Posts: 60
    • Xmag
Re: Error code: -1073741819
« Reply #62 on: December 11, 2024, 07:01:03 PM »
I searched online to see if others have the same problem. I found a lot about it but several of them have much worse problems, they get a blue screen when they try to play certain games, for example all Ubisoft's games have problems.
Microsoft is aware of the problem and is blocking all computers from upgrading that have certain games installed. I read that many people are waiting for an update from Microsoft so they can continue playing their games.

According to MS, only computers with newer series of Intel processors experience this problem.

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #63 on: December 11, 2024, 08:50:30 PM »
pocc.exe have problems with Window 11 ?
So test all programs individually and tell results.

Let's be a bit careful - It is not every version of windows 11.  I have been running Pelles C on Windows 11 for as long as Windows 11 has been available.  I have never had any issues with it running C. 

Now Windows 11 24H2 is being pushed out and that is the one that seems to have the issue. 

John Z

We need someone to test poasm in Windows 11 24H2 - it may or may or may not be affected -


Offline Vortex

  • Member
  • *
  • Posts: 902
    • http://www.vortex.masmcode.com
Re: Error code: -1073741819
« Reply #64 on: December 11, 2024, 09:06:49 PM »
Windows 11 24H2 is very new. I started to test it at work, hopefully the next Windows updates will improve this new release of Windows 11.
Code it... That's all...

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #65 on: December 11, 2024, 09:14:00 PM »
Try with this program


This is an assembly prgram which does nothing else than about and exit
--------------------------------
Kenavo

Offline alderman2

  • Member
  • *
  • Posts: 60
    • Xmag
Re: Error code: -1073741819
« Reply #66 on: December 12, 2024, 03:46:52 AM »
I use Windows 11 24H2 and Pelles-C v11:

First Run:
------------------------------------------
Building EditSkeleton.obj.
*** Error code: -1073741819 ***
Clear.
------------------------------------------

Second Run:
------------------------------------------
Bygger EditSkeleton.exe.
POLINK: varning: Omjusterade sektionen '.idata$5' i objektet 'SQLite3.lib(SQLite3.dll)' (från 4 till 8 byte).
POLINK: varning: Omjusterade sektionen '.idata$4' i objektet 'SQLite3.lib(SQLite3.dll)' (från 4 till 8 byte).
POLINK: varning: Omjusterade sektionen '.idata$2' i objektet 'libgfl.lib(libgfl340.dll)' (från 4 till 1 byte).
Klar.
------------------------------------------
And it boots up, looks nice with the buttons!
« Last Edit: December 12, 2024, 03:49:19 AM by alderman2 »

Offline alderman2

  • Member
  • *
  • Posts: 60
    • Xmag
Re: Error code: -1073741819
« Reply #67 on: December 12, 2024, 03:50:55 AM »
Windows 11 24H2 is very new. I started to test it at work, hopefully the next Windows updates will improve this new release of Windows 11.
Yes, I think we should calm down a bit, apparently they are working on a patch.

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #68 on: December 12, 2024, 03:58:03 AM »
Sorry, with me it works fine.
I hope there will be an update very quickly.
For every major update that MS does there are big problems, it was the same with release 22
Have a good day


Philippe
--------------------------------
Kenavo

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #69 on: December 12, 2024, 11:13:27 AM »
pocc.exe have problems with Window 11 ?

So the news that assembly has the same issue points to either the IDE GUI or the linker not pocc.exe IMO. 
Of course running POCC and POLINK from the command line to build a small program on a 24H2 platform would be definitive.

I consider this a bit of good news if the issue 'just' resides in the IDE..... Has V12 been tested on 24H2 ?

Push off the upgrade to 24H2 as long as possible.....maybe it will get an accidental fix

John Z

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2151
Re: Error code: -1073741819
« Reply #70 on: December 12, 2024, 12:34:17 PM »
Still not seen list of files that works in Windows 11 24H2.
If polink have problems, another version might work.
It is possible to have several Pelles C version in system.
May the source be with you

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #71 on: December 12, 2024, 12:44:38 PM »
Nobody can say it is the linker that creates the fault, it can be the compiler.
If he recompiles his program and link it with gcc, if it is windows that creates the error, the error will persist.
If the program does not crash it is Pelle that has a bug. I should be surprised
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 902
    • http://www.vortex.masmcode.com
Re: Error code: -1073741819
« Reply #72 on: December 12, 2024, 02:59:50 PM »
On Windows 11 2024 H2, trying to build a simple console application reported the same error message, report of the IDE :

Code: [Select]
Building test.obj.
*** Error code: -1073741819 ***
Done.

EDIT : Operating on the command prompt, I can build the project with pocc and polink. It looks like that the IDE does not cooperate well with Win11 2024 H2.

Version : Pelles C v12
« Last Edit: December 12, 2024, 03:03:41 PM by Vortex »
Code it... That's all...

Offline John Z

  • Member
  • *
  • Posts: 920
Re: Error code: -1073741819
« Reply #73 on: December 12, 2024, 03:03:01 PM »
Hi Vortex,

Thanks for continuing testing!

For completeness can you add the version of Pelles C  V11 or V12 ?

John Z

Offline HellOfMice

  • Member
  • *
  • Posts: 203
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #74 on: December 12, 2024, 03:05:30 PM »
Hi Timo,


What if building giving the cmdlines under powershell?

--------------------------------
Kenavo