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

Error #4

Closed
Bulldawgg opened this issue Jan 5, 2015 · 16 comments
Closed

Error #4

Bulldawgg opened this issue Jan 5, 2015 · 16 comments

Comments

@Bulldawgg
Copy link

1/5/2015 12:13:04 PM: Warning: LoadConfig: System.IO.FileNotFoundException: Specified file is not exists.
File name: 'C:\Users\Max\AppData\Roaming\Advanced Combat Tracker\Config\RainbowMage.OverlayPlugin.config.xml'
at RainbowMage.OverlayPlugin.PluginConfig.LoadXml(String path) in c:\Users\XXX\Desktop\ACT\OverlayPlugin-master\OverlayPlugin\PluginConfig.cs:line 216
at RainbowMage.OverlayPlugin.PluginMain.LoadConfig() in c:\Users\XXX\Desktop\ACT\OverlayPlugin-master\OverlayPlugin\PluginMain.cs:line 202

I don't understand what it is that isn't working. Could someone help me please?

@ezsoftware
Copy link

Did you copy all the files in your bin/release directory to the ACT directory?

@Bulldawgg
Copy link
Author

Yes. They're in a sub folder within the directory of ACT.
http://imgur.com/kpVqCAg
On Jan 5, 2015 2:05 PM, "ezsoftware" notifications@github.com wrote:

Did you copy all the files in your bin/release directory to the ACT
directory?


Reply to this email directly or view it on GitHub
#4 (comment)
.

@ezsoftware
Copy link

can you screenshot your overlayPlugin-master directory as well?

@Bulldawgg
Copy link
Author

http://imgur.com/lthkGnh

On Mon, Jan 5, 2015 at 2:53 PM, ezsoftware notifications@github.com wrote:

can you screenshot your overlayPlugin-master directory as well?


Reply to this email directly or view it on GitHub
#4 (comment)
.

@ezsoftware
Copy link

Alright, looks like you put the source code there instead of the compiled stuff.

Use this: https://www.dropbox.com/s/gl8bsq9rz7tbniz/OverlayPlugin.7z?dl=0

Its my compiled binary along with the necessary files, just extract the files in there with 7zip into a folder in ACT's directory and delete the OverlayPlugin-Master directory.

My version has a modified mini-parse with the icons already in it, but you'll probably want to update it to the other miniparse that was on reddit a few days ago. But the icons should be the same.

@Bulldawgg
Copy link
Author

http://imgur.com/7sYnF4f
Like this?

@ezsoftware
Copy link

That will work fine. Open up act and find the plugin and you should be good to go.

@Bulldawgg
Copy link
Author

http://imgur.com/ufOoAG8
Same error as before

@ezsoftware
Copy link

Alright, you've got me stumped. Sorry, the version you're using is the same one I'm using and no issues for me.

@Bulldawgg
Copy link
Author

I guess I'll use the act original overlay for now then. Thanks for your
help!
On Jan 5, 2015 4:04 PM, "ezsoftware" notifications@github.com wrote:

Alright, you've got me stumped. Sorry, the version you're using is the
same one I'm using and no issues for me.


Reply to this email directly or view it on GitHub
#4 (comment)
.

@BMCSamael
Copy link

When you added the plugin did you do it from where you downloaded/run it.

That error is pointing at the app data directory which you shouldn't use necessarily.

I would take the files provided and put them in the act folder itself (typically thats C:\Program Files (x86)\Advanced Combat Tracker). Then, if its there, delete the plugin config (in ACT) and re-add it just to be safe.

@RainbowMage
Copy link
Owner

Closed outdated issue.

Please report if you still have problem.

@lukeb2e
Copy link

lukeb2e commented Jun 30, 2015

I still have the same issue.
Plugin is installed in C:\Program Files (x86)\Advanced Combat Tracker\OverlayPlugin
Seems like it tries to load the config file %appdata%\Advanced Combat Tracker\Config\RainbowMage.OverlayPlugin.config.xml and fails (because yes it doesnt exist). Seems like there is a problem with the creation of this file.

30.06.2015 08:13:00: Info: InitPlugin: PluginDirectory = C:\Program Files (x86)\Advanced Combat Tracker\OverlayPlugin
30.06.2015 08:13:00: Info: LoadAddons: C:\Program Files (x86)\Advanced Combat Tracker\OverlayPlugin\addons\EnmityOverlay.dll
30.06.2015 08:13:01: Info: LoadAddons: Tamagawa.EnmityPlugin.OverlayAddonMain: Initialized
30.06.2015 08:13:01: Warning: LoadConfig: System.IO.FileNotFoundException: Specified file is not exists.
Dateiname: '%appdata%\Advanced Combat Tracker\Config\RainbowMage.OverlayPlugin.config.xml'
bei RainbowMage.OverlayPlugin.PluginConfig.LoadXml(String pluginDirectory, String path) in c:\Users\john_000\Repos\Personal\OverlayPlugin\OverlayPlugin.Core\PluginConfig.cs:Zeile 274.
bei RainbowMage.OverlayPlugin.PluginMain.LoadConfig() in c:\Users\john_000\Repos\Personal\OverlayPlugin\OverlayPlugin.Core\PluginMain.cs:Zeile 250.
30.06.2015 08:13:01: Info: LoadConfig: Creating new configuration.
30.06.2015 08:13:01: Info: InitPlugin: Initialized.

My guess is that if you have a correct xml file in the specified location for the initial launch, it will work flawlessly.

@lukeb2e
Copy link

lukeb2e commented Jun 30, 2015

Okay, I found a fix: if you have the x86 version of ACT installed, you will need the x86 version of the plugin. (Is there even an x64 version of ACT?)
Once I replaced that, it now works perfectly. So there might be a problem with the way you handle file creation on x64.

@ezsoftware
Copy link

Yes, ACT has a 64 bit version, the latest versions of ACT (for several months now...) come with both a 64 and 32 bit version. The 64 bit version is the Advanced Combat Tracker.exe while the 32 bit version is ACT_x86.exe but if you run the 64 bit version on a 32 bit system, it will just launch ACT_x86 instead so the single Advanced Combat Tracker.exe is compatible with both.

@whitemoonp
Copy link

Hi, I've read a bunch of websites and stuff trying to fix this. My .net is up to date, i have tried x64 and x86, and as soon as i try to use the over lay, i get the error.
Any ideas? :c

2/16/2018 6:46:06 PM: Info: InitPlugin: PluginDirectory = C:\Program Files (x86)\Advanced Combat Tracker\OverlayPlugin-0.3.3.8-x64-full
2/16/2018 6:46:06 PM: Warning: LoadConfig: System.IO.FileNotFoundException: Specified file is not exists.
File name: 'C:\Users\white\AppData\Roaming\Advanced Combat Tracker\Config\RainbowMage.OverlayPlugin.config.xml'
at RainbowMage.OverlayPlugin.PluginConfig.LoadXml(String pluginDirectory, String path)
at RainbowMage.OverlayPlugin.PluginMain.LoadConfig()
2/16/2018 6:46:06 PM: Info: LoadConfig: Creating new configuration.
2/16/2018 6:46:06 PM: Info: InitPlugin: Initialized.

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

6 participants