@fryguy You shouldn't overwrite the included xadopus.module with the old version on aminet. I fixed a couple of bugs, and added support for password protected archives.
This is just like television, only you can see much further.
Just delete everything related to dopus5 on your setup, check startups and delete there all assigns to it as well. Then be sure you on 3.9, and install our 68k version from dopus5.org (by simple unpacking to any place). Then just run it by dbl-click.
I am just about creating a online docu for Magellan. It is still in work but needs changes, adding links and informations from another PDF are missing but it already could be useful (will be updated)
copy/paste text into the password field of ftp connect doesn't work.
1. Open the ftp connect command from the user menu. 2. Insert data for the host/user 3. Copy a plain text from somewhere 4. Paste it into the password field. 5. Press connect
When pasting text into the password field the password isn't hidden and it doesn't work to connect to the ftp with that password even if the correct password has been used.
When using inline editing in a lister if you paste something into the filename it replaces it totally, it does not insert or append from where the cursor is.
Amiga user since 1985 AOS4, A-EON, IBrowse & Alinea Betatester
I seem to get DSI errors any time I go to Edit the button banks. Anyone else having this problem?
On what version you are ? On yesterday's from dopus5.org, or some previous ones which you downloaded some time ago ? And is it enough for you to just do hard reboot, run dopus5, go to "Edit button banks" and you have a crash ?
There wasn't any major changes in dopus5 code lately from our side, just few days ago there was some cleanup from bszili which should't cause harm. I will test latest version of course tomorrow, but anyway need to know on which versions you are, how to reproduce exactly, and stack trace together with registers info.
Plz remove everything in your posts after "Expansion buses" in both crashlogs, as that info non-need it, and only make reading of thread harder.
Also just delete your whole dopus5 setup, and install last one from dopus5.org and check if it still have the same problems for you or not. I.e. no other 3d party addons, no different settings, no mix of 68k-ppc modules/bins/whatever. Pure os4 version as is.
I just checked right now in this way on my peg2 : i delete whole dopus5, install new (01/20/2014) on new location, run it via dbl-click, go to "Buttons/Edit", and Buttons Bank Editor spawns fine.
I also go to Lister/Edit Tollbar (which is bank editor as well), and it works too.
Yes it's the same with the 68k original, i was so sure that it used to work to paste passwords with the original so i didn't test it before reporting about it here but now i have fired up my classic and it's the same problem there when pasting passwords.
@ScottCabit You get DSIs, because IPC_FindProc is called with NULL name.
for (ipc=(IPCData *)list->list.lh_Head;
ipc->node.mln_Succ;
ipc=(IPCData *)ipc->node.mln_Succ)
{
// Is this the one we're after?
if (ipc->proc &&
ipc->proc->pr_Task.tc_Node.ln_Name &&
strcmp(name,ipc->proc->pr_Task.tc_Node.ln_Name)==0)
break;
}
Then it compares NULL to the task's name, and you get a DSI. I could add some sanity checks, but it would only treat the symptom. If you can pack up your whole dopus5 install for me, I'll see what I can do later.
PS: Next time you could post your logs as code, or attachment.
This is just like television, only you can see much further.
Is copy+paste and inline editing problem was the same with 68k original ? I mean, should we make a tickets as bugs or as new feature requests.
For inline pasting, I'd say it was a bug, it may also be a very old bug in the 68k originals. A paste operation should never delete anything but highlighted text, you can't hilight text anyway so there is no way it should replce anything, just insert the pasted text after a few sanity check like removing anyting after a 0x0A then stripping out any chgaracters < 0x20.
Amiga user since 1985 AOS4, A-EON, IBrowse & Alinea Betatester
@BSzili Like kas1e, I was unable to reproduce the problem with the current debug release or a version earlier than the one ScottCabit is using. It's always possible that an overnight compile occurs in the middle of some changes and creates an unstable release.
Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450