Unable to launch dialog

This commit is contained in:
huangyuhui
2018-02-02 10:46:27 +08:00
parent cec8249b24
commit 7ea2b57ece
8 changed files with 57 additions and 21 deletions

View File

@@ -144,7 +144,7 @@ launch.advice.newer_java=Java 8 is suggested, which can make game run more fluen
launch.advice.not_enough_space=You have allocated too much memory, because the physical memory size is %dMB, your game probably crash. The launcher will try to launch it.
launch.advice.too_large_memory_for_32bit=You have allocated too much memory, because of your 32-Bit Java Runtime Environment, your game probably crash. The maximum memory is 1024MB. The launcher will try to launch it.
launch.circular_dependency_versions=Found circular dependency versions, please check if your client has been modified.
launch.failed=Failed to launch.
launch.failed=Unable to launch
launch.failed.cannot_create_jvm=We find that it cannot create java virutal machine. The Java argements may have problems. You can enable the no args mode in the settings.
launch.failed.decompressing_natives=Did not finish decompressing native libraries, continue launching game?
launch.failed.downloading_libraries=Did not finish downloading libraries, continue launching game?
@@ -153,6 +153,7 @@ launch.failed.packing_jar=Failed to pack the jar.
launch.failed.sh_permission=Failed to add permission to the launch script.
launch.failed_creating_process=Failed to create process, maybe your java path is wrong, please modify your java path.
launch.state.dependencies=Decompressing natives
launch.state.done=Done
launch.state.logging_in=Logging In
launch.state.modpack=Preparing for modpack
launch.state.waiting_launching=Waiting for game launching

View File

@@ -153,6 +153,7 @@ launch.failed.packing_jar=在打包jar时发生错误
launch.failed.sh_permission=为启动文件添加权限时发生错误
launch.failed_creating_process=启动失败在创建新进程时发生错误可能是Java路径错误。
launch.state.dependencies=正在处理游戏依赖
launch.state.done=启动完成
launch.state.logging_in=登录中
launch.state.modpack=正在下载必要文件
launch.state.waiting_launching=等待游戏启动