Poster | Thread |
r-tea
|  |
Re: RNOAnim 1.0 released Posted on 10-Apr-2017 21:14:26
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 315
From: Zdzieszowice, Poland | | |
|
| Really impressive! _________________ I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.
|
|
Status: Offline |
|
|
jabirulo
|  |
Re: RNOAnim 1.0 released Posted on 13-Apr-2017 11:05:15
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 20-Jun-2004 Posts: 370
From: Donosti (GUIPUZCOA) | | |
|
| Do I need hollywood (lite/minimal) installed?
Tried here on my SAM460ex +AOS4.1FE upd1 and it ask for muiroyale.hwp, but such file/plugin comes already on archive ¿:-/
and Snoopy output shows it loads fine .hwp files, but FAILs on codeset_default: FAIL = GetVar("codeset_default",0x5CF94C38,256,0x00000100) [251uS] Any idea?
TIA Last edited by jabirulo on 13-Apr-2017 at 11:22 AM. Last edited by jabirulo on 13-Apr-2017 at 11:19 AM.
|
|
Status: Offline |
|
|
jPV
|  |
Re: RNOAnim 1.0 released Posted on 13-Apr-2017 19:20:22
| | [ #3 ] |
|
|
 |
Cult Member  |
Joined: 11-Apr-2005 Posts: 784
From: .fi | | |
|
| Quote:
Do I need hollywood (lite/minimal) installed? |
No, it should work stand-alone and everything needed is provided in the archive.
Does it say it loads the muiroyale.hwp from the program's directory? I'm just wondering if you have older version of it for example in Libs:Hollywood/ which it would try to load first for some reason... although it should use the one provided in progdir first...
I think that codeset thing isn't related... _________________ - The wiki based MorphOS Library - Your starting point for MorphOS - Software made by jPV^RNO
|
|
Status: Offline |
|
|
jabirulo
|  |
Re: RNOAnim 1.0 released Posted on 14-Apr-2017 0:28:03
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 20-Jun-2004 Posts: 370
From: Donosti (GUIPUZCOA) | | |
|
| I don't have any hollywood libs/plugins in LIBS: Jjust unarchived to RAM and double click, and it shows a requester it needs muiroyale.hwp V1.4 (that's the one coming inside archive). Will check/test it further.
THX |
|
Status: Offline |
|
|
r-tea
|  |
Re: RNOAnim 1.0 released Posted on 14-Apr-2017 19:46:37
| | [ #5 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 315
From: Zdzieszowice, Poland | | |
|
| Copy muiroyale.hwp to LIBS:Hollywood. _________________ I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.
|
|
Status: Offline |
|
|
jPV
|  |
Re: RNOAnim 1.0 released Posted on 16-Apr-2017 5:41:38
| | [ #6 ] |
|
|
 |
Cult Member  |
Joined: 11-Apr-2005 Posts: 784
From: .fi | | |
|
| @r-tea
Quote:
Copy muiroyale.hwp to LIBS:Hollywood. |
Did You need to do that? It really shouldn't be needed and plugin being in the progdir should just be enough.
If that seems to be needed on some (OS4?) systems, how did you launch the program? Does it help if it's not in ram disk but on HD? Does the muiroyale.hwp file have the r protection bit set after unpacking? Did Snoopy really tell it succeeded loading the plugin from the program directory? _________________ - The wiki based MorphOS Library - Your starting point for MorphOS - Software made by jPV^RNO
|
|
Status: Offline |
|
|
jabirulo
|  |
Re: RNOAnim 1.0 released Posted on 16-Apr-2017 10:26:51
| | [ #7 ] |
|
|
 |
Regular Member  |
Joined: 20-Jun-2004 Posts: 370
From: Donosti (GUIPUZCOA) | | |
|
| Solved, is my AOS4.1FE beta system (how do you load external plugins, muiroyale.hwp,...? Or is Hollywood internaly "creating" such plugins load system?). On a plain AOS4.1FE +upd1 no problems. Don't need to copy lib/plugin to LIBS: it works fine from RNOAnim drawer. Last edited by jabirulo on 16-Apr-2017 at 10:30 AM. Last edited by jabirulo on 16-Apr-2017 at 10:28 AM.
|
|
Status: Offline |
|
|
r-tea
|  |
Re: RNOAnim 1.0 released Posted on 16-Apr-2017 20:22:10
| | [ #8 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 315
From: Zdzieszowice, Poland | | |
|
| @jPV Yes, you're right. I just thought if RNOAnim woun't work with muiroyale.hwp in its progdir then maybe copying muiroyale.hwp to libs would help. It seems jabirulo solved his problem.
@ jabirulo What actually you did? _________________ I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.
|
|
Status: Offline |
|
|
jPV
|  |
Re: RNOAnim 1.0 released Posted on 17-Apr-2017 12:09:55
| | [ #9 ] |
|
|
 |
Cult Member  |
Joined: 11-Apr-2005 Posts: 784
From: .fi | | |
|
| Quote:
Solved, is my AOS4.1FE beta system (how do you load external plugins, muiroyale.hwp,...? Or is Hollywood internaly "creating" such plugins load system?). |
Hollywood handles plugin loading internally, I myself can't do much for it. I only have this line in the code: @REQUIRE "muiroyale", {Version=1, Revision=4}
And from Hollywood's manual:
"Hollywood plugins use the suffix *.hwp and must be stored in the same directory as the main Hollywood program, or, if you are distributing a compiled Hollywood program, then the plugins required by your program must be put into the same directory as your program. On Amiga compatible systems, plugins can also be placed in LIBS:Hollywood. Plugins in the program's directory have a higher priority than those in LIBS:Hollywood. So if a plugin is present in both locations, Hollywood will load the one from the program's directory."
So it really should load them from the program's directory in all cases. I think someone should report this either to Hollywood's author or to OS4 development team. Please let me know if it'll be revealed to be somthing which will be fixed in OS4 itself. _________________ - The wiki based MorphOS Library - Your starting point for MorphOS - Software made by jPV^RNO
|
|
Status: Offline |
|
|
jPV
|  |
Re: RNOAnim 1.0 released Posted on 20-Apr-2017 8:36:54
| | [ #10 ] |
|
|
 |
Cult Member  |
Joined: 11-Apr-2005 Posts: 784
From: .fi | | |
|
| The plugin loading issue is indeed caused by upcoming changes in OS4, they are dropping some legacy support.
No fixes for that issue now, but I still released a new version of the program with these changes:
- The "New" option to clear any previous project - Frames can be cut, copied, and pasted - Frames can be added by dragging image files into the program window - Some frames played twice, caused by a last minute change introducing a bug - Small changes (un-iconify, frame delay fix, new requesters...)
Download it from the links found in the original post. _________________ - The wiki based MorphOS Library - Your starting point for MorphOS - Software made by jPV^RNO
|
|
Status: Offline |
|
|
Nicsoft
|  |
Re: RNOAnim 1.0 released Posted on 21-Apr-2017 11:03:12
| | [ #11 ] |
|
|
 |
Regular Member  |
Joined: 5-Sep-2004 Posts: 237
From: Sweden | | |
|
| |
Status: Offline |
|
|
jPV
|  |
Re: RNOAnim 1.0 released Posted on 22-Apr-2017 16:38:08
| | [ #12 ] |
|
|
 |
Cult Member  |
Joined: 11-Apr-2005 Posts: 784
From: .fi | | |
|
| @Nicsoft
Thanks!
Are you sure you got that file downloaded properly? I seem to have difficulties to download that file with OWB... I always seem to get some HTML instead of the actual GIF file, and that HTML file isn't recognized by the program of course. _________________ - The wiki based MorphOS Library - Your starting point for MorphOS - Software made by jPV^RNO
|
|
Status: Offline |
|
|
Nicsoft
|  |
Re: RNOAnim 1.0 released Posted on 23-Apr-2017 0:14:46
| | [ #13 ] |
|
|
 |
Regular Member  |
Joined: 5-Sep-2004 Posts: 237
From: Sweden | | |
|
| |
Status: Offline |
|
|