Update 1之后的构建时间非常慢 [英] Extremely slow build times after Update 1

查看:145
本文介绍了Update 1之后的构建时间非常慢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有x86和ARM版本的C ++ / DirectX游戏,用于Win8和Win10以及WinPhone。更新后,我注意到当我准备创建商店包时,构建所需的时间会大大增加。在更新之前,构建x86版本需要花费
几分钟,可能需要5分钟才能为任何平台构建ARM版本。更新后,需要15分钟才能构建任何这些版本,无论是x86还是ARM。当我必须为所有平台构建5个独立版本
时,只需要一个多小时来构建它们。计算能力不是问题,我使用带有12gb内存的i7,正如我之前所说的那样,在更新之前从未发生这种情况。

I have a C++/DirectX game with x86 and ARM versions for Win8 and Win10 and WinPhone. After the update I've noticed a very large increase in the time it takes to build when I am ready to create store packages. Before the update it would take me a couple minutes to build an x86 version and maybe 5 minutes to build an ARM version for any platform. After the update it takes a solid 15 minutes to build any of these versions, whether it's x86 or ARM. When I've got to build 5 separate versions for all platforms it takes over an hour just to build them. Computing power is not the issue, I am using an i7 with 12gb ram, and as I said before this was never happening before the update.

是否有人否则经历这个?有人有什么想法吗?

Is anybody else experiencing this? Anybody have any ideas?

推荐答案

嗨Nate,

感谢你的帖子。

据我所知,安装update1不会导致此问题。

As far as I know, installing update1 will not cause this problem.

如何构建新的创建项目? 并且检查VS2015更新1中构建的时间是否比VS2015更长。

How about building a new create project?  And Check whether takes more time when building in VS2015 update 1 than VS2015.

请尝试以下方式:

1。请清除整个解决方案并删除* .suo文件。然后尝试重建整个解决方案。

1. Please clean the entire solution and delete the *.suo file. Then try to rebuild the entire solution.

2。尝试以安全模式运行Visual Studio以检查某些加载项和扩展是否会影响构建进度(devenv / safemode)

2. Try running Visual Studio in Safe mode to Check whether some add-ins and extensions affect the building progress (devenv /safemode)

3。尝试使用此命令恢复Visual Studio默认设置:"devenv.exe / resetsettings"。

3. Try to restore Visual Studio default settings using this command: "devenv.exe /resetsettings".

此外,由于它运行良好 在安装update1之前。如果以上建议仍无济于事。我想安装Update1时项目的某些配置已经改变。

In addition, since it worked well  before installing update1. If above suggestions still no help. I suppose some configuration of the project were changed when installing the Update1.

在这种情况下,我建议你可以创建一个新的空解决方案。然后将文件复制到项目中然后尝试构建。

In this case, I suggest you could create a new empty solution. Then copy the files to the projects then try to build.

希望对您有所帮助。



最诚挚的问候,


Best Regards,

Lake Xiao

Lake Xiao


这篇关于Update 1之后的构建时间非常慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆