PoeSmoother - effects remover menu

User Tag List

Page 212 of 230 FirstFirst ... 112162208209210211212213214215216 ... LastLast
Results 3,166 to 3,180 of 3442
  1. #3166
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    494
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been getting this error for the past 15-20min, is this normal? "Please wait for server update, around 10 minutes"

    PoeSmoother - effects remover
  2. #3167
    sham643's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #3168
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Bug: NullReferenceException
    Description: Whenever the app loads the settings file, if the value for "dark" (Enable Remove Darkness) is set to True, the app will throw a null reference exception. Loading from False doesn't throw an exception. Removing the setting doesn't throw an exception. The settings for "shadows" and "lights" do not throw when set to either true or false.

    To reproduce, I downloaded v3.18.0 from the first link (pCloud). Ran as administrator. Picked GGG. Selected "Remove Darkness". Applied. Closed and then reopened. Prompted with an NRE.

    Stack trace: ctor() > initializeComponent() > System.Windows.LoadBAML(...) > more System.Windows internals > System.Windows.InvokeHandler > some anonymized delegate function.

    Settings:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <configSections>
            <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="fPoeSmoother.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
            </sectionGroup>
        </configSections>
        <userSettings>
            <fPoeSmoother.Properties.Settings>
                <setting name="steps" serializeAs="String">
                    <value>0</value>
                </setting>
                <setting name="officialPath" serializeAs="String">
                    <value>C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Content.ggpk</value>
                </setting>
                <setting name="s_micro" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="things" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="shadows" serializeAs="String">
                    <value>False</value>
                </setting>
                <setting name="dark" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="lights" serializeAs="String">
                    <value>False</value>
                </setting>
                <setting name="s_particles" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="minimap" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="s_skills" serializeAs="String">
                    <value>True</value>
                </setting>
                <setting name="s_monsters" serializeAs="String">
                    <value>True</value>
                </setting>
            </fPoeSmoother.Properties.Settings>
        </userSettings>
    </configuration>
    Again, changing the value for "dark" to false allows it to load. Users can also just simply delete the fPoeSmoother folder in %localappdata% before running the app.
    Last edited by snowhawk; 05-31-2022 at 03:11 PM.

  4. Thanks vmv (1 members gave Thanks to snowhawk for this useful post)
  5. #3169
    entuhaf's Avatar Member
    Reputation
    1
    Join Date
    Jun 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    qwe.png
    I am using Steam. Help pls

  6. #3170
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by entuhaf View Post
    qwe.png
    I am using Steam. Help pls
    Set your Region to US.. and sync your local Time.
    "Education isn't something you can finish." Isaac Asimov

  7. #3171
    entuhaf's Avatar Member
    Reputation
    1
    Join Date
    Jun 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work

  8. #3172
    Areko's Avatar Member
    Reputation
    2
    Join Date
    Nov 2021
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by entuhaf View Post
    qwe.png
    I am using Steam. Help pls
    Try to delete folder users/%your user%/AppData/Local/fPoeSmoother.exe(its)
    If its not helps try using VPN

  9. #3173
    Areko's Avatar Member
    Reputation
    2
    Join Date
    Nov 2021
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please update effects, cant remove my Kinetic Blast explosions effects

  10. #3174
    c4gRi's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    29
    Thanks G/R
    8/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes please. my pc cant handle it

  11. #3175
    p0123789's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
    at dnHFIrkZzgBMogSDcpDjnsbZkzcpb.‎​‬​‎‏‎*� ��*​​‏***‎‪‪‏‏‬*(ICollection`1 , String )
    at dnHFIrkZzgBMogSDcpDjnsbZkzcpb.%pY{{{_L\] a<"xMU-Djn QJo%.MoveNext()
    ---> (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.<---


    Excuse me .What's happened?

  12. #3176
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by p0123789 View Post
    System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
    at dnHFIrkZzgBMogSDcpDjnsbZkzcpb.‎​‬​‎‏‎*� ��*​​‏***‎‪‪‏‏‬*(ICollection`1 , String )
    at dnHFIrkZzgBMogSDcpDjnsbZkzcpb.%pY{{{_L\] a<"xMU-Djn QJo%.MoveNext()
    ---> (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.<---


    Excuse me .What's happened?
    The world ends… you are about to disappear, into the void.
    "Education isn't something you can finish." Isaac Asimov

  13. #3177
    p0123789's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    The world ends… you are about to disappear, into the void.
    Sorry I didn't know how to fix it.
    Maybe I should reload the ggpk or something to do.
    I'm so sorry for that my english was not very good.
    I didn't know very clearly about what u mean....

  14. #3178
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by p0123789 View Post
    Sorry I didn't know how to fix it.
    Maybe I should reload the ggpk or something to do.
    I'm so sorry for that my english was not very good.
    I didn't know very clearly about what u mean....
    It's a problem from a firewall or antivirus, .. disable them.
    "Education isn't something you can finish." Isaac Asimov

  15. #3179
    p0123789's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    It's a problem from a firewall or antivirus, .. disable them.
    done. thanks a lot .

  16. #3180
    shizio225's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you remove only explosions from kinetic blast celestial mtx without touching projectiles? Even no mtx would work but these explosions can lag very hard.

Similar Threads

  1. Remove the Halion screen glow effect
    By conquestblade in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 07-04-2010, 12:56 AM
  2. [Request] Removal of enchant effect(s)
    By Muxxon in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 03-27-2010, 06:39 AM
  3. Spell effect removing
    By Hakonj in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 03-01-2007, 04:39 PM
  4. Effect: Glowing Hands!
    By oninuva in forum World of Warcraft Guides
    Replies: 3
    Last Post: 08-01-2006, 08:50 PM
  5. Turn off drunk effect at Spider Boss in ZG
    By Kalen24 in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 04-23-2006, 06:02 PM
All times are GMT -5. The time now is 10:20 AM. 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