IgorTimofeev / MineOS

Home of MineOS and it's software for OpenComputers mod
Other
733 stars 191 forks source link

when starting wget -f, the BIOS crashes #573

Closed Menellan closed 7 months ago

Menellan commented 8 months ago
image
Menellan commented 8 months ago

I'm playing on server 1,12,2

IgorTimofeev commented 8 months ago

Seems like something blocks downloading of BIOS source code. Maybe github is blacklisted on your server, maybe some proxy fails

iocmet commented 8 months ago

This happened with you because there is bug in OC 1.8.0 causes https (ssl? i didn't look into details) not work and command that you used is wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot Firstly is downloads file BIOS.lua to path /tmp/bios.lua then flashes it by flash -q /tmp/bios.lua and reboots computer, because of bug file not downloads and flash flashes nothing to eeprom So to fix it server admin/owner must update OC to latest version

lhilo3 commented 8 months ago

I figured out the situation and the problem is on the server side

lhilo3 commented 8 months ago

Because OpenOS 1.8.3