raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

RAD Linker, Error(002): /RAD_LINK_VER: unable to parse minor version, even with no arguments.

Open aer-i opened this issue 7 months ago • 4 comments

I'm using latest version of the linker. Image

aer-i avatar Jun 12 '25 18:06 aer-i

Same issue here:

radlink -DEBUG -ignore:4199 -LARGEADDRESSAWARE -PDB:K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp_ra.pdb -OPT:REF -OPT:ICF -out:"K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp_ra.exe"  "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp.obj" "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_Widget.obj" "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/stdafx.obj"  "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niAppLib_ra.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niScript_ra.dll.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niUI_ra.dll.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niLang_ra.dll.lib" kernel32.lib winmm.lib gdi32.lib user32.lib shell32.lib
Error(002): /RAD_LINK_VER: unable to parse minor version

I just renamed "link" to "radlink" in my makefile, is there anything else that should be done? - I copied radlink.exe/pdb to a folder in $PATH.

prenaux avatar Jul 20 '25 12:07 prenaux

Also hitting this. Help print /? also provides incorrect info - /RAD_LINK_VER:##,## but looking at the code ##.## is expected? Regardless, it still fails to process for me.

ttvd avatar Jul 29 '25 04:07 ttvd

What radlink version are you using? I believe this issue should be fixed with 91ddd21 commit.

mmozeiko avatar Jul 29 '25 04:07 mmozeiko

I used the radlink executable from the last release (June 10th).

ttvd avatar Jul 29 '25 13:07 ttvd