IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Closed TopicStart new topic
> [Release] Vize 0.4 Beta, Codename: Getting Better
XPero
post Sep 24 2007, 01:21 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.4 Beta

This version has proven to be very stable. Lots of work on the patcher stuff and new features to avoid system damage.

Changes and Download

Enjoy thumbup.gif
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Sep 24 2007, 02:21 PM
Post #2


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
Smiley89
post Sep 25 2007, 09:13 AM
Post #3


Junior
*

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


This is a good new! Great job XPero thumbup.gif

This post has been edited by Smiley89: Sep 25 2007, 09:30 AM
Go to the top of the page
 
+Quote Post
XPero
post Sep 25 2007, 09:19 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


It would be much much better to start from scratch with this version smile.gif
Go to the top of the page
 
+Quote Post
Smiley89
post Sep 25 2007, 09:30 AM
Post #5


Junior
*

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


unsure.gif Uhm... not to break happiness, but I get an error when trying to patch All Files. Here it is:

Unhandled exception - Reference to an object not set on an object instance.

And here's the code:

CODE
Informations on how to recall JIT (Just-In-Time) debug instead of this window are reported at the end of the message.

************** Exception text **************
System.NullReferenceException: Reference to an unsetted object on an object instance.
   in Vize.MainApp.GetFilesToBeProcessed(WorkerPages page)
   in Vize.MainApp.ButtonPatch_Click(Object sender, EventArgs e)
   in System.Windows.Forms.Control.OnClick(EventArgs e)
   in System.Windows.Forms.Button.OnClick(EventArgs e)
   in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   in System.Windows.Forms.Control.WndProc(Message& m)
   in System.Windows.Forms.ButtonBase.WndProc(Message& m)
   in System.Windows.Forms.Button.WndProc(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   in 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.312 (rtmLHS.050727-3100)
    Code Base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Vize
    Assembly Version: 0.2.0.0
    Win32 Version: 0.2.0.0
    Code Base: 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)
    Code Base: 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)
    Code Base: 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)
    Code Base: 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
    Code Base: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    Code Base: 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.312 (rtmLHS.050727-3100)
    Code Base: 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)
    Code Base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Debug JIT **************
To activate JIT debug, it is necessary to set the jitDebugging value in section system.windows.forms of application's/computer's configuration file (machine.config).
THe application has to be compiled with debug activated too.

For Example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debug is activated, all unhandled exceptions will be sent to the JIT debugger registered on the computer,
instead of being managed by this dialog window.


And sorry for eventual translation errors too blushing.gif
Go to the top of the page
 
+Quote Post
XPero
post Sep 25 2007, 09:37 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


This is good smile.gif I want bugs now, happiness will come later. I will look into that. Are you using Vista or Server 2008? vLite?

Cheers
Go to the top of the page
 
+Quote Post
Smiley89
post Sep 25 2007, 09:46 AM
Post #7


Junior
*

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


I'm using a Vista Home Premium version, not vLited (yet newwink.gif)
Go to the top of the page
 
+Quote Post
XPero
post Sep 25 2007, 12:19 PM
Post #8


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


Ok, found the bug and will be fixed for next version smile.gif
Go to the top of the page
 
+Quote Post
Smiley89
post Sep 26 2007, 10:24 AM
Post #9


Junior
*

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


Great, thank you very much! thumbup.gif thumbup.gif thumbup.gif

And BTW, I found other old resources in Windows\system32\mspaint.exe
Icon groups 3, 114, 115, 116, 117 contains old icons.

This post has been edited by Smiley89: Sep 26 2007, 01:01 PM
Go to the top of the page
 
+Quote Post
XPero
post Sep 26 2007, 03:26 PM
Post #10


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'm focused now in the inner workings of Vize. When I am happy with it, I will start adding new resources and extras smile.gif
Go to the top of the page
 
+Quote Post
alsiladka
post Sep 27 2007, 06:14 AM
Post #11


The noobie pro!!
****

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


Good to see Vize going to Stability before the resources first. A stable build can always be injected with resources later!

BTW, the logo of Vize does not make much sense to me. I hope we get a new logo before the final build of 1.0 is released.
Go to the top of the page
 
+Quote Post
Exodemia
post Sep 27 2007, 08:16 AM
Post #12





Group: Members
Posts: 1
Joined: 27-September 07
Member No.: 156334
OS: none
Country Flag


I was just about to ask if you were going to make a Vista GUI replacement tool and it's looks like I'm nearly two months behind! This is really excellent work you are doing! You should be very proud and I think we are all grateful to you for the time and effort you are putting in for what Microsoft should of done in the first place. You should take all the credit. Now with this new version will you be thinking of adding new features apart from the ones you've added already once you've got it stable enough? Maybe an auto-updater or a way of cross-referencing patched files for updates? That would make it easier then having to download version after version although I have to say that it isn't any problem at all doing so. I haven't got a spare copy of Vista to test Vize at the moment so I think I'm going to leave it until version 1.0 is ready to go. I'm getting a high-end laptop in a few days with Vista Ultimate and it will be my second home near enough. I don't want to mess up at the moment lol tongue.gif anyway keep us right up-to-date with any bugs you find and changes/improvements you make smile.gif
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Sep 28 2007, 03:53 PM
Post #13


vLite and Vista lover :)
*****

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


Hi XPero,

I've tested Vize under Vista Sp1 16659 and got a System.NullReferenceException just after pressing the Button Patch Files.

Here is the complete log (sorry I used the German SP1 ISO, so error is in german):

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.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.
----------------------------------------


Any Ideas?

This post has been edited by MagicAndre1981: Sep 28 2007, 03:54 PM
Go to the top of the page
 
+Quote Post
XPero
post Sep 28 2007, 06:16 PM
Post #14


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


Already fixed for next version.
Go to the top of the page
 
+Quote Post
MagicAndre1981
post Sep 29 2007, 03:29 AM
Post #15


vLite and Vista lover :)
*****

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


thx smile.gif
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: