Al tratar de completar la parte 2.2 de la guía para herramientas de laboratorio, no se encontraba la ruta hacia quartus_pgm, dado que la buscaba en "C:\altera\bin\quartus_pgm" y se encontraba en "C:\altera\13.1\quartus\bin\quartus_pgm". Aunque traté de cambiar el archivo npes_saved, me daba lo mismo. Lo solucioné colocando la carpeta bin en altera, pero ahora me aparece el siguiente error:
Internal Error: Sub-system: PGMIO, File: /quartus/pgm/pgmio/pgmio_dev_info_manager.cpp, Line: 236
FIO_FILE_SYSTEM::exists(device_file.fullpath().c_str()) && FIO_FILE_SYSTEM::status(device_file.fullpath().c_str(), &stat_info)
Stack Trace:
0x1614b: PGMIO_DEV_INFO_MANAGER::initialize_device_database + 0x1ab
0x16678: PGMIO_DEV_INFO_MANAGER::PGMIO_DEV_INFO_MANAGER + 0xd8
0x43590: PGMIO_DEVICE_MANAGER::pgmio_process_parts_file + 0x180
0x4d08c: PGMIO_DEVICE_MANAGER::PGMIO_DEVICE_MANAGER + 0x2fc
0x4dfe9: PGM_DEVICE_INDEX::get_user_device_list + 0x49
0x5c611: PGMIO_CDF::read_cdf_file + 0x61
0x5e3d1: PGMIO_CDF::read + 0x201
0x562e: PGME_PROGRAMMER::read_cdf + 0x1e
0x6ad5: QPGM_FRAMEWORK::process_file_argument + 0x2a5
0x12a2e: qexe_process_arguments + 0xd5e
0x13f27: qexe_process_cmdline_arguments + 0x297
0x142b4: qexe_standard_main + 0x84
0x6550: qpgm_main + 0x90
0x9d21: msg_main_thread + 0x11
0x1268: _thr_final_wrapper + 0x8
0xa3f5: msg_thread_wrapper + 0x85
0x37a7: mem_thread_wrapper + 0x47
0xad71: msg_exe_main + 0x81
0x662c: _main + 0x1c
0x9fcd: `eh vector destructor iterator' + 0x1cf
0x17c03: BaseThreadInitThunk + 0x23
0x5b90e: RtlInitializeExceptionChain + 0x8e
0x5b8d9: RtlInitializeExceptionChain + 0x59
End-trace
¿Cómo puedo solucionarlo?