I have tried to install mxnet GPU package, but failed. Thus, I stepped to use CPU instead. However, I met this problem, there is an error opening R and Rstudio.
I have searched to find that cufft64_80.dll is in CUDA library, but I can't install NVIDIA CUDA 8.0 in windows neither.
How can I deal with that? Is there some places I can download this dll?
Thanks in advance!
After I delete Visual Studio 2013 and download Visual Studio 2015, I manage to install NVIDIA CUDA 8.0. Thus, there is no error anymore.
Don't forget to turn all the anti-virus software.
PS: I am curious about the person who vote -1 of my question. Is there anything wrong with it?
I am new to stack overflow, and I really cherish about my reputation. Why do you vote -1? Can you tell me the reason so that I can amend it? Thank you.
Related
For some reason, my RStudio constantly crashes on start up in my windows laptop and I have an important assignment to be written in R soon. Are there any alternatives to RStudio that I can use to do this? My task takes over 1gb RAM which is just over the RStudio cloud limit hence I am unable to use that too.
I've gotten all the codes written down, just need to put them onto the Rstudio. If anyone wouldn't mind downloading the file, put my code down and send me a screenshot of the output, please let me know!
Thank you
Visual Studio Code
I second the comment that it probably is not Rstudio that causes the problem. But to answer your question:
Visual studio code has an extension for R, that would give you a quite similar experience.
At these links you can read more about the R extension and visual studio code
Edited to link to the most popular R-package.
I'm starting to work with Qt 4.8.4 on Windows 10, and I've been trying to use the debugger for two days, but I just can't get it to work.
First of all, I've downloaded MinGW 4.4, and that's the version I selected for Qt installation. I've also installed the Windows 10 debugger tools from SDK. Both x86 and x64 CDB debuggers were automatically recognized by Qt Studio, and I manually added the GDB executable that came with MinGW.
The problem is that I can't get any of those debuggers to work, even with the simplest code I can imagine, where I just increment an integer.
When using any of the CDB debuggers, I get the following message:
The selected debugger may be inappropiate for the inferior. Examining
symbols and settings breakpoints by file name and line number may
fail. The inferior is in the Portable Executable format. Selecting GDB
as debugger would improve the debugging experience for this binary
format
So I decide to select the GDB debugger I linked previously, and I get an error with message:
No symbol table is loaded. Use the "file" command.
I have looked at this, but I don't know how to set up Qt Creator to use that file command.
I have no clue on how to solve this, and neither have I find any solution on the net. Reinstalling Qt didn't work either.
Can somebody help me please? I need this for my work and I'm completely stuck.
PS: Here are my kit and debuggers configuration in case they are helpful.
Thanks a lot!
Okey, so it seems that it's not possible to use the debugger on this version of Qt with 64 bits Windows: source
I have tried all the solutions which found on stack overflow, but still not able to resolve it. Somehow its not open the simulator and gives me error "unable to boot simulator".
I have reinstall 2 times xcode and also remove all simulator and add again. also change "DYLD_INSERT_LIBRARIES" to ZZ but no solution.
Please help me, Thanks in Advance!
Try to turn off System Integrity Protection http://www.imore.com/el-capitan-system-integrity-protection-helps-keep-malware-away - it helped me.
Problems:
As I also faced the same problem as below..
--"Unable to boot simulator"
--Storyboard designs/views completely invisible and showing only blue lines.
--CoreTelephony Trace File Error ... failed to create \tmp
Solutions
Don't do any SIP (Disable/Enable)settings its just temp solutions & it may harms to other applications in the mac as well as may affecting on secure data in the mac.
Best way to do upgrade your iMac to macOS "Sierra". It will solve all your problems.
Finally I am able to work on my project by solving above strange problems.
Happy coding.. happy Development...!!!
Assuming the error message was actually "Unable to boot the Simulator.", this error indicates an error starting up launchd_sim when booting the simulated device. In and of itself, it does not indicate the actual cause. You can look in ~/Library/Logs/CoreSimulator/CoreSimulator.log for more information about the error (including the error reason).
Possible causes:
On OSX 10.9 and earlier, DYLD_INSERT_LIBRARIES could be set by 3rd party applications. On later versions, invalid DYLD_INSERT_LIBRARIES are ignored instead of resulting in an error.
Usage of older simulator runtime DLC with Xcode 7 betas. Newer versions of Xcode ignore these older DLC.
If you need additional help, please provide that additional datum.
Also see my answer in the related question: Please see my answer on launchd_sim crashing: could not create temporary state directory regarding data you can collect to help further triage the problem.
I develop a C++ software but it seems that on "some" (not all) machines it cannot run (also under Windows 8).
One of my customer says that he has open it with the dependency walker and that some DLLs are missing... all with the name : API-MS-WIN-CORE ???.DLL
But it seems to me that is a system DLL...
My software is a 64 bits software and use QT (I have built it myself), but I can't reproduce the problem on my machine.
Does someone has an idea to help me ?
For information, you can download it at : www.spectralpixel.com
Thanks for your help
Following my comment (sorry for answer, I need to post an image) - after a short delay, I see access violations in the event log. Screenshot attached below - maybe helpful? I have Windows 8 64-bit with VS2012 installed and have also installed VS2010 redist x86/x64.
I agree with Hans Passant that the dependency walker is probably a red herring - I can't see evidence of missing dependencies on my system.
I'm trying to simulate my VHDL code using Xilinx ISim.
When I try to generate the testbench for the simulation, the simulator throws up the following error:
FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 - Failed to compile generated C file isim/
I tried to simulate it on an 32-bit Ubuntu 12.04 using ISE 14.3, a 32-bit Windows XP SP3 also ISE 14.3 and a 64-bit Windows 7 SP1 same ISE version as before.
The Xilinx support provided a reinstall as solution, but that didn't solve the problem.
Maybe the community on Stack Overflow has an idea?
That is a tool crash and it's going to be hard to get an answer here on stackoverflow, at least without providing some code and the steps that cause the problem. I would get back with Xilinx support and open a case -- this is something they need to fix in the tool. Can you provide your code as a testcase to them? Potentially cutting it down so it's as simple as possible while still causing the problem.
I can never provide production code to EDA vendors as a testcase due to confidentiality. Quite often I find that while creating a smaller testcase that I can send that I'm able to also find a workaround to the original problem. Try a binary search procedure -- remove or black box half of your design and see if the crash still happens.
And -- can you find the particular C file that fails to compile? Looking at it may give a clue as to what in your design may be causing the problem.