Search found 159 matches
- Thu Sep 15, 2011 9:42 am
- Forum: General AmigaOS
- Topic: weird problem with upd3 - dos.library?
- Replies: 21
- Views: 14979
Re: weird problem with upd3 - dos.library?
It's really not a good idea to be installing earlier versions of things, especially core libraries. There will definitely be dependencies on those versions with other system components. If FTPMount doesn't work, rolling back dos.library isn't the cure, repairing FTPMount is. Yes I already posted th...
- Tue Sep 13, 2011 2:49 pm
- Forum: General Developer Support
- Topic: translate offsets to library calls
- Replies: 13
- Views: 10287
Re: translate offsets to library calls
@Broadblues I have an example where this is not possible, I think it's due to the fact that I'm launching several "sub" processes using CreateNewProc() which seems to disturb stack traces... I'm not totally sure because this is also a special case where my program is called by the system (...
- Fri Sep 09, 2011 9:41 am
- Forum: General Developer Support
- Topic: [FIXED] popupmenu causes intuition freeze
- Replies: 22
- Views: 21140
Re: popupmenu causes intuition freeze
No signal available anymore ?chris wrote:I have been completely unable to create a test case for this, so there must be some other forces at play.
- Fri Sep 02, 2011 10:34 am
- Forum: General AmigaOS
- Topic: MUI-OWB and update3: MUImaster.library DSI
- Replies: 3
- Views: 3482
Re: MUI-OWB and update3: MUImaster.library DSI
@Mrodfr For such long text copy/paste you can use the 'hidden' button on top of the text editing area. This adds a foldable/unfoldable text which is much more friendly when browsing the post. Anyway I only briefly had the opportunity to test MUIOWB yesterday and I didn't come accross this problem. I...
- Thu Sep 01, 2011 8:16 am
- Forum: General AmigaOS
- Topic: Update 3 Strange extra icon when dragged in RAM
- Replies: 21
- Views: 9800
Re: Update 3 Strange extra icon when dragged in RAM
@Petrol
It was already present in update 2, maybe it was there even before. I don't remember exactly.
It was already present in update 2, maybe it was there even before. I don't remember exactly.
- Wed Aug 31, 2011 4:46 pm
- Forum: General AmigaOS
- Topic: Are extenal drves compatible with AmigaOS?
- Replies: 13
- Views: 6805
Re: Are extenal drves compatible with AmigaOS?
I also ask as I'm intersted in purchasing an external harddisk but would like something OS4 compatible as always. Then I would suggest you to go for a NAS. Using smbfs you'll be able to use it but depending on your network it could be really slower than on local hard disk (but you won't have any pr...
- Wed Aug 31, 2011 1:26 pm
- Forum: General AmigaOS
- Topic: Update 3 - No new con-handler?
- Replies: 25
- Views: 20752
Re: Update 3 - No new con-handler?
I am right now happy for a more stable system and at last gdb is working again :-D Wait, WHAT :?: :!: But THAT is what I call NEWS and nobody until now dared to announce it ? I'm dying to have to opportunity to test it by myself soon (despite I have downloaded the update I haven't had the chance to...
- Wed Aug 31, 2011 1:19 pm
- Forum: General AmigaOS
- Topic: list | more broken (?)
- Replies: 12
- Views: 7661
Re: list | more broken (?)
I need to try that recorder thingie :-) Normally on large texts i do a list xxx >ram:xxx.txt and then read it with all the time i have ;-) Advantage of using recorder is that it does not prevent the shell output contrary to a simple file redirection. So you know in real-time (or quasi) what is goin...
- Wed Aug 31, 2011 1:16 pm
- Forum: General AmigaOS
- Topic: Update 3 Time Preferences Remote Time server problem
- Replies: 6
- Views: 6228
Re: Update 3 Time Preferences Remote Time server problem
Try searching for 'public ntp servers' on google you might find one near you. Note that some ntp servers admin ask you to notify them before setting an automatic synchronization with them. Also note that the nearest the server is to you the fastest it would be to handle because : the distance is sho...
- Wed Aug 31, 2011 1:04 pm
- Forum: General AmigaOS
- Topic: list | more broken (?)
- Replies: 12
- Views: 7661
Re: list | more broken (?)
@Raziel 'xxx | more' always behave a bit strangely (IMHO, or at least compared to how someone used to the Unix feature would expect it to work). In practise I found myself using more and more the 'recorder' command line and then a 'more' or 'EditPad' on the result. In the meantime this might be of s...