爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 674|回复: 22
收起左侧

SIMOCO在Windows 2003下运行出错

[复制链接]
发表于 2006-11-21 11:24:35 | 显示全部楼层 |阅读模式
952金钱数
在XP下运行无问题,在2003标准版和企业版下运行都出现如图出错,我刚装完系统运行也是会出现这种出错,在宿舍同样安装2003的机器上却没有问题,不知何故
刚发现,在2003的安全模式下可以运行


                               
登录/注册后可看大图


[ 本帖最后由 闪到腰 于 2006-11-21 13:50 编辑 ]

最佳答案

查看完整内容

Runtime errors Runtime errors occur when your program contains valid statements, but the statements cause errors when they are executed. For example, your program might try to open a nonexistent file, or it might try to divide a number by zero. The operating system detects runtime errors and stops program execution when they occur. Using the debugger, you can run to a specific program ...
发表于 2006-11-21 11:24:36 | 显示全部楼层
Runtime errors

Runtime errors occur when your program contains valid statements,
but the statements cause errors when they are executed. For example,
your program might try to open a nonexistent file,
or it might try to divide a number by zero.
The operating system detects runtime errors and stops program execution when they occur.
Using the debugger, you can run to a specific program location. From there,
you can execute your program one statement at a time,
watching the behavior of your program with each step.
When you execute the statement that causes your program to fail,
you can fix the source code, recompile the program, and resume testing.


&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Certain errors at runtime cause the program to display an error message and terminate:

Runtime error nnn at xxxxxxxx

where nnn is the runtime error number,
and xxxxxxxx is the runtime error address.

Delphi applications that use the SysUtils unit map most runtime errors to Exceptions,
which enable your application to resolve the error without terminating.
This is called "exception handling".

The runtime errors are divided into three categories:

I/O errors, numbered 100 through 149
fatal errors, numbered 200 through 255
Operating system errors

搜索到第一种:
1、及时升级杀毒软件,之后认真在整个硬盘上查杀此病毒,彻底清除掉查到的Backdoor.SubSeven木马病毒。
2、到注册表编辑器(建议您修改注册表前进行备份)
删除键值:HKEY_LOCAL_MACHINE\Software\SubSeven
然后重新启动电脑


搜索到第二种:
http://support.microsoft.com/?kbid=259279

[ 本帖最后由 blackhold 于 2006-11-21 12:35 编辑 ]
回复

使用道具 举报

发表于 2006-11-21 11:26:05 | 显示全部楼层
人品..左左运行都没事..
回复

使用道具 举报

发表于 2006-11-21 11:35:13 | 显示全部楼层
:|O| :|O| 有个办法,装 xp
回复

使用道具 举报

 楼主| 发表于 2006-11-21 11:38:01 | 显示全部楼层

回复 #2 comdin 的帖子

;P ;P ;P
回复

使用道具 举报

发表于 2006-11-21 11:47:00 | 显示全部楼层
修改兼容方式
回复

使用道具 举报

 楼主| 发表于 2006-11-21 11:48:15 | 显示全部楼层
原帖由 啤酒 于 2006-11-21 11:47 发表
修改兼容方式

修改成XP的?
回复

使用道具 举报

 楼主| 发表于 2006-11-21 12:31:32 | 显示全部楼层

回复 #7 blackhold 的帖子

拒绝E文...
回复

使用道具 举报

发表于 2006-11-21 12:35:30 | 显示全部楼层
:O :O RPWT!!!:|O| :|O|
回复

使用道具 举报

发表于 2006-11-21 12:38:23 | 显示全部楼层
SiMoCo - Siemens Mobile Control 2.2.8
           S25, C35(i), M35, S35(i), SL42(i), SL45(i), C45, S45(i),
           ME45, M,MT50, C55, S55, SL55, M55, A60, C60, MC60, CF62,
           C65, M65, CX65, S65, CX70, C75, CX75, M75
  -------------------------------------------------------------------
  Software requierements: 32-bits operating system Windows
                          (95,98,ME,NT,2000,XP)
  Hardware requierements: mobile phone Siemens connected to computer
           either cable on serial port or over infra-red port, that
    emulates the serial port COM (virtual infra COM port).
回复

使用道具 举报

 楼主| 发表于 2006-11-21 12:43:17 | 显示全部楼层

回复 #10 blackhold 的帖子

用的就是2.28,正在装多次2003试试
回复

使用道具 举报

发表于 2006-11-21 12:51:51 | 显示全部楼层
:@ :@
回复

使用道具 举报

发表于 2006-11-21 12:52:01 | 显示全部楼层
2、到注册表编辑器(建议您修改注册表前进行备份)
删除键值:HKEY_LOCAL_MACHINE\Software\SubSeven
然后重新启动电脑


OR



http://support.microsoft.com/?kbid=259279
回复

使用道具 举报

发表于 2006-11-21 12:57:50 | 显示全部楼层
学习:P
回复

使用道具 举报

 楼主| 发表于 2006-11-21 13:50:17 | 显示全部楼层
原帖由 blackhold 于 2006-11-21 12:52 发表
2、到注册表编辑器(建议您修改注册表前进行备份)
删除键值:HKEY_LOCAL_MACHINE\Software\SubSeven
然后重新启动电脑


OR



http://support.microsoft.com/?kbid=259279

没有那个键值,发现在安全模式下可以运行...
回复

使用道具 举报

发表于 2006-11-21 14:13:53 | 显示全部楼层
一点也看不懂  
看来引子和我无缘了
回复

使用道具 举报

 楼主| 发表于 2006-11-21 14:29:36 | 显示全部楼层
GOGOGOGO
回复

使用道具 举报

 楼主| 发表于 2006-11-21 14:44:46 | 显示全部楼层
不要掉下来,暂未解决,难道要每次用开虚拟机...
回复

使用道具 举报

 楼主| 发表于 2006-11-21 15:08:59 | 显示全部楼层
弄了三天还是只能在安全模式下运行....
回复

使用道具 举报

 楼主| 发表于 2006-11-21 16:07:22 | 显示全部楼层
杀毒,杀木马,重装,改兼容模式,还是只能在安全模式下运行
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2025-7-5 08:15

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表