@AMIGASYSTEM
Ok, after installing the images I'm now getting TextEditor version mismatch (I have 15.56 32-bit installed). Are you having the same problem?
You do not have access to view attachments
AMIGASYSTEMDistro MaintainerPosted
3 months agoYes, that's why I made the change to the binary!
Ok, let me see if I can workaround that in the emulator
AMIGASYSTEMDistro MaintainerPosted
3 months agoDeadwood, as already mentioned, Hollywood applications usually work well even if the plug-ins are all located in LIBS/Hollywood, without the need to copy the plug-ins every time to all Hollywood application folders.
With Emuv0, it works the same way if I use the Emuv0/LIBS/Hollywood path.
Now that I have Emuv0, I have encountered a problem with ‘RNOEffects’. Basically, RNOEffects works fine if the plug-ins are located in its folder, but they are not detected in Emuv0/LIBS/Hollywood.
On AROS 32Bit, ‘RNOEffects’ works fine even if the plug-ins are located in LIBS/Hollywood.
I have had one of the alerts pop up, but I'm unable to take a screen shot as the system freezes. I've included the version of SimpleWhiteboard that generates it. To produce the alert:
- Start program, open a draw window.
- Try to draw into the window - this will generate a Hollywood error (I was editing the code)
- On selecting 'OK' to the error the alert comes up.
Cheers,
Nigel.
You do not have access to view attachments
deadwood wrote:
@deadwood - @ntromans
I'm not getting any EmuV0 error after Hollywood error (runinng my local development version). I click [OK] and application just exits to shell gracefully.
@AMIGASYSTEM
It seems there is a change in new RNOEffects 2.1 with regards to plugins lookup. I patched also the "new way".
deadwood wrote:
@deadwood - @ntromans
I'm not getting any EmuV0 error after Hollywood error (runinng my local development version). I click [OK] and application just exits to shell gracefully.
@AMIGASYSTEM
It seems there is a change in new RNOEffects 2.1 with regards to plugins lookup. I patched also the "new way".
OK, I'll keep an eye out for any similar issues. However, with the fixed version (attached) I get an alert if when drawing you go off the right or bottom of the window, but not to the top or left (please see the attached image). After this you can suspend the program and the rest of the system appears to be stable. I've tried this a few times and the result is consistent.
Cheers,
Nigel.
Edited by ntromans on 17-01-2026 14:17,
3 months ago You do not have access to view attachments
deadwood wrote:
@deadwood - Is there any special way in which SimpleWhiteboard opens a Window on a custom screen?
Crossboard_Live first calls OpenScreen and then calls OpenWindow passing that screen as WA_PubScreen. However SimpleWhiteboard first does LockPubScreen("Whiteboard"
and then tries opening the Toolboar window on that Screen. What I see however is that it is not passing that locked screen as WA_PubScreen to OpenWindow and thus on 64-bit not ending up on the Whiteboard screen. It works as expected on 32-bit though. How do you tell the toolbar window to be opened on a "Whiteboard" screen without first opening that screen in your application?
The idea would be to open the screen first using PSI however I've removed that code from the latest build in case it was causing problems. Just in case I've mixed up the versions (been updating the code over the last few days) attached is the latest version with no pubscreen code.
Cheers,
Nigel.
You do not have access to view attachments
So can I assume I don't have to fix this LockScreen+OpenWindow functionality?
No, really sorry if that's been geeting in the way. I've just tried 0.65 - disabled icons are present, no crash on going off the page
Re. missing scroll-bars, I've just noticed that if you hold down the left mouse button and move to the edge of the draw window it will (slowly) scroll, so at least some scroll group functionality is working.
Cheers,
Nigel.
P.S. just tried CrossBoard - working almost absolutely file, thank you! There is one sllght issue with the time requester (please see attached) but this is really minor (you can just press 'enter' to exit the requester) and definitely is not of any priority to be addressed. I'm including it more for completeness and possibly future reference.
Edited by ntromans on 17-01-2026 20:31,
3 months ago You do not have access to view attachments
Got an input error from a requester when hitting cancel on a file requester (please see attached). To generate, start BackupCopy with no arguments and then press cancel in the file requester that pops up. The error is reproduceable but not consistent; in one test it worked fine on the first try but crashed on the next.
Sorry,
Nigel.
Edited by ntromans on 18-01-2026 15:35,
3 months ago You do not have access to view attachments