Hi,
since LoView dont use that module was really weird htat problem...dunno if IsDiresctory vcommand uses it someway...
Have you checked if you have any httpstreamer module installed anywhere in Hollywood modules path?
What happne if you deactivate the module? LovIew boots up?
Search found 357 matches
Re: LoView...
Hi, Since that was the only crash report atm I imagine that it was related to your setup... the moduile httpstreamer.hwp on your installation maybe and old version? look at "LIBS:Hollywood" or "Hollywood:Plugins" and check if you have and old plugin installed, that may cause prob...
- Thu Jul 25, 2024 10:09 pm
- Forum: General programming
- Topic: AVCodec and Emulation...
- Replies: 16
- Views: 31164
Re: AVCodec and Emulation...
nice!
Thank you!
Thank you!
- Thu Jul 25, 2024 10:08 pm
- Forum: Newbie questions
- Topic: AmigaOS Title bar in Hollywood FullScreen mode?
- Replies: 10
- Views: 20380
- Mon Jul 22, 2024 9:20 pm
- Forum: Newbie questions
- Topic: AmigaOS Title bar in Hollywood FullScreen mode?
- Replies: 10
- Views: 20380
Re: AmigaOS Title bar in Hollywood FullScreen mode?
Thank you for the infos!
EDIT:
But where's Hollywood 10.1?
EDIT:
But where's Hollywood 10.1?
- Fri Jun 21, 2024 10:10 pm
- Forum: Newbie questions
- Topic: RebelSDL screen update "problems"?
- Replies: 11
- Views: 1392540
Re: RebelSDL screen update "problems"?
You need to keep in mind that you're really dealing with two different buffers, e.g. if you draw like this: BeginDoubleBuffer(True) SetFillStyle(#FILLCOLOR) Box(0, 0, 640, 480, #RED) Flip Box(0, 0, 640, 480, #BLUE) Flip ; all drawing done here will go to the buffer that contains the RED rectangle! ...
- Sun Apr 21, 2024 9:31 pm
- Forum: General programming
- Topic: Display background foreground
- Replies: 5
- Views: 9681
- Sun Apr 21, 2024 12:58 pm
- Forum: Newbie questions
- Topic: RebelSDL screen update "problems"?
- Replies: 11
- Views: 1392540
Re: RebelSDL screen update "problems"?
To (try to) be more clear... I in other post write stuttering, but the "stuttering" was only due to the "timing" standard methods...trhat seems to lock the script execution and RebelSDL cant do what it do simply if run "alone"... BTW I check the If I have a 3 pixel scro...
- Sun Apr 21, 2024 12:09 pm
- Forum: Announcements
- Topic: Hollywood Designer 7.0 released
- Replies: 7
- Views: 94760
Re: Hollywood Designer 7.0 released
you are right, but for my use of Hollywood dont see use of Designer...My skill in that way was really poor....
But maybe I can buy it only to support you
But maybe I can buy it only to support you
- Sun Apr 21, 2024 12:03 pm
- Forum: Newbie questions
- Topic: RebelSDL screen update "problems"?
- Replies: 11
- Views: 1392540
Re: RebelSDL screen update "problems"?
Sorry probably was me that dont understand but...if my script cant run much than 70 fps on a specific system and the related system have a 144Hz monitor using "EnableVSync = TRUE" the script wont run at bad speed? on the same sytem with 60Hz monitor instead it runs ok, but also...If I want...