Search found 2966 matches
- Fri Sep 27, 2024 2:06 pm
- Forum: Air Manager Bug Reports
- Topic: Unable to run AirManager 4.2 on linux
- Replies: 4
- Views: 582
Re: Unable to run AirManager 4.2 on linux
Hi, The GPU split is only a thing on small devices, like Raspberry Pi's. That is not the issue on your system. The reason why AM is not booting, is because something goes wrong in the OpenGL implementation of javafx (the UI framework we use). Searching for the error in google will give some results ...
- Fri Sep 27, 2024 11:02 am
- Forum: Air Manager Bug Reports
- Topic: Unable to run AirManager 4.2 on linux
- Replies: 4
- Views: 582
Re: Unable to run AirManager 4.2 on linux
Hi,
Online I see people have been able to fix it by increasing GPU memory.
Not sure if that is possible in your case.
Corjan
Online I see people have been able to fix it by increasing GPU memory.
Not sure if that is possible in your case.
Corjan
- Fri Sep 27, 2024 11:00 am
- Forum: Air Manager Bug Reports
- Topic: Unable to run AirManager 4.2 on linux
- Replies: 4
- Views: 582
Re: Unable to run AirManager 4.2 on linux
Hi,
Seems like a GPU issue. Somewhere deep down it cannot create the correct GPU shader.
Not much we can do about this unfortunately. You could try updating GPU drivers.
Corjan
Seems like a GPU issue. Somewhere deep down it cannot create the correct GPU shader.
Not much we can do about this unfortunately. You could try updating GPU drivers.
Corjan
- Tue Aug 27, 2024 9:57 am
- Forum: Air Manager feedback & feature requests
- Topic: Request: viewport_circle(x,y,radius) -- EXAMPLE ADDED
- Replies: 7
- Views: 5530
Re: Request: viewport_circle(x,y,radius) -- EXAMPLE ADDED
Hi,
Did have a look at this couple of years ago, but unfortunately it is not something that can easily be added.
You can git somewhat of the functionality by drawing your own shape in canvas, and then do a fill_img. The image will only show up within the shape.
Corjan
Did have a look at this couple of years ago, but unfortunately it is not something that can easily be added.
You can git somewhat of the functionality by drawing your own shape in canvas, and then do a fill_img. The image will only show up within the shape.
Corjan
- Tue Aug 27, 2024 9:56 am
- Forum: Air Manager
- Topic: Air Manager 4.3
- Replies: 116
- Views: 122772
Re: Air Manager 4.3
Hi, Yeah, there will be a 3D drawing node coming in the next Air Manager version. Jasper is currently working on that. Still some stuff to do, mainly making it compatible with all platforms (win, mac, lin, ios, android) and all rendering targets (directx, opengl and metal). Don't expect a new BETA ...
- Tue Jul 16, 2024 7:19 pm
- Forum: Air Manager Help
- Topic: Handling of B:vars in MSFS 2020
- Replies: 2
- Views: 1788
- Tue Jul 02, 2024 1:58 pm
- Forum: Air Manager Bug Reports
- Topic: 4.2 bugs
- Replies: 471
- Views: 193658
Re: 4.2 bugs
Hi,
Do you maybe have a lua script or instrument where I could replicate the print CTD with?
Obviously that shouldn't happen,
Corjan
Do you maybe have a lua script or instrument where I could replicate the print CTD with?
Obviously that shouldn't happen,
Corjan
- Tue Jul 02, 2024 1:57 pm
- Forum: Air Manager Bug Reports
- Topic: 4.2 bugs
- Replies: 471
- Views: 193658
Re: 4.2 bugs
Hi, Air Manager reads the UUID from the info.xml file, not from the directory name, so it can very well be that there is a mismatch between the two. You can check the info.xml, my guess is that that one is the same as you are getting from AM itself. This situation should only be possible when the ...
- Tue Jul 02, 2024 1:34 pm
- Forum: Air Manager Bug Reports
- Topic: 4.2.11 visible bug with slider
- Replies: 5
- Views: 2869
Re: 4.2.11 visible bug with slider
Hi,
This one has been fixed in code.
Will be part of next AM 4.2 release. This still might take a bit, since there are a couple of additional things I would like fixed before.
Corjan
This one has been fixed in code.
Will be part of next AM 4.2 release. This still might take a bit, since there are a couple of additional things I would like fixed before.
Corjan
- Thu Jun 27, 2024 10:21 am
- Forum: Air Manager Bug Reports
- Topic: 4.2 bugs
- Replies: 471
- Views: 193658
Re: 4.2 bugs
Hi,
If you subscribe as BYTE[512], you do see all the data right?
If that is the case, you could split the data into chunks ('\0\ separated), and construct string from them again.
Would rather not change how AM deals with 'STRING' subscription, since changing it might cause new problems.
Corjan
If you subscribe as BYTE[512], you do see all the data right?
If that is the case, you could split the data into chunks ('\0\ separated), and construct string from them again.
Would rather not change how AM deals with 'STRING' subscription, since changing it might cause new problems.
Corjan