delete 4545 4 54 5 45 45464564
When you click on the error, does it print a call stack of where the error comes from?
or if you open the browser DevTools console, is there a similar error message there that would show the call stack?
Note that in order to make the callstack readable, you’ll have to change the “Debug Symbols” setting to “Embedded”, or do a Development build of the game. Otherwise the function names won’t be present there to minimize code size on disk.
delete 565456 45 456 45 645645
Can you click on the message “ArgumentOutOfRangeException”? That should expand the message to show a full callstack of where the error comes from.
Another option to catch the error is to install a (free, slow (Hola VPN - The Website Unblocker))
VPN for Chrome:
then go into the game and launch “New Game”
If you turn off the VPN immediately the game works fine.
Problem with slow internet.
Are you doing a UnityWebRequest in the game? If so, what does the code that handles its completion look like? That to me looks like a programming error in C# code that handles the completion of a UnityWebRequest, but it is hard to say without looking at the code.
Try auditing if you have UnityWebRequests in the code to see how their handlers are programmed. It would be good if you can reduce the code to a minimal failing example, that might help figure out what is happening.
It is a weird error.
The error occurs when the Internet connection is weak.
Would you be able to file a bug report about this? There does not seem to be any user C# code on the callstack at the time of the exception, so it does look like something going wrong in the engine.
Can I send the entire project in a private message for testing if you promise to correct my mistake?
I looked for different developers, but they all said the same thing, that this error can only be fixed by professionals who understand the deep processes of Unity. Please help me correct my mistake.
That’s not what these forums and support are about @MatrixNew . If it’s an issue with Unity itself, they will fix it but they will not fix -your- project per se.
jukka_j is not a Unity “developer”. He is a Unity employee that works for the WebGL Platform team at the Unity Tech company. They can’t spend their time fixing other people’s projects.
Please help jukka_j by submitting a bug report; https://unity.com/releases/editor/qa/bug-reporting
There you can attach your project. And post the bug ID back here once it’s done.
The error does not occur in the editor, but only in the WebGL version for those who have a slow Internet connection. Okay, I’ll try to submit a bug report.
Thanks for the offer @MatrixNew , though I think the best way to proceed is like @KamilCSPS mentions - Unity has a sizable QA team that triages incoming bugs and they have a catalog of different devices that they can test bugs on. So if you’ve ruled out any cause in your own code, submitting a bug report will be the way to go.
As a bonus, that way the bug will be tracked against all different Unity Editor versions, and any fixes will be backported to different Editor versions if possible.
I’m sending you a bug report. It’s just such a strange error, no one can help with it, so I asked for help. If possible, at least tell me which file contains the error.
If you don’t mind, tell me how to fix the error if you succeed.
Great, thanks for reporting!
please help me understand what the error is, at least give me a hint where to look…
It seems to me or this error is due to Addressable.
Here are the bundle settings, maybe you have some advice on what can be changed in the settings?
EnD.loader.js:80 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
printErr @ EnD.loader.js:80
syncfs @ EnD.framework.js:6842
sync @ EnD.framework.js:2516
(анонимная) @ EnD.framework.js:2524
Объект setInterval (асинхронный)
setInterval @ EnD.loader.js:66
_JS_FileSystem_Initialize @ EnD.framework.js:2523
$InitWebGLPlayer(int, char**) @ EnD.wasm:0x8fff991
$main @ EnD.wasm:0x8fffc78
(анонимная) @ EnD.framework.js:1797
callMain @ EnD.framework.js:25889
doRun @ EnD.framework.js:25947
run @ EnD.framework.js:25962
runCaller @ EnD.framework.js:25867
removeRunDependency @ EnD.framework.js:1718
(анонимная) @ EnD.framework.js:149
doCallback @ EnD.framework.js:6851
done @ EnD.framework.js:6863
transaction.oncomplete @ EnD.framework.js:6531
EnD.loader.js:80 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
printErr @ EnD.loader.js:80
syncfs @ EnD.framework.js:6842
sync @ EnD.framework.js:2516
(анонимная) @ EnD.framework.js:2524
Объект setInterval (асинхронный)
setInterval @ EnD.loader.js:66
_JS_FileSystem_Initialize @ EnD.framework.js:2523
$InitWebGLPlayer(int, char**) @ EnD.wasm:0x8fff991
$main @ EnD.wasm:0x8fffc78
(анонимная) @ EnD.framework.js:1797
callMain @ EnD.framework.js:25889
doRun @ EnD.framework.js:25947
run @ EnD.framework.js:25962
runCaller @ EnD.framework.js:25867
removeRunDependency @ EnD.framework.js:1718
(анонимная) @ EnD.framework.js:149
doCallback @ EnD.framework.js:6851
done @ EnD.framework.js:6863
transaction.oncomplete @ EnD.framework.js:6531
EnD.loader.js:80 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
printErr @ EnD.loader.js:80
syncfs @ EnD.framework.js:6842
sync @ EnD.framework.js:2516
(анонимная) @ EnD.framework.js:2524
Объект setInterval (асинхронный)
setInterval @ EnD.loader.js:66
_JS_FileSystem_Initialize @ EnD.framework.js:2523
$InitWebGLPlayer(int, char**) @ EnD.wasm:0x8fff991
$main @ EnD.wasm:0x8fffc78
(анонимная) @ EnD.framework.js:1797
callMain @ EnD.framework.js:25889
doRun @ EnD.framework.js:25947
run @ EnD.framework.js:25962
runCaller @ EnD.framework.js:25867
removeRunDependency @ EnD.framework.js:1718
(анонимная) @ EnD.framework.js:149
doCallback @ EnD.framework.js:6851
done @ EnD.framework.js:6863
transaction.oncomplete @ EnD.framework.js:6531
EnD.loader.js:80 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
printErr @ EnD.loader.js:80
syncfs @ EnD.framework.js:6842
sync @ EnD.framework.js:2516
(анонимная) @ EnD.framework.js:2524
Объект setInterval (асинхронный)
setInterval @ EnD.loader.js:66
_JS_FileSystem_Initialize @ EnD.framework.js:2523
$InitWebGLPlayer(int, char**) @ EnD.wasm:0x8fff991
$main @ EnD.wasm:0x8fffc78
(анонимная) @ EnD.framework.js:1797
callMain @ EnD.framework.js:25889
doRun @ EnD.framework.js:25947
run @ EnD.framework.js:25962
runCaller @ EnD.framework.js:25867
removeRunDependency @ EnD.framework.js:1718
(анонимная) @ EnD.framework.js:149
doCallback @ EnD.framework.js:6851
done @ EnD.framework.js:6863
transaction.oncomplete @ EnD.framework.js:6531
EnD.framework.js:2812 ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AddressableAssets.ResourceProviders.ContentCatalogProvider+InternalOp.OnCatalogLoaded (UnityEngine.AddressableAssets.ResourceLocators.ContentCatalogData ccd) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AddressableAssets.ResourceProviders.ContentCatalogProvider+InternalOp.CatalogLoadOpCompleteCallback (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] op) [0x00000] in <00000000000000000000000000000000>:0
at DelegateList`1[T].Invoke (T res) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].InvokeCompletionEvent () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].Complete (TObject result, System.Boolean success, System.Exception exception, System.Boolean releaseDependenciesOnFailure) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation`1[TObject].ProviderCompleted[T] (T result, System.Boolean status, System.Exception e) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.ResourceProviders.ProvideHandle.Complete[T] (T result, System.Boolean status, System.Exception exception) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.ResourceProviders.TextDataProvider+InternalOp.CompleteOperation (System.String text, System.Exception exception) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.ResourceManagement.ResourceProviders.TextDataProvider+InternalOp.RequestOperation_completed (UnityEngine.AsyncOperation op) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AsyncOperation.InvokeCompletionEvent () [0x00000] in <00000000000000000000000000000000>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
DelegateList`1:Invoke(AsyncOperationHandle`1)
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1:InvokeCompletionEvent()
UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1:Complete(ContentCatalogData, Boolean, Exception, Boolean)
UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation`1:ProviderCompleted(Object, Boolean, Exception)
UnityEngine.ResourceManagement.ResourceProviders.ProvideHandle:Complete(Object, Boolean, Exception)
UnityEngine.ResourceManagement.ResourceProviders.InternalOp:CompleteOperation(String, Exception)
UnityEngine.ResourceManagement.ResourceProviders.InternalOp:RequestOperation_completed(AsyncOperation)
UnityEngine.AsyncOperation:InvokeCompletionEvent()
_JS_Log_Dump @ EnD.framework.js:2812
$WebGLPrintfConsolev(LogType, char const*, void*) @ EnD.wasm:0x9253c9f
$InternalErrorConsole(char const*, ...) @ EnD.wasm:0x92555bd
$DebugStringToFilePostprocessedStacktrace(DebugStringToFileData const&) @ EnD.wasm:0x9255286
$DebugStringToFile(DebugStringToFileData const&) @ EnD.wasm:0x92548d7
$Scripting::LogExceptionFromManaged(ScriptingExceptionPtr, int, char const*, bool, Scripting::LogExceptionFromMangedSettings const*) @ EnD.wasm:0x91559a9
$DebugLogHandler_CUSTOM_Internal_LogException(Il2CppObject*, Il2CppObject*) @ EnD.wasm:0x91852ba
$dynCall_vii @ EnD.wasm:0x9275501
(анонимная) @ EnD.framework.js:1797
invoke_vii @ EnD.framework.js:19516
$DebugLogHandler_Internal_LogException_mC3895F1E5B79BD8151B3F94462F5516A68AB26AF @ EnD.wasm:0x6c7f609
$dynCall_viii @ EnD.wasm:0x927552f
(анонимная) @ EnD.framework.js:1797
invoke_viii @ EnD.framework.js:19593
$DebugLogHandler_LogException_mF66A663A86BF5D412BC9A4B3F92DA5CF61049F08 @ EnD.wasm:0x6c7f9a9
$dynCall_viiii @ EnD.wasm:0x9275573
(анонимная) @ EnD.framework.js:1797
invoke_viiii @ EnD.framework.js:19615
$Logger_LogException_m591AF39F0886DA44666068EDBBD3CCF07623CFBB @ EnD.wasm:0x441a8da
$dynCall_viiii @ EnD.wasm:0x9275573
(анонимная) @ EnD.framework.js:1797
invoke_viiii @ EnD.framework.js:19615
$Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 @ EnD.wasm:0x6c59971
$dynCall_vii @ EnD.wasm:0x9275501
(анонимная) @ EnD.framework.js:1797
invoke_vii @ EnD.framework.js:19516
$DelegateList_1_Invoke_mF5DD006A41666CFEE8881FA9C64756276AB559A8_gshared @ EnD.wasm:0x62bdf84
$dynCall_viii @ EnD.wasm:0x927552f
(анонимная) @ EnD.framework.js:1797
invoke_viii @ EnD.framework.js:19593
$AsyncOperationBase_1_InvokeCompletionEvent_mD996F872C24D155F4490C137672D7C9E2912DCCF_gshared @ EnD.wasm:0x6ae628a
$dynCall_vii @ EnD.wasm:0x9275501
(анонимная) @ EnD.framework.js:1797
invoke_vii @ EnD.framework.js:19516
$AsyncOperationBase_1_Complete_mCBEB3D85A0C514DB4453265D71CAF90A5FE14D5D_gshared @ EnD.wasm:0x6ae775d
$dynCall_viiiiii @ EnD.wasm:0x9275587
(анонимная) @ EnD.framework.js:1797
invoke_viiiiii @ EnD.framework.js:19736
$ProviderOperation_1_ProviderCompleted_TisRuntimeObject_mD89DD12CFE73402A281371B942DCCBB0478CBB73_gshared @ EnD.wasm:0x3ff0a34
$dynCall_viiiii @ EnD.wasm:0x9275599
(анонимная) @ EnD.framework.js:1797
invoke_viiiii @ EnD.framework.js:19758
$ProvideHandle_Complete_TisRuntimeObject_m0DCA74D4314BF3C6E5975B1E068C1BDBD41D3164_gshared @ EnD.wasm:0x42d92b6
$dynCall_viiiii @ EnD.wasm:0x9275599
(анонимная) @ EnD.framework.js:1797
invoke_viiiii @ EnD.framework.js:19758
$InternalOp_CompleteOperation_mBA10749B5FBBCEBF6FC6EDE8F74436482E0CD108 @ EnD.wasm:0x3423e15
$dynCall_viiii @ EnD.wasm:0x9275573
(анонимная) @ EnD.framework.js:1797
invoke_viiii @ EnD.framework.js:19615
$InternalOp_RequestOperation_completed_mABCF255EC8F16723D1F518952653864D3F10D6A5 @ EnD.wasm:0x3423c1f
$Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_Multicast(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*, Il2CppObject*, MethodInfo const*) @ EnD.wasm:0x44c3660
$dynCall_viii @ EnD.wasm:0x927552f
(анонимная) @ EnD.framework.js:1797
invoke_viii @ EnD.framework.js:19593
$AsyncOperation_InvokeCompletionEvent_m477EBEDE3FE8992BDC1DBFE02A313193CDA46DD4 @ EnD.wasm:0x56feedc
$RuntimeInvoker_TrueVoid_t4861ACF8F4594C3437BB48B6E56783494B843915(void (*)(), MethodInfo const*, void*, void**, void*) @ EnD.wasm:0x813bd07
$il2cpp::vm::Runtime::InvokeWithThrow(MethodInfo const*, void*, void**) @ EnD.wasm:0x822b1c3
$dynCall_iiii @ EnD.wasm:0x927550f
(анонимная) @ EnD.framework.js:1797
invoke_iiii @ EnD.framework.js:19560
$il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**) @ EnD.wasm:0x8227394
$il2cpp_runtime_invoke @ EnD.wasm:0x15b6a8
$scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool) @ EnD.wasm:0x921dbf6
$ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) @ EnD.wasm:0x9157f12
$AsyncOperation::InvokeCoroutine() @ EnD.wasm:0x90dbf99
$UnityWebRequestAsyncOperation::InvokeCoroutine() @ EnD.wasm:0x89c6a2d
$UnityWebRequestProto<UnityWebRequestTransport, AtomicRefCounter, RedirectHelper, ResponseHelper, DownloadHandler, UploadHandler, CertificateHandler, HeaderHelper, AsyncOperation>::Job_InvokeCoroutine(AsyncOperation*) @ EnD.wasm:0x89c7843
$BackgroundJobQueue::ExecuteMainThreadJobs() @ EnD.wasm:0x9110dbc
$InitPlayerLoopCallbacks()::EarlyUpdateExecuteMainThreadJobsRegistrator::Forward() @ EnD.wasm:0x90d0c3d
$ExecutePlayerLoop(NativePlayerLoopSystem*) @ EnD.wasm:0x90c9ece
$ExecutePlayerLoop(NativePlayerLoopSystem*) @ EnD.wasm:0x90c9f91
$PlayerLoop() @ EnD.wasm:0x90ca1b1
$MainLoop() @ EnD.wasm:0x8fff36d
$dynCall_v @ EnD.wasm:0x9275517
(анонимная) @ EnD.framework.js:1797
browserIterationFunc @ EnD.framework.js:12577
callUserCallback @ EnD.framework.js:10571
runIter @ EnD.framework.js:10624
Browser_mainLoop_runner @ EnD.framework.js:10531
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
Объект requestAnimationFrame (асинхронный)
requestAnimationFrame @ EnD.framework.js:10952
Browser_mainLoop_scheduler_rAF @ EnD.framework.js:10403
Browser_mainLoop_runner @ EnD.framework.js:10544
I would love to give you a solution, or even a direction; but I am afraid that my knowledge also isn’t good enough here.
It is likely that the issue is something to do with Addressables, which is within a different team’s purview. The bug report should definitely land to whatever team maintains the implementation, so let’s wait to see what they say.
I do know that from the warning log, the message “2 FS.syncfs operations in flight at once, probably just doing extra work” is unrelated to this issue - I have authored a fix to clean up those warnings that that is currently being reviewed.