ExileApi 3.23 and beyond - Plugin framework menu

User Tag List

Page 50 of 107 FirstFirst ... 464748495051525354100 ... LastLast
Results 736 to 750 of 1591
  1. #736
    EvilRumpelstilzchen's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    8
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for your work cheatingeagle

    ExileApi 3.23 and beyond - Plugin framework
  2. #737
    cout00's Avatar Active Member
    Reputation
    26
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    Think I have the things mostly working. Give me some time to run more tests and I'll upload a new version.
    hello you will upload today?

  3. #738
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1214
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1072
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Updated, download from the first post.

  4. #739
    CeliborCrash's Avatar Member
    Reputation
    14
    Join Date
    Nov 2023
    Posts
    23
    Thanks G/R
    8/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Big thanks for your work

  5. #740
    wloczykij95's Avatar Member
    Reputation
    1
    Join Date
    May 2024
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.png It's not working :<

  6. #741
    gipal's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
     ---> System.TypeInitializationException: The type initializer for '<Module>' threw an exception.
     ---> System.InvalidProgramException: Common Language Runtime detected an invalid program.
       at .cctor()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
       --- End of inner exception stack trace ---
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
       at System.Reflection.PropertyInfo.GetValue(Object obj)
       at Loader.Loader.LoadLogger()
       at Loader.Loader.Load(String[] args)
    Been fighting for my life trying to troubleshoot this, immediately launching loader errors with this message on every version past 3.23.0. This is on a Windows 10 machine with all the req's installed, I tried it on a mostly fresh w11 vm and for whatever reason it can launch there.

    If anyone has even a guess of a direction I would very much appreciate it, either way thank you for your service eagle :salute:

  7. #742
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1214
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1072
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by wloczykij95 View Post
    1.png It's not working :<
    Are you sure you've unzipped the whole thing correctly and don't have random permission issues with windows blocking anything?
    Originally Posted by gipal View Post
    Code:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
     ---> System.TypeInitializationException: The type initializer for '<Module>' threw an exception.
     ---> System.InvalidProgramException: Common Language Runtime detected an invalid program.
       at .cctor()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
       --- End of inner exception stack trace ---
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
       at System.Reflection.PropertyInfo.GetValue(Object obj)
       at Loader.Loader.LoadLogger()
       at Loader.Loader.Load(String[] args)
    Been fighting for my life trying to troubleshoot this, immediately launching loader errors with this message on every version past 3.23.0. This is on a Windows 10 machine with all the req's installed, I tried it on a mostly fresh w11 vm and for whatever reason it can launch there.

    If anyone has even a guess of a direction I would very much appreciate it, either way thank you for your service eagle :salute:
    I imagine I know the reason this is happening, but I have no idea why (this is the first report in 2 leagues), nor how to help you. Your environment is unusual in some way. If you can, try installing a fresh copy of windows on a separate drive and seeing if it runs there as well.

  8. #743
    gipal's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It does work on a fresh windows install in a vm like I said, the main difference as far as I can tell with that is visual studio installer manages my dotnet installations on the main machine but I can't really imagine why that would be causing a problem like this, or that I was the first person to try and run hud with this setup. Tried launching with a fresh copy of the dotnet binaries seperate from install and no dice there either

  9. #744
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1214
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1072
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by gipal View Post
    It does work on a fresh windows install in a vm like I said, the main difference as far as I can tell with that is visual studio installer manages my dotnet installations on the main machine but I can't really imagine why that would be causing a problem like this, or that I was the first person to try and run hud with this setup. Tried launching with a fresh copy of the dotnet binaries seperate from install and no dice there either
    Yeah I was just trying to rule out the hypervisor masking any hardware/driver issues, though I agree it isn't likely... Anyway, if a fresh install fixes it, you might want to try and reproduce it, i.e. set up your VM as you do a new windows install for your normal use and see when it breaks.

  10. #745
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1214
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1072
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Oh and FYI if you have any x86 dotnet runtimes that might be taking priority, either remove them or find a way to not have them run first.

  11. Thanks gipal (1 members gave Thanks to cheatingeagle for this useful post)
  12. #746
    gipal's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not have x86 runtimes installed, every library that loads until it crashes is from the expected .net 8 sdk location or the exileapi folder, I probably won't reinstall windows over this tbh but i'm sure i'll end up banging away trying to get this working at least a bit more and I'll post if I find the issue in case anyone else encounters something similar, thank you for the help.

  13. #747
    cout00's Avatar Active Member
    Reputation
    26
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gipal View Post
    I do not have x86 runtimes installed, every library that loads until it crashes is from the expected .net 8 sdk location or the exileapi folder, I probably won't reinstall windows over this tbh but i'm sure i'll end up banging away trying to get this working at least a bit more and I'll post if I find the issue in case anyone else encounters something similar, thank you for the help.
    this mistake ocurs when deps.json contains a exact version of runtime. but ur path variable dont contains a exact version of runtime. or any deps from deps.json builded with win flag, with specific os version. in this way runtime will trying to load with previos version of runtime, and some times failed if project was builder with R2R flag.

  14. Thanks gipal (1 members gave Thanks to cout00 for this useful post)
  15. #748
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1214
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1072
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by cout00 View Post
    this mistake ocurs when deps.json contains a exact version of runtime. but ur path variable dont contains a exact version of runtime. or any deps from deps.json builded with win flag, with specific os version. in this way runtime will trying to load with previos version of runtime, and some times failed if project was builder with R2R flag.
    I kind of half-way get it. The assemblies are r2r'd, and I imagine a mismatch of r2r compiler version/runtime might make it do something weird, but is the issue that the user's runtime is *older* or is it more complicated? I also don't quite get what you mean by "specific" versions here, specific as in the specific build (8.0.300, or, for windows, 10.manynumbers), or just the major version? Don't think I have the build numbers pinned anywhere.

  16. #749
    cout00's Avatar Active Member
    Reputation
    26
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    I kind of half-way get it. The assemblies are r2r'd, and I imagine a mismatch of r2r compiler version/runtime might make it do something weird, but is the issue that the user's runtime is *older* or is it more complicated? I also don't quite get what you mean by "specific" versions here, specific as in the specific build (8.0.300, or, for windows, 10.manynumbers), or just the major version? Don't think I have the build numbers pinned anywhere.
    i have checker ur executable deps.json and didnot find a mistake. i think this customer have crooked version of dotnet where path variable not registered in os

  17. #750
    gipal's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can run the 23.0.0 build with no issues along with a few releases after that, I didn't test every single build, but the difference between that and the current release from the deps.json is 3 dll's, all of which exist in my sdk and I've tried just copying them into the hud folder but did not work in either case

Similar Threads

  1. The Irony of WOTLK and beyond
    By Z3D in forum World of Warcraft General
    Replies: 8
    Last Post: 09-15-2009, 09:54 PM
  2. Half Life 2 - Easter Eggs and Beyond
    By Glynbeard in forum Gaming Chat
    Replies: 0
    Last Post: 11-04-2007, 09:51 AM
  3. Above and Beyond AV (2.0.5(And hopefully above))
    By Dead_Man in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 02-03-2007, 12:38 AM
  4. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
All times are GMT -5. The time now is 01:27 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search