Maple 2017 启动 gui window 当我尝试打开它时“挂起”

Maple 2017 startup gui window “hangs” when I try to open it

我刚刚下载了 maple,命令提示符和经典工作表似乎可以正常工作,但是当我尝试使用桌面应用程序时 maplew.exe 会出现初始加载图像,但没有任何反应。然后我必须使用任务管理器将其关闭。我已经尝试 运行 作为管理员等等。我完全不确定如何解决这个问题。有谁知道如何解决这个问题?谢谢

谢谢大家。我可以给 maple 发邮件,我得到了快速回复。也许它可以帮助将来的人......

Your security software might be scanning Maple. If you can’t add Maple to the list of exceptions, please try temporarily disabling it.

If that doesn’t help, please check the Details tab of your Task Manager for jogamp-based processes. If terminating them allows Maple to finish loading, please use the attached launch script; just save it as a batch file.

If that doesn’t help either, please try enabling the jaccess line in C:\Program Files\Maple 2017\bin.X86_64_WINDOWS\launch.ini by removing the # and space in front. If you have issues saving the file, please move it to the desktop first, make and save the change, then move it back to the bin folder.

If that doesn’t help either, please enable the maxheap line in the file above, and increase the value of 700. 2048 is usually a good value to try, but if your system has more memory, a higher value can be used.

If that doesn’t help either, please try adding showconsole=true to the end of the file.

File:

if not "%minimized%"=="" goto :minimized set minimized=true

start /min cmd /C "%~dpnx0" goto :EOF :minimized

start "Maple 2017" "C:\Program Files\Maple
2017\bin.X86_64_WINDOWS\maplew.exe"

:: Kill any jogamp_exe_tst processes than are spawned timeout 5 > NUL
taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM
jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 >
NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM
jogamp_exe*

上面答案的最后一部分帮助了我。在任务管理器中,我可以看到 jogamp_exeXXX 正在启动。重复杀死它允许 Maple 启动。

为了澄清上面的答案:在您的桌面上创建一个 maple.cmd 文件。然后将其粘贴到文件中:

start "Maple 2018" "C:\Program Files\Maple 2018\bin.win\maplew.exe" timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe* timeout 5 > NUL taskkill /F /IM jogamp_exe*