I updated win 11 and now i can't lauch my program with out the "Error", "Can't open a 1280*720 - 32 bit screen !" same program that always working before update.
Did you have the same issue?
And please can you help me to fix this problem?
thanks
trouble with win update.
Re: trouble with win update.
Never seen this one, can you post a code sample?
Re: trouble with win update.
it was the classic code
"If OpenScreen(1280,720, 32, "screen 1280x720") ........""
I have just updated Purebasic and now it's work fine.
So if you use an old version of PB with new Win 11 update. Program can't "open screen...."
"If OpenScreen(1280,720, 32, "screen 1280x720") ........""
I have just updated Purebasic and now it's work fine.
So if you use an old version of PB with new Win 11 update. Program can't "open screen...."
Re: trouble with win update.
I see no reason to not use the latest PB version, but that is incredibly odd and sounds like a bug.chandler wrote: Sun Aug 03, 2025 1:38 pm I have just updated Purebasic and now it's work fine.
So if you use an old version of PB with new Win 11 update. Program can't "open screen...."
-
- Addict
- Posts: 4780
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: trouble with win update.
It may depend on how old the PB version is.chandler wrote: Sun Aug 03, 2025 1:38 pm So if you use an old version of PB with new Win 11 update. Program can't "open screen...."

Re: trouble with win update.
thee year old i think 

Re: trouble with win update.
For me, it's due to this bug -> viewtopic.php?t=87262
Re: trouble with win update.
I am now in 6.21 and its work fine.