SU4 Beta known issues?
-
Ok, I'm maybe a step further:
the only thing I made different in the use of the Starship was to use remote CDU and MFD with AxisAndOHs. That means technically that the two displays where be layed out and be streamed to my tablet.
That worked without any problem in SU3. It worked also without any problems in SU4 Beta, but I tried now some flights without and haven't had any CTDs now.Maybe coincidence, but who knows ...
-
I think I can 100% reproduce it now:
using the AAO external CPU and MFD does crash the combination MSFS2024 and Starship unfortunately.
Otherwise, if I don't use it, no problems.Sad, but glad I can fly it. Maybe at one point it would work again if Su4 further develops.
-
Very interesting. Thanks for sharing, and for experimenting. Just to clarify, when you say remote CDU and MFD, you mean just popping the screens out to put on a monitor/tablet, not accessing them with hardware inputs or anything else, correct? Unfortunately, that sounds like a simulator level issue, and not a Starship issue, even if you're finding it present with Starship. Is there something that seems to cause the CTD when you have the screens popped out? If you get just one extra detail, I can share this with Asobo on the developer forum and try to get you a solution.
-
I'm not sure if you should really waste energy on it or tell it to Asobo as it is a very special usecase.
What happens is, that AxisAndOHs provide so called WEB FMCs. you can run them in browser or external tablets. If you start them, the application does pop out CDU and/or MFD (you don't see this, it just happens) and then you have that display on the tablet. Surrounded by the MFD or CDU interface, meaning you have the keys and everything.So, yes, pop-out happens and input also happens.
but as I said, it has worked before SU4.What I observe is, that poping out windows affects frame generation somehow. In that case I have to set my maxed framed to unlimited, otherwise my framerates gets cut.
My assumption is, that it is probably more on that level, so that pop-out and input is not the problem, but what happens on the grafics layer with framegerneration etc.
In other words, I think it is not about interaction with Starship, but more some grafic error with popouts and a probable too high demanded system at this point. I don't know.BUT: would YOU consider to make CDU and MFD accesible remotely???
As you know, it is a pain to program the CDU, but I love it exactly for that!!
But doing it remote via tablet is the ultimate game changer, especially during flight when you don't have to fiddle around with your mouse. So, if there's a chance implementing this from your side, it would be great! You as developer shouldn't need word arounds like pop-out etc ... similar like Fenix etc do it also.
Your other addons don't have these interfaces, but the Starship with its special avionics would really benefit from it!!!
Please consider it!!! -
Thanks for the further explanation. I've notice the same things about popping out windows affecting general performance, and also windowed versus fullscreen mode. Sorry to ask you to write even more, but what kind of remote access are you looking for me to implement? I'm not up on what all the airliner products offer unfortunately. I already have hardware events, so you must be looking for remote access into what's being displayed on the screen to be used with a WinWing CDU, or similar? While I can imagine this being somehow possible for the CDU, I don't know what I would do about the graphical displays on the MFD.
-
Hmmm, hard to explain as I can't give hints on the technical level.
When you take Fenix as example, they provide a remote CDU. you have a link (e.g. http://192.168.178.31:8083/#/mcdu?cdu=1&fullscreen=false) and could then open the CDU in a browser. And therefore you could it open also then on a tablet when you are in the same network.
you will see then the complete CDU, with frame and buttons and the screen which shows everything similar to what you see in the VC.
Aviaworx is another addon developer which provides similar for different addons like PMDG, Maddog, iFly.So, its different to WinWing where you have a hardware device and just need the data for the screen. Its a "complete" CDU on the screen
if the MFD is not possible, doesn't matter, CDU itself would be awesome and a big help! -
I thought that's what you might describe. Unfortunately, I think that is only possible with WASM (Web Assembly), which is one of the two programming languages available for MSFS development. It's the more difficult of the two, and the less stable of the two, and more limited in some ways, but it sometimes offers more advanced solutions for things like you describe. I did some quick research to see if anyone had come up with a way to do this since I last looked, but alas, no.