Kein Bild mit macOS Sequoia 15.2

Installation and usage on Mac OS-X / Installation unter Mac OS-X
User avatar
Michael
Posts: 1844
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: Kein Bild mit macOS Sequoia 15.2

Post by Michael »

... in jme, you get it using

LegacyApplication.getRenderer().getCaps().toString()

This is, what HELI-X outputs in the "About window".
brueg
Posts: 5
Joined: 28 Dec 2024 17:38

Re: Kein Bild mit macOS Sequoia 15.2

Post by brueg »

This is the output I get:

[FrameBuffer, FrameBufferMRT, OpenGL20, OpenGL21, OpenGL30, OpenGL31, OpenGL32, OpenGL33, OpenGL40, OpenGL41, GLSL100, GLSL110, GLSL120, GLSL130, GLSL140, GLSL150, GLSL330, GLSL400, GLSL410, VertexTextureFetch, GeometryShader, TesselationShader, TextureArray, FloatTexture, FloatColorBufferRGB, FloatColorBufferRGBA, IntegerTexture, FloatColorBuffer, PackedFloatTexture, SharedExponentTexture, PackedFloatColorBuffer, NonPowerOfTwoTextures, VertexBufferArray, PackedDepthStencilBuffer, Srgb, FrameBufferBlit, TextureCompressionS3TC, TextureFilterAnisotropic, DepthTexture, IntegerIndexBuffer, SeamlessCubemap, CoreProfile, UnpackRowLength]

Winfried

public class TestApplication {

public static void main(String[] args) throws InterruptedException{
System.out.println("Creating application..");
LegacyApplication app = new LegacyApplication();
System.out.println("Starting application in LWJGL mode..");
app.start();
System.out.println("Waiting 5 seconds");
Thread.sleep(5000);
System.out.println(app.getRenderer().getCaps().toString());
System.out.println("Closing application..");
app.stop();
.....
User avatar
Michael
Posts: 1844
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: Kein Bild mit macOS Sequoia 15.2

Post by Michael »

This looks as usual. That means that the driver of the graphcis adapter does not seem to cause the problem ...
DrWiFi
Posts: 3
Joined: 28 Dec 2024 18:05
Location: UK

Re: Kein Bild mit macOS Sequoia 15.2

Post by DrWiFi »

Dear all,

Update?
Do you have an update on any progress made getting Heli-X to run on macOS 15.2?

Also-

Only Intel?
Is Heli-X on macOS 15.2 only a problem with Intel-based Macs?

M-series processors ok?
Is anyone successfully running Heli-X on macOS 15.2 on an Apple M-series Mac?

Fingers crossed that you can find an acceptable fix ;-)

Gareth
Julian
Posts: 8
Joined: 25 Feb 2011 22:45

Re: Kein Bild mit macOS Sequoia 15.2

Post by Julian »

While I don't experience any obvious graphics issues (Sequoia 15.2, M1 Mac Mini), it is not really usable because the input randomly seems to get "laggy", meaning it's not picking but input changes from the controller/joystick immediately. I even noticed this during the initial sticks setup.
I'm currently using my JETI DS-16 connected via USB as a controller.
DrWiFi
Posts: 3
Joined: 28 Dec 2024 18:05
Location: UK

Re: Kein Bild mit macOS Sequoia 15.2

Post by DrWiFi »

We're now on Sequoia 15.3 and my 2019 Intel-based iMac still isn't working with Heli-X.

I'm a little surprised how quiet this discussion is, surely someone knows something

Gareth
snow520lee
Posts: 1
Joined: 29 Jan 2025 11:43

Re: Kein Bild mit macOS Sequoia 15.2

Post by snow520lee »

hi guys,

I would like to now if this issue applies also on M CPUs or only on Intel.
Thanks for your feedback.

Marco
Julian
Posts: 8
Joined: 25 Feb 2011 22:45

Re: Kein Bild mit macOS Sequoia 15.2

Post by Julian »

Good news, I figured out what was causing my input problems: When connected via USB, the JETI DS-16 connects as both a HID and an mass storage device (for transferring files to/from the integrated SD card). Spotlight was trying to index the contents of SD card and apparently that was eating up all the bandwidth of the not very performant USB connection to the transmitter.

So I can state: No graphics problems and no input problems on M1 Mac Mini with Sequoia 15.3.
MichaelF
Posts: 2
Joined: 29 Dec 2024 19:12

Re: Kein Bild mit macOS Sequoia 15.2

Post by MichaelF »

Es ist ja jetzt schon etwas her gibt es schon eine Lösung?
Post Reply