From 9af787692e3925d70c9f29eca3c47bdb7479d076 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 16:04:34 +0800 Subject: [PATCH] fix: fix release mode compilation on Windows --- .../Windows64/4JLibs/libs/4J_Input.lib | Bin 693068 -> 693068 bytes .../Windows64/4JLibs/libs/4J_Render_PC.lib | Bin 5561880 -> 5561880 bytes .../Windows64/4JLibs/libs/4J_Storage.lib | Bin 759882 -> 759882 bytes README.md | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib b/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib index 5fecd9716aca110ed8ee3cf4b644e5211962e542..724a12280c1aeab8fc057218463fceaaaf5b96cd 100644 GIT binary patch delta 129 zcmX@JOzX@tt%fa(LXwP@+xORVGBdY}$uPEy$uPBx$$;1_?P4;l?P4-)?P425l2w4AO#RcOid2@<}%(*@pn=(oQ# z;%a|s#NGbVh^PIf5pVlTBfj>RM*QtBjRe|X8VPQHX(Z&D#Avx)f2xqY9;0Qu|6!r+ z{)dHEuYicfFt&&1inNF4infR6inWL5inoX7O0Rn@-)G4UW{yN9D%yN9ECyN9DjyN9D@ zyN9DzyN9E8yN9DryN9E0yN9D*yN9EGyN9DeyN9D;yN9DuyN9Fkb`M9BJ5~@=Vi?;S zYfai4Yfal5Yt7mlYt7pmYc1LvYc1OwYpvQFYpvTGYi-&aYi-*bYwg+_Ywg<`YaQAf zYaO>Y);dkMhnX@xJXa)jy5BEOuIa~eMI75z_dB(#?ssli-S5(_y5F^3b-!D?>VEfj z)%_mrs{1|LRrh?W+3&+g0}mZCBkNoSX%- LVEa?85aZ1Nk^!X< delta 439 zcmbQS=Q0xrH?%OeFtsqZu(YtYu(hzaaI|o4;o>l2G@q_NRcOid2@<}%(*@pn=(oQ# z;%a|s#NGbVh^PIf5pVlTBfj>RM*QtBjRe|X8VPQHX(Z&D#Av=Rn@-)G4UW{yN9D%yN9ECyN9DjyN9D@ zyN9DzyN9E8yN9DryN9E0yN9D*yN9EGyN9DeyN9D;yN9DuyN9Fkb`M9BJ5~@=Vi?;S zYfai4Yfal5Yt7mlYt7pmYc1LvYc1OwYpvQFYpvTGYi-&aYi-*bYwg+_Ywg<`YaQAf zYaO>Y);dkMhnX@xJXa)jy5BEOuIa~eMI75z_dB(#?ssli-S5(_y5F^3b-!D?>VEfj z)%_mrs{1|LRrh?W+3&+g0}mZCBkNoSX%- LVEa?85aZ1Nf_bF? diff --git a/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib b/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib index e1d70b8798d1d4845f12af8da047f35e61d4e29a..d8157a20e274633d041505fceb0a57f635135d9b 100644 GIT binary patch delta 151 zcmX@LLGRQCy@oA}Yf_mk4W=(>;S$*%P{wwEX}VWC*S75znT#%>*d#a(F=}nZBGJCD zjH!KJ8FTx-GM4T8%2;du!xXg#l(Dr3l(Dx5lyS5NlyPnkDC1J$gULcHZTD*DTJF`( GEeHS@NH=T% delta 151 zcmX@LLGRQCy@oA}Yf_oa4W=(>;S$*%P{wwEX}VWC*S75znT#%>*d#a(F=}nZBGJCD zjH!KJ8FTx-GM4T8%2;du!xXg#l(Dr3l(Dx5lyS5NlyPnkDC1J$gULcHZTD*DTJF`( GEeHS=2sdH? diff --git a/README.md b/README.md index 92b58e58..19018bfc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -This project contains the source code of Minecraft Legacy Console Edition v1.12, with some fixes applied to allow compilation and execution in Debug mode on Windows using Visual Studio 2022. +This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes applied to allow compilation and execution in Debug and Release mode on Windows using Visual Studio 2022. ## Build & Run @@ -12,7 +12,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.12, 2. Clone the repository 3. Open the project by double-clicking `MinecraftConsoles.sln` 4. Make sure `Minecraft.Client` is set as the Startup Project -5. Set the build configuration to **Debug** and the target platform to **Windows64**, then build and run +5. Set the build configuration to **Debug** or **Release** and the target platform to **Windows64**, then build and run ## Playing @@ -20,12 +20,12 @@ Since Minecraft Legacy Console Edition does not natively support keyboard and mo ## Known Issues -1. The project does not compile in Release mode on Windows. Builds for other platforms have not been tested and are most likely non-functional. +1. Builds for other platforms have not been tested and are most likely non-functional. 2. Sound effects are missing. 3. Other unknown issues may exist. ## Goals - [ ] Native keyboard and mouse input support -- [ ] Fix compilation in Release mode on Windows +- [x] Fix compilation in Release mode on Windows - [ ] Fix builds and execution on non-Windows platforms