ic-scm / openrevolution

C/C++ BRSTM and other format tools
GNU General Public License v3.0
50 stars 6 forks source link

Converted bwav files are empty. #7

Closed mariopossamato closed 3 years ago

mariopossamato commented 3 years ago

Using the latest release build, all converted bwav files are empty; any advice on why this may be happening, and whether it's an issue with something I'm doing wrong or with the program itself? Any help is greatly appreciated! :)

mariopossamato commented 3 years ago

Also, when I run >brstm_converter.exe audio.wav -o audio.bwav -l 0, all I receive is Conversion: WAV -> BRSTM/other.

ic-scm commented 3 years ago

What's the full output of the command? @freeapp2014 anything you can say?

FreeApp2014 commented 3 years ago

Also, when I run >brstm_converter.exe audio.wav -o audio.bwav -l 0, all I receive is Conversion: WAV -> BRSTM/other.

What Windows version you are using?

mariopossamato commented 3 years ago

Also, when I run >brstm_converter.exe audio.wav -o audio.bwav -l 0, all I receive is Conversion: WAV -> BRSTM/other.

What Windows version you are using?

Windows 10.

mariopossamato commented 3 years ago

Heh, forgot about this.

What's the full output of the command? @FreeApp2014 anything you can say?

That is the full output; all I receive is Conversion: WAV -> BRSTM/other, and nothing else.

FreeApp2014 commented 3 years ago

Heh, forgot about this.

What's the full output of the command? @FreeApp2014 anything you can say?

That is the full output; all I receive is Conversion: WAV -> BRSTM/other, and nothing else.

Oh wait sorry

Github forgot to send me any notifications about this thread, so I thought it just died away

Okay, so I know this program sometimes fails to work for no obvious reason with this issue (and I failed to find any reasonable theory to what's up)

But what worked for me was to go to properties of the executable and turn on compatibility mode (with anything it seems). Then it suddenly works fine

mariopossamato commented 3 years ago

It works properly! Thank you! :)