Windows 95 Protection Error

Discussions about using Windows guests in VirtualBox.
Post Reply
morgan412
Posts: 2
Joined: 13. Jan 2019, 01:23

Windows 95 Protection Error

Post by morgan412 »

I updated to vbox 6.0.0 and after going through windows setup i get this on my vm. idk if this is a vbox error or the iso.
Attachments
Error Message
Error Message
vbox error 2.PNG (5.13 KiB) Viewed 22449 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Windows 95 Protection Error

Post by socratis »

Now that your Hardening Problem is solved, this is a new issue, therefore a new thread.

We need to see a complete VBox.log, from a complete VM run:
  • Start the VM from cold-boot (not from a paused or saved state) / Observe problem / Shutdown the VM (force close it if you have to).
  • With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
  • Save only the first "VBox.log", ZIP it and attach it to your response. See the "Upload attachment" tab below the reply form.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
hazza
Posts: 5
Joined: 7. Mar 2019, 12:42

Re: Windows 95 Protection Error

Post by hazza »

how do I get rid of the error message windows protection error
Attachments
Windows 95-2019-03-07-21-34-48.log
(107.94 KiB) Downloaded 481 times
vlad557776
Posts: 27
Joined: 19. Feb 2019, 20:52
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Too much to list here (100+ VMs)

Re: Windows 95 Protection Error

Post by vlad557776 »

I got the same error while installing Windows 95 on a VM. Thing called "Win95CPUFix" removed this. Here's the link: https://msfn.org/board/topic/141402-win ... it-broken/.
hazza
Posts: 5
Joined: 7. Mar 2019, 12:42

Re: Windows 95 Protection Error

Post by hazza »

vlad557776 wrote:I got the same error while installing Windows 95 on a VM. Thing called "Win95CPUFix" removed this. Here's the link: https://msfn.org/board/topic/141402-win ... it-broken/.


thanks for the link im gonna look at it now
hazza
Posts: 5
Joined: 7. Mar 2019, 12:42

Re: Windows 95 Protection Error

Post by hazza »

I downloaded it and it didn't work
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Windows 95 Protection Error

Post by mpack »

Did you configure the memory manager correctly in the underlying DOS? Please post the contents of the CONFIG.SYS file from the VM boot directory.
hazza
Posts: 5
Joined: 7. Mar 2019, 12:42

Re: Windows 95 Protection Error

Post by hazza »

No I didn’t how do I configure it correctly
hazza
Posts: 5
Joined: 7. Mar 2019, 12:42

Re: Windows 95 Protection Error

Post by hazza »

If someone can answer me that would be great
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Windows 95 Protection Error

Post by mpack »

Not possible (with accuracy) until you provide the file I asked for in my previous post.

Here is what my CONFIG.SYS looks like (actually for a DOS 7 aka Win98 VM). Yours should be similar.

Code: Select all

device=c:\dos\himem.sys
dos=high,umb
device=c:\dos\emm386.exe NOEMS
devicehigh=c:\dos\oakcdrom.sys /D:CD001
files=30
stacks=0,0
buffers=20
lastdrive=Z
And an AUTOEXEC.BAT file to go with it.

Code: Select all

@echo off
path=c:\dos
lh c:\dos\mscdex /D:CD001
prompt $p$g
This assumes that you copied all the DOS tools into a directory C:\DOS, including the OAK CDROM device driver.

I will not answer many questions about this: you should be able to find plenty of online resources about configuring DOS.
AnSor1118
Posts: 4
Joined: 8. Feb 2020, 03:21

Re: Windows 95 Protection Error

Post by AnSor1118 »

Here is my log:
Attachments
Windows 95-2020-08-27-18-16-44.log
VBox Log
(116.37 KiB) Downloaded 84 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Windows 95 Protection Error

Post by mpack »

Do you have the same problem as the OP? You are booting from a floppy, so I wouldn't think so.

The method of patching Win95 to work on modern CPUs (thus fixing the Protection Error) is discussed in the Windows Guests FAQ: viewtopic.php?f=28&t=9918#p422192, in addition to the links given above.
Post Reply