Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
es:kb:11 [2009/11/27 16:48]
idd00jea
es:kb:11 [2023/01/27 20:31] (current)
Line 1: Line 1:
-====== KB11: Error Reportado sin posible solución ======+====== KB11: Error Reportado sin posible solución ​actual ​======
  
-A pesar de nuestros esfuerzos, existen varios (raros) ​errores ​que pueden aparecer como informes de errores que no hemos podido diagnosticar o corregir. ​Here is a list with explanations and possible solutions.+A pesar de nuestros esfuerzos, existen varios (raros) ​problemas ​que pueden aparecer como informes de errores, y que no hemos podido diagnosticar o corregir. ​Aquí tiene una listas de esos extraños errores con sus explicaciones y posible soluciones.
  
 ===== Mensajes: AccessViolationException o InteropServices.SEHException al iniciar CDBurnerXP ===== ===== Mensajes: AccessViolationException o InteropServices.SEHException al iniciar CDBurnerXP =====
Line 9: Line 9:
 protected memory. This is often an indication that other protected memory. This is often an indication that other
 memory is corrupt. memory is corrupt.
-   at+   en
 System.Windows.Forms.UnsafeNativeMethods.ThemingScope. System.Windows.Forms.UnsafeNativeMethods.ThemingScope.
 DeactivateActCtx(Int32 dwFlags, IntPtr lpCookie) DeactivateActCtx(Int32 dwFlags, IntPtr lpCookie)
Line 15: Line 15:
 </​code>​ </​code>​
  
-Possibly a bug in the .NET frameworkNeither do we no a fix, nor a cause for this error.+Posiblemente un problema de programación dentro de .NET FrameworkNo hemos podido ver una causa concreta del error ni conseguir su solución.
  
 ===== Mensaje: ArgumentException cuando se abre un diálogo ===== ===== Mensaje: ArgumentException cuando se abre un diálogo =====
Line 22: Line 22:
 System.ArgumentException : Font '​Arial'​ does not support ​ System.ArgumentException : Font '​Arial'​ does not support ​
 style '​Regular'​. style '​Regular'​.
-   at System.Drawing.Font.CreateNativeFont()+   en System.Drawing.Font.CreateNativeFont()
 ... ...
 </​code>​ </​code>​
  
-This may happen if you have corrupt fonts installed on your systemYou need to restore the named font from your OS setup disc. [[http://​web.nickshanks.com/​typography/​corefonts|Arial]] ​can also be downloaded.+Ésto puede ocurrir por causa de una fuente corrupta instalada en su sistemaNecesitará restaurar la fuente que se indique en su sistema desde su disco de instalación del sistema opetativo. [[http://​web.nickshanks.com/​typography/​corefonts|Arial]] ​También puede descargarse.
  
  
Line 33: Line 33:
 <​code>​ <​code>​
 System.ComponentModel.Win32Exception:​ Error creating window handle. System.ComponentModel.Win32Exception:​ Error creating window handle.
-   at+   en
 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp) System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
 ... ...
 </​code>​ </​code>​
  
-Rare problem with unknown causeRestarting the application should help.+Problema muy raro, con causa desconocidaReiniciar la aplicación puede ayudar a corregir el error.
  
 ===== Mensaje: Configuration.ConfigurationErrorsException al salir de CDBurnerXP ===== ===== Mensaje: Configuration.ConfigurationErrorsException al salir de CDBurnerXP =====
Line 48: Line 48:
 </​code>​ </​code>​
  
-Nothing we can do about thatIf you get such errorstry to delete your config file at the specified locationThere seem to be various bugs in the .NET framework which may cause a corrupt settings file.+No se puede hacer nada con este problemaSi le aparece este tipo de errorintente borrar su archivo de compilación en la localización indicadaParece que existen varios errores de programación dentro de .NET Framework que pueden ocasionar archivos corruptos de compilación.
  
 ===== Mensaje: DllNotFoundException ===== ===== Mensaje: DllNotFoundException =====
Line 56: Line 56:
 </​code>​ </​code>​
  
-Just make sure that the specified ​DLL is present on your systemIf it is not, use Google ​to find resources on how to fix missing ​DLLs.+Solamente asegúrese de que el archivo de tipo DLL mencionado en el error exista en su sistemaSi no lo encuentra, use Google ​para localizar recursos para las sustituciones de archivos ​DLLs no existentes en su sistema.
  
 ===== Mensaje: FileNotFoundException al iniciar CDBurnerXP ===== ===== Mensaje: FileNotFoundException al iniciar CDBurnerXP =====
Line 66: Line 66:
 </​code>​ </​code>​
  
-Don't know why this would happenTry reinstalling ​CDBurnerXP, ​or if that does not helpreinstall the .NET framework.+No sabemos por qué sucede este problemaIntente reinstalar ​CDBurnerXP, ​o si no consigue una soluciónreistale ​.NET Framework.