Search found 109 matches

by Deniil
Sun Sep 11, 2011 11:56 am
Forum: Forum Questions
Topic: it is possible to make attaching of .lha and .txt ?
Replies: 5
Views: 12797

Re: it is possible to make attaching of .lha and .txt ?

Just notice myself few days ago when want to attach some stuff from os4 : i can't attach .lha files, and code of forum say "can't attach .lha". Also as i notice today in some other topic, MickJt also can't attach .txt. It is possible to add ability to attach them ? .lha are pretty handy w...
by Deniil
Sun Sep 11, 2011 11:45 am
Forum: General AmigaOS
Topic: EHCI task crashes while copying from a µSD card.
Replies: 4
Views: 2626

EHCI task crashes while copying from a µSD card.

Well, other more random/difficult to track down USB issues aside, I have one issue that keeps occuring occasionally (like once or twice per GB of reading). I get this: Task "EHCI Controller Task Unit 0" crashed. It is a DSI and it *always* occurs at address 0xA002000C. It is ignorable and ...
by Deniil
Tue Sep 06, 2011 10:45 am
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: Using SSD in uA1 is it OK to use SWAP?
Replies: 15
Views: 16380

Re: Using SSD in uA1 is it OK to use SWAP?

My Sam440 only has 0.5GB of RAM, and I *never* run out of memory, except when compiling fairly large programs. Something like Blender might use a lot of memory for large models. Otherwise the only situation I can think of SWAP being required is if you have a memory leak, and don't reboot! I have 0....
by Deniil
Thu Aug 25, 2011 3:37 pm
Forum: General AmigaOS
Topic: Better crash handling
Replies: 4
Views: 4847

Re: Better crash handling

Yes, I mean that intuition should implement this kind of very simple mechanism. I assume most functions imply a lock, such as OpenScreen/Window, CloseScreen/Window, not just the explicit Lock functions. Most of the time it locks up it seems to be some app that aren't handling its pubscreen properly,...
by Deniil
Thu Aug 25, 2011 3:22 pm
Forum: General Developer Support
Topic: RGB rastport functions.
Replies: 5
Views: 4714

RGB rastport functions.

The Amiga graphics.library lags so completely behind when it comes to handling RGB. Everything has to go via the ancient pens. I just learned that MorphOS and AROS has a new function (or atleast new attributes) that amend this by letting you set an RGB value directly as A-pen and presumably B-pen wi...
by Deniil
Fri Aug 19, 2011 11:19 am
Forum: General AmigaOS
Topic: Feature request: Lock window to be at top
Replies: 18
Views: 10736

Re: Feature request: Lock window to be at top

@trixie I agree with Calgor and nexus. The way Clagor describes the behaviour is the correct, and current, behaviour. I also think like nexus that it should be up to the used to decide when and if to use this. WindowsXP has this feature and has had it for long. However, the gadget needs to be put th...
by Deniil
Fri Aug 19, 2011 8:38 am
Forum: General AmigaOS
Topic: Better crash handling
Replies: 4
Views: 4847

Better crash handling

About every other crash locks up the computer (or so it seems). I would assume this is because of a deadlock in intuition when the Grim Reaper wants to load. I have a suggestion: I think intuition should track all locks to IBase and PubScreenList and all other such locks. when a task crashes the cra...
by Deniil
Sat Aug 06, 2011 5:01 pm
Forum: SDK Support
Topic: Missing information in ReAction autodocs.
Replies: 2
Views: 4241

Missing information in ReAction autodocs.

I find there is a lot of things you have to guess or try and crash regarding ReAction attributes and methods. For example: LISTBROWSER_Selected What happens if you supply a value that is out of range? Does it crash in true RA/intuition style, does it truncate, does it nothing, or will it deselect as...
by Deniil
Mon Jul 11, 2011 8:36 pm
Forum: General AmigaOS
Topic: ScreenBlankerEngine
Replies: 1
Views: 2178

ScreenBlankerEngine

I have a suggestion/bug report for the screen blanker that comes with OS4. It is clear that it listens to the multimedia don't-blank-flag in application.library. It is also fairly obvious that MPlayer tells app.lib that it shouldn't allow blanking when it's playing. Ok, great. When MPlayer crashes (...