Companion of the Avatar

Discussion in 'Player Created Resources' started by Barugon, Sep 22, 2016.

  1. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    One more time. Should work now.
     
    Cid Deckard likes this.
  2. Cid Deckard

    Cid Deckard Avatar

    Messages:
    64
    Likes Received:
    130
    Trophy Points:
    8
    That worked :D Thank you
     
    Barugon likes this.
  3. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    It turns out that Ubuntu is using a version of glibc that is older than what Fedora is using.

    [edit] Trying to figure out how to create a docker image that I can use to build release versions of CotA for Linux.
     
    Last edited: Jun 2, 2022
    Ancev and Sentinel2 like this.
  4. Sentinel2

    Sentinel2 Avatar

    Messages:
    1,109
    Likes Received:
    1,811
    Trophy Points:
    113
    I'm guessing it's that old Debian mentality. Debian definitely isn't bleeding edge but you can upgrade to the latest.

    Also I think Ubuntu is considered one of the cowboy flavors of Debian :)
     
  5. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    I'm assuming that Cid is using the latest Ubuntu, which still uses a slightly older glibc than Fedora (what I'm using). I solved it temporarily by compiling on my work machine which is currently Ubuntu 20.04 but that's not a solution going forward.
     
  6. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    Added Cabalists to the Chronometer tab.
     
    Coswald_Dirthmire and Anpu like this.
  7. Anpu

    Anpu Avatar

    Messages:
    7,944
    Likes Received:
    9,015
    Trophy Points:
    153
    Location:
    Hemut
    Can you make this a in game LUA mod? Just the Chronometer tab information? Would be a nice addition.
     
  8. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    I might do that in the future, after I fully flesh out the cabalist stuff and finish rewriting this app using egui.
     
    Anpu likes this.
  9. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    I'm happy to announce the 4th rewrite of Companion of the Avatar. It's still written in Rust (the most excellent computer programming language ever invented) but now uses egui for it's user interface.

    Please give it a go and let me know what you think.

    Binaries are here. Readme (with screenshots) is here.
     
    Last edited: Jul 7, 2022
    Wilfred and Anpu like this.
  10. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    Added log search highlighting. As an example, here are the results using the regular expression "Quartz x[0-9]":

    [​IMG]

    It will also now filter out superfluous chat timestamps.
     
    Wilfred, Anpu and Adam Crow like this.
  11. Cid Deckard

    Cid Deckard Avatar

    Messages:
    64
    Likes Received:
    130
    Trophy Points:
    8
    I go to save a new offline character and
    Code:
    e@e-desktop:/$ '/usr/local/games/shroud-of-the-avatar-launcher/cota'
    thread 'main' panicked at 'assertion failed: exp > 0', src/game_data.rs:142:5
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
     
  12. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    What's the version number? Also, what are you setting your skill level to?

    [edit] Nm, I see the issue. skill level 1 is zero experience, so that assertion shouldn't be there.
     
    Last edited: Jul 26, 2022
  13. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
  14. Cid Deckard

    Cid Deckard Avatar

    Messages:
    64
    Likes Received:
    130
    Trophy Points:
    8
    That worked :) Thank you
     
    Anpu and Barugon like this.
  15. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
  16. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    Anpu and that_shawn_guy like this.
  17. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    Last edited: Dec 16, 2022
    that_shawn_guy, Anpu and Violet Ronso like this.
  18. NamelessOne

    NamelessOne Avatar

    Messages:
    19
    Likes Received:
    22
    Trophy Points:
    3
    Location:
    Corning, NY
    Windows keeps calling 4.3.1 a virus
     
  19. Barugon

    Barugon Avatar

    Messages:
    15,678
    Likes Received:
    24,293
    Trophy Points:
    153
    Gender:
    Male
    Your virus software is bunk. You can check the source code if you like and even build it yourself if you're uncomfortable with the executable that I provided.

    [edit] Windows might be blocking it's execution because it came from a downloaded zip. See the instructions here if that's the case.
     
    Last edited: Dec 22, 2022
    FrostII and Duke Gréagóir like this.
  20. NamelessOne

    NamelessOne Avatar

    Messages:
    19
    Likes Received:
    22
    Trophy Points:
    3
    Location:
    Corning, NY
    I don't remember earlier versions showing a false positive for me. I just use the standard Windows Defender built into Windows. I had told it to allow the file. There was an updated definition to defender today and when I scanned the same file I downloaded yesterday, it didn't show it was bad.

    Edit: Love the program BTW. :)
     
    Barugon likes this.