Search found 1214 matches

by nbache
Tue Oct 11, 2011 8:49 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: Problem with Slimline CDRW/DVD Drives and MicroA1
Replies: 5
Views: 7135

Re: Problem with Slimline CDRW/DVD Drives and MicroA1

Mikey_C wrote:I take it I am on my own on this one huh?
Well, you're a betatester, so there's still Bugzilla. Maybe a relevant developer sees it there ...?

Best regards,

Niels
by nbache
Sat Oct 01, 2011 12:54 am
Forum: General AmigaOS
Topic: Deficon problem when changing the def icon.
Replies: 1
Views: 1670

Re: Deficon problem when changing the def icon.

I know that to make a WB window "forget" its resized size and other temporary states, you have to close not only the window in question, but also the parent window. Maybe the same is the case here?

Best regards,

Niels
by nbache
Fri Sep 23, 2011 10:41 pm
Forum: General Developer Support
Topic: MakeID
Replies: 2
Views: 2936

Re: MakeID

MakeID is simply a tool to create a 32-bit number consisting of the four 8-bit values corresponding to the ASCII values of your four letters, each taking up their own 8 bits of the number. The << operators are binary shifts, i.e. the "move" the 8 bits of the value the specified number of b...
by nbache
Sun Sep 18, 2011 10:55 pm
Forum: General AmigaOS
Topic: c:copy command and links
Replies: 26
Views: 10454

Re: c:copy command and links

sure - but i expected the softlink to be relative. if i link one file in a dir to another on in the same dir i expect this to be respected. that's what this thread was all about actually. making a backup of a partition (or complete folder) using the copy command. if the links are not "copied&q...
by nbache
Sat Sep 17, 2011 11:51 pm
Forum: General AmigaOS
Topic: c:copy command and links
Replies: 26
Views: 10454

Re: c:copy command and links

one more problem with the "cp" command i found this week... if you copy soft links from one drive to another one they point to the old location :-/ Well, isn't that what a soft link is all about? It's a file containing the path and name of another file (or dir). So just copying it - which...
by nbache
Thu Sep 15, 2011 10:44 pm
Forum: General AmigaOS
Topic: USBCtrl fails
Replies: 47
Views: 21712

Re: USBCtrl fails

I selected AmigaOS 4.1 Update 3 option, saved it, and did a hard reboot. Nothing changed! Nothing except that now the AmigaOS 4.1 Update 3 is listed in the window as the boot source except for Default . Right, this is also what I anticipated above. I've got two Kicklayout files. - One is named: Kic...
by nbache
Thu Sep 15, 2011 7:17 pm
Forum: General AmigaOS
Topic: USBCtrl fails
Replies: 47
Views: 21712

Re: USBCtrl fails

2- Select the AmigaOS 4.1 Update 3 for the Multiboot option and save it to see what happens on the next boot. Strange that "Default" is written in when there is no option for Default. But for all I know it could be that AmigaOS 4.1 Update 3 is the "Default". I've been canceling ...
by nbache
Thu Sep 15, 2011 6:43 pm
Forum: General AmigaOS
Topic: System locks up shortly after booting
Replies: 12
Views: 6085

Re: System locks up shortly after booting

The only docky that I had added was the one for OWB which I dragged onto the toolbar. There's a docky for OWB? Or are you just talking about the regular icon for OWB (or OWBLauncher)? A docky is an active application which can run inside the dock. There are some dockies delivered with the OS, they ...
by nbache
Wed Sep 14, 2011 6:16 pm
Forum: General AmigaOS
Topic: USBCtrl fails
Replies: 47
Views: 21712

Re: USBCtrl fails

Error: USBCtrl only works with USB Stack v53.11 Have you performed a hard reset since installing the updates? This is required as new modules are installed, but until you hard reset, the older modules are still loaded. It sounds like you are still running the old USB in memory where the system is l...
by nbache
Tue Sep 13, 2011 10:57 pm
Forum: General AmigaOS
Topic: Wrong preferred language selected
Replies: 10
Views: 7945

Re: Wrong preferred language selected

Ah, yes, I remember now (bug 4689). In fact, I didn't realize Update 3 didn't have the same locale.library as our betas, so I just tested this on my clean Update 3 partition - and got the same results as chris :-). I'll re-check the same test case ASAP with the fixed locale.library just in case. Bes...