We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was trying to use radlink.exe as a replacement MS link.exe in my jai program. Getting this output
D:\code\sounding\radlink_bugreport>"D:\tools\raddbg_0.9.14b\radlink.exe" /nologo sounding_0_w2.obj sounding _1_w2.obj sounding_2_w2.obj sounding_3_w2.obj /OUT:sounding.exe /MACHINE:AMD64 /INCREMENTAL:NO /DEBUG /IMPLIB:sounding.lib /libpath:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14. 33.31629\lib\x64" /libpath:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.19041.0\um\x64" /libpath:"C:\Progra m Files (x86)\Windows Kits\10\Lib\10.0.19041.0\ucrt\x64" -nodefaultlib libcmt.lib vcruntime.lib ucrt.lib kernel 32.lib dsound.lib kernel32.lib msvcrt.lib DbgHelp.lib user32.lib winmm.lib stb_vorbis.lib --- Fatal Exception --- A fatal exception (code 0xc0000005) occurred. The process is terminating. Create a new issue with this report at https://github.com/EpicGamesExt/raddebugger/issues. Call stack: 1. [0x7ff66ac5f06d] lnk_symbol_table_push_ +1181, lnk_symbol_table.c line 553 2. [0x7ff66ac628f7] lnk_defined_symbol_pusher_task +375, lnk.c line 2528 3. [0x7ff66ac5e180] tp_worker_main +320, thread_pool.c line 38 4. [0x7ff66ac7017d] os_w32_thread_entry_point +205, os_core_win32.c line 151 5. [0x7ffdd6477374] KERNEL32 6. [0x7ffdd6b1cc91] ntdll Version: 0.9.14 [33c4c7c]
Here's the input files for the repro
radlink_bugreport.zip
There's a link_command_line.bat with a command line, but you'll have to update the path to the radlink.exe
link_command_line.bat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Was trying to use radlink.exe as a replacement MS link.exe in my jai program. Getting this output
Here's the input files for the repro
radlink_bugreport.zip
There's a
link_command_line.bat
with a command line, but you'll have to update the path to the radlink.exeThe text was updated successfully, but these errors were encountered: