Bomb Bloke, on 23 August 2014 - 02:52 PM, said:
Is this an OS you're building yourself, or one you've found from somewhere? If it was initially written by someone else, it may not be compatible with your version of ComputerCraft.
I can tell you that the "window" API is mostly called by the "term" API. If "window" is erroring, it's likely because you called a term function incorrectly.
I can also tell you that the "rough description" in that screenshot is wrong - an attempt to index nil doesn't mean that "part of a table doesn't exist" so much as it means "the object you're trying to treat as a table in the first place doesn't exist".
I am building the OS by myself, also even after using
os.loadAPI("data/api/bar")
This happens:
Ziriee, on 23 August 2014 - 03:14 PM, said:
Bomb Bloke, on 23 August 2014 - 02:52 PM, said:
-snip-
I found the problem, it was in the bar api itself