Remy van Elst

Results 72 comments of Remy van Elst

I'll assign myself and when I have some spare time, get a linux build via github actions up as a demo.

Alright, created merge request #26 - which included a github actions file. That is not the "releases" part, but does provide binaries, and can be used to create an actual...

Did some more work on the windows msvc build, finally fixed the two linker errors, at least on github: https://github.com/RaymiiOrg/axpbox/tree/github_actions_build_windows_test Will have to clean up the branch, rebase current and...

Seems to run okay on my Windows VM: ![image](https://user-images.githubusercontent.com/1927494/104117333-c428d000-5320-11eb-8cd6-021082a1b5b6.png) ![image](https://user-images.githubusercontent.com/1927494/104117361-06eaa800-5321-11eb-930d-8276b6594d3f.png) Going to finish up the commits and then a merge request for a working windows build. For a local visual...

> I was also unlucky when installing on a IDE-disk. I found out the ide-controller did hang after some time while installing OpenVMS. > I installed succesfully on a SCSI...

I've edited your question, only added formatting to the error message. What host os are you using and which version of axpbox ( git info is in the help output)?...

Oh that's interesting, WSL! Is it WSL 1 or 2? I did read [this](https://news.ycombinator.com/item?id=25612962) recently regarding file system corruption and WSL. If you could try it on a non wsl...

I've edited your comments to give different formatting to the error messages. I'll try and see if I can reproduce the issue with the current build. Thank you so far...

This could indeed be related to https://github.com/lenticularis39/axpbox/issues/8 - as @fsword7 says you could try to change the disk device type to SCSI. Either the CD-ROM to install or the disk...

There is a pull request open: #226 - but not much is happening on that part. You could try to build your own docker container with that specific branch and...