strange display error in Hollywood 11 on macOS arm64

Report any Hollywood bugs here
Post Reply
Bohun
Posts: 22
Joined: Sat Jul 16, 2016 8:34 am
Location: Poland

strange display error in Hollywood 11 on macOS arm64

Post by Bohun »

Image
I'm getting this strange error after launching my own program in Hollywood 11 on macOS arm64. The brush loaded into the program window is 1/4 the size of the window. I thought I'd misspelled something, but in Hollywood 11 on macOS x64, the brush fills the screen perfectly. Similarly, on MorphOS, the brush fits perfectly on the screen. It's only on the macOS arm64 version that it looks so strange. The screen is created in RapaGUI, but in the previous version of the program, I didn't use RapaGUI, and there the situation was that on macOS x64, the screen housing the brush opened at 1/4 the declared 800x600 size, i.e., 400x300, while on macOS x64 and MorphOS, it was the correct size.
User avatar
airsoftsoftwair
Posts: 5938
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: strange display error in Hollywood 11 on macOS arm64

Post by airsoftsoftwair »

Could be a DPI problem. Maybe the screen used by the macOS arm64 system has a different DPI than the other systems. Have you read this?
Bohun
Posts: 22
Joined: Sat Jul 16, 2016 8:34 am
Location: Poland

Re: strange display error in Hollywood 11 on macOS arm64

Post by Bohun »

It was indeed a RapaGUI initialization issue. I had the parameter:
@REQUIRE "rapagui", {ScaleHollywood = False}
I changed it to True and it's fine.
Thanks for the tip.
Post Reply