Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting under Ubuntu 20.04 only seems to generate broken files #9

Open
zebbeK opened this issue Jun 27, 2021 · 3 comments
Open

Exporting under Ubuntu 20.04 only seems to generate broken files #9

zebbeK opened this issue Jun 27, 2021 · 3 comments

Comments

@zebbeK
Copy link

zebbeK commented Jun 27, 2021

Right now, exporting .vtf-files under Ubuntu 20.04 (Sorry, haven't tried other distros) seems to be broken. Despite what setting i seem to try, it saves a 104-byte file that once loaded makes the editor complain about the image not being "a power of 2", but i suspect the whole file is broken, since my reference files are about 500-2000 KB.

I can't really provide any information on where the fault might be located but if the author or anyone else has some information on what causes this i would be grateful.

@zebbeK zebbeK changed the title Exporting under Ubuntu 20.04 seems to not work Exporting under Ubuntu 20.04 only seems to generate broken files Jun 27, 2021
@TheAwesome98-Real
Copy link

I have the same issue. My workaround is:

  1. open and edit using GIMP
  2. save as Targa
  3. tga2vtf <infile.tga> <outfile.vtf>
  4. A

@PlasmicRedX
Copy link

I tried to export files in GIMP 2.10.18 after making this for the first time ever.
I got this error:
(file-vtf:41846): GLib-WARNING **: 01:57:32.384: (../../../glib/gerror.c:412):g_error_new_valist: runtime check failed: (domain != 0)

And then the files it was exporting only save as filesize 104 kb, every single time. I tried animated gifs, opening and exporting other people's VTFs, and like others suggested to save as TGA and export as VTF. None worked for me. It always goes out to a broken file.

@TheAwesome98-Real
Copy link

And then the files it was exporting only save as filesize 104 kb

I think you meant bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants