Tried it with REVERSI.EXE from Windows 3.0 from https://winworldpc.com/download/c2bbc28f-177a-c2b2-5311-c3a4... DISK02.IMG (you have to first uncompress it, for example with 7zip). $ sha256sum REVERSI.EXE a9e319c8f479d1568beec03858fdbb27c71747b2bbed6cd7c9f5e2daa23b40e9 REVERSI.EXE Result: The game starts, it begins rendering the board, but then hangs.
Show HN: RetroTick – Run classic Windows EXEs in the browser
21–30 of 67 posts
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#22Seems to run a lot faster than the previous proof-of-concept I've found ( https://www.boxedwine.org/app ). Then again, that website runs an entire Linux VM to support Wine.
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#23This is so cool & I'm really amazed by it but I couldn't help laugh at the readme > We strongly recommend contributing with Claude Code or similar AI coding tools. [...] Of course, coding by hand is also welcome. Funny time we live in lol
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#24I wondered how much of this could be done with an LLM agent, and here we have the answer
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#25Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#26Just a couple of hours ago I was thinking about this project from some time ago doing the same thing: https://github.com/evmar/retrowin32 I wondered how much of this could be done with an LLM agent, and here we have the answer
The current state of RetroTick was achieved in less than one hour using Claude Code.
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#27Funny project... Tried to run SHELL from QBASIC, but it crashes: D:\qbasic.exe has encountered a problem and needs to close. Reason: illegal instruction Address: 0x00002fee
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#28Then I tried running the program SHELL and it crashed.
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#29Funny project... Tried to run SHELL from QBASIC, but it crashes: D:\qbasic.exe has encountered a problem and needs to close. Reason: illegal instruction Address: 0x00002fee
Re: Show HN: RetroTick – Run classic Windows EXEs in the browser
#30Funny project... Tried to run SHELL from QBASIC, but it crashes: D:\qbasic.exe has encountered a problem and needs to close. Reason: illegal instruction Address: 0x00002fee
DOS interrupt support is still limited. Running SHELL would essentially require implementing a full MS-DOS COMMAND.COM, which is a significant undertaking.