stoz Posted August 2, 2020 Posted August 2, 2020 Hi, I installed cncnet_1.0_all.deb successfully however when it tries to run the initial setup/update it gives an error: Download failed: Success. In the window behind it seems that it is trying to download dotnetfx.exe and failing with the error "Cannot connect". Subsequent attempts to launch cncnet give the following error: 0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed However, if I run rm -rf ~/.local/share/cncnet then run cncnet it will open the cncnet window with the same "Download failed: Success." error while trying to download dotnetfx.exe I am running Pop! OS 20.04 which is based on Ubuntu 20.04. Any help is appreciated.
1 FunkyFr3sh Posted August 2, 2020 Posted August 2, 2020 Not sure why this would happen, but you can try the following: rm -rf ~/.local/share/cncnet Now modify the "cncnet" bash script and change this: INSTALLER="$WINEPREFIX/drive_c/CnCNet.exe" INSTALLERURL="https://downloads.cncnet.org/CnCNet.exe" To this: INSTALLER="$WINEPREFIX/drive_c/CnCNet-dotnetfx.exe" INSTALLERURL="https://downloads.cncnet.org/CnCNet-dotnetfx.exe" Now run cncnet again. You should be able to get to the launcher now, but i'm not sure if the downloads will fail in there as well or not
1 dkeeton Posted August 7, 2020 Posted August 7, 2020 2 hours ago, linuxuser said: Having the same issue on Pop-os as well. Can you please explain the second part of changing the bash script? I downloaded the .deb... where can I find the bash file? It's in /usr/bin/cncnet after you install the .deb. edit it with sudo nano /usr/bin/cncnet
0 linuxuser Posted August 7, 2020 Posted August 7, 2020 Having the same issue on Pop-os as well. Can you please explain the second part of changing the bash script? I downloaded the .deb... where can I find the bash file?
0 linuxuser Posted August 8, 2020 Posted August 8, 2020 Got past the first download issue, but now I've hit another download fail. I opted to install the full game of TSF... Looks like the picture didn't upload. Anyways the failure is at movies02.exe with a status of cannot connect.
0 linuxuser Posted August 8, 2020 Posted August 8, 2020 I can launch the game but when selecting the single player I get an unable to load the scenario with an ok box then it kicks back out to the GDI or NOD campaign selection screen. Any chance there is another download alternative that I can point to? Thanks!
0 FunkyFr3sh Posted September 2, 2020 Posted September 2, 2020 I guess it might be a good idea to install a different version of wine, looks like a wine bug to me
Question
stoz
Hi,
I installed cncnet_1.0_all.deb successfully however when it tries to run the initial setup/update it gives an error:
Download failed: Success.
In the window behind it seems that it is trying to download dotnetfx.exe and failing with the error "Cannot connect".
Subsequent attempts to launch cncnet give the following error:
0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
However, if I run
rm -rf ~/.local/share/cncnet
then run cncnet it will open the cncnet window with the same "Download failed: Success." error while trying to download dotnetfx.exe
I am running Pop! OS 20.04 which is based on Ubuntu 20.04. Any help is appreciated.
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now