未知错误(0xfffffffe)

本文关键字:0xfffffffe 错误 未知 | 更新日期: 2023-09-27 18:15:32

被抛出到这行:

// Run compiler
Process p = System.Diagnostics.Process.Start("java.exe", ex);
p.WaitForExit();

错误:

错误信息:Unknown Error (0xfffffffe) Stack Trace: atSystem.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo在System.Diagnostics.Process.Start(ProcessStartInfo .startInfo)在Arcade.UploadFunctions。minifyC2Runtime (Int32 GameID)在Arcade.GameFunctions。createGame(Int32 CatID, String Name, String描述,字符串指令,Int32用户id, Int32宽度,Int32高度)在arcadessubmit。提交游戏(对象发送者,EventArgs)在System.Web.UI.WebControls.Button.RaisePostBackEvent(字符串在System.Web.UI.Page.ProcessRequestMain(布尔值)includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

在开发服务器上一切正常,上传到活动服务器并得到这个错误。

如果我在ex行执行之前捕获它,然后在实时服务器的cmd.exe中手动执行它,它运行良好。

你知道这是什么吗?我有一种预感,这是一个权限问题,但我不确定。

未知错误(0xfffffffe)

看起来像一个权限异常。看看这个链接,你可能会在那里找到答案。

额外链接

一个

祝你好运!