Error code: -1073741819

Started by alderman2, December 10, 2024, 03:19:35 AM

Previous topic - Next topic

TimoVJL

pocc.exe have problems with Window 11 ?
So test all programs individually and tell results.

May the source be with you

alderman2

Quote from: Marco on December 11, 2024, 06:19:15 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.

alderman2

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.

John Z

Quote from: TimoVJL on December 11, 2024, 06:23:21 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 -


Vortex

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...

HellOfMice

Try with this program


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

alderman2

#66
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!

alderman2

Quote from: Vortex 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.
Yes, I think we should calm down a bit, apparently they are working on a patch.

HellOfMice

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

John Z

Quote from: TimoVJL on December 11, 2024, 06:23:21 PM
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

TimoVJL

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

HellOfMice

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

Vortex

#72
On Windows 11 2024 H2, trying to build a simple console application reported the same error message, report of the IDE :

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
Code it... That's all...

John Z

Hi Vortex,

Thanks for continuing testing!

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

John Z

HellOfMice

Hi Timo,


What if building giving the cmdlines under powershell?