View Full Version : Problem with Avi-MuxGUI in Windows7
netmask
20th July 2009, 08:59
I can run Avi-MuxGUI in compatibility mode XP SP2 on Windows7 however when you open the settings window it is not resizable and only the left hand side of the window is visible. Any workarounds?
LoRd_MuldeR
20th July 2009, 12:50
Did you try the "Disabled visual themes" option?
netmask
20th July 2009, 23:45
Yes LoRd_MuldeR I did try that option and indeed every other option available. It's a pity the program doesn't appear to be currently supported. I guess I will have to install that spare hdd in my computer and set up a XP SP3 install. :)
LoRd_MuldeR
20th July 2009, 23:52
I guess I will have to install that spare hdd in my computer and set up a XP SP3 install. :)
VirtualBox (http://www.virtualbox.org/) is your friend :)
Inspector.Gadget
21st July 2009, 00:14
AvimuxGUI has some well known problems with Vista and above, and the developer has specifically disclaimed any intention to fix them. Try 1.17.7, which is what MeGUI uses after rolling back to a working version.
netmask
21st July 2009, 00:23
AvimuxGUI has some well known problems with Vista and above, and the developer has specifically disclaimed any intention to fix them. Try 1.17.7, which is what MeGUI uses after rolling back to a working version.
Yep I tried 1.17.7 as well and have the same problem with the settings window - can't resize it and only displays half width compared to a XP box so you can't get to the settings.
netmask
21st July 2009, 00:34
OK I fixed it for version 1.17.1 Edit: and 1.17.8 the latest version
I edited the file gui.amg.xml to the values shown
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE GUI SYSTEM "avimuxguiconfig.dtd">
<gui>
<file_information></file_information>
<settings_window>
<window_position>
<left>159</left>
<top>69</top>
</window_position>
<window_size>
<width>840</width>
<height>600</height>
</window_size>
</settings_window>
<chapter_editor>
<tree_default_title_languages>eng</tree_default_title_languages>
<default_save_extension>mkc</default_save_extension>
</chapter_editor>
<ebml_tree></ebml_tree>
<output>
<default_file_name_source>3</default_file_name_source>
</output>
<riff_tree></riff_tree>
<main_window>
<source_files>
<lowlight>1</lowlight>
<highlight>1</highlight>
</source_files>
<window_position></window_position>
<window_size>
<width>800</width>
<height>600</height>
</window_size>
</main_window>
<general>
<finished_muxing_dialog>1</finished_muxing_dialog>
<overwritedlg>1</overwritedlg>
</general>
</gui>
All that was needed was to increase the size of the settings window parameters. I'm using a true HD 16:9 BenQ monitor
Edit: Copied the edited file gui.amg.xml into the latest version and it now runs on Windows7 so it may also work for Vista
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.