TISUnion / MCDaemon-go

用golang实现的Minecraft进程管理程序
GNU General Public License v3.0
39 stars 6 forks source link

release-2.2闪退问题 #5

Closed GentlemanII closed 4 years ago

GentlemanII commented 4 years ago

看着B站tis的视频,修改了文件名,但是启动的时候窗口闪退。 环境:windows10 64位专业工作站版 版本1909(KB4524244)

lightbrotherV commented 4 years ago

看着B站tis的视频,修改了文件名,但是启动的时候窗口闪退。 环境:windows10 64位专业工作站版 版本1909(KB4524244)

修改了哪个文件?修改了哪些内容?

GentlemanII commented 4 years ago

谢谢大佬的回复! 修改了 jvm的最大内存 Xmx = 8192M和服务器启动文件名称

------------------ 原始邮件 ------------------ 发件人: "lightbrother"<notifications@github.com>; 发送时间: 2020年2月25日(星期二) 晚上7:31 收件人: "TISUnion/MCDaemon-go"<MCDaemon-go@noreply.github.com>; 抄送: " Gentleman"<1306760802@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [TISUnion/MCDaemon-go] release-2.2闪退问题 (#5)

看着B站tis的视频,修改了文件名,但是启动的时候窗口闪退。 环境:windows10 64位专业工作站版 版本1909(KB4524244)

修改了哪个文件?修改了哪些内容?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

GentlemanII commented 4 years ago

还是闪退 ------------------ 原始邮件 ------------------ 发件人: "lightbrother"<notifications@github.com>; 发送时间: 2020年2月25日(星期二) 晚上7:37 收件人: "TISUnion/MCDaemon-go"<MCDaemon-go@noreply.github.com>; 抄送: " Gentleman"<1306760802@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [TISUnion/MCDaemon-go] release-2.2闪退问题 (#5)

服务器启动文件名称

server_name = server.jar

服务器启动文件, 完整路径为 server_path + '/' + server_name

server_path = minecraft

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lightbrotherV commented 4 years ago

谢谢大佬的回复! 修改了 jvm的最大内存 Xmx = 8192M和服务器启动文件名称

服务器启动文件名称 server_name = server.jar 服务器启动文件, 完整路径为 server_path + '/' + server_name server_path = minecraft 确包服务端路径是minecraft/server.jar

例子: 服务端路径:C:\user\mincecraft\1.12.2-server.jar server_name= 1.12.2-server.jar server_path = C:\user\mincecraft

GentlemanII commented 4 years ago

感谢大佬!!!  问题解决

------------------ 原始邮件 ------------------ 发件人: "lightbrother"<notifications@github.com>; 发送时间: 2020年2月25日(星期二) 晚上7:43 收件人: "TISUnion/MCDaemon-go"<MCDaemon-go@noreply.github.com>; 抄送: " Gentleman"<1306760802@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [TISUnion/MCDaemon-go] release-2.2闪退问题 (#5)

谢谢大佬的回复! 修改了 jvm的最大内存 Xmx = 8192M和服务器启动文件名称

服务器启动文件名称 server_name = server.jar 服务器启动文件, 完整路径为 server_path + '/' + server_name server_path = minecraft 确包服务端路径是minecraft/server.jar

例子: 服务端路径:C:\user\mincecraft\1.12.2-server.jar server_name= 1.12.2-server.jar server_path = C:\user\mincecraft

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.