You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varmessage=$"Error initializing ECommons services: {ex.Message}\nPlugin {pluginInterface?.Manifest?.InternalName} can not be loaded.\nPlease contact the developer.\nSee dalamud.boot.log for stack trace.";
varreg=FindIpcSubscriber(genericArgsLen+(isAction?1:0))??thrownewNullReferenceException("Could not retrieve GetIpcSubscriber. Did you called EzIPC.Init before ECommonsMain.Init or specified more than 9 arguments?");
varreg=FindIpcSubscriber(genericArgsLen+1)??thrownewNullReferenceException("Could not retrieve GetIpcSubscriber. Did you called EzIPC.Init before ECommonsMain.Init or specified more than 9 arguments?");
@@ -134,13 +134,17 @@ private static EzIPCDisposalToken[] Init(object? instance, Type instanceType, st
134
134
varsafeWrapperObj=CreateSafeWrapper(wrapper,adjustedGenericArgs)??thrownewNullReferenceException("Safe wrapper creation failed. Please report this exception to developer.");
PluginLog.Debug($"[EzIPC Provider] Attempting to assign IPC event to {instanceType.Name}.{reference.Name}");
216
220
}
217
-
varreg=FindIpcProvider(reference.UnionType.GetGenericArguments().Length+1)??thrownewNullReferenceException("Could not retrieve GetIpcProvider. Did you called EzIPC.Init before ECommonsMain.Init or specified more than 9 arguments?");
varreg=FindIpcProvider(genericArgsLen+1)??thrownewNullReferenceException("Could not retrieve GetIpcProvider. Did you called EzIPC.Init before ECommonsMain.Init or specified more than 9 arguments?");
0 commit comments