trainfan91 0 Posted May 22, 2019 Share Posted May 22, 2019 thanks again! also, how would i convert a openos program to run on this? Quote Link to post Share on other sites
trainfan91 0 Posted May 22, 2019 Share Posted May 22, 2019 now i get an unrecoverable error after reboot; help? Quote Link to post Share on other sites
Zen1th 14 Posted May 25, 2019 Author Share Posted May 25, 2019 traifain91, what is the error exactly? Also to convert your OpenOS programs use the docs which describe Fuchas's APIs If there is an unrecovable error, i must be aware of it! Quote Link to post Share on other sites
Achroma 0 Posted May 26, 2019 Share Posted May 26, 2019 I am also having the same issue. The error occurs when you have duel boot set up and try booting into Fuchas. The unrecoverable error is a computer Halt. Quote Link to post Share on other sites
trainfan91 0 Posted May 28, 2019 Share Posted May 28, 2019 it happened on reboot after install; blue screen computer halted Quote Link to post Share on other sites
trainfan91 0 Posted May 28, 2019 Share Posted May 28, 2019 4 minutes ago, trainfan91 said: it happened on reboot after install; blue screen Unrecoverable error computer halted Quote Link to post Share on other sites
Zen1th 14 Posted May 28, 2019 Author Share Posted May 28, 2019 you're using the old pastebin (the broken one), the new pastebin is EbHYvEE8 (i changed it on the first post, just look) Quote Link to post Share on other sites
Adorable-Catgirl 11 Posted May 29, 2019 Share Posted May 29, 2019 Ay, so I made a Zorya module for booting Fuchas. Pastebin is 3gpLaRpq Currently, it doesn't support passing arguments. It shouldn't be hard to add that, though. Quote Link to post Share on other sites
Adorable-Catgirl 11 Posted May 29, 2019 Share Posted May 29, 2019 Also, I plan on adding DEFLATE support for URF and support for PolarisFS (From an OS I'm working on, Tsuki) if/when I get the chance. Quote Link to post Share on other sites
Zen1th 14 Posted May 30, 2019 Author Share Posted May 30, 2019 Okay, thanks you. And i would like to see what PolarisFS is. As currently support for unmanaged-mode filesystems is planned on Fuchas. Also what OpenComputers VM/Emulator are you using? I would like to know if there are alternatives to OCEmu that are closer to real OC behavior Also deflate compression for URF is good idea as there are arleady deflate libraries and that the Data Card supports accelerated deflate and inflate Quote Link to post Share on other sites
Adorable-Catgirl 11 Posted May 30, 2019 Share Posted May 30, 2019 I'm using ocvm. I mainly use it because OCEmu has some weird issues, though ocvm seems to have some strange issues too. Quote Link to post Share on other sites
Zen1th 14 Posted May 31, 2019 Author Share Posted May 31, 2019 Say hello to liburf's 2nd URF! Adorable-Catgirl 1 Quote Link to post Share on other sites
Zen1th 14 Posted June 28, 2019 Author Share Posted June 28, 2019 (edited) Fuchas 0.4.0 is almost done The new features are: MineOS installer: AVAILABLE Multi-user: AVAILABLE Dualboot (arleady used for 0.3.0): AVAILABLE CPIO-based installer (very very stable installation and allow updates): AVAILABLE Security! (permissions): AVAILABLE Default unicode support: AVAILABLE Virtual components: AVAILABLE (updated 06/30/2019) Edited June 30, 2019 by Zen1th current state of the art Adorable-Catgirl 1 Quote Link to post Share on other sites
Zen1th 14 Posted July 4, 2019 Author Share Posted July 4, 2019 Fuchas 0.4.0 is now available! The feature list can be seen above (and in the Projects page on GitHub) Quote Link to post Share on other sites
Zen1th 14 Posted December 5, 2019 Author Share Posted December 5, 2019 Sorry for being a bit late, but Fuchas 0.5.0 is available since a month, it offers MANY MANY features: The component access is restricted and driver library must be used (unless having root permissions). This allow for more safety to potential viroooses. A secondary bit32 library on Lua 5.3 to have compatibility between the two in bit operations Directory attributes (currently not settable, only gettable). Which brings 5 attributes: System, Protected, Read-Only, Hidden and No Execute. Support for Protected (R/W only with perm) and System (R without perm, W with perm) directories. Unmanaged drive drivers for OC drive and Computronics tape (which could theorically allow any FS to be on tape without program changes) Shin32 is now gone and has been spread into many libraries. Updated OpenOS and MineOS installers, you can now select to install Fuchas from dev or stable branch. Alphanumerical directory listing OCDraw supports drawing ovals. OEFI2.1 support hwinfo command, for OEFI information and well.. hardware info Started UAC system. Used only in 0.5.1 / 0.5.0 dev branch. Event timeouts are back. Editor program (which currently can only view and not scroll, but pff that's coming) Removed AwesomeCatgirl Quote Link to post Share on other sites
Zen1th 14 Posted December 15, 2019 Author Share Posted December 15, 2019 Fuchas 0.5.1: Added a clipboard library that can use OC's clipboard event alongside Fuchas generated events with Ctrl+V. Events are pulled from a per-process queue, also allow to push events only to a certain process. OCDraw supports render targets, those are use as a target for the drawing and can be shown, they are basically just images. Unicode support in Fushell and "shell" library. CSettings program Ability to launch programs from Concert Increase startup speed (with Voodoo3 magic) Full support of the UAC system. Interfaces start with no permission and must login (as command in Fushell) to a admin account to have permissions Decreased Fuchas size by deleting some unused files Added process operations, they are like sub-processes that can end whenever they want (these are not threads!) Fixed many technical issues Removed AwesomeCatgirl Quote Link to post Share on other sites
Zen1th 14 Posted March 28, 2020 Author Share Posted March 28, 2020 Fuchas 0.6.0: Shell autocompletion OS arguments "buffer" library for buffered streams CPU metrics Concert task manager Architecture-dependent package files (different file depending on having Lua 5.2 or 5.3) Warning displayed when Lua 5.3 is supported but not enabled Optimization of OCDraw (merging) and GPU drivers (avoid setting multiple time the same color) New driver format (less file loading): faster startup time Inter-Process Communication (IPC) FPM has been renamed to Application Package Manager (APM) APM packages are installed on current user's directory by default. New "-g" option in APM for installing in shared/global user directory. Fuchas's Advanced Lua: added string.toByteArray Added OpenUPT library Temporary filesystem mounted at "T:" Released "format" program Fixed many technical issues Added "echo" command Fuchas now implements (almost) every standard I/O function! Including io.popen Non-standard "write" function removed, use "io.write" Improved OS API Support for different standanrd IO streams (stdout, stdin, stderr) per process and for stream piping Replaced "pwd" by "cd" (cd offers same feature, clearer, when runned without arguments) Started "Kabam" interface, this will soon be the default, eventually replacing Fushell Added os.exit() function Removed obsolete/deprecated IO methods Removed AwesomeCatgirl Quote Link to post Share on other sites
BrisingrAerowing 12 Posted March 29, 2020 Share Posted March 29, 2020 This is rather cool. I might mess around with it later. Quote Link to post Share on other sites
Zen1th 14 Posted August 29, 2021 Author Share Posted August 29, 2021 Concert desktop environment is almost ready! It uses VRAM buffers for a very noticeable gain of performance Quote Link to post Share on other sites
iluvmods132 0 Posted March 21, 2022 Share Posted March 21, 2022 Keep getting the same error: [string "-- Variables..."]:55: bad argument #1 to `byte` (string expected, got nil): stack traceback: [C]: in function `string.byte` [string "-- Variables..."]:55: in local `readint` [string "-- Variables..."]:69: in upvalue `ext` [string "-- Variables..."]:279: in upvalue `install` [string "-- Variables..."]:304: in local `process` [string "-- Variables..."]:341: in main chunk /tmp/2055986002.0:17: in main chunk (...tail calls...) [C]: in function `xpcall` machine:789: in global `xpcall` /lib/process.lua:63: in function </lib/process.lua:59> Quote Link to post Share on other sites
RowanBord0192 1 Posted May 9, 2022 Share Posted May 9, 2022 Finally got it running. How did I install it? I had to download it from GitHub and then edit the hard drive folder by copying in the OS files. It's a bit... buggy in places, for example Flarefox consistantly crashes the OS, and there are weird artifacts everywhere (although this is likely from the text display), plus minesweeper causes an out of memory error, even with way to much memory Quote Link to post Share on other sites
Zen1th 14 Posted May 12, 2022 Author Share Posted May 12, 2022 On 5/9/2022 at 2:20 PM, RowanBord0192 said: Finally got it running. How did I install it? I had to download it from GitHub and then edit the hard drive folder by copying in the OS files. It's a bit... buggy in places, for example Flarefox consistantly crashes the OS, and there are weird artifacts everywhere (although this is likely from the text display), plus minesweeper causes an out of memory error, even with way to much memory Yea, I haven't finished Flarefox and Minesweeper yet and it's still very much W.I.P. and I haven't been working on it since quite some time. Although I'm probably gonna start enhancing Fuchas UX a bit now Quote Link to post Share on other sites
pewpewcricket 0 Posted September 27, 2022 Share Posted September 27, 2022 It won't run and I don't know why Quote Link to post Share on other sites
TheCoolCatto 0 Posted October 15, 2022 Share Posted October 15, 2022 (edited) Fuchas is completely uninstallable, installing through MineOS causes the system to crash after installation (and not even boot into Fuchas! it boots back into MineOS!) and OpenOS causes a error when it tries to install, it doesn't even download a thing! Edited October 15, 2022 by RoboticCube Fixing some of my grammar Quote Link to post Share on other sites
pewpewcricket 0 Posted January 8, 2023 Share Posted January 8, 2023 On 5/12/2022 at 4:48 AM, Zen1th said: Yea, I haven't finished Flarefox and Minesweeper yet and it's still very much W.I.P. and I haven't been working on it since quite some time. Although I'm probably gonna start enhancing Fuchas UX a bit now Dude can you make it installable first? We can't even get the program in the first place. Quote Link to post Share on other sites