... 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...
3169
Steve Kirks
srkbuh
May 1, 2007 1:57 am
... 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...
3168
Steve Kirks
srkbuh
May 1, 2007 1:36 am
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...
3167
Steve Kirks
srkbuh
May 1, 2007 1:29 am
... 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...
3166
David Gewirtz
zatzdiagnostic
Apr 30, 2007 11:51 pm
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...
3165
rkratochwill
Apr 30, 2007 4:58 pm
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...
3164
Steve Kirks
srkbuh
Apr 30, 2007 2:29 am
... 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... ... ...
3163
Andre Radke
andre_radke
Apr 29, 2007 6:26 pm
... Thanks for testing this. I think the crash you are observing is not directly related to byte order conversion or resources. The crash occurs in...
3162
Steve Kirks
srkbuh
Apr 29, 2007 2:51 pm
... 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...
3161
Andre Radke
andre_radke
Apr 28, 2007 9:07 pm
... I certainly didn't write any code that used CoreEndianFlipData or CoreEndianInstallFlipper, so I not sure why the Xcode runlog message mentions...
3160
steve harley
garbanzito_real
Apr 28, 2007 1:17 am
... 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...
3159
steve harley
garbanzito_real
Apr 28, 2007 12:59 am
... 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,...
3158
Steve Kirks
srkbuh
Apr 27, 2007 11:09 pm
... Here's an update. I'm hoping that the list cares about this and is following silently... ...
Hi, ... this is only true for OSX < 10.4. Since Tiger shell commands like cp & mv know how to handle resource forks. -karsten...
3155
Steve Kirks
srkbuh
Apr 26, 2007 7:21 pm
... 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...
3154
creecode
Apr 26, 2007 5:47 pm
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...
3153
Steve Kirks
srkbuh
Apr 26, 2007 4:27 pm
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...
3152
Steve Kirks
srkbuh
Apr 26, 2007 3:23 am
... 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...
3151
creecode
Apr 26, 2007 12:05 am
Hey Steve, Excellent!...
3150
warwick@...
srkbuh
Apr 25, 2007 11:31 pm
by the way, the rsrc frk contains some pretty 'old skool' dialogs. A trip down memory lane... Steve Kirks http://houseofwarwick.com ... From:...
3149
steve harley
garbanzito_real
Apr 25, 2007 9:59 pm
... 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...
3148
warwick@...
srkbuh
Apr 25, 2007 9:35 pm
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"...
3147
creecode
Apr 25, 2007 9:08 pm
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...
3146
warwick@...
srkbuh
Apr 25, 2007 8:33 pm
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...
3145
creecode
Apr 25, 2007 6:07 pm
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...
3144
Pete Beaumont
furbies100
Apr 25, 2007 2:13 pm
On 25/04/2007, at 10:47 PM, <warwick@...> ... Has anyone tried recreating/replacing the styl resource ? I can email a resedit file with just the...
3143
warwick@...
srkbuh
Apr 25, 2007 12:49 pm
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...
3142
Pete Beaumont
furbies100
Apr 25, 2007 2:34 am
... Is there any reason to load the styl resource at all ? What is it for ? Has anyone looked at the styl resource in ResEdit ? Pete......
3141
Steve Kirks
srkbuh
Apr 25, 2007 1:29 am
... 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...