Hi community!
First of all, thank you all so much for such a great software! I was looking for something like this for months and finally found it!
However, I have very bad problem, which if unable to solve, I’d be forced to try to look somewhere else or stop using mounting encrypting software at all.
As a developer, I’m using third party software for work, including Visual Studio from Microsoft. My idea to setup Cryptomator was having a folder, which would be encrypted for cloud providers, but on the other hand also synced. In it, I would store my sources and work on them, so I won’t be worried from having them lost after power outage or disk failure after allnighter coding. Experienced that multiple times… not funny
My problem is simple. When I create Project/Solution inside my (decrypted) vault folder, I’m unable to compile/link/run from within it, when using Visual Studio. I can use compiler manually, however, even though, syntax highlighting is not working as it should. All in all, I can’t use my workflow as usually, so I’m forced to work outside of vault, so I’m sadly getting no benefit from using Cryptomator.
First run error:
Build started...
1>------ Build started: Project: ConsoleApplication1, Configuration: Debug x64 ------
1>ConsoleApplication1.cpp
1>C:\Users\MYUSER\Documents\Decrypted_Vault\ConsoleApplication1\ConsoleApplication1.cpp(21,1): fatal error C1001: Internal compiler error.
1>(compiler file 'msc1.cpp', line 1592)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1>If possible please provide a repro here: https://developercommunity.visualstudio.com
1>Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
1>INTERNAL COMPILER ERROR in 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\CL.exe'
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
1>Done building project "ConsoleApplication1.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Elapsed 00:03,770 ==========
Second+ run error:
Build started...
1>------ Build started: Project: ConsoleApplication1, Configuration: Debug x64 ------
1>ConsoleApplication1.cpp
1>C:\Users\MYUSER\Documents\Decrypted_Vault\ConsoleApplication1\ConsoleApplication1.cpp : fatal error C1033: cannot open program database 'C:\Users\MYUSER\Documents\Decrypted_Vault\ConsoleApplication1\x64\Debug\vc143.idb'
1>Done building project "ConsoleApplication1.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Elapsed 00:00,749 ==========
Should you need any additional info to be able to help or fix, I’m ready to provide I’d really love to see it working!
Thanks.