XPero
Oct 1 2007, 04:30 PM
Vize 0.5 BetaI said I would not add new features to Vize untill the patcher proved 100% stable, but with this version I couldn't resist
Changes and DownloadEnjoy
Ğrзω™
Oct 2 2007, 01:26 AM
I just installed Vista & Vize 0.4 yesterday so I'll try this out as well. Thanks very much XPero
MagicAndre1981
Oct 2 2007, 04:14 AM
Wow, thanks
XPero
Oct 2 2007, 06:27 AM
QUOTE (MagicAndre1981 @ Oct 2 2007, 12:14 PM)

Wow, thanks

Is that bug you reported fixed?
MagicAndre1981
Oct 2 2007, 08:21 AM
QUOTE (XPero @ Oct 2 2007, 02:27 PM)

Is that bug you reported fixed?
no
I still got the NullReferenceException

Step to produce the problem:
Start Vize and select Patching files. Now select "All" from the ComboBox and click on Patch. Now I always get the Exception.
CODE
************** Ausnahmetext **************
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Vize.MainApp.GetFilesToBeProcessed(WorkerPages page)
bei Vize.MainApp.ButtonPatch_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
Vize
Assembly-Version: 0.2.0.0.
Win32-Version: 0.2.0.0.
CodeBase: file:///C:/Program%20Files/XPero/Vize/Vize.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
VistaControls
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL.
----------------------------------------
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1416 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
************** JIT-Debuggen **************
XPero
Oct 2 2007, 08:53 AM
I know this is stupid, but please make sure your using 0.5 (just to discard the possibility you used the update and it didnt copy correctly the new version).
Which Vista flavour are you using (Ultimate, Home Premium, etc...)?
MagicAndre1981
Oct 2 2007, 09:01 AM
Because I'm at dial-up at the moment I installed the Full 0.4 and installed the 0.5 Update. And now I'm getting this error.
I'm using the Vista Ultimate Sp1 6001.16659 German.
Smiley89
Oct 2 2007, 10:15 AM
Weird... I still get the same error too
I produce the error in the same way MagicAndre1981 does, including the 0.5 Update version! (but on Vista Home Premium Build 6000 RTM)
XPero
Oct 2 2007, 12:42 PM
Smily and MagicAndre please check your PM store.
ChrisKuhli
Oct 2 2007, 09:44 PM
I use Vista Ultimate (no sp1)
Sorry about the german log, but see in the codebox:
CODE
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.UnauthorizedAccessException: Der Zugriff auf den Pfad wurde verweigert.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.__Error.WinIOError()
bei System.IO.File.Move(String sourceFileName, String destFileName)
bei Vize.MainApp.patcherWorker_DoWork(Object sender, DoWorkEventArgs e)
bei System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
bei System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
Vize
Assembly-Version: 0.2.0.0.
Win32-Version: 0.2.0.0.
CodeBase: file:///C:/Program%20Files/XPero/Vize/Vize.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
VistaControls
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL.
----------------------------------------
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
PatcherHelper
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/XPero/Vize/PatcherHelper.DLL.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_de_b77a5c561934e089/System.resources.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Hint: I use(d) Vize 0.5 and this happens at start of patching before any file is changed!
EDIT: My Windows is not a vLited one... no special options. Should i disable system file protection?
alsiladka
Oct 3 2007, 04:57 AM
Quick Update! Cool.
Thank for the update.
But even i support your initial idea of obtaining the most stable install source first and then add the resources. It sound perfect, worth resisting to me!
MagicAndre1981
Oct 3 2007, 08:37 AM
QUOTE (XPero @ Oct 2 2007, 08:42 PM)

Smily and MagicAndre please check your PM store.
thanks for the fix

Now patching works
XPero
Oct 3 2007, 08:55 AM
Cool! I need Smiley confirmation too.
@ ChrisKhuli:
Weird. Please try again. Restart your system first and make sure you are going to try in a clean system, meaning, no trace of older Vize installations are found. Let me know the results. I will send you a test version if your results are negative.
Cheers
Smiley89
Oct 3 2007, 09:51 AM
It works!

Thank you very much
XPero
Oct 3 2007, 09:57 AM
Thank you both for testing
ChrisKuhli
Oct 3 2007, 10:36 AM
XPero: Now, i had already rebooted! Tried again, same. There's only one installation of Vize, the actual 0.5!
razormoon
Oct 5 2007, 03:53 PM
Vize .5. I'm running Ultimate SP1 with similar errors:
CODE
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Vize.MainApp.GetFilesToBeProcessed(WorkerPages page)
at Vize.MainApp.ButtonPatch_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Vize
Assembly Version: 0.2.0.0
Win32 Version: 0.2.0.0
CodeBase: file:///C:/Program%20Files/XPero/Vize/Vize.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
VistaControls
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1373 (REDBITS.050727-1300)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
XPero
Oct 5 2007, 04:06 PM
That error is already fixed for next version.
Panarchy
Oct 5 2007, 11:01 PM
Is this latest release bug free?
XPero
Oct 6 2007, 03:22 AM
As you can read in this thread, it isnt. But the more common bug has been catched and fixed for next version.
Panarchy
Oct 6 2007, 07:23 AM
QUOTE (XPero @ Oct 6 2007, 07:22 PM)

As you can read in this thread, it isnt. But the more common bug has been catched and fixed for next version.
Okay.
What's the worst thing that can happen if I install this? Computer crashing every now and then? Hard drive failure? Corrupted Windows completely?
Please tell me,
Panarchy
XPero
Oct 6 2007, 08:44 AM
From version 0.4, there are no critical bugs. So if an error occurs, the worst thing that can happen is that Vize stops itself or that an error message is displayed. No harm to your computer.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.