Page 2 of 5 FirstFirst 12345 LastLast
Results 21 to 40 of 92

Thread: AO Prefs manager

  1. #21
    Quote Originally Posted by Blutfrau View Post
    "not a valid win32 application" Leaving for the airport in an hour, dont have time to mess with it
    Read the system req. You need net framework. That is the msg you get if you dont have it

  2. #22
    How about making an installer with all prerequisites included?

    https://msdn.microsoft.com/en-us/library/dn531020.aspx
    John 'Novagen' Wright
    Currently on leave from Omni-Pol
    Omni-Tek Representative
    Chair of the Omni Organisational Committee

    The Leet - Chat client for Android
    People of Rubi-Ka Revamped

    Grid mail: novagen@omni-pol.net

  3. #23
    I only see an IIS default page.

  4. #24
    site is down atm for update. I put up a permanent site soon.

  5. #25
    I been using a batchfile,windows task-scheduler and 7zip to automatically backup my prefs folder daily to my onedrive folder on my computer.

    I'd like to try this.
    Ninja Turtle Soup.

  6. #26
    __________________________________
    Last edited by ByLogic; Feb 13th, 2016 at 20:57:09.

  7. #27
    http://netmax.no/files/AO/AODustPrefs1.2.zip

    new version up for grabs,

    - Fixed issue where more than 1 name AO folder
    - Works with windows 10

  8. #28
    I suppose it's time to change my signature...
    Just finished setting up prefs and client crashed.

  9. #29
    Just a reminder... You can use string format to turn a horror like this:

    this.txtRestoreAction.Text = string.Concat(new string[]
    {
    "Restore [",
    text3,
    "] to [",
    text2,
    "] to server [",
    text,
    "]"
    });
    into this:
    this.txtRestoreAction.Text = string.Format("Restore [{0}] to [{1}] to server [{2}]", text3, text2, text);

    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  10. #30
    Hi MrPete, thanks for contribution, but the code doesn't really look like that

    It looks like this = txtRestoreAction.Text = "Restore [" + AccountNameBackup + "] to [" + AccountName + "] to server [" + Server + "]";

    But your right its always good to use String.Format for better controll of string and numbers visually, i usually don't bother unless using numbers or allot of string arrays.

    But i have it in my back head on next version.
    Last edited by ByLogic; Feb 15th, 2016 at 16:15:02.

  11. #31
    The pitfalls of using ilspy
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  12. #32
    well you can use "Save code" and it should rebuild the project for you, i didn't use any obfuscator on this since theres nothing to hide here, i can rather make source code link when i get time.

  13. #33
    Just took a peek to look for anything malicious, nothing found of course
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  14. #34
    Idk why but it did not start at all on my PC.
    I'm using win 10.

  15. #35
    Quote Originally Posted by nvasjanten1 View Post
    Idk why but it did not start at all on my PC.
    I'm using win 10.
    Ok, what is the name of your anarchy online folder? (the one you run AO from)

    try to run it as a Administrator because it needs write access to your folder
    Last edited by ByLogic; Feb 28th, 2016 at 21:56:18.

  16. #36
    If you're running Avast Antivirus it can prevent some .net programs from starting.
    It's been a recurring problem with IA and Avast.
    Last edited by MrPete; Feb 29th, 2016 at 21:04:22.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  17. #37
    My folder is c:\funcom\Anarchy Online\

    And I dont have any problems with IA. So no Avast on my PC

    Only thing I can think of atm is taht I do have Delphi 8 installed on my PC....

  18. #38
    Quote Originally Posted by nvasjanten1 View Post
    My folder is c:\funcom\Anarchy Online\

    And I dont have any problems with IA. So no Avast on my PC

    Only thing I can think of atm is taht I do have Delphi 8 installed on my PC....
    ok strange, did you install the 4 + net framework as required? (not sure if its default on windows 10) If you have, then i can try to make new version. It could be that you have previously installed AO in a different folder name, the program will find all the folders for you, but something preventing the program to access your Local app folder. or you dont have .net framework installed.
    Last edited by ByLogic; Mar 1st, 2016 at 12:32:17.

  19. #39
    Quote Originally Posted by ByLogic View Post
    ok strange, did you install the 4 + net framework as required? (not sure if its default on windows 10)
    Windows 10 ships with 4.5 or 4.6
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  20. #40
    There is only one place on my PC that contains AO if it was that you meant

Page 2 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •