... This is way past my ability to understand. I tried using a resource editor to pad the styl resource to 260 bytes and it failed also. I've tried removing...
Pete: I've looked at the resource. In this case it consists of 11 bytes--filler periods and the word 'Geneva39;. As I've said, deleting the resource makes no...
Hey Steve, This indicates to me that it might not be the styl resource. Try removing the resource fork on a copy of Radio.root and see if you still get the...
I've been using ResKnife Cocoa. I've have stripped out the resources on that file and it still crashes. I'll run detailed traces, but it's hard to understand...
Hey Steve, ... resources on that file and it still crashes. How did you open Radio.root with ResKnife? Is there a magic command key sequence to open...
No magic that I know of: open the app, the open the file via the std file navigation dialog. Steve Kirks http://houseofwarwick.com ... From: "creecode"...
... to "remove" a resource fork, simply make it empty; via the shell: cat /dev/null >somefile.root/..namedfork/rsrc or take advantage of the fact cp does not...
... That's been patched for awhile on MacOS X. I tested it just in case and it preserves the resource fork by default. But this... ... ...does the job...
So now that I can get a root file to load, I'm coming across another couple of interesting errors: 1. MacOS Error -1409 Web research shows that this is...
I wonder if the errors your getting, that are related to the resource forks, are related to ifdefs that are compiling in the new resource fork code for...
... I'll start looking for that next. I've done a test with a root from the currently shipping version of Manila loaded with a Frontier.app 10.1a13 and it...
... yes, as Steve Kirks also pointed out; sorry for the bad advice ... i had a vague memory of such a change, but in my haste i only checked the man page,...
... well, i'm following, and thinking about, the problem, but i won't be able to help at the kernel level; the only thing bubbles up at the level i understand...
... The CoreEndian pieces are part of Endian.h (I believe) which is part of the standard SDK when your build target is 10.3.9 or greater. Here's a great link...
... Yeah, it won't even compile. ... I doesn't prompt me when there's a Radio.root in the same folder as the app. ... Yes, very much so... ... Thanks... ... ...
Hi all, I've been listening all along and this has finally reached a point where I can add to the conversation, if only a small bit. In my test I am running...
I know I saw this documented somewhere, but I can't seem to find it. From within the Frontier Kernel code, how do you first check for the existence of a...
... In the learning spirit... I started in main.c and started to follow the code. I got to the shellinit function in shell.c where it (duh) inits the shell...
Now that I'm spending some real time and effort to read and understand the kernel code, I am getting a good appreciation for how amazingly well-designed the...
... Actually, the kernel builds the menus line by line, item by item before the database has been opened. I'm not sure why it does that and I did confirm--it...
... I stepped through the debugger for two hours tonight. It's failing when the chainhashtable function is called in langhash.c while trying to run the script...