Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReflectionTypeLoadException #9

Open
CyberiumShadow opened this issue Feb 23, 2021 · 0 comments
Open

ReflectionTypeLoadException #9

CyberiumShadow opened this issue Feb 23, 2021 · 0 comments

Comments

@CyberiumShadow
Copy link

Hi,

Been trying to install Fantasy Player and I keep getting this error in my dalamud.txt regarding it

[14:36:03.075][INF] Loading definition for plugin DLL C:\Users\CyberiumShadow\AppData\Roaming\XIVLauncher\installedPlugins\FantasyPlayer.Dalamud\2.1.1.0\FantasyPlayer.Dalamud.dll
[14:36:03.075][INF] Loading assembly at C:\Users\CyberiumShadow\AppData\Roaming\XIVLauncher\installedPlugins\FantasyPlayer.Dalamud\2.1.1.0\FantasyPlayer.Dalamud.dll
[14:36:03.110][INF] Loading types for FantasyPlayer.Dalamud, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null
[14:36:03.465][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.469][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.469][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.485][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.486][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.486][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.487][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.487][ERR] Could not load assembly System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
System.NullReferenceException: Object reference not set to an instance of an object.
   at Dalamud.Plugin.PluginManager.<>c.<.ctor>b__8_0(Object source, ResolveEventArgs e)
[14:36:03.488][ERR] Plugin download failed hard.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at FantasyPlayer.Dalamud.Manager.PlayerManager.InitializeProviders() in D:\a\FantasyPlayer\FantasyPlayer\FantasyPlayer.Dalamud\Manager\PlayerManager.cs:line 44
   at FantasyPlayer.Dalamud.Plugin.Initialize(DalamudPluginInterface pluginInterface) in D:\a\FantasyPlayer\FantasyPlayer\FantasyPlayer.Dalamud\Plugin.cs:line 45
   at Dalamud.Plugin.PluginManager.LoadPluginFromAssembly(FileInfo dllFile, Boolean isRaw, PluginLoadReason reason, Boolean preloaded, PluginDefinition preloadedDef)
   at Dalamud.Plugin.PluginRepository.InstallPlugin(PluginDefinition definition, Boolean enableAfterInstall, Boolean isUpdate, Boolean fromTesting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant