change
New Contributor
3 years agoFatal Error: Access Violation at 00007FFC3F3D72D5
The system I am using is win11, and an error will be reported every time I compile. Is this problem caused by the incompatibility of win11? The error log is as follows:
Problem Details
Error:
*** Fatal Error: Access Violation at 00007FFC3F3D72D5Module: quartus.exeStack Trace: Quartus 0xf72d4: boost::iterators::detail::iterator_facade_base<boost::iterators::transform_iterator<boost::process::detail::make_const_entry<wchar_t,boost::process::basic_environment_impl<wchar_t,boost::process::detail::windows::native_environment_impl> const >,wchar_t * __ptr64 * __ptr64,boost::process::detail::const_entry<wchar_t,boost::process::basic_environment_impl<wchar_t,boost::process::detail::windows::native_environment_impl> const >,boost::process::detail::const_entry<wchar_t,boost::process::basic_environment_impl<wchar_t,boost::process::detail::windows::native_environment_impl> const > >,boost::process::detail::const_entry<wchar_t,boost::process::basic_environment_impl<wchar_t,boost::process::detail::windows::native_environment_impl> const >,boost::iterators::random_access_traversal_tag,boost::process::detail::const_entry<wchar_t,boost::process::basic_environment_impl<wchar_t,boost::process::detail::windows::native_environment_impl> const >,__int64,0,0>::operator* + 0x34 (da_flng) Quartus 0xfd270: boost::process::detail::windows::search_path + 0x100 (da_flng) Quartus 0xf8fcb: flng_call_cmd_thread + 0xa6b (da_flng) Quartus 0x28ec2: msg_thread_wrapper + 0x82 (ccl_msg) Quartus 0x2c323: mem_thread_wrapper + 0x73 (ccl_mem) Quartus 0x9b93: thr_thread_begin + 0x33 (ccl_thr) Quartus 0x1257c: BaseThreadInitThunk + 0x1c (KERNEL32) Quartus 0x5aa57: RtlUserThreadStart + 0x27 (ntdll)End-traceQuartus Prime Version 23.3.0 Build 104 09/20/2023 SC Pro EditionPatches Installed: 0.06fw
Executable: quartus
Comment:
None
System Information
Platform: windows64
OS name: Windows 11
OS version: 10.0.22621
Quartus Prime Information
Address bits: 64
Version: 23.3.0
Build: 104
Edition: Pro Edition
你好
无论使用什么样本,即使它只是一个简单的栅极逻辑电路,也会报告此错误。
后来,我尝试将版本降级到23.1,此错误不再发生,我可以正常编译。