错误信息提示

错误信息提示
错误信息提示

2

D i a g n o s t i c s

T his chapter contains lists of the most common error messages that may occur in

COMSOL Multiphysics. The lists also include an explanation of the error and

possible causes and workarounds.

435

Error Messages

This section summarizes the most common error messages and solver messages

generated by COMSOL Multiphysics. All error messages are numbered and sorted in

different categories according to the following table.

TABLE 2-1: ERROR MESSAGE CATEGORIES

NUMBERS CATEGORY

1000–1999Importing Models

2000–2999 Geometry Modeling

3000–3999 CAD Import

4000–4999 Mesh Generation

5000–5999 Point, Edge, Boundary, and Subdomain Specification

6000–6999 Assembly and Extended Mesh

7000–7999 Solvers

8000–8999 Postprocessing

9000–9999 General

For error messages that do not appear in the following lists, contact COMSOL’s

support team for help.

2000–2999 Geometry Modeling

TABLE 2-2: GEOMETRY MODELING ERROR MESSAGES

ERROR NUMBER ERROR MESSAGE EXPLANATION

2118Negative output from empty input Incorrect Geometry M-file.

2119Non scalar output from empty input Incorrect Geometry M-file.

2120Normal directions are inconsistent Incorrect input data from STL/VRML

import.

2138Self intersections not supported Curves resulting in self-intersections are not

supported.

2140Singular extrusions not supported Error in input parameters.

2141Singular revolutions not supported The revolved mesh has a singularity at the z

axis. If possible, create the cylinder using a

3D primitive or by revolving the geometry

before meshing.

436|C H A P T E R2:D I A G N O S T I C S

E R R O R M E S S A G E S | 437

4000–4999 Mesh Generation

2146Subdomain must bounded at least four boundary segments

Incorrect geometry for mapped mesh.

2147Subdomain must bound one connected edge component only Incorrect geometry for mapped mesh.2190Invalid radius or distance

Incorrect input parameters to fillet/chamfer.2197

Operation resulted in empty geometry object

Geometry operation resulted in an empty geometry object which is not allowed. Make sure an empty geometry object is not created.

2209

Geometry to revolve may not cross axis of revolution

The axis of revolution and the geometry intersect. Check the dimension of the geometry and the definition of the axis for the revolution.

TABLE 2-2: GEOMETRY MODELING ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

TABLE 2-3: MESH GENERATION ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

4002 A degenerated tetrahedron was created

The mesh generator ran into numerical difficulties while creating tetrahedrons with a size based on user-controlled parameters. Causes could be too small and narrow subdomains relative to the rest of the geometry or exceedingly short boundary segments. T ry to avoid creating small and narrow subdomains and very short boundary segments that are adjacent to longer boundary segments.

4003 A degenerated triangle was created

The mesh generator ran into numerical difficulties while creating triangles with a size based on user-controlled parameters. Causes could be too small and narrow subdomains relative to the rest of the geometry or exceedingly short boundary segments. T ry to avoid creating small and narrow subdomains and very short boundary segments that are adjacent to longer boundary segments.

438 |

C H A P T E R 2:

D I A G N O S T I C S

4012

Cannot create mapped mesh for this geometry

The geometry does not fulfill the

topological requirements for a mapped mesh. Changes in input parameters or

further subdomain division can possibly help this.

4026Failed create matching edge discretizations Cannot make mapped mesh with the given input parameters.

4029

Failed to insert point

Problems inserting point at given

coordinate. Manually inserting a point there may help.

4031

Failed to respect boundary element on geometry edge

The mesh generator failed in making the elements compatible with the geometry object’s edges. The reason for this could be that the face mesh is too coarse or contains adjacent elements with large differences in scale. Another reason can be that some subdomains in the geometry are too narrow with respect to the rest of the geometry.4032Failed to respect boundary element on geometry face

See Error message 4031.4044Internal error boundary respecting See Error message 4031.

4054

Invalid topology of geometry

The geometry object cannot be used for creating a mapped mesh. It must be subdivided.

4055Isolated entities found

Entities that are not connected to the boundaries of a geometry objects is found. The mapped mesh generator does not support such isolated entities.

4119Singular edge detected

The geometry object contains an edge of zero length.

TABLE 2-3: MESH GENERATION ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

6000–6999 Assembly and Extended Mesh

TABLE 2-4: ASSEMBLY AND EXTENDED MESH ERROR MESSAGES

ERROR NUMBER ERROR MESSAGE EXPLANATION

6008Circular variable dependency detected A variable has been defined in terms of

itself, possibly in a circular chain of

expression variables. Make sure that variable

definitions are sound. Be cautious with

equation variables in equations.

6063Invalid degree of freedom name The software does not recognize the name

of a degree of freedom. Check the names of

dependent variables that you have entered

for the model. See also Error 7192.

6139Wrong number of DOFs in initial value The current solution or the stored solution

has for some reason the wrong number of

degrees of freedom, sometimes due to a

change of the implementation of elements

between two versions of the software. T o

overcome the problem, go to the Initial

value area in the Solver Manager, and select

Initial value expression. Then the initial

value expressions is evaluated without using

the current or stored solution.

6140Wrong number of dofs in linearization point The current solution or the stored solution

has for some reason the wrong number of

degrees of freedom, sometimes due to a

change of the implementation of elements

between two versions of the software. T o

overcome the problem, go to the Value of

variables not solved for and linearization

point area in the Solver Manager, and click

the Use setting from Initial value frame

button or the Zero button.

6163Divide by zero A property in the model contains a divisor

that becomes zero. Check to make sure that

division by zero does not occur in any

expression or coefficient.

6164Duplicate variable name A variable name has two different

definitions. For instance, the same variable

name appears two or more times for a

dependent variable, a constant, an

expression variable, or a coupling variable.

Remove or rename one of the variables.

E R R O R M E S S A G E S|439

6170Failed to evaluate variable An error occurred when evaluating the

variable. The domains in which COMSOL

Multiphysics tried to evaluate the variable

are indicated. Also, the error message

shows the expression that COMSOL

Multiphysics was unable to evaluate. Make

sure that you have defined the variables

correctly in the indicated domains.

6176Attempt to evaluate real logarithm of

negative number An expression contains log(a), where a becomes negative or zero. T o make the logarithm well-defined, make sure that a>0. Often, a becomes only slightly negative (due to approximations in the solution process). Then, a possible solution is to use

log(a+e), where e is a small constant. Another remedy is to use log(abs(a)). If you do want to have a complex logarithm, go to the Advanced tab of Solver Parameters and select the Use complex functions with real input check box.

6177Matrix has zero on diagonal When the equations have a structure such

that the stiffness matrix (Jacobian matrix)

has zeros on the diagonal, it is not possible

to use the following linear system solvers/

preconditioners/smoothers: all versions of

SOR and Diagonal scaling (Jacobi). T ry the

Vanka preconditioner/smoother instead.

6194Attempt to evaluate non-integral power of

negative number An expression contains a^b, where a becomes negative and b is non an integer. T o make the power well-defined, make sure that a>0. Often, a becomes only slightly negative (due to approximations in the solution process). Then, a possible solution is to use (a+e)^b, where e is a small constant. Another remedy is to use

abs(a)^b. If you do want to have a complex number a^b, go to the Advanced tab of Solver Parameters and select Use complex functions with real input.

TABLE 2-4: ASSEMBLY AND EXTENDED MESH ERROR MESSAGES

ERROR NUMBER ERROR MESSAGE EXPLANATION

440|C H A P T E R2:D I A G N O S T I C S

E R R O R M E S S A G E S | 441

6199

Attempt to evaluate real square root of negative number

The model contains a sqrt (square root) function that takes the square root of a negative number. Either make sure that the square-root argument is nonnegative or select the Use complex functions with real input check box on the Advanced tab in the Solver Parameters dialog box.

6204Undefined function call

An expression contains an undefined function name. Check that the function name is correct and that the function is in COMSOL Multiphysics’ or MATLAB’s path.6206

Internal evaluation error: unexpected NaN encountered

Not-A-Number (NaN) appears unexpectedly. A possible cause is

improperly defined coupling variables. As a first step, check that the definitions of the source and destination domains of any coupling variables or periodic boundary conditions are correct.

6245Unsupported integration order

Integration order is too high. For triangular elements, the order can be up to 10, and for tetrahedral elements, the order can be up to 8. Find more information in the section “Numerical Quadrature” on page 472.

TABLE 2-4: ASSEMBLY AND EXTENDED MESH ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

7000—7999 Solvers and Preconditioners

TABLE 2-5: SOLVER ERROR MESSAGES

ERROR NUMBER ERROR MESSAGE EXPLANATION

7001Adaption only implemented for tetrahedral

meshes It is only possible to use adaptive mesh refinement in 3D for models using tetrahedral mesh elements. Either turn off adaptive mesh refinement or switch from brick or prism elements to tetrahedral elements.

7002Adaption only implemented for triangular

meshes It is only possible to use adaptive mesh refinement in 2D for models using triangular mesh elements. Either turn off adaptive mesh refinement or switch from quadrilateral elements to triangular elements.

7022Segregated solver steps do not involve all of

solcomp The groups for the segregated solver do not include all dependent variables. One reason for this error could be that some boundary conditions (for example, for laminar inflow in fluid-flow models) add dependent variables that are not initially in the model.

7033Error in UMFPACK back substitution The stiffness matrix (Jacobian matrix) is

singular or almost singular, which leads to

undefined operations in UMFPACK’s back

substitution. This error could appear for 3D

models with a mesh where some elements

are close to being two-dimensional. T ry to

modify or refine the mesh to avoid elements

with low quality.

7043Initial guess leads to undefined function

value This error message usually appears when you have set up an expression that returns “not a value,” that is, it is undefined, for the initial condition you have set. For instance, this happens if an expression contains a divisor that becomes zero or a logarithm of a negative value. T o solve the problem, change the expression or the initial value so that the expression is well-defined when substituting the initial value of the variables. Also, watch out for warnings in the Log window.

442|C H A P T E R2:D I A G N O S T I C S

E R R O R M E S S A G E S | 443

7067System matrix is zero

This error message appears if there are no volume elements in the mesh. In the case that you have a mapped surface mesh, try sweeping or extruding the surface mesh to get a volume mesh.

7069

Maximum number of linear iterations reached

The iterative linear system solver did not converge due to a bad initial guess or a bad preconditioner. Increase the limit on the number of linear iterations or use a better preconditioner. If possible, use a direct linear system solver.

7081No parameter name given

The parametric solver does not find a name for the parameter. Check the Name of

parameter edit field on the General page of the S olver Manager .

7092Out of memory in Algebraic multigrid

The Algebraic multigrid solver/

preconditioner ran out of memory. See error 7144 regarding general memory-saving tips.

7093Out of memory during back substitution

The solver ran out of memory during back substitution. See error 7144 regarding general memory-saving tips.

7094Out of memory during LU factorization

The solver ran out of memory during LU factorization. See error 7144 regarding general memory-saving tips.

TABLE 2-5: SOLVER ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

444 |

C H A P T E R 2:

D I A G N O S T I C S

7111Singular matrix

The system matrix (Jacobian matrix or stiffness matrix) is singular, so the solver cannot invert it. Usually this means that the system is underdetermined. Check that all equations are fully specified and that the boundary conditions are appropriate. For instance, in a stationary model you usually need to have a Dirichlet condition on some boundary. A singular matrix could also occur if mesh elements are of too low quality. If the minimum element quality is less than 0.005 you might be in trouble. Another reason for this error message is that you have different element orders for two variables that are coupled by, for example, a weak constraint. Use the same element order for all variables that are coupled.

7136

Very ill-conditioned preconditioner. The relative residual is more than 1000 times larger than the relative tolerance Y ou need to improve the quality of the preconditioner to get an accurate solution. For the Incomplete LU preconditioner, lower the drop tolerance.

7144

Out of memory in adaptive solver

The adaptive solver ran out of memory. The adaptive mesh refinement has generated a too fine mesh. In general, when you run out of memory, try to use memory-efficient modeling techniques such as utilizing

symmetries, solving models sequentially, and selecting memory efficient solvers. See the chapter “Solving the Model” on page 359 in the COMSOL Multiphysics User’s Guide for more information. See also the COMSOL Installation and Operations Guide for information about system memory management.

7145Out of memory in eigenvalue solver

The eigenvalue solver ran out of memory. See error 7144 regarding general memory-saving tips.

7146Out of memory in stationary solver

The stationary solver ran out of memory. See error 7144 regarding general memory-saving tips.

TABLE 2-5: SOLVER ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

E R R O R M E S S A G E S | 445

9000–9999 General Errors

7147Out of memory in time-dependent solver

The time-dependent solver ran out of memory. See error 7144 regarding general memory-saving tips.

7165Incomplete LU back substitution failed

The stiffness matrix (Jacobian matrix) is singular or almost singular, which leads to undefined operations in the Incomplete LU preconditioner’s back substitution. 7192

Invalid degree of freedom name in manual scaling

The name of a dependent variable in the Manual scaling edit field on the Advanced page in the Solver Parameters dialog box does not match any of the dependent variables in the model.

7199Reordering failed

One of the PARDISO reordering algorithms failed. T ry a different reordering algorithm or try turning off row preordering.

TABLE 2-5: SOLVER ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

TABLE 2-6: GENERAL ERROR MESSAGES ERROR NUMBER

ERROR MESSAGE

EXPLANATION

9037

Failed to initialize 3D graphics. OpenGL not fully supported

OpenGL is not available on the computer. This can happen if your graphics card does not support OpenGL or if you have a Unix/Linux computer where OpenGL has not been configured.

9052Invalid address/port

Y ou did not enter the correct server name or server port when trying to connect a client to a server.

9084Server connection error

The client somehow lost the connection to the server. For example, the server crashed unexpectedly, or the power saving

mechanism on a laptop shut down the TCP/IP connection.

TABLE 2-6: GENERAL ERROR MESSAGES

ERROR NUMBER ERROR MESSAGE EXPLANATION

9143License error The most common reasons for this

message:

The license file license.dat has been

removed from the right directory in the

COMSOL software installation. The

license.dat file must be located in the

$COMSOL34/license directory, where

$COMSOL34 is the COMSOL 3.4

installation directory.

The license manager has not started

properly. Please find the FLEXlm log file

(named by the person who started the

license manager). Inspect this file to see the

server status. Send it to

support@https://www.360docs.net/doc/eb13136553.html, if you are in doubt

about how to interpret this file.

It is crucial that you use the correct

license.dat file on both the server and the

clients

9178Error in callback An error occurred when calling a COMSOL

Script or MATLAB function from COMSOL

Multiphysics. Make sure that the M-file that

defines the function is correct and exists in

the current path. Note that all inputs are

vectors of the same size, and that the

output should be a vector of the same size. 446|C H A P T E R2:D I A G N O S T I C S

Solver Error Messages

These error messages can appear during solution and appear on the Log tab in the Progress window.

TABLE 2-7: SOLVER ERROR MESSAGES IN LOG WINDOW

SOLVER ERROR MESSAGE EXPLANATION

Cannot meet error tolerances. Increase absolute or relative tolerance.The time-dependent solver cannot solve the model to the specified accuracy.

Error in residual computation Error in Jacobian computation The evaluation of the residual or the Jacobian generated an error during a time-dependent solution. An additional message states the direct error. Some possible reasons are division by zero, range and overflow errors in mathematical functions, and interpolation failure in coupling variables with time-dependent mesh transformation.

Failed to find a solution The nonlinear solver failed to converge. An additional

error message gives some more details. See the description

for that message.

Failed to find a solution for all parameters, even when using the minimum parameter step During a parametric solution, the nonlinear iteration did not converge despite reducing the parameter step length to the minimum allowed value. The solution may have reached a turning point or bifurcation point.

Failed to find a solution for initial parameter The nonlinear solver failed to converge for the initial value of the parameter during a parametric solution. An additional error message gives some more details. See the description for that message.

Failed to find consistent initial values The time-dependent solver could not modify the initial conditions given to a DAE system to satisfy the stationary equations at the initial time. Make sure the initial values satisfy the equations and boundary conditions. In many cases, this can be achieved by solving for only the algebraic variables using a stationary solver before starting the time-dependent solver.

Ill-conditioned preconditioner. Increase factor in error estimate to X The preconditioner is ill-conditioned. The error in the

solution might not be within tolerances. T o be sure to have

a correct solution, open the Linear System Solver Settings

dialog box from the General tab of Solver Parameters.

Select Linear system solver in the tree, and increase Factor

in error estimate to the suggested number X. Alternatively,

use a better preconditioner or tune the settings for the

preconditioner.

E R R O R M E S S A G E S|447

Inf or NaN found, even when using the minimum damping factor Despite reducing the step size to the minimum value allowed, the solver cannot evaluate the residual or modified Newton direction at the new solution iterate. This essentially means that the current approximation to the solution is close to the boundary of the domain where the equations are well-defined. Check the equations for divisions by zero, powers, and other functions that can become undefined for certain inputs.

Inverted mesh element near coordinates (x, y, z)In some mesh element near the given coordinates, the (curved) mesh element is (partially) warped inside-out. More precisely, the Jacobian matrix for the mapping from local to global coordinates has a negative determinant at some point. A possible reason is that the linear mesh contains a tetrahedron whose vertices all lie on a boundary. When improving the approximation of the boundary using curved mesh elements, the curved mesh element becomes inverted. T o see whether this is the case, you can change Geometry shape order to 1 in the Model Settings dialog box, which means that curved mesh elements will not be used. Y ou can usually avoid such bad tetrahedra by using a finer mesh around the relevant boundary. Another reason for this error message can be that the mesh becomes inverted when using a deformed mesh.

Last time step is not converged.The last time step returned from the time-dependent solver is not to be trusted. Earlier time steps are within the specified tolerances.

Matrix is singular When encountered during time-dependent solution: the

linear system matrix (which is a linear combination of the

mass-, stiffness-, and possibly, damping-matrices) is singular.

Usually the problem originates from the algebraic part of a

DAE. In particular, the cause can often be found in weak

constraints or constraint-like equations like the continuity

equation in incompressible flow.

Maximum number of linear iterations reached The iterative linear system solver failed to compute a Newton direction in the specified maximum number of iterations.

TABLE 2-7: SOLVER ERROR MESSAGES IN LOG WINDOW

SOLVER ERROR MESSAGE EXPLANATION

448|C H A P T E R2:D I A G N O S T I C S

Maximum number of Newton iterations reached The nonlinear solver could not reduce the error below the desired tolerance in the specified maximum number of iterations. This is sometimes a sign that the Jacobian is not complete or badly scaled. It may even be almost singular, if the system is underdetermined. If the returned solution seems reasonable, it might be enough to restart the solver with this solution as the initial guess.

No convergence, even when using the minimum damping factor The nonlinear solver reduced the damping factor below the minimum value allowed. The solver reduces the damping factor each time a computed step did not lead to a decrease in the error estimate. Make sure the model is well-posed, in particular that there are enough equations and boundary conditions to determine all degrees of freedom. If the model is well-posed, it should have one or more isolated solutions. In that case, the error is probably due to the initial guess being too far from any solution.

Nonlinear solver did not converge During a time-dependent solution, the nonlinear iteration failed to converge despite reducing the time step to the minimum value allowed. Usually, the error is related to the algebraic part of a DAE. For example, the algebraic equations can have reached a turning point or bifurcation point. The error can also appear when the algebraic equations do not have a unique solution consistent with the given initial conditions. Make sure algebraic equations have consistent initial values and that they have a unique solution for all times and values reached by the other variables.

Not all eigenvalues returned When the eigenvalue solver terminated (stopped by the user or due to an error), it had not found the requested number of eigenvalues. The eigenvalues returned can be trusted.

Not all parameter steps returned After premature termination of the parametric solver, only some of the requested solutions have been computed.

Predicted solution guess leads to undefined function value The solver computes the initial guess for the new parameter value based on the solution for the previous parameter value. This initial guess led to an undefined mathematical operation. T ry using another Predictor on the Parametric tab of Solver Parameters.

TABLE 2-7: SOLVER ERROR MESSAGES IN LOG WINDOW

SOLVER ERROR MESSAGE EXPLANATION

E R R O R M E S S A G E S|449

Repeated error test failures. May have reached a singularity.During a time-dependent solution, the error tolerances could not be met despite reducing the time step to the minimum value allowed.

Returned solution has not converged.The solution returned by the stationary solver is not to be trusted. It might, however, be useful as initial guess after modifying equations or solver settings.

The elasto-plastic solver failed to find a solution The Newton iteration loop for the computation of the plastic state at some point in the geometry did not converge.

TABLE 2-7: SOLVER ERROR MESSAGES IN LOG WINDOW

SOLVER ERROR MESSAGE EXPLANATION

450|C H A P T E R2:D I A G N O S T I C S

启动过程错误提示信息解决办法

启动过程错误提示信息解决办法 制作了根文件系统,在启动之后停在这里了: NET: Registered protocol family 1 NET: Registered protocol family 17 VFS: Mounted root (cramfs filesystem) readonly. Freeing init memory: 116K Failed to execute /linuxrc. Attempting defaults... Kernel panic - not syncing: No init found. Try passing init= option to kernel. 我内核boot option里面的命令行设置为:noitinrd root=/dev/mtdblock2 rootfstype=cramfs console=ttySAC0,115200 init=/linurc mem=64M 这类问题很常见,先总体介绍一下解决思路。 能出现让人激动的的控制台,那么系统移植已经接近完成;但是不少人在最后一步出现问题。 要点如下: 1. 在正确的位置烧写正确格式的文件系统映象: 2. 内核支持这种文件系统格式 3. 文件系统的内容要完备 上面说得简单,一个个介绍。 1. 在正确的位置烧写正确的文件系统映象: (a). 正确的位置 嵌入式开发中,常通过bootloader烧写文件系统映象,假设写在flash的地址A处。 内核启动时,显然要从地址A处读取文件系统,内核是怎么知道的呢?通过命令行参数,比如“root=/dev/mtdblock2 ”。/dev/mtdblock2 又是怎么和地址A 对应上的呢?内核将flash划分为 几个分区,这是在代码中固定的。/dev/mtdblock2是第3个分区,它的开始地址必须是A。 在内核启动时,可以看到这些分区的开始地址、结束地址,比如内核启动时会有类似下面的信息: Creating 3 MTD partitions on "NAND 64MiB 3,3V 8-bit": 0x00000000-0x00030000 : "bootloader" 0x00050000-0x00250000 : "kernel" 0x00250000-0x03ffc000 : "root" 对于上面的内核信息,/dev/mtdblock2对应root分区,开始地址为0x00250000,使用bootloader写文件系统映象时,烧写的地址必须是0x00250000 所以,要保证3点: ① bootloader烧到地址A, ② 地址A是内核某个分区的开始地址, ③ 命令行参数“root=/dev/mtdblockXXX ”是这个分区 (b). 正确格式的文件系统映象 不同的bootloader支持的烧写的文件系统映象格式不同、使用的烧写命令也可能不同,请注意这点。

常见C语言错误提示信息

Ambiguous operators need parentheses 不明确的运算需要用括号括起Ambiguous symbol ''xxx'' 不明确的符号 Argument list syntax error 参数表语法错误 Array bounds missing 丢失数组界限符 Array size toolarge 数组尺寸太大 Bad character in paramenters 参数中有不适当的字符 Bad file name format in include directive 包含命令中文件名格式不正确 Bad ifdef directive synatax 编译预处理ifdef有语法错 Bad undef directive syntax 编译预处理undef有语法错 Bit field too large 位字段太长 Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象 Case outside of switch 漏掉了case 语句 Case syntax error Case 语法错误 Code has no effect 代码不可述不可能执行到Compound statement missing{ 分程序漏掉"{" Conflicting type modifiers 不明确的类型说明符 Constant expression required

要求常量表达式 Constant out of range in comparison 在比较中常量超出范围Conversion may lose significant digits 转换时会丢失意义的数字Conversion of near pointer not allowed 不允许转换近指针 Could not find file ''xxx'' 找不到XXX文件 Declaration missing ; 说明缺少";" Declaration syntax error 说明中出现语法错误 Default outside of switch Default 出现在switch语句之外Define directive needs an identifier 定义编译预处理需要标识符Division by zero 用零作除数 Do statement must have while Do-while语句中缺少while部分Enum syntax error 枚举类型语法错误 Enumeration constant syntax error 枚举常数语法错误 Error directive :xxx 错误的编译预处理命令 Error writing output file 写输出文件错误 Expression syntax error 表达式语法错误 Extra parameter in call 调用时出现多余错误 File name too long 文件名太长 Function call missing ) 函数调用缺少右括号

电脑开机时各种故障的英文提示

电脑开机时各种故障的英文提示 1.CMOS battery failed 中文:CMOS电池失效。 解释:这说明CMOS电池已经快没电了,只要更换新的电池即可。 2.CMOS check sum error-Defaults loaded 中文:CMOS执行全部检查时发现错误,要载入系统预设值。 解释:一般来说出现这句话都是说电池快没电了,可以先换个电池试试,如果问题还是没有解决,那么说明CMOS RAM可能有问题,如果没过一年就到经销商处换一块主板,过了一年就让经销商送回生产厂家修一下吧! l m+~l 3.Press ESC to skip memory test 中文:正在进行内存检查,可按ESC键跳过。 解释:这是因为在CMOS内没有设定跳过存储器的第二、三、四次测试,开机就会执行四次内存测试,当然你也可以按ESC键结束内存检查,不过每次都要这样太麻烦了,你可以进入COMS设置后选择BIOS FEATURS SETUP,将其中的Quick Power On Self Test设为Enabled,储存后重新启动即可。 4.Keyboard error or no keyboard present 中文:键盘错误或者未接键盘。 解释:检查一下键盘的连线是否松动或者损坏。 5.Hard disk install failure 中文:硬盘安装失败。 解释:这是因为硬盘的电源线或数据线可能未接好或者硬盘跳线设置不当。你可以检查一下硬盘的各根连线是否插好,看看同一根数据线上的两个硬盘的跳线的设置是否一样,如果一样,只要将两个硬盘的跳线设置的不一样即可(一个设为Master,另一个设为Slave)。 6.Secondary slave hard fail 中文:检测从盘失败 解释:可能是CMOS设置不当,比如说没有从盘但在CMOS里设为有从盘,那么就会出现错误,这时可以进入COMS设置选择IDE HDD AUTO DETECTION进行硬盘自动侦测。也可能是硬盘的电源线、数据线可能未接好或者硬盘跳线设置不当,解决方法参照第5条。 7.Floppy Disk(s) fail或Floppy Disk(s) fail(80)或Floppy Disk(s) fail(40) 中文:无法驱动软盘驱动器。

常见电脑开机错误提示信息

常见电脑开机错误提示信息 1、开机提示“CMOS battery failed”信息 提示信息的意思是CMOS电池没有电了,更换主板上的锂电池即可。 2、开机提示“CMOS checksum error-Defaults loaded”信息 这种情况发生的大部分原因都是因为电力供应造成的。如超频失败后CMOS放电可出现这种情况。应该立刻保存CMOS设置。如果再次出现这个问题,建议更换锂电池。在更换电池仍无用的情况下,则将主板送修,因为CMOS芯片可能已被损坏。 3、开机提示“Display switch is set incorrectly”信息。 一般来说,老主板上有一个跳线用来设置屏幕为单色或彩色。 出现此信息表示主板上的设置和BIOS设置不一致,所以只要判断主板和BIOS设置哪个是正确的,然后更改错误的设置即可。 4、开机提示“CMOS CRC Error”信息 该故障是由于在开机的POST自动检测过程中发现CMOS RAM校验和CRC错误。 排除该故障的方法如下: 1)重新启动电脑,在显示启动信息后按下Delete键进入BIOS设置,读取BIOS默认设置,设置完毕后按下F10键保存并退出BIOS设置。 2)再次启动电脑,系统正常运行,即排除故障。 提示:一般情况下,该故障并不影响系统的正常运行,重新设置CMOS参数后即可排除故障。 5、开机提示“HARD DISK initializing Please wait a moment”信息 这种信息只会出现在较老的硬盘上,主要是因为其速度较慢。换上速度较快的硬盘即可解决问题。 6、开机提示“Hard disk install”信息 检测任何与硬盘有关的硬件设置,包括电源线、数据线和硬盘的跳线设置。如果是新购买的大容量硬盘,也要检查主板是否支持。 如果上述都没有问题,那很可能是硬件出现问题,IDE口或者硬盘损坏,拿去送修。 7、开机提示“Primary master hard fail” “Primary slave hard fail” “Secondary master hard fail” 或“Secondary slavehard fail”信息 可能是BIOS设置不当,如没有从盘,但在BIOS设置里设为从盘,就会出现此错误。也可能是硬盘的电源线、数据线为接好或者硬盘跳线设置不当。 可进入BIOS设置“IDE HDD Auto Detection”项中对硬盘进行自动检测。 8、开机提示“Hard disk(s)diagno sis fail”信息

总结电脑各种错误代码

总结各种代码(硬盘故障,ADSL错误代码表,Windows死机)一硬盘故障提示信息的含义 (1)Date error(数据错误) 从软盘或硬盘上读取的数据存在不可修复错误,磁盘上有坏扇区和 坏的文件分配表。 (2)Hard disk configuration error(硬盘配置错误) 硬盘配置不正确,跳线不对,硬盘参数设置不正确等。 (3)Hard disk controller failure(硬盘控制器失效) 控制器卡(多功能卡)松动,连线不对,硬盘参数设置不正确等。 (4)Hard disk failure(硬盘失效故障) 控制器卡(多功能卡)故障,硬盘配置不正确,跳线不对,硬盘物 理故障。 (5)Hard disk drive read failure(硬盘驱动器读取失效) 控制器卡(多功能卡)松动,硬盘配置不正确,硬盘参数设置不正 确,硬盘记录数据破坏等。 (6)No boot device available(无引导设备) 系统找不到作为引导设备的软盘或者硬盘。 (7)No boot sector on hard disk drive(硬盘上无引导扇区) 硬盘上引导扇区丢失,感染有病毒或者配置参数不正确。 (8)Non system disk or disk error(非系统盘或者磁盘错误) 作为引导盘的磁盘不是系统盘,不含有系统引导和核心文件,或者 磁盘片本身故障。 (9)Sectornot found(扇区未找到) 系统盘在软盘和硬盘上不能定位给定扇区。 (10)Seek error(搜索错误) 系统在软盘和硬盘上不能定位给定扇区、磁道或磁头。 (11)Reset Failed(硬盘复位失败) 硬盘或硬盘接口的电路故障。 (12)Fatal Error Bad Hard Disk(硬盘致命错误) 硬盘或硬盘接口故障。 (13)No Hard Disk Installed(没有安装硬盘) 没有安装硬盘,但是CMOS参数中设置了硬盘;

常用错误提示

LINGO出错时错误代码含义: 在LINGO程序求解时,系统首先会对程序进行编译.系统在编译或执行其他命令 时,会因程序中的错误或运行错误,弹出一个出错报告窗口,显示其错误代码,并简要指出错误的原因.这些错误报告信息能够提示用户发现程序中的错误,以便能尽快修改.下 面我们给出出错信息的一个简要说明,仅供参考. LINGO错误编号及原因对照表 错误代码含义 0 LINGO模型生成器的内存已经用尽(可用“LINGO|Options"命令对General Solver 选项卡中的“Generator Memory Limit"选项进行内存大小的修改) 1 模型中的行数太多(对于有实际意义的模型,这个错误很少出现) 2 模型中的字符数太多(对于有实际意义的模型,这个错误很少出现) 3 模型中某行的字符数太多(每行不应该超过200个字符,否则应换行) 4 指定的行号超出了模型中实际具有的最大行号(这个错误通常在LOOK命令中指定 了非法的行号时出现) 5 当前内存中没有模型 6 脚本文件中TAKE命令的嵌套重数太多(LINGO中限定TAKE命令最多嵌套10次) 7 无法打开指定的文件(通常是指定的文件名拼写错误) 8 脚本文件中的错误太多,因此直接返回到命令模式(不再继续处理这个脚本文件) 9 (该错误编号目前没有使用) 10 (该错误编号目前没有使用) 11 模型中的语句出现了语法错误(不符合LINGO语法) 12 模型中的括号不匹配 13 在电子表格文件中找不到指定的单元范围名称 14 运算所需的,临时堆栈空间不够(这通常意味着模型中的表达式太长了) 15 找不到关系运算符(通常是丢了“<”,“=”或“>”) 16 输入输出时不同对象的大小不一样(使用集合循环方式输入输出时,集合大小应 相同) 17 集合元素的索引的内存堆栈空间不够 18 集合的内存堆栈空间不够 19 索引函数@INDEX使用不当 20 集合名使用不当 21 属性名使用不当 22 不等式或等式关系太多(例如,约束2

电脑各种错误信息的中文意思

电脑各种错误信息的中文意思 一、BIOS中的提示信息 Drive A error 驱动器A错误 System halt 系统挂起 Keyboard controller error 键盘控制器错误 Keyboard error or no keyboard present 键盘错误或者键盘不存在 BIOS ROM checksum error BIOS ROM 校验错误 Single hardisk cable fail 当硬盘使用Cable选项时硬盘安装位置不正确 FDD Controller Failure BIOS 软盘控制器错误 HDD Controller Failure BIOS 硬盘控制器错误 Driver Error 驱动器错误 Cache Memory Bad, Do not Enable Cache 高速缓存Cache损坏,不能使用 Error: Unable to control A20 line 错误提示:不能使用A20地址控制线 Memory write/Read failure 内存读写失败 Memory allocation error 内存定位错误 CMOS Battery state Low CMOS没电了 Keyboard interface error 键盘接口错误 Hard disk drive failure 加载硬盘失败 Hard disk not present 硬盘不存在 Floppy disk(s) fail (40) 软盘驱动器加载失败,一般是数据线插反,电源线没有插接,CMOS内部软驱设置错误 CMOS checksum error-efaults loaded. CMOS校验错误,装入缺省(默认)设置 二、BIOS刷新失败后,Bootblock启动时出现的提示信息 Detecting floppy drive A media... 检测软驱A的格式 Drive media is : 1.44Mb1.2Mb 720Kb 360K 驱动器格式是1.44Mb、12Mb、720kb、360kb的一种 DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER 磁盘引导失败,插入系统盘后按任意键继续 三、MBR主引导区提示信息 Invalid partition table 无效的分区表 Error loading operating sy stem 不能装入引导系统 Missing operating system 系统引导文件丢失 说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。如果你的硬盘上有重要资料,这时你不要轻易进行分区,可找专业的数据恢复公司。 四、DOS活动分区中的提示信息 Invalid system disk 无效的系统盘 Disk I/O error, Replace the disk and press any key. 磁盘I/O错误,替换磁盘后按任意键(当C 盘系统文件丢失或被破坏时出现该提示信息。这时可能SYS C:为修复系统文件) Invalid Media Type reaching Drive C: 无效的C盘媒体格式说明。也就是C盘没有格式化或者是其他操作系统的磁盘格式如NTFS Invalid Boot Diskette Boot Failure 无效的启动盘,启动失败 五、IO.SYS中的提示信息 Insert diskette for drive and press any key when ready 插入磁盘到驱动器中后按任意键 Your program caused a divide overflow error If the problem persists, contact your program vendor 你的程序导致溢出错误。如果该问题还存在,请联系你的程序供应商

电脑启动错误提示信息解释大全

电脑启动错误提示信息解释大全 .CMOS battery failed CMOS电池失效。一般出现这种情况就是说明给主板CMOS供电的电池已经快没电了,需要朋友们及时更换主板电池。 CMOS check sum error-Defaults loaded CMOS执行全部检查时发现错误,要载入系统预设值。一般来说出现这句话有两种解释:一种是说主板CMOS供电电池快要没电了,朋友们可以先换个电池试试看;第二种解释是如果更换电池后问题还是没有解决,那么就说明CMOS RAM可能有问题了,如果主板没过一年的话就可以到经销商处换一块主板,要是过了一年就让经销商送回生产厂家修一下吧! Floppy Disk(s) fail 或 Floppy Disk(s) fail(80) 或Floppy Disk(s) fail(40) 无法驱动软盘驱动器。系统提示找不到软驱,首先要看看软驱的电源线和数据线有没

有松动或者是接反,最好是是把软驱放到另外一台机子上试一试,如果这些都不行,那么只好再买一个了,好在目前市场中的软驱还不算贵。 Hard disk install failure 硬盘安装失败。这是因为硬盘的电源线或数据线可能未接好或者硬盘跳线设置不当引 起的。朋友们可以检查一下硬盘的各根连线是否插好,看看同一根数据线上的两个硬盘的跳线设置是否一样。如果一样,只要将两个硬盘的跳线设置不一样即可(一个设为Master,另一个设为Slave)。 Hard disk(s) diagnosis fail 执行硬盘诊断时发生错误。出现这个问题一般就是硬盘内部本身出现硬件故障了,你可以把硬盘放到另一台机子上试一试,如果问题还是没有解决,只能去修一下了。如果硬盘还在包换期内的话,最好还是赶快去换一块! Hardware Monitor found an error,enter POWER MANAGEMENT SETUP for details,

电脑各种错误信息中英文对照

一、BIOS中的提示信息提示信息说明 Drive A error 驱动器A错误 System halt 系统挂起 Keyboard controller error 键盘控制器错误 Keyboard error or no keyboard present 键盘错误或者键盘不存在 BIOS ROM checksum error BIOS ROM 校验错误 Single hardisk cable fail 当硬盘使用Cable选项时硬盘安装位置不正确 FDD Controller Failure BIOS 软盘控制器错误 HDD Controller Failure BIOS 硬盘控制器错误 Driver Error 驱动器错误 Cache Memory Bad, Do not Enable Cache 高速缓存Cache损坏,不能使用 Error: Unable to control A20 line 错误提示:不能使用A20地址控制线 Memory write/Read failure 内存读写失败 Memory allocation error 内存定位错误 CMOS Battery state Low CMOS没电了 Keyboard interface error 键盘接口错误 Hard disk drive failure 加载硬盘失败 Hard disk not present 硬盘不存在 Floppy disk(s) fail (40) 软盘驱动器加载失败,一般是数据线插反,电源线没有插接,CMOS内部软驱设置错误 CMOS checksum error-efaults loaded. CMOS校验错误,装入缺省(默认)设置二、BIOS刷新失败后,Bootblock启动时出现的提示信息提示信息说明 Detecting floppy drive A media... 检测软驱A的格式 Drive media is : 1.44Mb1.2Mb 720Kb 360K 驱动器格式是1.44Mb、12Mb、720kb、360kb的一种DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER 磁盘引导失败,插入系统盘后按任意键继续三、MBR主引导区提示信息提示信息说明 Invalid partition table 无效的分区表 Error loading operating sy stem 不能装入引导系统 Missing operating system 系统引导文件丢失说明:如果在计算机启动过程中,在硬件配置清单下

电脑开机出错英文提示翻译解释

电脑开机出错英文提示翻译解释 1.bat command or file name 错误语法,命令错误。 2.data error 数据错误磁盘上有坏的区 3.deacre asing available memory 可以存贮器容量小,内存条安装不正确,内存坏,病毒。 4.diskette read failvre 软盘读取错误,软盘软驱没有接好 5.hard disk config wration error 硬盘配置不对,coms有错重新修改,硬盘数据线没有连好。 6.inavlid fconfig uratian information 无效的配置信息,coms中记录有系统信息不对。 7.no bat device available 无引导设备 8.no boot sectoron harddisk error 硬盘上无引导系统,引导扇区,病毒,参数不对 9.nonsystem diskor disk error 非系统盘或者硬盘错误,引导的磁盘不是系统盘或者磁盘有问题。 10.invalid disk drive 无效的磁盘驱动器,分区表坏,引导扇区坏,系统不正硬 11.no fised disk resent 硬盘不存在 12.keybard keypressed please hit bxpass 有无效有键请按F1跳过 https://www.360docs.net/doc/eb13136553.html,as parameters invalid coms芯片有中错误 14.missing operation system 操做系统丢失commandcom.sys 解决:用一个启动盘引导系统,用sys c: 传导或者copy到c: 15.bad or mission command interdre ter 命令解释程序错误或丢失 16.error llading oerating system 装入操作系统出错 https://www.360docs.net/doc/eb13136553.html,s bateery failed coms电池失效 https://www.360docs.net/doc/eb13136553.html,s eheck sun error-----dofavlts loaded coms检验错误 19.press esc to skiiip rnemory test 按ESC健跳过内存自检 20.hard disk lnstall railure 硬盘安装失败不正确,coms不正确

硬盘的常见错误提示及解决方法

硬盘的常见错误提示及解决方法 收集者:小路发布于:https://www.360docs.net/doc/eb13136553.html, 发布时间:2008-4-11 12:59:28 发布人:小路 减小字体增大字体 一、显示:“c:drive failure run setup utility,press(f1)to resume” 此类故障是硬盘参数设置不正确所以从软盘引导硬盘可用,只要重新设置硬盘参数即可。二、显示:“no rom basic,system halted” 病因分析:造成该故障的原因一般是引导程序损坏或被病毒感染,或是分区表中无自举标志,或是结束标志55aah被改写。 治疗方法:从软盘启动,执行命令“fdisk/mbr"即可。fdisk中包含有主引导程序代码和结束标志55aah,用上述命令可使fdisk中正确的主引导程序和结束标志覆盖硬盘上的主引导程序,这一招对于修复主引导程序和结束标志55aah损坏既快又灵。对于分区表中无自举标志的故障,可用ndd迅速恢复。 三、显示“error loading operating system”或“missing operating system” 病因分析:造成该故障的原因一般是dos引导记录出现错误。dos引导记录位于逻辑0扇区,是由高级格式化命令format生成的。主引导程序在检查分区表正确之后,根据分区表中指出的dos分区的起始地址,读dos引导记录,若连续读五次都失败,则给出“error loading opear ting system”的错误提示,若能正确读出dos引导记录,主引导程序则会将dos引导记录送入内存0:7c00h处,然后检查dos引导记录的最后两个字节是否为55aah,若不是这两个字节,则给出“missing operation system”的提示。 治疗方法:一般情况下用ndd修复即可。若不成功,只好用format c:/s命令重写dos引导记录,也许你会认为格式化后c盘数据将丢失,其实不必担心,数据仍然保存在硬盘上,格式化c盘后可用nu8.0中的unformat恢复。如果曾经用dos命令中的mirror或nu8.0中的image 程序给硬盘建立过image镜像文件,硬盘可完全恢复,否则硬盘根目录下的文件全部丢失,根目录下的第一级子目录名被更名为dir0、dir1、 dir2……,但一级子目录下的文件及其下级子目录完好无损,至于根目录下丢失的文件,你可用nu8.0中的unerase再去恢复即可。 四、显示:“invalid drive specification” 治疗方法: 1、重新分区格式化。 2、如0磁道损坏需要低级格式化,然后用set comspec(指定command文件位置),使得com mand远离0磁道。 当硬盘出现分区故障后,希望用户先用上述方法解决,若不成功,对硬盘分区格式化是解决软故障的基本方法,但信息将被清除。 其使用原则是:能用高格解决的不用分区,能用分区解决的不用低级格式化 高级分区技巧 在讲解高级分区技巧之前,我们有必要先来了解一下簇的概念。 文件系统是操作系统的重要组成部分,现在我们常用的windows操作系统都可以支持多种文件系统,例如fat16、fat32以及ntfs文件系统等。文件系统是操作系统与驱动器之间的一个接口,当操作系统请求从硬盘里读取一个文件时,会请求相应的文件系统(fat16、fat32、ntfs)打开文件,而簇的概念也在此时出现。虽然我们知道扇区是磁盘最小的物理存储单元,但对于dos操作系统来说,扇区要小得多(仅仅512个字节),dos无法对数目众多的扇区进行寻址。根据dos的设计初衷,dos只能处理216个磁盘单元,而磁盘单元可以是扇区,也可以是由扇区集合所构成的簇。所以当使用fat16格式时,扇区必须组成“簇”的形式,每个簇可以包括

黑莓手机错误提示信息说明

101 Previous startup failed 当jvm启动过程中,前一个启动的项目失败了,设备已经被重置。这个错误表明jvm 在启动时找到“启动进行中”这个标志位已经设置了,当前屏幕信息为:有意停止“系统继续重置”这个死循环,来纠正系统当前不正确的启动操作 102 Invalid code in filesystem 在文件系统中发现无效的代码。手持设备的系统检查.cod文件的变动时,在一些.cod 文件中检测到这个问题。他肯可能是表明生成过程中发生了错误,即在cod文件中存在一个有问题的签名。如果一些用户操作设备导致这个问题的发生,文件系统的代码被破坏,复位的周期将是连续循环的。唯一的恢复方法是擦去设备并且恢复一个新的系统。 103 Cannot find starting address 找不到启动的地址,用于启动系统的引导cod文件找不到。这个错误表明一个用于引导系统的cod文件没有安装到设备上,或者格式不正确。 104 Uncaught: 非预期:《java模块名》jvm诊断出一个非预期的java代码异常错误抛出,程序可以继续执行,或者手持设备可以用桌面管理器连是USB线安装一个程序调试器来查看这些错误信息。事件日志里应该包含了异常错误的信息 105 Example, DbRecSize( %d ) -> %d 举例,DbRecSize( %d ) -> %d文件系统API已经为一种特定的操作返回一种错误状态码,他可能表明在jvm上存在一个无效的或者错误的文件系统 106 Graphics system error 图形系统错误,在设备的图形系统里一个错误发生并被检测到 107 operator new() called 在jvm里,操作new()回调一个c++类,该函数代码没有被正确的从VMRamObject对象来继承,新操作符需要被正确的继承。提取当前的(-后复位)的BUGDISP 108 operator delete() called 在jvm里,操作delete ()回调一个c++类,,该函数代码没有被正确的从VMRamObject 对象来继承,新操作符需要被正确的继承。提取当前的(-后复位)的BUGDISP 109 PriorityMessageCount error: 优先级统计信息计算错误:<优先级计算>当它应该总大于或者等于零时,RimPriorityMessageCount返回的值是负的。这表明在系统中这是一个错误。提取当前(-后复位)的BUGDISP和查看系统事件记录 110 Non-idle event downtime error: 非空闲状态时间事件错误:<时间> <空闲时间>在jvm空闲时间统计时检测到一个错误,代表JVM空闲了很长时间。这通常表明在手持设备或者JVM中发生一个错误。如果计数器空闲了400天以上的设备时间,他也可能出现。

开机错误提示及解决方法

开机错误提示及解决方法 在启动Windows 之前有字符提示的错误,属于非关键性的错误,它并不会导致整个硬件系统报废,屏幕有显示说明这台机器还有药可救。但是这是一类很严重的错误,如果不加以排除,系统往往不能正常启动。我们在下文简要地罗列出了比较常见的错误提示以及解决办法。 错误信息CH-2 Time ERROR 是主板时钟TIME #2发生错误时的出现的提示信息通常须更换主板 错误信息CMOS Battery State L0W 系统中有一个用于存放CMOS参数的电池该提示的意思是该电池已用完须更换 错误信息CMOS Checksum Failure CMOS参数被保存后会产生一个代码和该值是供错误检查时使用的若读出的值和该值不相等则会出现此错误信息改正此错误须运行BIOS设置程序 错误信息CMOS System options not set 存放在CMOS中的参数不存在或被破坏运行BIOS设置程序可改正此错误 错误信息CMOS Display type mismatch 存储在CMOS中的显示类型与BIOS检查出的显示类型不一致运行BIOS设置程序可改正这个错误 错误信息Display Switch Not proper 有些系统要求用户设置主板上的显示类型用户的设置与实际情况不符时出现此错误提示改正此错误必须先关机然后重新设置主板上显示类型的跳线 错误信息Keyboard error 键盘与CMOS中设置的键盘检测程序不兼容或POST自检时用户按住键时均会出现上面的错误请检查微机中是否安装了该CMOS中的键盘接口也可将BIOS设置程序中的KEYBOARK设置项设为NOT INSTALLED未安装这样BOIS设置程序将略过键盘的POST例程另外在POST自检时不要按住键盘 错误信息KB/Interface error BIOS 检查程序发现主板上的键盘接口出现了错误请接上键盘 错误信息CMOS Memory Size Mismatch 若BIOS发现主板上的内存大小与CMOS中存放的数值不同则产生此错误信息可运行BIOS设置程序改正该错误 错误信息FDD Controller Failure BIOS不能与软盘适配器进行通讯关机检查所有接口处如检查主板上的软盘控制器与软驱相

电脑报错提示信息

电脑在启动和运行过程中,如果遇有故障均会出现相应的报错提示信息,我们可以按照出现的提示信息来解决当前遇到的故障。但是这些提示信息绝大部分都是英文提示或机器码,让人深感困惑。本文收集整理了电脑在启动、运行过程中经常出现的报错提示信息,并给出完整的解决方案,希望能对你在排除故障时有所帮助。 一、排查系统启动错误 一个完整的系统启动过程需要有系统BIOS和操作系统的紧密配合。如果某一个环节出错,都会导致系统启动失败。 1.BIOS自检提示声释义 BIOS检测报错一般情况下会发出长短不等的提示声,不同的提示声代表不同的错误信息,根据这些信息的含义,再做相应诊断就不难了。下面就以较常见的两种BIOS(Award BIOS和AMI BIOS)的为例,介绍开机自检响铃代码的具体含义: (1)Award的BIOS自检提示声释义: 1短:系统正常启动。这是我们每天都能听到的,也表明电脑没有任何问题。 2短:常规错误,请进入CMOS Setup,重新设置不正确的选项。 1长1短:RAM或主板出错。换一条内存试试,若还是不行,只好更换主板。 1长2短:显示器或显卡错误。 1长3短:键盘控制器错误。检查主板。 1长9短:主板Flash RAM或EPROM错误,BIOS损坏。换块Flash RAM试试。不停地响:电源、显示器未与显卡连接好。检查一下所有的插头。 重复短响:电源问题。 无声音无显示:电源问题。 (2)AMI的BIOS自检提示声释义: 1短:内存刷新失败。更换内存条。 2短:内存ECC校验错误。在CMOS Setup中将内存关于ECC校验的选项设为Disabled就可以解决,最根本的解决办法还是更换内存。 3短:系统基本内存(第1个64MB)检查失败。换内存。 4短:系统时钟出错。 5短:中央处理器(CPU)错误。 6短:键盘控制器错误。 7短:系统实模式错误,不能切换到保护模式。 8短:显示内存错误。显示内存有问题,更换显卡试试。 9短:ROM BIOS检验和错误。 1长3短:内存错误。内存损坏,更换即可。 1长8短:显示测试错误。显示器数据线没插好或显卡没插牢。 2.Award BIOS启动信息详解

开机错误信息提示详解

开机错误信息提示详解 WinXP非法操作详解 1、停止错误编号:0x0000000A 说明文字:IRQL-NOT-LESS-OR-EQUAL 通常的原因:驱动程序使用了不正确的内存地址。 解决方法:如果无法登陆,则重新启动计算机。当出现可用的作系统列表时,按F8键。 在Windows高级选项菜单屏幕上,选择"最后一次正确的配置",然后按回车键。 检查是否正确安装了所有的新硬件或软件。如果这是一次全新安装,请与硬件或软件的制造商联系,获得可能需要的任何Windows更新或驱动程序。 运行由计算机制造商提供的所有的系统诊断软件,尤其是内存检查。 禁用或卸掉新近安装的硬件(RAM,适配器,硬盘,调制解调器等等),驱动程序或软件。 确保硬件设备驱动程序和系统BIOS都是最新的版本。 确保制造商可帮助你是否具有最新版本,也可帮助你获得这些硬件。 禁用 BIOS内存选项,例如cache或shadow。 2、停止错误编号:0x0000001E 说明文字:KMODE-EXCEPTION-NOT-HANDLED 通常的原因:内核模式进程试图执行一个非法或未知的处理器指令。 解决方法:确保有足够的空间,尤其是在执行一次新安装的时候。 如果停止错误消息指出了某个特定的驱动程序,那么禁用他。如果无法启动计算机。 应试着用安全模式启动,以便删除或禁用该驱动程序。 如果有非Microsoft支持的视频驱动程序,尽量切换到标准的VGA驱动程序或Windows提供的适当驱动程序。 禁用所有新近安装的驱动程序。 确保有最新版本的系统BIOS。硬件制造商可帮助确定你是否具有最新版本,也可以帮助你获得他。 BIOS内存选项,例如cache,shadow。 3、停止错误编号:0x00000023或0x00000024

常见DOS出错提示

常见DOS出错提示-中文解释: DOS启动时的出错信息 Bad partition table 错误的分区表 Cannot find system file 未发现系统文件 CMOS battary state low CMOS 电池电能不足 Unrecognized command in CONFIG.SYS CONFIG.SYS中有无法识别的命令 (2)DOS工作时的出错信息 Assess denied 拒绝访问 Bad command or filename 错误的命令或文件名 Bad or missing Command Interpreter 错误的或没有命令的解释程序 Cannot load COMMAND,system halted 不能装入https://www.360docs.net/doc/eb13136553.html,,系统暂停 Cannot start COMMAND,exiting 不能启动https://www.360docs.net/doc/eb13136553.html,,退出 Date error reading drive A Abort,Retry,Ignore,Fail? A驱动器读取错误,异常结束、重试、不顾错误状态继续执行还是系统调用失败继续执行? Date error writing drive A Abort,Retry,Ignore,Fail? A驱动器写错误,异常结束、重试、不顾错误状态继续执行还是系统调用失败继续执行? Disk boot failure 磁盘自举失败 Drive not ready erro

驱动器未准备好出错 Drive overflow 除法溢出 Error in EXE file 可执行文件错误 Error reading fixed disk 硬盘读错误 Error Writing fixed disk 硬盘写错误 EXEC failure 执行故障 File creation error 文件建立错误 File not find 文件未发现 General failure 一般故障 Incorrent DOS version DOS版本不正确 Insufficient disk space 磁盘空间不足 Insufficient memory 内存不足 Internal stack overflow,system halted 内部堆栈溢出,系统暂停 Non DOS disk 非DOS磁盘 Not enough memory 内存不足

常见错误提示信息对照表

常见错误提示信息对照表 Ambiguous operators need parentheses 不明确的运算需要用括号括起 Ambiguous symbol “xxx” 不明确的符号 Argument list syntax error 参数表语法错误 Array bounds missing 丢失数组界限符 Array size too large 数组尺寸太大 Bad character in parameters 参数中有不适当的字符 Bad file name format in include directive 包含命令中文件名格式不正确 Bad ifdef directive syntax 编译预处理ifdef有语法错 Bit field too large 位字段太长 Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象 Case outside of switch 漏掉了case语句 Case syntax error case语法错误 Code has no effect 代码不可述不可能执行到 Compound statement missing{ 分程序漏掉“{” Conflicting type modifiers 不明确的类型说明 Constant expression required 要求常量表达式 Constant out of range in comparison 在比较中常量超出范围 Conversion may lose significant digits

相关文档
最新文档