Jump to content


Wilma456's Content

There have been 32 items by Wilma456 (Search limited from 30-March 23)


By content type

See this member's


Sort by                Order  

#278718 CCLite for CraftOS 1.8

Posted by Wilma456 on 08 January 2019 - 08:27 PM in General

Version 5.4 is out!

Changelog



#277539 CCLite for CraftOS 1.8

Posted by Wilma456 on 08 June 2018 - 02:54 PM in General

Microsft is not the Owner of GitLab. IT's just the hoster of the Servers.



#277524 CCLite for CraftOS 1.8

Posted by Wilma456 on 06 June 2018 - 02:12 PM in General

Just new Stats from the Snap Store. The Snap Version of 55 had became a lot of new Users in the last Days. It has now 55 Users.

Spoiler



#277522 CCLite for CraftOS 1.8

Posted by Wilma456 on 05 June 2018 - 01:10 PM in General

View PostJummit, on 05 June 2018 - 12:17 PM, said:

View PostWilma456, on 05 June 2018 - 10:22 AM, said:

The Repo of CCLite has been moved to GitLab.
Because of Microsoft? :D/>
Of course



#277520 CCLite for CraftOS 1.8

Posted by Wilma456 on 05 June 2018 - 10:22 AM in General

The Repo of CCLite has been moved to GitLab.



#277316 CCLite for CraftOS 1.8

Posted by Wilma456 on 19 May 2018 - 02:24 PM in General

View PostNothy, on 17 May 2018 - 09:54 PM, said:

Nice job!
Thanks



#277254 VirtualOS - A virtual Machine for CC (Now with GUI)

Posted by Wilma456 on 14 May 2018 - 03:03 PM in Programs

I had now fixed the getfenv() bug in VirtualOS 4.2. It*s not the nicest fix but it works.

The fs Bug is still working. I try to fix that.



#277124 CCLite for CraftOS 1.8

Posted by Wilma456 on 07 May 2018 - 02:14 PM in General

What Program do use use that crashes?



#277085 CCLite for CraftOS 1.8

Posted by Wilma456 on 04 May 2018 - 12:12 PM in General

Thanks, I had only searched in the code and not in the Font self.

Fixed Version is now out



#277081 CCLite for CraftOS 1.8

Posted by Wilma456 on 03 May 2018 - 06:11 PM in General

I know, that Char number 127 does not work, but I couldn't find the reason for it, so I'm unable to fix this this Bug. If anybody of you can find it, you are welcome to make a PR at GitHub.

I know, there are some other Problems with Chars higher than 127, The reason for that is, Löve2d has another encoding as ComputerCraft. I had build some Workarounds around this, but I can't fix all Bugs.



#276873 CCLite for CraftOS 1.8

Posted by Wilma456 on 17 April 2018 - 03:43 PM in General

There is new Version with a litle Bugfix out

btw:
I removed the W.I.P. from the Title of the Topic



#276856 Computercraft emulator android?

Posted by Wilma456 on 15 April 2018 - 03:33 PM in Ask a Pro

There is been a newer Version of CCLite



#276768 Need Help with Sandboxing

Posted by Wilma456 on 10 April 2018 - 06:48 PM in Ask a Pro

The getfenv() function of you only works, if VirtualOs is diretly run from CraftOS, but if there is another sefenv() between VirtualOS and CraftOS it will not work.



#276766 CCLite for CraftOS 1.8

Posted by Wilma456 on 10 April 2018 - 06:46 PM in General

CCLite 5.0 is now out!

Changelog

Get the new Version

@JonWalter
Thank you! But if you are interested in the Android Version: Since the Update to Löve2d 11.0 there are no Android Builds because I have some problems with building the new Version for Android.



#276614 Need Help with Sandboxing

Posted by Wilma456 on 02 April 2018 - 05:48 PM in Ask a Pro

ardera had reported 2 Bugs in the Sandboxing of my Program VirtualOS that I can't solve:

1. getfenv(0) return the normal Enviroment. I had try do solve it with this code:
function tEnv.getfenv(arg)
    if type(arg) == "number" then
        return getfenv(arg+1)
    else
        return getfenv(arg)
    end
end
This works for getfenv(0), but gefenv(1),3,5 aare returning the unsandboxed Enviroment.

2. You can acces the host fileystem with "/../" e.g. fs.open("/../bug","w"). I had no idea how to solve it.

You can find the Code of VirtualOS here



#276613 CCLite for CraftOS 1.8

Posted by Wilma456 on 02 April 2018 - 05:29 PM in General

CCLite 4.0 is now out!

Only 20 hours after the release of Löve2d 11.0, CCLite has been ported to the new Version!

Changelog

Get the new Version

@Mac Users
While porting to the new Version of Löve2d I had to cange some code. The old Version of CCLIte shows a white Screen because Löve2d changes the RGB values. Maybe you had get a Beta of Version 11.0. Just try the new Version. Maybe it will work now.



#276610 VirtualOS - A virtual Machine for CC (Now with GUI)

Posted by Wilma456 on 02 April 2018 - 04:05 PM in Programs

Thank you for reporting the Bugs. I try to fix it. But too of your Bugs can't be reproduced by me: os.queueEvent("timer", nil) doen't crash the program. Just nothing happens.
function test()
  print(_HOST)
  fs.open("/bug","w")
end

local t = setmetatable({}, {__eq = function()
  test()
  return false
end})
os.queueEvent("VirtualOS_Event", t)
coroutine.yield(t)
This code just hang up forever and need to be killed. Nothing hapens. Nothing is print and the file bug is not created. The only Bugs who works for me are getfenv(0) and "/../" (but your Fix doen't work). I try to fix it.



#276499 Mynaptic - A GUI for Packman

Posted by Wilma456 on 29 March 2018 - 04:25 PM in Programs

Mynaptic has now been Updated to Version 12! Plugins work now under CraftOS 1.8 and the Menu for Updates has been Updated.

I also a Plugin called Minepackextra whcih adds some Features to Config Minepack.

The Installer has been Updated. You can now choose beetween Minepack and Packman.



#276465 Anyone want to collaborate on a OS? (via git)

Posted by Wilma456 on 28 March 2018 - 11:03 AM in Operating Systems

If you are looking for a Package Manager use Packman. If you want a GUI, use Mynaptic. There a a lot of programs who are already in Packman.



#276304 CCLite for CraftOS 1.8

Posted by Wilma456 on 25 March 2018 - 03:06 PM in General

If someone is intrested, here are the stats of the snap Version of CCLite from 25.03.2108:
Spoiler



#276177 How to block monitors, printers and disk drives from working on a specific Re...

Posted by Wilma456 on 21 March 2018 - 07:40 PM in Ask a Pro

You need to overwrtite the peripheral API



#276164 Monitor Window Manager

Posted by Wilma456 on 21 March 2018 - 04:48 PM in Programs

Can you add the possiblity to run mvm on the Computer and not on a Monitor?



#276122 CCLite for CraftOS 1.8

Posted by Wilma456 on 20 March 2018 - 03:20 PM in General

CCLite 3.0 is now out!

Changelog

Get the new Version

@Jummit
The Paint Program is crazy. The Char Number 127 is the only Char who is a ?. I am searching the reason for that. I don't know why it crashed when you press Esc. It should make a Screenshoot, what works perfectly on my PC.



#275588 CCLite for CraftOS 1.8

Posted by Wilma456 on 02 March 2018 - 05:11 PM in General

CCLite 2.6 is now out!

Changelog

Important:
The Name of the Save Folder has been changed. You need to copy all your data into the new folder.

Note for Snap User:
Luasec is now included into the snap. That means, that you can now use HTTPS.

Get the new Version



#275566 CCLite for CraftOS 1.8

Posted by Wilma456 on 01 March 2018 - 08:02 PM in General

I think the only thing caan do at the moment is to Open a Ticket at the Issue Tracker of Löve2d and describe that this Program does not run on MacOS. I don't know why it doesen't works on MacOS. It sounds like a Bug of Löve2d for me.