IPB

Google Frontpage Forums Unattended CD/DVD Guide
2 Pages V   1 2 >  
Closed TopicStart new topic
> [Release] Vize 0.5 Beta, Codename: Getting Much Better
XPero
post Oct 1 2007, 04:30 PM
Post #1


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


Vize 0.5 Beta

I said I would not add new features to Vize untill the patcher proved 100% stable, but with this version I couldn't resist smile.gif

Changes and Download

Enjoy thumbup.gif
Go to the top of the page
 
+Quote Post
Đrзω™
post Oct 2 2007, 01:26 AM
Post #2


nLite & XPize Supporter
**

Group: Members
Posts: 191
Joined: 14-July 05
From: Coatbridge, Scotland
Member No.: 64358
OS: XP Pro x86
Country Flag


I just installed Vista & Vize 0.4 yesterday so I'll try this out as well. Thanks very much XPero
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Oct 2 2007, 04:14 AM
Post #3


vLite and Vista lover :)
*****

Group: Members
Posts: 984
Joined: 28-August 05
From: Germany
Member No.: 70718
OS: Vista Ultimate x86
Country Flag


Wow, thanks smile.gif
Go to the top of the page
 
+Quote Post
XPero
post Oct 2 2007, 06:27 AM
Post #4


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


QUOTE (MagicAndre1981 @ Oct 2 2007, 12:14 PM) *
Wow, thanks smile.gif

Is that bug you reported fixed?
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Oct 2 2007, 08:21 AM
Post #5


vLite and Vista lover :)
*****

Group: Members
Posts: 984
Joined: 28-August 05
From: Germany
Member No.: 70718
OS: Vista Ultimate x86
Country Flag


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


no blink.gif

I still got the NullReferenceException sad.gif

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 **************
Go to the top of the page
 
+Quote Post
XPero
post Oct 2 2007, 08:53 AM
Post #6


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


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...)?
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Oct 2 2007, 09:01 AM
Post #7


vLite and Vista lover :)
*****

Group: Members
Posts: 984
Joined: 28-August 05
From: Germany
Member No.: 70718
OS: Vista Ultimate x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
Smiley89
post Oct 2 2007, 10:15 AM
Post #8


Junior
*

Group: Members
Posts: 69
Joined: 27-May 07
Member No.: 140748
OS: XP Pro x86
Country Flag


Weird... I still get the same error too blink.gif
I produce the error in the same way MagicAndre1981 does, including the 0.5 Update version! (but on Vista Home Premium Build 6000 RTM)

This post has been edited by Smiley89: Oct 2 2007, 10:16 AM
Go to the top of the page
 
+Quote Post
XPero
post Oct 2 2007, 12:42 PM
Post #9


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


Smily and MagicAndre please check your PM store.
Go to the top of the page
 
+Quote Post
ChrisKuhli
post Oct 2 2007, 09:44 PM
Post #10


Use forever Windows 2000!
**

Group: Members
Posts: 238
Joined: 24-December 06
From: Germany
Member No.: 119189
OS: Vista Ultimate x64
Country Flag


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?

This post has been edited by ChrisKuhli: Oct 3 2007, 05:40 AM
Go to the top of the page
 
+Quote Post
alsiladka
post Oct 3 2007, 04:57 AM
Post #11


The noobie pro!!
****

Group: Members
Posts: 639
Joined: 20-February 05
From: Nagpur,India
Member No.: 44586
Country Flag


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!
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Oct 3 2007, 08:37 AM
Post #12


vLite and Vista lover :)
*****

Group: Members
Posts: 984
Joined: 28-August 05
From: Germany
Member No.: 70718
OS: Vista Ultimate x86
Country Flag


QUOTE (XPero @ Oct 2 2007, 08:42 PM) *
Smily and MagicAndre please check your PM store.


thanks for the fix smile.gif Now patching works smile.gif
Go to the top of the page
 
+Quote Post
XPero
post Oct 3 2007, 08:55 AM
Post #13


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


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
Go to the top of the page
 
+Quote Post
Smiley89
post Oct 3 2007, 09:51 AM
Post #14


Junior
*

Group: Members
Posts: 69
Joined: 27-May 07
Member No.: 140748
OS: XP Pro x86
Country Flag


It works! woot.gif Thank you very much thumbup.gif
Go to the top of the page
 
+Quote Post
XPero
post Oct 3 2007, 09:57 AM
Post #15


XPize / Vize Creator
Group Icon

Group: Software Developers
Posts: 2070
Joined: 8-August 04
From: Málaga (Spain)
Member No.: 26650
OS: Vista Ultimate x86
Country Flag


Thank you both for testing smile.gif
Go to the top of the page
 
+Quote Post
ChrisKuhli
post Oct 3 2007, 10:36 AM
Post #16


Use forever Windows 2000!
**

Group: Members
Posts: 238
Joined: 24-December 06
From: Germany
Member No.: 119189
OS: Vista Ultimate x64
Country Flag


XPero: Now, i had already rebooted! Tried again, same. There's only one installation of Vize, the actual 0.5!
Go to the top of the page
 
+Quote Post
razormoon
post Oct 5 2007, 03:53 PM
Post #17


Little boots...!
**

Group: Members
Posts: 197
Joined: 17-February 06
From: McDonald's
Member No.: 88236
OS: Vista Ultimate x86
Country Flag


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)
a