Jump to content

Smiley89

Member
  • Posts

    119
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by Smiley89

  1. I like the new ones, although I have the Realtek HD Control Panel, which has a HORRIBLE tray icon. So maybe if it is possible, I'll add it also as an extra for the Rthdvcpl.exe (if it isn'asking too much). Up to now I replaced it manually... Anyway, I vote for the new ones.
  2. OOPS! I found just now 2 errors. Here it is the corrected file, tested on Vize 0.7 (with "Author" and "Close" lines added): it_IT.xml
  3. Finished! I completed the Italian translation. There were a few words which were difficult to translate (eg there is no translation for "Patch"), so i decided for similar meanings. I hope it's OK for you... it_IT.xml
  4. I can make the Italian translation, although I am quite busy (school and driving licence ). If you don't need it immediately, then I can do the work in my spare time
  5. It works! Thank you very much
  6. 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)
  7. Great, thank you very much! :thumbup And BTW, I found other old resources in Windows\system32\mspaint.exe Icon groups 3, 114, 115, 116, 117 contains old icons.
  8. I'm using a Vista Home Premium version, not vLited (yet )
  9. 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: 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
  10. This is a good new! Great job XPero
  11. I had the same problem on my Vista Home Premium machine. When I try to "Reload System Files" I get the same problem, but the missing file is 'C:\Windows\system32\twext.dll'. And, if I clic on "continue", Vize Basic hungs up for a while and then all I get is an empty list (couldn't test it properly because I have effectively no files to reload). Can this file be present only in other version (ex. Ultimate) of Vista? Anyway, here's the details, which I think are quite the same of MagicAndre1981: ************** Testo dell'eccezione ************** System.IO.FileNotFoundException: Impossibile trovare il file 'C:\Windows\System32\twext.dll'. Nome file: 'C:\Windows\System32\twext.dll' in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) in System.IO.FileInfo.get_Length() in VizeBasic.MainApp.FillReloaderList() in VizeBasic.MainApp.ButtonReloadPage_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.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) ************** Assembly caricati ************** mscorlib Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- VizeBasic Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///C:/Program%20Files/XPero/Vize/VizeBasic.exe ---------------------------------------- System.Windows.Forms Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- VistaControls Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///C:/Program%20Files/XPero/Vize/VistaControls.DLL ---------------------------------------- System.Xml Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- mscorlib.resources Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- System.Windows.Forms.resources Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.312 (rtmLHS.050727-3100) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** Debug JIT ************** Per attivare il debug JIT, è necessario impostare il valore jitDebugging nella sezione system.windows.forms del file di configurazione dell'applicazione o del computer (machine.config). L'applicazione inoltre deve essere compilata con il debug attivato. Ad esempio: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando il debug JIT è attivato, tutte le eccezioni non gestite vengono inviate al debugger JIT registrato nel computer, anziché essere gestite da questa finestra di dialogo.
  12. Great, thank you very much! I'll try it as soon as possible... I thought Framework 3.5 was still a Beta... Is it? Do I need to upgrade to 3.5 beta 2 to install Vize? Or, can I wait for the final version and meanwhile use the 3.0?
  13. It's not really mine, I use another PC. Anyway I did some search but i wasn't able to find the exact product. This is all I know (i used CPU-Z): DMI BIOS -------- -vendor Award Software International, Inc. -version 6.00 PG -date 04/30/2002 DMI System Information ---------------------- -manufacturer VIA Technologies, Inc. -product P4X266-8233 -version unknown -serial unknown -UUID FFFFFFFF-FFFFFFFF-FFFFFFFF-FFFFFFFF DMI Baseboard ------------- -vendor unknown -model P4X266-8233 -revision unknown -serial unknown As you can see the vendor is "unknown". I tried to search with P4X266-8233 but the only result I've found is the VIA chipset integrated. For SP2, I'll integrate and try it as soon as I find the original CD . Meanwhile I can't do anything, because .NET Framework (both 2.0 and 3.0) is supported only on SP2... PS Sorry if I'm getting Off Topic... I will open another thread in the right section
  14. I use XP SP1 on that machine because its motherboard doesn't support SP2... When I installed it once it gave me a lot of troubles. I also tried some hotfixes from Microsoft, but the problems persisted... So, I had to reinstall windows and then I decided, under suggestion, to keep SP1 (and search for some tweaks to make it faster ). I don't use that PC, it's my mother's, and for her it's OK. Maybe I'll try with SP3...
  15. It doesn't work on a Windows XP Service Pack 1 machine. here's the error I get when I double-clicked on LegoTweaks.exe: It means: "Application not initialized properly (0xc0000135). Press OK to close the application."
  16. Yes, I had the same problem on my Virtual Machine too. The last version, 4.7 Beta 2, patches only an icon (290) in shell32.dll and all other resources are missing. I extracted the installer with Universal Extractor: the $OUTDIR\shell32.dll folder has only 290.ico and shell32.dll.txt into it.
  17. I also have a problem with HFSLIP... I integrate all updates (also IE6, WMP9, DirectX 9c and MDAC 2.8 SP1), and then I make an ISO (with nLite) to test the CD on a virtual machine. I always get the same error during setup... the message is something like "setup.exe has encountered an error, the installation will terminate here". I think it is something related to Distributed Transaction Coordinator (MSDTC) because I always get the error during its setup. Up to now, I'll try to remove DTC with nLite to check if the error persist, but I think it's a bug related to DTC updates. Hope I've been useful! And thanks for this very good program
  18. Hi, I am a very strong supporter of nLite: I find it very useful. I've had some free time to update the italian language file for new tweaks/components removal in the 1.4 beta version and to correct some of the older parts. If you are interested, here's the file. I know it's useless to say "keep up the good work", but I really want to thank you for the program and so... Keep up the good work! Italiano.zip
  19. Hi, I'm new to the forums, but I always used Xpize before passing to Vista. I think it is a very good work. Now I use XP on a virtual machine and I noticed some issues (not really bugs) in XPize. -Many icons in Outlook Express 6 aren't updated. Here's a screenshot (the icons are marked in red) Those cannot be patched: low quality icon support. -Reguarding the Luna Element and Luna blue Mod, I think the resources of the Start Menu options should be modded. Here are my modded .bmps in explorer.exe: Options 1 - Options 2 In the Luna Element Mod the logon screen may be included too. I'm not supporting mods any more. - Although I don't really know what happens if you select IE7 in the patch options when you have IE6, for those who keep Internet Explorer 6 and/or Windows Media Player 9/10, is it possible to make a selection in the install options to switch between IE and WMP versions? I know this is unfair, but IE6 and WMP10/9 are not supported. Hope I've been useful. Thanks and keep up the good work!
×
×
  • Create New...