Unity webGL - build project on MacOS failed - c++

When I try to build unity for webGL I get an error,
Exception:
/Applications/Unity/Unity.app/Contents/il2cpp/build/il2cpp.exe did not
run properly!
I am using lastest Unity on Mac, so I guess it cannot run il2cpp.exe file, is there any way to use the Xcode compiler instead? or any other solution?

The problem was my python version, it was 2.6, this process required python 2.7.

Related

apache netbeans 11.3 C++ plugin timeout, unable to install

Im moving to Apache Netbeans 11.3 and trying to install the C++ plugin on Windows 10, got the follow repos
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz
http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
but everytime it hits the 99% it simply give me a timeout error when unpacking org-netbeans-modules-cnd-dwarfdiscovery.nbm
The Plugin Installer found problem timeout of loading C/C++ Repository[org.netbeans.modules.cnd.repository/1.32.6.1] while install the following plugins:
already try versions 10, 11.1, 11.2, 11.3, got the same issue, i even got rid of the windows firewall to no avail.
Check the Java version
For me, I have Java version 14
So this version has no program
unpack200.exe
Problem was solved by copying the unpack200.exe file from Java version 1.8 to the bin folder in java 14
copy and paste pack200, unpack200 and unpack.dil from bin of jdk13 into the bin of jdk14. This worked for me and I assure you that it will work for you. I did this with openjdk.

How to fix new chrome driver's exception - WebDriverException: Message: invalid argument: value must be a non-negative integer

I am running a test case that I have been running for months.
Yesterday I updated Chrome to the latest release (75.0.3770.100), also I downloaded the compatible version of chrome driver (75.0.3770.90). After these updates, I tried to run the same test case and I get the following exception:
"WebDriverException: Message: invalid argument: value must be a non-negative integer"
How can I manage/fix that?
Is there any workaround?
I am using python 2.7, selenium version 3.5.0, and robot framework version 3.0.2.
I have managed to fix the issue by upgrading selenium version to 3.9.0
I had the same issue when I have updated my recent webdrivers along with the browsers but the IDE was still on old version and some plugins were outdated.
The issue was resolved once I have updated the IDE (in my case I use Pycharm).
One more thing try to make sure that your project Interpreter set correctly to Python environment something like below:
Python 2.7 (venv) ~/venv/bin/python

Error starting process. Cannot create pty - Eclipse on Mac

I am trying to run a simple C++ program on Eclipse in mac. But it is not working. I have Xcode installed and I did try setting all the Eclipse settings that people suggested online, but still I am getting no where.
The error message:
Make sure you update to the Oxygen.1 version of the C/C++ IDE (CDT version 9.2.2). It contains a fix for this.
If you are using Eclipse Neon, update to CDT version 9.3.X by adding repo:
http://download.eclipse.org/tools/cdt/releases/9.3
and rebuild the project before running it.
I encounter the same problem when I updated my macOS 10.12 to 10.13 in Eclipse Oxygen.1A.
By upgrading the CDT plugin I solved the problem.

Qt5 project not building with Xcode 7

I am working on a Qt5.4 project with C++11 using Xcode 6.4 as IDE, built with CMake 3.3.1. Recently, OS X decided to update to Xcode 7.0 (7A220), and as a result.
I now get the following message every time I try to build.
The run destination My Mac is not valid for Running the scheme
'live'.
Any ideas how to make it work again? I have no other destinations to build to, and creating fresh schemes does not solve the issue.
I was a little too quick on the trigger. Re-building with Cmake did the job.

CMake error - cmTryCompileExec has stopped working (VTK)

Hello I am trying to compile VTK and ITK with CMake under Windows 8. ITK compiled perfectly, but when I try to deal with VTK by CMake I get error cmTryCompileExec has stopped working. How can I solve this problem? My version of CMake is 2.8.12.1
It looks like the script which is running the try-compile test is crashing. Solution: Update VTK.