Eightyone freezes whenever my Pc goes into screensaver mode

Emulator and emulator development specific topics
Crayon21
Posts: 419
Joined: Sun Nov 04, 2018 2:33 am

Eightyone freezes whenever my Pc goes into screensaver mode

Post by Crayon21 »

how do I fix this? It won't respond to anything and I often have to redo type ins due to having to reset. any help? I'm running windows 10 build: 19045
latest install: KB5053606
In Heck, there are two options for perpetual torment:

Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices
:twisted:
Moggy
Posts: 3493
Joined: Wed Jun 18, 2008 2:00 pm

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by Moggy »

Unless you're running a desktop/tower PC along with a cathode tube TV/monitor, screensavers are unnecessary so the simple answer is to disable the screensaver.
???????????????????????????PIINKEY$?????RND????????????????????????????????????????????????????????PI????????
User avatar
1024MAK
Posts: 5526
Joined: Mon Sep 26, 2011 10:56 am
Location: Looking forward to summer in Somerset, UK...
Contact:

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by 1024MAK »

I haven’t used a "screen saver" on a modern PC since, err, ever! Yes, I had a screen saver on my Pentium system that ran Windows Windows 95.

On my newest laptop, which is running Windows 10 (version 10.0.19045 build 19045) there is no problem with it going into and out of standby or hibernation.

Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp

:!: Standby alert :!:
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Spring approaching...
stroebeljc
Posts: 114
Joined: Thu Apr 23, 2020 6:02 am
Location: Minneapolis, MN

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by stroebeljc »

Which screensaver?
John
Crayon21
Posts: 419
Joined: Sun Nov 04, 2018 2:33 am

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by Crayon21 »

stroebeljc wrote: Sat Mar 29, 2025 3:36 pm Which screensaver?
when I leave it idle, it goes to my password screen and shuts off the monitor
In Heck, there are two options for perpetual torment:

Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices
:twisted:
Exile
Posts: 75
Joined: Tue Jan 03, 2023 9:50 pm

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by Exile »

I can reproduce this very easily on Windows 10.

With EO 1.4.1 I created a simple program

Code: Select all

10 PRINT "*";
20 GOTO 10
When the code was running I pressed control-alt-delete and selected the lock screen (aka password screen). I then entered my password to exit the lock screen. When my desktop was redrawn EO had crashed - the attached screen shot shows the error dialog box.
EO_crash.JPG
Sometimes after clicking "OK" a few times the dialog went away. At that point EO displayed the following:
EO_recover.JPG
The fact that the program ran until the screen was full makes me think that the crash occurs when the PC leaves the lock screen, rather than when the PC enters the lock screen

I got a similar crash when I tried with EO 1.40.
stroebeljc
Posts: 114
Joined: Thu Apr 23, 2020 6:02 am
Location: Minneapolis, MN

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by stroebeljc »

I am unable to reproduce the issue on my Windows 10 PC with the KB5053606 update. Has this issue always been present on Windows 10, or has it only occurred since the latest Windows update?
John
User avatar
1024MAK
Posts: 5526
Joined: Mon Sep 26, 2011 10:56 am
Location: Looking forward to summer in Somerset, UK...
Contact:

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by 1024MAK »

The version of EightOne that I am using is 1.38

This is running on Windows 10 (version 10.0.19045 build 19045) 22H2 KB5053606.

I have noticed that if I run this program:

Code: Select all

  10 FOR A=1 TO (21*32)
  20 PRINT "*";
  30 NEXT A
  40 CLS 
  50 GOTO 10
Then go to the lock screen as described by Exile, then when I unlocked, EightOne continued running.

After breaking into the program by pressing Space, pressing Return (New Line) just alternates between a K cursor and a F cursor. Unless I use a letter key or press Space again, then Return (New Line) works as normal.

I'll try using EightOne 1.41 later.

Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp

:!: Standby alert :!:
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Spring approaching...
User avatar
1024MAK
Posts: 5526
Joined: Mon Sep 26, 2011 10:56 am
Location: Looking forward to summer in Somerset, UK...
Contact:

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by 1024MAK »

1024MAK wrote: Mon Mar 31, 2025 1:18 am I'll try using EightOne 1.41 later.
I get similar results with EightOne 1.41 except the keyboard behaviour is worse. After getting the cursor changing as I describe above, pressing space gets me £ symbols instead...

Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp

:!: Standby alert :!:
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Spring approaching...
stroebeljc
Posts: 114
Joined: Thu Apr 23, 2020 6:02 am
Location: Minneapolis, MN

Re: Eightyone freezes whenever my Pc goes into screensaver mode

Post by stroebeljc »

1024MAK wrote: Mon Mar 31, 2025 6:53 pm I get similar results with EightOne 1.41 except the keyboard behaviour is worse. After getting the cursor changing as I describe above, pressing space gets me £ symbols instead...
It's acting like the shift key is pressed. Does pressing one of the shift keys before any other key fix the problem?
John
Post Reply