Docs: ask for bugreport when issue with BAT is found

This commit is contained in:
Sybren A. Stüvel 2023-04-14 11:53:33 +02:00
parent ff63bc7038
commit c119819c13
2 changed files with 17 additions and 5 deletions

View File

@ -110,7 +110,9 @@ hardware.
## Why do I get an Error Performing BAT Pack Message? ## Why do I get an Error Performing BAT Pack Message?
As of yet, we've only encountered the issue below on Windows installations. As of yet, we've only encountered the issue below on Windows installations. If
you get this issue, please {{< flamenco/reportBugLink size="small" >}}let us
know{{< /flamenco/reportBugLink >}} so that it can be properly investigated.
``` ```
Error performing BAT pack: [WinError 267] The directory name is invalid: Error performing BAT pack: [WinError 267] The directory name is invalid:
@ -120,8 +122,7 @@ Error performing BAT pack: [WinError 267] The directory name is invalid:
This is most likely some sort of incompatibility that occurs in some cases where This is most likely some sort of incompatibility that occurs in some cases where
you might be using linked assets from an asset library in your project. you might be using linked assets from an asset library in your project.
*To fix this you may attempt the following fix:* To work around this issue, try the following:
* Go to **File -> External Data -> Make Paths Relative**
* Submit your job again.
That should fix the issue. * In Blender, use File → External Data → Make Paths Relative.
* Submit your job again.

View File

@ -0,0 +1,11 @@
{{/* This is an adjusted copy of themes/hugo-geekdoc/layouts/shortcodes/button.html */}}
{{- $ref := .Page.Site.Params.Flamenco.bugreportURL -}}
{{- $class := "" }}
{{- with .Get "class" }}
{{- $class = . }}
{{- end }}
<a class="{{ with $class }}{{ printf " %s" . }}{{ end }}"
{{- with $ref }}{{ printf " href=\"%s\"" . | safeHTMLAttr }}{{ end }}
>{{ $.Inner }}</a>