ultra0
ultra0
An update will be pushed soon to fix this:  Should this issue be kept open? Also, there's another issue happening during loading where the game doesn't get its login...
Relevant code from `ExternalInterfaceHandler`: ``` public static function addCallback(externalMethod:String, callback:Function) : void { try { if(!externalMethods[externalMethod]) { externalMethods[externalMethod] = new ExternalInterfaceMethod(externalMethod); } (externalMethods[externalMethod] as ExternalInterfaceMethod).addCallback(callback); } catch(e:Error) { } }...
`ExternalInterfaceMethod`: ``` package com.rovio.externalInterface { import com.rovio.factory.Log; import flash.external.ExternalInterface; public class ExternalInterfaceMethod { public var externalMethodName:String = ""; private var callbacks:Array = null; public function ExternalInterfaceMethod(methodName:String) { super(); this.externalMethodName =...
Was this issue with the audio always present? It happens across all five games. https://github.com/user-attachments/assets/dbe59701-cadc-49ce-9c48-94224c15536a
> in the xenia config file set it as this: > [APU] > apu = "xaudio2" > apu_max_queued_frames = 16 > > it fixed the audio for me in half...
Isn't this the same as #660?
I've been having this issue, too. It only started happening after I moved my Btrfs drive to my new PC. My old PC was running version 1.8.2, new one is...