Frozenreflex / Thundagun

Lightning fast performance mod for Resonite
GNU General Public License v3.0
4 stars 4 forks source link

A bunch of things not working (Mute status bar, videoplayers and dashboard) #32

Closed darbdarb closed 1 week ago

darbdarb commented 2 weeks ago

image Even though i'm unmuted it says im muted, everyone can hear me(rebooting did fix this so this intermittent) image Video players seem to not load image Dashboard icons fail to load sometimes too :3

i shall provide a log DARBDARB - 2024.10.29.1229 - 2024-11-05 20_39_25.log

DoubleStyx commented 2 weeks ago

Might need to retest on latest commit to see if this issue is still present. But yes, there are some connectors that are either missing entirely or are missing certain parts. Related to #34.

darbdarb commented 2 weeks ago

UIX still freezes with latest commit, skinmeshrenders fail to load sometimes, particles are pink

DoubleStyx commented 2 weeks ago

Try #42? I just removed the logic for allowing FrooxEngine to run multiple times per frame. This should hopefully address this issue. I think allowing that behavior produced unpredictable behavior as it would break references for various RenderTasks.

DoubleStyx commented 2 weeks ago

Try the latest release. It should prevent FrooxEngine from updating if Unity hasn't processed the changes, which should hopefully prevent UI from breaking.

darbdarb commented 2 weeks ago

Try the latest release. It should prevent FrooxEngine from updating if Unity hasn't processed the changes, which should hopefully prevent UI from breaking.

Video players still don't load, uix seems alot better 3 hours no freezes except for the voice mute bar Untitled video - Made with Clipchamp (1)

dashboard icons dont load sometimes unless they get update like getting a message

darbdarb commented 2 weeks ago

skinnedmeshrenders still dont load sometimes too

DoubleStyx commented 1 week ago

@Nytra added VideoTextureConnector. Maybe this would help with the video players? https://github.com/Frozenreflex/Thundagun/releases/tag/1.1.0-beta

Nytra commented 1 week ago

Yeah videos work now and skinned mesh renderer loading is fixed now too

darbdarb commented 1 week ago

@Nytra added VideoTextureConnector. Maybe this would help with the video players? https://github.com/Frozenreflex/Thundagun/releases/tag/1.1.0-beta

yes this has fixed video players :)

Nytra commented 1 week ago

We might be able to close this now. If UIX is still breaking you probably have "Render Incomplete Updates" turned on, try turning it off.

DoubleStyx commented 1 week ago

If it's still an issue, this can be reopened later.