Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Mod install issue -- Read only file system

SpacedOutAce
Friday, September 25, 2020 - 14:57

I'm trying to install Demonic-UI, but I am running into an issue pasting the mod into the Mods folder. I am on Manjaro KDE, and the error is that it is a read-only file system. Is there a workaround?

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 12:37
dorkster's picture

Flare creates and uses "~/.local/share/flare/mods/" for mods, which you should have write access to.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 13:45

The folders that come up when I use search in Dolphin with mods for Flare-RPG all say the same error. If I do it in Dolphin, it says to check whether I have sufficient permissions. Doing so via terminal, even as root (using "su" command), tells me I can't copy to the folder as it is a read only file system. So basically, I take it that my operating system will not allow me to add mods to Flare-RPG. That's always fun.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 14:02
dorkster's picture

If the local mods directory isn't there, you can create it with

mkdir -p ~/.local/share/flare/mods

If *that* errors out, there's definitely something wrong with your configuration.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 14:28

It appears the "issue" -- I can't call it an error, as it is how it works apparently -- is due to Snap. As a result, it basically will not allow me to write (ie, paste) files into the mods folder.

Anyone know where the save file is? I might try to copy it to another place, and then install Flare-RPG through another package (ie, Flatpak).

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 16:18

Installed it through flatpak, and neither the snap nor the flatpak version have a "saves" or "userdata" folder with saves. So where do they get stored on Manjaro KDE?

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 16:37
dorkster's picture

I just tried the Flatpak package, and it appears that mods and saves are located at "~/.var/app/org.flarerpg.Flare/data/flare"

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 20:38

Doesn't find that either. Again, using Manjaro KDE. Seems like you're giving me Ubuntu file locations.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 20:56
dorkster's picture

I'm using Arch, so it should be the same as Manjaro. But I don't think it's dirsto-specific anyway. Flatpak's documentation defines the XDG directories (which Flare uses): https://docs.flatpak.org/en/latest/conventions.html#xdg-base-directories

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:00

Well, I just cannot find it. /var/ on my Laptop doesn't even have an app folder. Searching in Dolphin doesn't find a folder named "org.flarerpg.flare," or a "data" folder.

Can't find saves in Snap or Flatpak versions of the game. Really irritating. Fun game, but trying to do something that should be as simple as copying and pasting a folder for a mod is apparently impossible to figure out.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:03
dorkster's picture

Look at the path again. It's not "/var/". It's "~/.var/", it being a hidden folder in your home directory. You could also use "$HOME/.var/"

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:08

Dolphin tells me "Invalid protocol." Lol this is getting ridiculous.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:11

And besides that, I need the save from the Snap version, so I can attempt to find wherever it is the game doesn't store it in the Flatpak version. The file paths you are giving me do not exist.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:11
dorkster's picture

Don't include the quotes. Dolphin doesn't like those for some reason.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:14
dorkster's picture

I'm not sure about Snap, but is there a $HOME/snap/ directory? I think that's the equivalent of Flatpak's $HOME/.var/app/ directory.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:17

https://i.imgur.com/3UJNdru.png

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:22
dorkster's picture

You need to run the Flatpak version of Flare once for the directory to be created in $HOME/.var/app/. If you're launch Flare from the application menu, you might be launching the Snap version since you also have that installed. Try running the Flatpak version from the terminal with:

flatpak run org.flarerpg.Flare

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:22

$HOME/snap/ has a flare-rpg folder. Open flare-rpg folder. 3 folders. 101 has nothing, current has nothing, and common also has nada.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:26

Installed from pamac, so whatever. At this point I'm close to saying fuck it and deleting both versions of the game and not playing at all. Spent way too much time on this issue as is. https://i.imgur.com/0J9TB75.png

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:44
dorkster's picture

Ok, I just installed flare-rpg with Snap and found the data directory:

$HOME/snap/flare-rpg/current/.local/share/flare

FYI, you can show hidden files (like .local) in Dolphin by pressing CTRL+H.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 21:51

Thank God. Finally found the save from the Snap version. Do I just copy the save folder to another location before uninstalling it? Where is the Flatpak version's save folder?

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 21:54
dorkster's picture

Great. After installing the Flatpak version, run it once so it can create the directory. Then you can find the "mods" and "saves" directories in:

$HOME/.var/app/org.flarerpg.Flare/data/flare/

You should just be able to copy the save over from the Snap directory. Definitely copy before uninstalling.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Saturday, September 26, 2020 - 22:00

Update: FINALLY found the right folders, and pasted the save folder from the Snap version to the save folder of the Flatpak version. Thanks a lot for helping me through that.

  • Log in or register to post comments
dorkster
joined 13 years 21 hours ago
Saturday, September 26, 2020 - 22:01
dorkster's picture

I'm glad it all worked out. This was informative for me, since I don't maintain either the Snap nor the Flatpak package. So, I'll add this information to the README to avoid future confusion.

  • Log in or register to post comments
SpacedOutAce
joined 4 years 9 months ago
Sunday, September 27, 2020 - 01:10

Great idea! Apparently search doesn't like to pull up hidden folders. Glad that's sorted. I also screwed up and figured out how to get the Demonic-UI to work. (I copied and pasted the main folder, "flare-demonic-ui-master," rather than "demonic-ui," which caused issues. Pasting the demonic-ui subfolder into mods worked well.)

As an alternative, I'd suggest to the person who maintains the snap package to include the mods listed on the Flare-RPG website under mods so they do not have to deal with permissions issues and trying to find hidden folders. Just a thought.

  • Log in or register to post comments