168,050 questions
0
votes
0
answers
17
views
How do I troubleshoot and fix "ERR_ADDRESS_UNREACHABLE" when accessing only Figma on Windows 10?
I am unable to access Figma on my Windows 10 machine. Every time I open any Figma URL (e.g., https://www.figma.com/), Google Chrome displays the following error:
This site can’t be reached
...
-2
votes
0
answers
24
views
VMware Workstation: No Internet in Windows VM even with NAT + VMware Tools installed [closed]
I'm trying to get Internet working inside my Windows VM on VMware Workstation, but nothing seems to fix it.
Here's the situation:
Host PC is connected to the Internet via Wi-Fi
VM's Network Adapter ...
Best practices
0
votes
2
replies
54
views
How to install SSL for your domain by XAMPP on windows machine
You will got these files by your ssl provider :
certificate.crt
server.key
ca_bundle.crt
Configuration SSL by xampp server in windows servers.
SSLCertificateKeyFile : "F:/xampp/apache/conf/ssl....
0
votes
0
answers
97
views
Weird linker error "undefined reference to `__imp__vsnprintf'" in "libcrypto.a" in C++ Windows project?
I've been working on a C++ project. I have been using 2 Windows PCs for building it and both worked fine with the same (kinda janky) setup. I recently got a new computer and I get a linker error. My ...
0
votes
0
answers
82
views
Suitable Pandas installation on 32-bit Python (3.10, 3.11)
I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in ...
1
vote
0
answers
74
views
AudioSystem,isAudioLineSupported returns false [closed]
I am trying to use some Java audio code that worked back in 2019. I am now using the Eclipse IDE with JavaSE-21 running on Windows 11. The following code is not working:
AudioFormat af = ...
5
votes
0
answers
106
views
WASAPI Application Loopback is unable to record MS Teams
I am trying to develop a system audio recording application which uses the application loopback method provided by WASAPI. I'm basing my implementation upon the Windows classic samples application ...
-2
votes
0
answers
30
views
2011 MacBook Air stuck on Windows — How can I safely install macOS High Sierra [closed]
I have a 2011 MacBook Air (11″ Mid 2011 or 13″ Mid 2011) that currently only has Windows installed. I want to completely remove Windows and install macOS High Sierra (10.13.6).
Here’s my situation:
My ...
2
votes
2
answers
106
views
Why is there no need of double quotes around a command with a space in it
I want to create a shortcut which
(1)opens cmd.exe in a specific folder, then,
(2)runs within that terminal "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64....
-1
votes
0
answers
33
views
How do I fix my Windows installer, I see an error message relating to my Windows installer every time I try to install Node.js [closed]
I keep seeing this error any time I try to install Node.js in Windows, I have tried steps to fix my Windows installer, so far no luck. I can't use resources of Node.js like npm without installing it. ...
-1
votes
0
answers
35
views
Unable to boot from physical windows but boot to hyper v instead
My pc installed windows 11 pro with hyper v enabled. A windows server was set up in hyper v vm.
When I restarted the machine, it pops up to the accounts set inside hyper v so it probably was booting ...
0
votes
0
answers
58
views
git-bash gettext wrong encoding
I'm trying to translate my bash scripts using the gettext tools but I have a problem where the encoding seems to be wrong.
Let's say I have the following file called fr.po:
# French translations for ...
0
votes
0
answers
29
views
Jenkins new version won't make string variable be read by dimensionscm plugin
We have a very old Jenkins version (1.577) on windows server that we upgrade to 2.516.3 version successfully more or less. The most problematic issue is related to a freestyle job: the job is a build ...
2
votes
0
answers
70
views
PySide6 import error: DLL load failed while importing QtWidgets [closed]
I've developed a Python application on my PC running Windows 11 using the library PySide6 to create a GUI. Then, I moved all .py files on a machine running Windows Server 2016 and installed all the ...
-1
votes
0
answers
54
views
Strange bit 0x10000000 in file attributes in windows 2025 for newly created directories
I'm developing yet another software for copying data in various configurations. It is important to copy not only data but also all possible attributes available on filesystem.
For Windows (most of ...