simulator running prob-iphone sdk - cocos2d-iphone

When I run my app I got this error ans quit application. I used 4.0 and 4.1 simulator. Please help me any one.....
2011-05-16 17:13:59.113 Dragon-Kish[15784:9303] AQMEIO_Base::DoStartIO: timeout
2011-05-16 17:13:59.114 Dragon-Kish[15784:9303] AQMEDevice::StartIO: error -66681
2011-05-16 17:13:59.114 Dragon-Kish[15784:9303] CA_UISoundClientBase::StartPlaying: AddRunningClient failed (status = -66681).

Related

Run issue with Deepstream 5.1 and YOLOv4

Complete information of setup.
• Hardware Platform (Jetson / GPU) : GPU
• CUDA : 11.1
• DeepStream Version : 5.1
• JetPack Version (valid for Jetson only): None
• TensorRT Version : 7.2.3.4
• NVIDIA GPU Driver Version (valid for GPU only) : 460.84
I have done Deepstream 5.1 setup and while Run the Sample getting below error.
Can anybody help me around?
ERROR:
............
(deepstreamer_env) xxxx#xxxx:/opt/nvidia/deepstream/deepstream-5.1/sources/deepstream_yolov4$ deepstream-app -c deepstream_app_config_yoloV4.txt
Unknown or legacy key specified 'is-classifier' for group [property]
** ERROR: main:655: Failed to set pipeline to PAUSED
Quitting
ERROR from sink_sub_bin_sink1: Could not open file "yolov4.mp4" for writing.
Debug info: gstfilesink.c(431): gst_file_sink_open_file (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstFileSink:sink_sub_bin_sink1:
system error: Permission denied
ERROR from sink_sub_bin_sink1: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Debug info: gstbasesink.c(5265): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstFileSink:sink_sub_bin_sink1:
Failed to start
App run failed
#deepstream #tensorrt #yolov4
It looks like that deepstream can not write into the specified directory because of permission issue. You may first check if your user has write permission to that directory or run the app with sudo.

DarwinInjector.cpp[263]: _krncall(mach_vm_read_overwrite) =10000003 *** _assert(status == 0):../Inject.cpp(143):InjectLibrary

I have iPhone 7 with iOs 13.2.3 , I have jailbreaked it and installed cycript as usual, but whenever I want to inject some process, I got this error:
cycript -p AppStore
[3020] DarwinInjector.cpp[263]: _krncall(mach_vm_read_overwrite) =10000003
*** _assert(status == 0):../Inject.cpp(143):InjectLibrary
I could not found any single thread and solution to this problem.
Is there any one who could run cycript on iOS 13.2.3 ?
Thanks

Octave gives the error unable to open X11 Display, when trying to plot graphs

When attempting to plot graphs in python 2.7 using matplotlib or Octave the program stalls and needs to be closed. Octave gives the following errors on startup:
No protocol specified
octave: unable to open X11 DISPLAY
octave: disabling GUI features
No protocol specified
If I run plot(x,y) the program stalls and on pressing Ctrl-C the following appears.
gnuplot: unable to open display ':0'
gnuplot: X11 aborted.
I have tried many online suggestions such as setting X11Forwarding to yes (which it already was), and running startx which leaves me with a blank screen with a cross cursor and changing DISPLAY to numerous things, among others.
OS: Ubuntu 16.10
Processor: AMD A10-8700P Radeon R6
UPDATE:
When I run xinit I get the following:
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 7 requests (7 known processed) with 0 events remaining.
Not sure why I would need this or if it helps. Also in octave if I run 'setenv("DISPLAY")' then try to run a plot it still stalls but on canceling the terminal shows a blank screen with the forward, back and quit commands.
This is a new system and haven't had these problems with octave or python before.

libnfc: SCL3711 "No NFC device found" on Windows 7

I am attempting to use libnfc to allow NFC operations on Windows 7. I am using the SCL3711. The device shows up when running testlibusb, so it would seem that LibUSB is functioning correctly. However, when I run the libnfc test application nfc-list I get the message "No NFC device found". Any suggestions on how to fix this problem would be greatly appreciated.

Windows KMFD HelloWorld Driver Deployment Task Failed

I need to write a Kernel Driver for Windows. Since this is my first time attempting something like this, I started with Windows' HelloWorld example:
https://msdn.microsoft.com/en-us/library/windows/hardware/hh439665(v=vs.85).aspx
I encounter my problem when installing the driver to the target machine. The console on the target machine gives the following output:
Test Authoring and Execution Framework v5.3 for x64
StartGroup: DriverTestsTasks:: _DriverRemoval Driver
Certificate File: KmfdHelloWorld.cer Driver Inf
File:KmfdHelloWorld.inf Driver Hardware ID:
Root\KmdfHelloWorld Driver package GUID: x64 Import Driver To
Store: 1 Uninstall Driver: 1 Debug Deployment: 1 COM
failure occurred. HRESULT: 0x80040154 Class not registered
Class not registered
Failed: A failure occured while removing the previous driver
installation EndGroup: DriverTestTasks:: _DriverRemoval [Failed]
Non-passing Tests: DriverTestTasks::_DriverRemoval [Failed]
SummaryL Total=1, Passed=0, Failed=1, Blocked=0, Not Run=0, Skipped=0
As explained in the tutorial, I am using Visual Studio 2015. My test machine is running Windows 10 in a VM. All the other tests pass. The driver is copied to the target machine and gets installed, but fails this one procedure and hence I can't use the Debugger explained at the end of the tutorial.
you can remove the step of remove the previous installation by remove checkbox at "project setting"-> Driver install-> Deployment