ARJ-AK47 Posted 2008年5月6日 16:16 分享 Posted 2008年5月6日 16:16 老是出现这个问题,以为是游戏问题特地重新下载了使命4,没想到重装以后还是这样,我XXX 引用 Link to comment Share on other sites More sharing options...
RukyD Posted 2008年5月6日 16:23 分享 Posted 2008年5月6日 16:23 米有见过类似问题。 把个人文件档和mod删光看看 引用 Link to comment Share on other sites More sharing options...
*SR*AleXcH Posted 2008年5月6日 16:57 分享 Posted 2008年5月6日 16:57 可怜的人啊 引用 Link to comment Share on other sites More sharing options...
iam070 Posted 2008年5月7日 01:01 分享 Posted 2008年5月7日 01:01 可怜的47阿。。。重装系统试一试 引用 Link to comment Share on other sites More sharing options...
zb516 Posted 2008年5月7日 01:13 分享 Posted 2008年5月7日 01:13 没按照顺序升级? 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月7日 02:08 Author 分享 Posted 2008年5月7日 02:08 已经按照顺序升级了,先1.4,然后1.5.不知道是不是系统问题,有时间重装一下系统,唉 麻烦 引用 Link to comment Share on other sites More sharing options...
kknd3 Posted 2008年5月7日 02:14 分享 Posted 2008年5月7日 02:14 好像是设置文件的问题 删掉看看 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月7日 02:29 Author 分享 Posted 2008年5月7日 02:29 好像是设置文件的问题 删掉看看 要删那个文件??? 引用 Link to comment Share on other sites More sharing options...
黑色豆腐 Posted 2008年5月7日 06:39 分享 Posted 2008年5月7日 06:39 你改了配置文件没 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月7日 07:53 Author 分享 Posted 2008年5月7日 07:53 你改了配置文件没 什么都没改,游戏还是重新安装的,什么都没动。真是麻烦 引用 Link to comment Share on other sites More sharing options...
playcmnew Posted 2008年5月9日 10:51 分享 Posted 2008年5月9日 10:51 我也偶尔遇到这个问题,不知道怎么回事,而且经常掉线,基本5到10分钟就掉线,目前还无法解决 引用 Link to comment Share on other sites More sharing options...
*SR*AleXcH Posted 2008年5月11日 00:07 分享 Posted 2008年5月11日 00:07 希望我不要遇到这样的麻烦…… 引用 Link to comment Share on other sites More sharing options...
fb62 Posted 2008年5月11日 10:09 分享 Posted 2008年5月11日 10:09 俺也一样呀,有时会有时不会,重装游戏和系统都没用,看来真的是rp问题 引用 Link to comment Share on other sites More sharing options...
kknd3 Posted 2008年5月11日 12:46 分享 Posted 2008年5月11日 12:46 还没解决么? 重按我不知道你是怎样重按的……一般都把文件全删光再按比较好。我说的配置文件就是config了,cl_setgametime这种东西明显应该是config一类的设置命令。当然,我对Q3系的控制台也没啥研究。一个参考而已。 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月11日 14:19 Author 分享 Posted 2008年5月11日 14:19 还没解决么? 重按我不知道你是怎样重按的……一般都把文件全删光再按比较好。我说的配置文件就是config了,cl_setgametime这种东西明显应该是config一类的设置命令。当然,我对Q3系的控制台也没啥研究。一个参考而已。 config这个文件在哪里?是不是config_mp.cfg这个文件?我已经把这个文件删了然后进游戏还是这样,没办法了 引用 Link to comment Share on other sites More sharing options...
kknd3 Posted 2008年5月11日 15:03 分享 Posted 2008年5月11日 15:03 一个是config 一个是mp_config。我是建议删光cod4安装目录再按的 - - 而且不用备份的旧档 如果都还不行 看看换key建个新id看看把 - - 还有驱动……不过我不认为是驱动问题……不太可能是驱动…… 最XX的方法可能是去官方论坛搜搜看把 - - 这个就比较烦了 我用google搜了一下 这个是Q3的一部分代码(似乎) 可以参考。 00915 void CL_SetCGameTime( void ) { 00916 // getting a valid frame message ends the connection process 00917 if ( cls.state != CA_ACTIVE ) { 00918 if ( cls.state != CA_PRIMED ) { 00919 return; 00920 } 00921 if ( clc.demoplaying ) { 00922 // we shouldn't get the first snapshot on the same frame 00923 // as the gamestate, because it causes a bad time skip 00924 if ( !clc.firstDemoFrameSkipped ) { 00925 clc.firstDemoFrameSkipped = qtrue; 00926 return; 00927 } 00928 CL_ReadDemoMessage(); 00929 } 00930 if ( cl.newSnapshots ) { 00931 cl.newSnapshots = qfalse; 00932 CL_FirstSnapshot(); 00933 } 00934 if ( cls.state != CA_ACTIVE ) { 00935 return; 00936 } 00937 } 00938 00939 // if we have gotten to this point, cl.snap is guaranteed to be valid 00940 if ( !cl.snap.valid ) { 00941 Com_Error( ERR_DROP, "CL_SetCGameTime: !cl.snap.valid" ); 最后行就是你的那个错误了。应该可以从中找原因 把 引用 Link to comment Share on other sites More sharing options...
黑色豆腐 Posted 2008年5月12日 02:10 分享 Posted 2008年5月12日 02:10 手动升级PB去! 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月12日 07:14 Author 分享 Posted 2008年5月12日 07:14 一个是config 一个是mp_config。我是建议删光cod4安装目录再按的 - - 而且不用备份的旧档 如果都还不行 看看换key建个新id看看把 - - 还有驱动……不过我不认为是驱动问题……不太可能是驱动…… 最XX的方法可能是去官方论坛搜搜看把 - - 这个就比较烦了 我用google搜了一下 这个是Q3的一部分代码(似乎) 可以参考。 00915 void CL_SetCGameTime( void ) { 00916 // getting a valid frame message ends the connection process 00917 if ( cls.state != CA_ACTIVE ) { 00918 if ( cls.state != CA_PRIMED ) { 00919 return; 00920 } 00921 if ( clc.demoplaying ) { 00922 // we shouldn't get the first snapshot on the same frame 00923 // as the gamestate, because it causes a bad time skip 00924 if ( !clc.firstDemoFrameSkipped ) { 00925 clc.firstDemoFrameSkipped = qtrue; 00926 return; 00927 } 00928 CL_ReadDemoMessage(); 00929 } 00930 if ( cl.newSnapshots ) { 00931 cl.newSnapshots = qfalse; 00932 CL_FirstSnapshot(); 00933 } 00934 if ( cls.state != CA_ACTIVE ) { 00935 return; 00936 } 00937 } 00938 00939 // if we have gotten to this point, cl.snap is guaranteed to be valid 00940 if ( !cl.snap.valid ) { 00941 Com_Error( ERR_DROP, "CL_SetCGameTime: !cl.snap.valid" ); 最后行就是你的那个错误了。应该可以从中找原因 把 看不懂啊,唉。。。豆腐我的PB已经手动升级几十次了,就是不行啊!现在都不能玩了 我重装系统 重装游戏 换显卡驱动 换KEY 换ID 升级PB 基本能式的方法都试过了,不行。。。 引用 Link to comment Share on other sites More sharing options...
黑色豆腐 Posted 2008年5月12日 09:41 分享 Posted 2008年5月12日 09:41 你重装的是原光碟版么?!~ 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月13日 05:49 Author 分享 Posted 2008年5月13日 05:49 你重装的是原光碟版么?!~ 在使命召唤4中文站下的6.32G版本 http://bbs.callofduty4.cn/viewthread.php?t...;extra=page%3D1 引用 Link to comment Share on other sites More sharing options...
lich Posted 2008年5月14日 01:57 分享 Posted 2008年5月14日 01:57 重装一下系统 引用 Link to comment Share on other sites More sharing options...
ARJ-AK47 Posted 2008年5月14日 08:10 Author 分享 Posted 2008年5月14日 08:10 重装一下系统 重装了5便了。。。现在这个用的是上海政府版XP,还是不行!救命啊,我现在都玩不了了 引用 Link to comment Share on other sites More sharing options...
kknd3 Posted 2008年5月14日 08:14 分享 Posted 2008年5月14日 08:14 DX的问题可能不? 引用 Link to comment Share on other sites More sharing options...
fb62 Posted 2008年5月14日 16:55 分享 Posted 2008年5月14日 16:55 不知楼主用的是不是创新声卡,我这段时间也是同样的问题, 现在进游戏前将进程中没用的全部终止,特别是创新声卡的devler32.exe进程关闭, 然后马上进服务器,现在只有TP.V的服务器还会被踢,其他都能进了, 另外创新声卡的devler32.exe会再次自动加载,从游戏退出后想再进还是得关闭这个进程, 希望对你有所帮助..... 引用 Link to comment Share on other sites More sharing options...
*SR*AleXcH Posted 2008年5月14日 18:38 分享 Posted 2008年5月14日 18:38 深表同情…… 引用 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.