windows95 icon indicating copy to clipboard operation
windows95 copied to clipboard

Restart/shutdown in VM does not work

Open ghost opened this issue 4 years ago • 7 comments

In the vm, if you press restart, it never actually restarts as it gets stuck in MSDOS and same thing with shutdown.

sadly I can't help because I am a beginner at JS (for this type of project) and i really do not have a clue on how the Virtual Machine works.

ghost avatar Aug 20 '20 18:08 ghost

same issue. reboot ends in a black screen with "-" in the corner.

Kazlehoff avatar Aug 28 '20 01:08 Kazlehoff

you mean



    _





















as a graphical representation. because that is what i see.

ghost avatar Aug 29 '20 09:08 ghost

Yes.

Kazlehoff avatar Aug 29 '20 23:08 Kazlehoff

Same problem happens on Windows 95 at copy.sh as you can see below. image The reason for this is since Windows 95 on copy.sh doesn't have any sort of image file allocated to it. It's restored from snapshot only. So neither rebooting, nor shutting down can happen ever. Period., as there is no way to boot back up with no allocated drive. The reason why I'm talking about another Javascript project to run Windows is since this Windows 95 in an app program is based mainly off of v86 (or copy.sh), as shown by the developer over at the README. See image below. image And, since he took the code from that to use here, Windows 95's reboot implementation won't work for the reason that since it can neither reboot nor shutdown to begin with, code to make this happen is not added in, despite this Windows 95 app having a .img file allocated to it. This might've been since the developer of this program didn't know how to/didn't want to implement the shutdown & rebooting feature, as this really is only a concept.

Since that's now out of the way, feel free to close this issue.

ITAC85v2 avatar Oct 15 '20 19:10 ITAC85v2

I'm don't know how, but I found fix for Windows 95 shutdown. Just start ms-dos, press alt+enter (to go fullscreen), then type 'exit' to close it. Now shutdown works! img

Update: Maybe It's again VBE9X problem? on Windows 98 no VBE driver, and shutdown working

Pixelsuft avatar Jun 20 '21 10:06 Pixelsuft

Oh, CPU hlt after shutdown, I had this problem when created site with systems year ago, I fixed It. But in new v86 with wasm support version, it is fixed

Pixelsuft avatar Jun 20 '21 10:06 Pixelsuft

Nooo, Problem 2 after restart: image

Pixelsuft avatar Jun 20 '21 10:06 Pixelsuft