squattingmonk/nasher

Permanent error: "Is the destination writeable?"

Closed this issue · 2 comments

No matter what I try, I always end up with:

  Converting impledcrpse002.utp -> impledcrpse002.utp.json
  Converting impledhead002.utp -> impledhead002.utp.json
  Converting invalid.are -> invalid.are.json
  Converting invalid.gic -> invalid.gic.json
  Converting invalid.git -> invalid.git.json
  Converting invalid_0.git -> invalid_0.git.json
      Error: Could not create src/git/invalid_0.git.json. Is the destination writeable?

My nasher.cfg :

[Package]          
name = "Ruins of Undermountain"
description = "Ruins of Undermountain"                                                   
version = "alpha1"                                                                                                    
url = "https://gitlab.com/roum/roum"                                                                                  
author = "nasher"                                                                                                     
                                                                                                                      
[Sources]                                                                                                             
include = "src/**/*.{nss,json}"                                                                                       
                                                                                                                      
[Rules]                                                                                                               
"*" = "src/$ext"
                                                                                                                      
[Target]                                                                                                              
name = "RoUM"                                                                                                         
file = "RoUM.mod"                                                                                                     
description = ""                                                                                                      

I don't have any area, nor item with blueprint 'invalid' or 'invalid_0'

This is happening when you unpack your module, yes? Are you unpacking from a module file or a folder?

I've worked around this issue, and will not be trying to reproduce it anymore.