My StaxRip crashes when I try to open your srip files
But it doesn't matter as much since your guides/screenshots are detailed enough and are working for me. I just don't get why opening a new file overwrites my preset. Plus if you could point to a good guide on those settings (specifically, am interested in a few quality presets that have already been tested and can be used so I don't have to spend a lot of time reading on each of the options)
Exception
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at StaxRip.x264Encoder.get_QualityMode() in D:\Projekte\GitHub\staxrip\General\x264.vb:line 500
at StaxRip.MainForm.UpdateEncoderStateRelatedControls() in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 4773
at StaxRip.VideoEncoder.OnStateChange() in D:\Projekte\GitHub\staxrip\General\VideoEncoder.vb:line 138
at StaxRip.MainForm.OpenProject(String path, Boolean saveCurrent) in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 1278
at StaxRip.MainForm.OpenProject(String path) in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 1244
at StaxRip.MainForm.OpenProjectFile() in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 2932
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at StaxRip.CommandManager.Process(Command command, List`1 params) in D:\Projekte\GitHub\staxrip\General\General.vb:line 1125
at StaxRip.CommandManager.Process(String name, List`1 params) in D:\Projekte\GitHub\staxrip\General\General.vb:line 1120
at StaxRip.UI.CustomMenu.Process(CustomMenuItem item) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 232
at StaxRip.UI.CustomMenu.OnCommand(CustomMenuItem item) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 225
at StaxRip.UI.CustomMenu.OnKeyDown(Object sender, KeyEventArgs e) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 209
at System.Windows.Forms.KeyEventHandler.Invoke(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Form.ProcessKeyPreview(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)