Search found 351 matches

by Tuxedo
Thu Mar 14, 2024 2:38 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2332

Re: AVCodec and Emulation...

@JPV thank you for the time spent looking on it! So only wayto solve tnat was to put the mui.royale plugin inthe LoView archive? For the other plugins you confirm me that all works ok? In my tests I also get a weird "plugin was already loaded" and not working the same...now dont remember w...
by Tuxedo
Tue Mar 12, 2024 9:46 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2332

Re: AVCodec and Emulation...

Hmm... I'm doing @REQUIRE "muiroyale" with all my programs and never had any issues like that. Or actually I'm doing @REQUIRE "muiroyale", {Version=1, Revision=7} mostly... do you happen to have mixed versions of muiroyale.hwp in different directories? I dont need mandatory MUIR...
by Tuxedo
Mon Mar 11, 2024 8:38 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 966

Re: apng plugin problem

plouf wrote: Mon Mar 11, 2024 8:11 pm my code should load AND play
I mean that my code simply fail while loading(it will also play but since fails to load stops there)...no other things...sorry if misswrite.

BTW was ok that the problem was replicable...
by Tuxedo
Mon Mar 11, 2024 5:37 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2332

Re: AVCodec and Emulation...

I encountered some weird things... Any reason that with @REQUIRE "muiroyale" Hollywqood says that the plugin was loaded 2 times and the mui wont start like the plugin not loladed? If I remove the @REQUIRE command and put the plugin in the program directory it works... SAme beahviour with: ...
by Tuxedo
Mon Mar 11, 2024 5:18 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 966

Re: apng plugin problem

you dont provide enought info .. provide apng to test.. also have you test it with minimal code ? i have provide a minimal working code a few post above, does works using this code ? all these info help... I tested on windows your code and get same problem/error that on mine(that btw loads simply t...
by Tuxedo
Mon Mar 11, 2024 3:08 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 966

Re: apng plugin problem

Plugin in libs is older version ? How do you compile ? Localy or cross compile from pc? Maybe is not in linkerplugins in that case Hum sorry...for some reason I disabled the GlobalPlugins @OPTION and so no pluginn loaded globally...really dunno why was commented out... Now the elephant.apng works o...
by Tuxedo
Mon Mar 11, 2024 12:38 am
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 966

Re: apng plugin problem

plouf wrote: Sun Mar 10, 2024 10:30 pm ok about isanim()
correct is isAnim("elephant.png")
Hum....
I tryed to put the apng plugin directly in the LoView directory and now works....but that was weird since other plugins was loaded from standard libs:hollywood directory...

any idea why?
by Tuxedo
Sun Mar 10, 2024 10:03 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 966

Re: apng plugin problem

works here both amigaos68k and windwosx64 HW10 @REQUIRE "apng" LoadAnim(1,"elephant.png") PlayAnim(1) WaitLeftMouse() The problem wasnt that the Anim was correctly loaded or not but that since my check with IsAnim or IsVideo fails it was loaded as simple image and not as anim......
by Tuxedo
Sun Mar 10, 2024 9:38 pm
Forum: Newbie questions
Topic: JSON DeserializeTable question
Replies: 2
Views: 374

Re: JSON DeserializeTable question

plouf wrote: Sun Mar 10, 2024 8:44 pm

Code: Select all

NPrint(t.tilesets[0])
ho my....
That happens when you are far from programming for a while and also a bad programmer :(
Lets go work!

Thank YOU!
by Tuxedo
Sun Mar 10, 2024 5:24 pm
Forum: Newbie questions
Topic: JSON DeserializeTable question
Replies: 2
Views: 374

JSON DeserializeTable question

Hi all! I've a json and have that part of the code that contains the botom section that have 6 sections that on a json viewer was ordered from 0 to 5... "tilesets":[ { "columns":4, "firstgid":1, "image":"..\/..\/ASSETS\/TEST\/Legacy-Fantasy - High Forest ...