[Fixed] Windows GUI Bug (svn2446, Build-2009052401)

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
gstock99
Posts: 13
Joined: Fri Mar 20, 2009 11:01 pm

[Fixed] Windows GUI Bug (svn2446, Build-2009052401)

Post by gstock99 »

BUG #1:
I compiled and created one of the latest updates to the Handbrake GUI for windows and have discovered or experienced a bug. Here are the details.

-Version svn2446, Build: 2009052401
-Date of download 05-22-09
-Platform (Mac, Linux, Windows) Windows
-Settings (video encoder, picture dimensions, etc.) See CLI below
-Operating System version Windows Vista SP1
-If possible, a crash report
-DVD title
-What you were doing at the time besides encoding
-What other applications were running
-Whether or not the problem is reproducible (happens every time with the same settings/movie): Yes

The encoder seemed to encode fine, but I didn't check the generated CL prior to encoding. I noticed that it generated the following (copied from Query Editor) and highlighed the "problem". It seems to me this build has the audio options completely out of order.

Code: Select all

 -i "V:\Temp\04x082.ts" -t 1 --angle 0 -c 1 -o "V:\Temp\04x082-1.m4v" -f m4v -X 480 -l 272 -e x264 -q 0.5 [b]-a 1 -6 auto -R Dolby Pro Logic II -B 48 -D 128[/b] -x level=30:cabac=0:ref=2:mixed-refs=1:analyse=all:me=umh:no-fast-pskip=1 -v 1 --dvdnav
BUG #2:

After discovering BUG #1 I went and downloaded the latest updates and tried to re-compile it. Now I am getting the following error:

Code: Select all

Error	1	Source file 'D:\Handbrake_Temp\C#\Functions\Win32.cs' could not be opened ('Unspecified error ')	HandBrakeCS
This file is missing from the repository and my local functions directory.

Thanks for the great work, just trying to contribute the best that I can.

gstock99
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Windows GUI Bug (svn2446, Build-2009052401)

Post by s55 »

#1 - This is due to the audio panel design tweaks. I haven't got around to updating the Query Generator for it yet so it's broken.
#2 - Yup, just a missing file. I'll get it checked in when I'm done sorting out the other stuff.

The SVN is no-where near stable at the moment. It's undergoing alot of development work atm so my advice is to use an older SVN rev until the dust settles.
gstock99
Posts: 13
Joined: Fri Mar 20, 2009 11:01 pm

Re: Windows GUI Bug (svn2446, Build-2009052401)

Post by gstock99 »

Thanks for the reply.

It's not a problem, I don't mind testing it out. For critical stuff I can always fall back to stable builds.

My main focus was to bring it to the attention of the development team since I didn't know where to report / track bugs.

gstock99
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Windows GUI Bug (svn2446, Build-2009052401)

Post by s55 »

What your doing is fine. Thanks :)

It's preferable to hear about it, just in-case I don't know about it.
Post Reply