Eugene
Eugene
- [ ] **Describe the bug** InstallAROS cannot install the bootloader on a formatted virtual disk in VMware 15 Player and goes to the guru - [ ] **To Reproduce**...
- [ ] **Describe the bug** Machine freezes instead of doing warm restart. - [ ] **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Wanderer menu' 2. Choose...
**Describe the bug** Oracle VM VirtualBox 6.1.4 r136177 (Qt5.6.2) Image: aros-pc-x86_64.iso from [AROS-20201214-pc-x86_64-boot-iso](https://sourceforge.net/projects/aros/files/nightly2/20201214/Binaries/AROS-20201214-pc-x86_64-boot-iso.zip/download) (ABIv1) Default settings, VBoxVGA, 128M VideoRAM, No accellerated **To Reproduce** Steps to reproduce the behavior: trying to...
**Describe the bug** InstallAROS from Nightly Build i386 ABIv1 cannot complete installation on hard drive, "Install bootloader" option doesn't work. **To Reproduce** Steps to reproduce the behavior: 0. Dowload [pc-i386-boot-iso](https://sourceforge.net/projects/aros/files/nightly2/20210101/Binaries/AROS-20210101-pc-i386-boot-iso.zip/download)...
Wanderer doesn't install files in IFF/ILBM format on the desktop. This error is present in AROS-20170402-3 and other AROS distros like AROS One. [Patterns.zip](https://github.com/deadw00d/AROS/files/5746474/Patterns.zip) 
How to reproduce: 1. Go to AROS:System 2. Select "Shell" icon in window "System" and press Amiga + L ( Icon/Leave out ) 3. Select "Shell" icon on desktop and...
How to reproduce: 1. Go to AROS:System drawer 2. Select "Shell" icon and press Amiga + L ( Icon/Leave out ) 3. Click on "Shell" icon on Wanderer desktop
 Code: ``` client = Client() # doctest: +SKIP entity = client.get('Q317521', load=True) client = Client() prop = client.get('P69', load=True) res = entity.getlist(prop) print(res[0]) print(res[0].label) client = Client() start_time =...