Gms2 (gamemaker Studio 2) running problems encountered in the project

 recently used GMS2

There were a few problems when I started running the official Demo, so let's focus on the solution

FAILED: Run Program Complete

There is an error running Demo directly under Win10:
 C:\Windows\system32\cmd.exe exited with non-zero status (1)
elapsed time 00:00:02.5630000s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.1.16/bin/Igor.exe" -options="C:\Users\Kaiser\AppData\Local\Temp\GameMakerStudio2\build.bff" -- Windows Run started at 02/12/2017 20:25:49
FAILED : Run Program Complete

This is a problem with the running environment installation, which may be related to antivirus software or system permissions. Solutions:

  1. file/prefrences/feeds/master to download the latest Runtime, if is the latest delete reshipment
  2. close to kill soft
  3. with administrator privileges to open GMS2

    System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified

    This is also a typical installation environment failure problem

    C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.1.16/windows/Runner.exe  -game "C:\Users\Dave\AppData\Local\Temp\GameMakerStudio2\Test_50CBC7E2\Test.win"
    System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start()
       at Igor.Command.ExecuteCommandSync(String _command, String _args, Boolean _fail_on_error, String _cwd, Dictionary`2 _env, Boolean as_admin) in c:\hudson\ZeusBase\ZeusGreen\GameMaker\Zeus\Igor\Program.cs:line 64
       at Igor.WindowsBuilder.Run() in c:\hudson\ZeusBase\ZeusGreen\GameMaker\Zeus\Igor\Builders\WindowsBuilder.cs:line 144
    elapsed time 00:00:03.6157316s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.1.16/bin/Igor.exe" -options="C:\Users\Dave\AppData\Local\Temp\GameMakerStudio2\build.bff"  -- Windows Run started at 11/17/2016 12:29:14 AM

    和第一个问题一样,Runtime安装失败,步骤类似可以使用同样的方法解决

    关于无法创建Temp文件夹

    这个比较特别可能是没有对应磁盘的文件,GMS1曾经尝试在C盘根目录创建游戏文件失败,可以将临时文件修改为其他磁盘解决问题

    如图修改:

    查看原文:http://www.51xyyx.com/3226.html

    Read More: