Search found 345 matches

by Tuxedo
Fri Mar 22, 2024 2:47 pm
Forum: Newbie questions
Topic: Game creation questions...
Replies: 2
Views: 247

Game creation questions...

Hi ALL! I'm working on some sort of programming exercise atm... I'm trying to make a metroidvania like game but have some questions to ask before start coding, sorry in advance if something was already discussed... The questions(in simple random order): - To Fix the fps to a certain rate(basically 6...
by Tuxedo
Tue Mar 19, 2024 10:29 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 594

Feature request

Hi! I'm not sure how to explain exactly that...hope that I can do it simply... Basically I'm used to a certain behavior of the cursor on the editor Annotate on AmigaOS4 that I dont have in the Win IDE and I dislike it... So...The cursor have to remain in the same column of the last time while I pres...
by Tuxedo
Fri Mar 15, 2024 1:10 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2107

Re: AVCodec and Emulation...

Well the link option was really nice to me and Ill use it for sure for MUIRoyale and maybe some other things....

Thank you.
by Tuxedo
Thu Mar 14, 2024 10:28 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2107

Re: AVCodec and Emulation...

Well...since LoView was an old project and have a lot of old code inside I wont rewrite everything... P So the Error handling was ok in that way I think... BTW I tryed and putting the muiroyale.hwp in the LoVIew directory seems to solve the issue and also other plugins was loaded so I simply write i...
by Tuxedo
Thu Mar 14, 2024 2:38 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2107

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: 2107

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: 934

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: 2107

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: 934

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: 934

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...