Help with plugin log menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Leeny's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with plugin log

    Hello !

    I have a problem with plugin installation, the log says :

    2017.03.26 18:53:15.666 namespace mismatch in plugin file: 'C:\Users\leeny\Desktop\Mumu\Plugins\Default\healthbaroneliteplugin.cs': namespace should be this: 'Turbo.Plugins.Default
    2017.03.26 18:53:15.670 namespace mismatch in plugin file: 'C:\Users\leeny\Desktop\Mumu\Plugins\Default\MonsterCirclePlugin.cs': namespace should be this: 'Turbo.Plugins.Default
    2017.03.26 18:53:15.674 namespace mismatch in plugin file: 'C:\Users\leeny\Desktop\Mumu\Plugins\Default\monsterscountplugin.cs': namespace should be this: 'Turbo.Plugins.Default

    I don't understand what to do, actually custum plugins won't work and I don't understand why !

    Thanks for helping me

    Leeny

    Help with plugin log
  2. #2
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you follow the instructions in the thread you got the plugin from?

  3. #3
    Leeny's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, of course I think

    I don't touch to the directory C:\Users\leeny\Desktop\Mumu\plugins\user and the txt it contains

    I have tested to put the cs file in C:\Users\leeny\Desktop\Mumu\plugins\Default\Author\Nameoftheplugin and C:\Users\leeny\Desktop\Mumu\plugins\Default\nameoftheplugin.
    Both methods don't work and I have the messages post in my initial message in the log (exceptions.log )

  4. #4
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Leeny View Post
    Yes, of course I think
    Re read it twice.

    Example for MonsterCirclePlugin
    Place the following code inside \plugins\CB\MonsterCirclePlugin.cs
    Hide the Rum! --> Default theme customization 101 <--

  5. #5
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    user plugins should go to the folder plugins/XXX/ where XXX is given by the author of the plugin. so you actually have to create a folder^^

  6. #6
    Leeny's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What a stupid man I am !

    My eyes don't follow my mind .... It works better when I'm not in the default folder.

    Thanks a lot Jack and sorry fo my stupid question

  7. #7
    safragium's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, sorry for bumping this, but i have an issu, the log says, that the "namespace should be this: 'Turbo.Plugins.Resu" but the .cs is in : (documents >) Diablo III\Turbo\plugins\Resu\ (here are the 3 .cs files from the same author (Resu))
    Last edited by safragium; 01-12-2018 at 03:25 PM.

  8. #8
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by safragium View Post
    Hi, sorry for bumping this, but i have an issu, the log says, that the "namespace should be this: 'Turbo.Plugins.Resu" but the .cs is in : (documents >) Diablo III\Turbo\plugins\Resu\ (here are the 3 .cs files from the same author (Resu))
    copy the complete error line here please
    Supported version for all Resu plugins

  9. #9
    safragium's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    namespace mismatch in plugin file: 'C:\Users\Safra\Documents\Diablo III\Turbo\Plugins\Resu\CraftCountPlugin.cs': namespace should be this: 'Turbo.Plugins.Resu
    namespace mismatch in plugin file: 'C:\Users\Safra\Documents\Diablo III\Turbo\Plugins\Resu\CraftersDelightPlugin.cs': namespace should be this: 'Turbo.Plugins.Resu
    namespace mismatch in plugin file: 'C:\Users\Safra\Documents\Diablo III\Turbo\Plugins\Resu\ParagonPercentagePlugin.cs': namespace should be this: 'Turbo.Plugins.Resu

  10. #10
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try with no caps for your your plugins folder : plugins not Plugins
    Supported version for all Resu plugins

  11. #11
    safragium's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the log says there is caps, but actually not

  12. #12
    safragium's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Help with plugin log-sans-titre-gif there it is

  13. #13
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just to be sure : Turbo\ is your turboHud folder ?
    YOUR-TURBOHUD-FOLDER\Plugins\Resu\

    if yes, another common error is that you downloaded an html page renamed under a .cs file instead of the actual .cs file.
    paste the 1st 3 lines of one of the plugins please Frenchie ;-)
    Supported version for all Resu plugins

  14. #14
    safragium's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats up with the french? not the first comment i see "mayonnaise" etc, thats a bit racist imo


    i opened them up, these are html, RIP,

  15. #15
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by safragium View Post
    whats up with the french? not the first comment i see "mayonnaise" etc, thats a bit racist imo
    Je suis Français patate ! (but we have to speak English here)

    Originally Posted by safragium View Post
    i opened them up, these are html, RIP,
    problem solved : redownload files from the readme and use left click this time (you should get a zip file)
    Resu/README.md at master * User5981/Resu * GitHub
    merci qui ? ^^
    Supported version for all Resu plugins

  16. Thanks safragium (1 members gave Thanks to User5981 for this useful post)
Page 1 of 2 12 LastLast

Similar Threads

  1. WTB help with HB Plugin to detect Auctioneer Buyout Snipe Popup
    By Sariam1992 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 08-17-2014, 01:20 AM
  2. [Buying] Help with a plugin EZ MONEY! $100 tip
    By lostinthewoodslol in forum World of Warcraft Buy Sell Trade
    Replies: 7
    Last Post: 01-04-2014, 05:20 PM
  3. WTB Help with a plugin $100 tip.
    By lostinthewoodslol in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 10-04-2013, 07:46 PM
  4. [SQL] dbeerror.logs help with sequence and updates the sql
    By kitsunesaqua in forum WoW EMU Exploits & Bugs
    Replies: 0
    Last Post: 04-08-2011, 12:58 AM
  5. Help with Ranks!!
    By Krazzee in forum Community Chat
    Replies: 7
    Last Post: 06-16-2006, 06:58 PM
All times are GMT -5. The time now is 02:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search