168,184 questions
0
votes
0
answers
14
views
No such file or directory @ rb_sysopen - CodeDeploy Gives Error Even The Path Exists
CodeDeploy giving error
No such file or directory @ rb_sysopen - C:\ProgramData/Amazon/CodeDeploy/a5e44c96-0925-4071-806d-72adee9955c7/d-KTEDSL9LD/deployment-archive/dev-glf-orbis-store-build\packages\...
0
votes
0
answers
27
views
Generate Python wheels with conan
I want to generate Python wheels for my project (the last step before to put them on PyPI). I use conan for that. CMake found system dependencies but not conan dependencies for Ceres, Eigen and ...
-2
votes
0
answers
39
views
What errors should I catch on a C# Dot Net http server? [closed]
I am new to C# and maintaing an old game engine that has a TCP/IP server. A game viewer connects to it to play. I discovered a forcibly closed socket can cause the server to stop listening. This means ...
-1
votes
0
answers
77
views
Calling PEM_read_PrivateKey causes program to crash in OpenSSL 3.x
I call PEM_read_PrivateKey to read the private key using the following code, however after calling PEM_read_PrivateKey the program crashes (exists with error code 1) on Windows 11.
std::string pem = ...
-2
votes
0
answers
29
views
The application installed on the server restarts by itself at irregular intervals [closed]
My application hosted on IIS restarts itself at irregular intervals. When I check the Windows Event Logs, I only see entries indicating that the application was stopped and started—nothing more. The ...
2
votes
0
answers
35
views
gopacket how to distinguish between phyiscal and virtual devices
I am using pcap.FindAllDevs() to find all devices then monitor their traffic. However, I only need the physical ones and the library doesnt provide a method to distinguish between physical and virtual ...
3
votes
0
answers
76
views
How to add a Bridging Header in Visual Studio Code for a Swift project [closed]
I have installed Swift 6.1.2 on my Windows PC. I have no problem compiling my Swift project but I want to add a Bridging Header to import some C code. I have seen a few posts and articles but I am ...
0
votes
0
answers
39
views
CMake Qt project suddenly failing: “Cannot find source file” with duplicated file path after Git reset / vcpkg changes
Context:
I have a CMake project that was working for building a Qt6 app using MSVC 2022, CMake, and vcpkg (manifest mode).
I made some changes to try and get the project running fully via vcpkg, didn’...
-1
votes
1
answer
47
views
cmake generating a bad command line option for CUDA in MSVC on Windows [closed]
Cmake build is producing this error message,
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
when running this command like that itself generates:...
0
votes
1
answer
19
views
infverif.exe error 1273 uses disk id 1, which is not listed under [SourceDisksNames]
While I was trying to install a custom made driver using a self-written .inf file, I decided to use the Microsoft infverif program to check the .inf file.
Unfortunately, the program reported an error:
...
0
votes
0
answers
23
views
How to delete files in deliveryoptimization\cache Windows 10 [closed]
All articles say you are supposed to use the DiskCleanup utility and select the "Delivery Optimization" check box.
Except that check box does not exist on my system. This is regardless as ...
0
votes
0
answers
55
views
Will I need to use a different library than WINSOCK2 if I want to interface with Unix like systems [closed]
I'm going to be building a network scanner in Windows. Will I need to select a different library if I'm going to be planning on SSHing in to unix-like systems? I.E. if my network scanner will also be ...
0
votes
0
answers
26
views
IntelliJ IDEA: Cannot run program "C:\Program Files\nodejs\npx": CreateProcess error=193 when using MCP server
I'm trying to integrate a Model Context Protocol (MCP) server into IntelliJ IDEA (via **Settings > Tools > AI Assistant > Model Context Protocol**) using the following JSON configuration:
```...
0
votes
1
answer
43
views
Matlab reads differently MP3 file in Windows and in Linux [closed]
In my project I have to get a numeric vector of audio signal wave from MP3 file.
Using MATLAB and "audioread" function.
The code is very basic:
[x, Faudio] = audioread('patient01.MP3');
...
-1
votes
0
answers
23
views
Unable to delete folder with unknown number of subfolders [closed]
I have a folder that it seems to have exceeded Windows' maximum path length limit (260 characters by default). And it has been impossible to delete. I have very few knowledge is this kind of topics.
I ...