- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
143 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Ta©ti Tac0Z
-
i'm currecly useing CC becuse of the fact that the speed of witch lua commands is run is based on a speed factor in the processor item limiting the update speed of a program OC is better that CC in all otherways then this, CC does not limit speed (not on purpes anyway) nor does it limit the amout of RAM a spesific computer can use (allso CC have made too much of an effort optimiseing the mod for servers makeing CC look like a simplyfired version of OC - witch i supose it is) anyway of removieing (i know that ain't going to happen) the limit or at least let the computers run fa
-
guys? why no repley
-
Thanks guys for helping me it's just so nice and yes the background beeping is inoring and was just and exaple and yes i know that my englich is bad (but thank You two to not commend one it ) so i know that i Can do like this forexaple: function smartThread (fun, printError) --printError: for debug Return thread.create( function() While true do s,r = xpcall(fun, debug.traceback) --make sure that a error don''t kill the thread If s == false and printError then Print("debug: error in thread
-
th = thread.create( function() While true do Os.sleep(1) Computer.beep() end end ): detach() code clean up on computer
-
Ok, so when i ansert your questien for sone hours ago the time was like 6 in the morning So i forgot to write my exaple code so here it is: And this is on my iPad so please understand that this is't easy: th = thread.create( function() While true do Os.sleep(1) Computer.beep() end end ): detach() that's it now remember to see the detach function Now the thing is that is makeing the beep Sound and out side the program but when i type ctrl alt c then it's s
-
i updatet the post to explain what i mean sry to not explain it
-
after some testing it look like yes thread does interrupt so how to prevent it please
-
my life started when i learned to use thread's and my life was completed when i learned the thread handles "detach" function but there is just one thing: does threads interrupt or not, and i there do then i will like to learn how to provent that help will be great --please EDIT: interupt: when a program or a thread is geting a error runed by the keys: CTRL, ALT, C ( sry that i did't explain this better )
-
hi Lizzy Trickster for week ago i posted a isuge i had when the function require("serialization").serialize( <table> ) givet the error: too long whenout yelding it look's like this a error that can be fixed it's just that there is not eny os.sleep / yields in the function happens evry time that i will serilalize a big table what i am trying to say is that a guy said that this is up to fix but when will that be? said by: payonel " I am happy to review the serialization code in openos, but not with a repro with your speciifc use cas
-
make it so it can detect entetys (exp: player, mobs, items) then i sold
-
too long without yielding in the serialization lib!
Ta©ti Tac0Z replied to Ta©ti Tac0Z's question in Programming
so if i use the new version then it will work? -
too long without yielding in the serialization lib!
Ta©ti Tac0Z replied to Ta©ti Tac0Z's question in Programming
hmm yes admin but it does not sound like a bug when you thing about how lua and yielding works the issus is that it takes so long time to serialize my table, And that makes lua output a too long without yielding error -
too long without yielding in the serialization lib!
Ta©ti Tac0Z replied to Ta©ti Tac0Z's question in Programming
yes but i don't know where the best place is to place it do you? -
hallo i am working on a lib that can load a image, take screen shoots, and record the screen and play it after! at more then 20 fps but there is a issue the serialization's function serialize is trying to trun a super huge table in to a text(file) and becuse of that, the computer is giveing me a too long without yielding error NOTE: i do know what that means what ind the name of gud can i do about that please some one i tryed this with 1 fps and the table was never being to big and now with 10 fps. oh guys this is working it's just how lu
-
oh guys i am so sorry for some reason i did not try to click on enter again after i click on the screen this is so embarrassing
-
Thanks for the massage i sure that i testet that but i Will test it again. i Will have ny computer i 20 hours then i Will test it maybe You Can test it for me?
-
oh please some one help me
-
i don't know if this is even possible but what i am trying to do is this NOTE: that is know that useing a thread in this scene is 100% Unnecessary but remeber this is a simple test -------------------------------------------------------------------------------- thread = require "thread" e = require "event" running = true t = thread.create(function() e.pull("touch") -- i know that i can put a os.exit() here but the thing is to try to get this to work running = false --<< that end) while running do
-
i fix it by deleting the broken hard disk. luckly my server program was on a seperate floppy disk so no data lost. thank you (all) for helping me. may god thank you for your good help but i have a new question if you have the time by trying this power full thread system my self i runned in to a problem i don't know if this is even possible but what i am trying to do is this NOTE: that is know that useing a thread in this scene is 100% Unnecessary but remeber this is a simple test -------------------------------
-
it's not a modpack i am useing i'am installling all of my mods my self it's oldere version off open os becuse i am useing minecraft version 1.7.10 becuse a lot off the mods i am useing is old thanks for the OS updater program BUT: i found a bug in that updater program the computer that i run it on came whit this boot script error (number 2 computer i run it on worked) unrecoverable error /lib/core/boot.lua:72: boot/94_shell.lua:3: attempt to call a nil value becuse off this is a boot script error (aka the hole os that's failing o
-
1.6.1
-
where is the thread api. as i understand it, then the thread api is a build in api in openos aka in /lib (/lib/thread.lua) require("thread") >> file not found (module "thread" not found in: (and so on) ) please tell me if i miss understood this and then were i can get it NOTE: i know that you can get this file on the internet but it does not work that well (at all)
-
hallo i am createing a password login system (please NOTE: that this is useing my window api but is it not that that's makeing the error) when the text inside the /.pass.info is "true" the computer comes with this blue screen error (aka bios error): as you can see the bios script is trying to write a table as a error message but why? ( and please ignore the xbox message ) here is the bootup file (the file there is run when the computer startup aka: in the /boot dir): https:
-
- bluescreen_again
- password
-
(and 2 more)
Tagged with:
-
And i know that "<!DOCTYPE html> is there but you don't need to a web browser Can run it enyway