Page 3 of 3
Re: Useful MFDs [mini-OXP]
Posted: Mon Dec 06, 2021 7:23 pm
by hiran
@Cholmondely,
could you edit your post to contain a link to the post you quoted? If I tried to fix the OXP from the bone you threw here I would fail already on understanding the problem.
Re: Useful MFDs [mini-OXP]
Posted: Mon Dec 06, 2021 8:01 pm
by Switeck
Looks like you already found it:
https://bb.oolite.space/viewtopic.php?f=3&t=21122
Regarding the stutter I'm experiencing (visible in my videos)
In particular:
https://bb.oolite.space/viewtopic.php?p=280607#p280607
Re: Useful MFDs [mini-OXP]
Posted: Thu Aug 18, 2022 3:47 pm
by Cholmondely
Dybal - thanks for sorting out the issues with Solar Flux!
Did you also look into the garbage generation with this one? Arquebus found that he was getting a stutter and eventually tracked it down here:
arquebus wrote: ↑Mon Dec 06, 2021 7:30 am
I found the problem!
You'll never guess.
You'll never, ever guess. It's such a weird thing to be causing the problem.
UsefulMFDs.
I suspect that the General Info MFD is constantly polling for updates, but I can't be sure, as there is nothing in the log reflecting its behavior.
Re: Useful MFDs [mini-OXP]
Posted: Tue Sep 30, 2025 8:22 pm
by Krager
Перевёл дополнение, поставил. Не работает. Глянул в логи, сыпятся ошибки. Подумал перевод кривой, взял оригинал. Ошибки те же.
22:52:56.914 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:52:58.065 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:52:59.082 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:00.067 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:01.076 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:02.077 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:03.064 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:04.066 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:05.068 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:06.078 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
22:53:07.105 [script.javaScript.exception.malformedUTF8Char]: ***** JavaScript exception (useful_MFDs 0.6): TypeError: malformed UTF-8 character sequence at offset 3
По описанию вроде вещь нужная...
Re: Useful MFDs [mini-OXP]
Posted: Wed Oct 01, 2025 12:14 pm
by phkb
Krager wrote: ↑Tue Sep 30, 2025 8:22 pm
Перевёл дополнение, поставил. Не работает. Глянул в логи, сыпятся ошибки. Подумал перевод кривой, взял оригинал. Ошибки те же.
This is one of those OXP's I'm reluctant to dive into. I've had a look - I think the biggest issue noted previously was how it caused stutters during gameplay. I tracked this down to the way it calculates the date for display. It's just too heavy a piece of code to run every second.
I'm not sure about the issues you were seeing, though. I can't remember seeing those errors on my machine. I'll have a look, but I'm not promising anything on this one.