Page 2 of 3

Re: Floppy warning popup

Posted: 23 Jan 2026 17:17
by ClintE
No, I have to respond 9 times :veryconfused:

Re: Floppy warning popup

Posted: 23 Jan 2026 17:54
by admin
9, hm. 2x4 slots = 8. Why 9?

Re: Floppy warning popup

Posted: 23 Jan 2026 18:10
by ClintE
This probably does not help, but I post it anyway:
#
MCreader.png

Re: Floppy warning popup

Posted: 23 Jan 2026 19:36
by admin
Load beta 0505 and try these 3 scripts:

Code: Select all

floppybug "X:\", 1;
floppybug "X:\", 2;
floppybug "X:\", 3;
How many popups do you get with each?

Re: Floppy warning popup

Posted: 23 Jan 2026 19:51
by ClintE
floppybug "X:\", 1; = 0
floppybug "X:\", 2; = 1
floppybug "X:\", 3; = 0

Re: Floppy warning popup

Posted: 23 Jan 2026 19:59
by admin
That universal card reader, can you give more details about this thing/product?

Re: Floppy warning popup

Posted: 23 Jan 2026 20:09
by ClintE
Dell XPS 8900 integrated card reader.
#
Driver.png

Re: Floppy warning popup

Posted: 23 Jan 2026 20:47
by admin
Good news: I could reproduce it with an old card reader I found in some dusty drawer. Now the tB guys take over.

Re: Floppy warning popup

Posted: 23 Jan 2026 20:52
by ClintE
tB guys ?

Re: Floppy warning popup

Posted: 23 Jan 2026 20:54
by admin
twinBASIC, the language the 64-bit version is written in. This is a language bug, not an XY bug.

Re: Floppy warning popup

Posted: 23 Jan 2026 20:59
by ClintE
Sounds correct. The 32 bit version does not make any popups.

Re: Floppy warning popup

Posted: 23 Jan 2026 22:17
by admin
Now the bad news: It's not fixable but some weird thing in Win7 and Win8. Win11 (and probably Win10) does not have the problem.

Re: Floppy warning popup

Posted: 23 Jan 2026 22:24
by admin
Here is an idea from AI (did not test):

5. Registry Fix (Disable Error Messages)
If the error persists and is just an annoyance, you can tell Windows to stop showing "No Disk" error pop-ups via the registry.
Type regedit in the start menu and run as administrator.
Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
Locate ErrorMode on the right side.
Double-click it and change the value data to 2.
Reboot your computer.

Re: Floppy warning popup

Posted: 23 Jan 2026 22:40
by ClintE
I wiil try that tomorrow, I can't reboot the pc now.
But I find it strange that other 64 bit file managers do not have this problem. Try eg. Total Commander or Multi Commander or even the crappy Windows file explorer. Also, I don't see this popup at any other occation.

Re: Floppy warning popup

Posted: 23 Jan 2026 22:43
by admin
Yes, I find it strange, too. And the tB guys as well. It's a fascinating mystery at the moment.