NDK spitting errors

Whenever I have write anything, or import a sample project (unpublished), the compiler spreading error in this regard. The errors I've ever seen elsewhere. I'm on Windows XP 32-bit. For example, a sample (available on the blackberry site) project gives me errors 60 +. Completely new. I can't fix these errors because they are associated with the most basic things that should work. There is no cause for them. The only error that seems to have a cause should not. I don't have it now, but it says something like: "error: expected '=', ', ',';', 'asm' or '__attribute__' before XXXXX", and this usually happens with the #typedef or when a #ifndef is used. Other errors are mostly about things being undeclared, when they were declared.

Any ideas why this happens? The code obviously works for other people otherwise it would not be published on the NDK site.

Are you sure that you have created the project correctly? If you have imported the project, then it might be a bug in the code of the displayed example.

Tags: BlackBerry Developers

Similar Questions

  • Pro workstation is unbootable: libcanberra-gtk - module.so not found

    Host running: Rosa 20141 R6 Linux x86_64

    After my last upgrade Pro Workstation 12.1.0 (of 12.x.x), launched "vmware" always fail.

    'Vmware' a running console I get this couple of lines and nothing more:

    **************************************************

    GTK Message: could not load module 'canberra-gtk-module': libcanberra-gtk - module.so: could not open the object file shared: no such file or directory

    GTK Message: could not load module 'canberra-gtk-module': libcanberra-gtk - module.so: could not open the object file shared: no such file or directory

    **************************************************

    But I installed this library gtk 2.0 both gtk 3.0:

    ******************************************************************

    Giovanni@Rivendell ~ $ locate libcanberra-gtk - module.so

    /Home/Giovanni/.local/share/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-Linux-GNU/GTK-2.0/modules/libcanberra-GTK-module.so

    /Home/Giovanni/.local/share/steam/ubuntu12_32/steam-runtime.old/i386/usr/lib/i386-Linux-GNU/GTK-2.0/modules/libcanberra-GTK-module.so

    /usr/lib64/GTK-2.0/modules/libcanberra-GTK-module.so

    /usr/lib64/GTK-3.0/modules/libcanberra-GTK-module.so

    ******************************************************************

    So what is wrong here?

    TIA

    GvM

    There is also a workaround for wks 12.1:

    edit /usr/bin/vmware and put in the following line somewhere near the top close to the existing export statements:
    "export LD_PRELOAD=/usr/lib/vmware/lib/libglibmm-2.4.so.1/libglibmm-2.4.so.1".

    In this place, Workstation GUI starts, even though she always spits error messages (or warning) in the console:

    GTK Message: could not load module 'canberra-gtk-module': libcanberra-gtk - module.so: could not open the object file shared: no such file or directory

    GTK Message: could not load module 'canberra-gtk-module': libcanberra-gtk - module.so: could not open the object file shared: no such file or directory

    GLib-GIO-Message: using the backend to GSettings 'memory '. Your settings won't be saved or shared with other applications.

    GLib-GIO-Message: using the backend to GSettings 'memory '. Your settings won't be saved or shared with other applications.

    AFAICT they are harmless...

  • BB10 NDK error undefined reference to 'init_JSON_config '.

    Hi all

    I'm trying to integrate json parser in my native project BB10. The codes are derived from here

    https://github.com/BlackBerry/JSON_parser/

    I copied the file JSON_parser.h and JSON_parser.c in the source directory. In the HelloCascadesApp.cpp, I have included the header file.

    Now, when you compile the project, I get error like

    no reference to 'init_JSON_config '.

    This is the output of the compiler

    **** Build of configuration Simulator-Debug for project another ****
    
    make Simulator-Debug
    d:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/qmake -spec unsupported/blackberry-armv7le-g++ -o arm/Makefile another.pro CONFIG+=device
    d:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/qmake -spec unsupported/blackberry-x86-g++ -o x86/Makefile another.pro CONFIG+=simulator
    make -C ./translations -f Makefile update release
    make[1]: Entering directory `C:/ndk-10.0.4-workspace/another/translations'
    d:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/lupdate another.pro
    Updating 'another_en_GB.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    Updating 'another_fr.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    Updating 'another_it.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    Updating 'another_de.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    Updating 'another_es.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    Updating 'another.ts'...
        Found 0 source text(s) (0 new and 0 already existing)
    d:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/lrelease another.pro
    Could not find qmake configuration directoryCould not read qmake configuration file D:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/qmake.confUsing OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/debug_and_release.prf(1): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(4): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(36): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(197): 'qtAddLibrary' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf(213): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf(3): 'qtPrepareTool' is not a recognized test functionD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf(12): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf(97): Using OS scope before setting MAKEFILE_GENERATORD:/bbndk-10.0.4-beta/target/qnx6/usr/share/qt4/mkspecs/features/uic.prf(108): Using OS scope before setting MAKEFILE_GENERATORThe directory name is invalid.
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another_en_GB.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another_fr.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another_it.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another_de.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another_es.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    Updating 'C:/ndk-10.0.4-workspace/another/translations/another.qm'...
        Generated 0 translation(s) (0 finished and 0 unfinished)
    make[1]: Leaving directory `C:/ndk-10.0.4-workspace/another/translations'
    make -C ./x86 -f Makefile debug
    make[1]: Entering directory `C:/ndk-10.0.4-workspace/another/x86'
    make -f Makefile.Debug
    make[2]: Entering directory `C:/ndk-10.0.4-workspace/another/x86'
    qcc -Vgcc_ntox86 -lang-c++ -Wl,-rpath-link,d:/bbndk-10.0.4-beta/target/qnx6/x86/lib -Wl,-rpath-link,d:/bbndk-10.0.4-beta/target/qnx6/x86/usr/lib -o o-g/another o-g/.obj/hellocascades.o o-g/.obj/HelloCascadesApp.o o-g/.obj/moc_HelloCascadesApp.o  -lcurl  -Ld:/bbndk-10.0.4-beta/target/qnx6/x86/lib -Ld:/bbndk-10.0.4-beta/target/qnx6/x86/usr/lib -Ld:/bbndk-10.0.4-beta/target/qnx6/x86/usr/lib/qt4/lib -LD:/bbndk-10.0.4-beta/target/qnx6/x86/usr/lib/qt4/lib -lm -lbps -lbb -lQtCascades -lQtDeclarative -lQtScript -lQtSvg -lQtSql -lQtXmlPatterns -lQtXml -lQtGui -lQtNetwork -lQtCore
    Could not find qmake configuration directoryCould not find qmake configuration fileUsing OS scope before setting MAKEFILE_GENERATORo-g/.obj/HelloCascadesApp.o: In function `parse_JSON':
    C:\ndk-10.0.4-workspace\another\x86/../src/HelloCascadesApp.cpp:216: undefined reference to `init_JSON_config' C:\ndk-10.0.4-workspace\another\x86/../src/HelloCascadesApp.cpp:224: undefined reference to `new_JSON_parser'
    cc: d:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/ntox86-ld caught signal 1
    make[2]: *** [o-g/another] Error 1
    make[2]: Leaving directory `C:/ndk-10.0.4-workspace/another/x86'
    make[1]: Leaving directory `C:/ndk-10.0.4-workspace/another/x86'
    make[1]: *** [debug] Error 2
    make: *** [Simulator-Debug] Error 2
    
    **** Build Finished ****
    

    I used this parser json beginning of NDK 2.0 BB with no problems.

    Can someone help me?

    concerning

    by default, the c files are ignored, add, change your {appname} .pro

    and add the singel file:

    SOURCES += ../src/*.cpp ../src/JSON_parser.c
    

    or all the *.c files:

    SOURCES += ../src/*.cpp ../src/*.c
    
  • NDK 2.0 - opening IDE after installation errors

    At the previous version. Uninstalled.

    Installed the new ndk on my Mac - 10.6.8.

    Now when I open the ide, I get a number of error popups.

    (1) 'there is an error in the parameters of Configuration of QNX. The QNX_CONFIGURATION environment variable is not properly set or the place designated is not accessible. »

    (2) ' audit of the initial state", has encountered a problem.  An internal error has occurred.

    (3) 'there is an error in the QNX compiler settings... »

    I just wanted to know if someone else gets these errors, and if you have found a solution. I have uninstalled and installed several times now nothing does not.

    My first guess is to define the variable env QNX_CONFIGURATION... but what?

    Any help would be great appreciated.  Thank you!

    I'm assuming that you use the IDE from the dock. If you run from the dock, it uses the QNX_CONFIGURATION of your environment, which can be different from what you would expect (for example if you have an installed QNX SDP). If you set it to other thing /Users/library/research in Motion/BlackBerry native SDK you will have problems.

    Your best bet is to run the IDE from the command file in the installation. If you used the default installation location, it's at /Developer/SDKs/bbndk-2.0.0/bbndk.command

  • PlayBook ndk - camera_take_photo his return with error 17 - file exists

    Fellow developer,

    I use C++ NDK for blackberry playbook (tests with the playbook material) and a problem came in my way. I can take pictures with the camera_take_photo function. I'm trying to capture faster so I'm setting wait to false. In this case camera_take_photo will not block running my application.

    The problem is that if the last call to image_callback of camera_take_photofunction is not yet complete and that I call camera_take_photo once again I'll error as a result. Error code is: 17 who is not related to camera_error_t. I had checked in errno.h and is:

    My question is that this kind of file? I know camera_take_photo is not save any file (only when I implement registration photo).

    Error 17 in errno.h:

    #define EEXIST          17  /* File exists  */
    

    My implementation:

    void CameraModule::takePhoto() {  camera_error_t result1 = camera_take_photo(this->m_CameraHandle, NULL, NULL, NULL, CameraModule::photoImageCallback, NULL, false);}
    
    void CameraModule::photoImageCallback(camera_handle_t cameraHandle1, camera_buffer_t * cameraBuffer1, void * params) {  // JPeG is ready and I can save it  // But this is an empty function for testing  sleep (3000); // do nothing for 3 seconds}
    

    Call us at:

    // Test 1:takePhoto(); // OK
    takePhoto(); // Error 17 from camera_take_photo, but I'm not writing any file
    // Test 2:
    takePhoto(); // OK
    sleep(5000); // Wait some seconds
    takePhoto(); // OK
    

    Flowchart to represent the error:

    Reference to the use of camera_take_photo :

    camera_error_t
    camera_take_photo(camera_handle_t handle,
                      void (*shutter_callback)(camera_handle_t, void*),
                      void (*raw_callback)(camera_handle_t, camera_buffer_t*,
                                           void*),
                      void (*postview_callback)(camera_handle_t,
                                                camera_buffer_t*, void*),
                      void (*image_callback)(camera_handle_t, camera_buffer_t*,
                                             void*),
                      void *arg,
                      bool wait);
    

    Your help is appreciated in advance.

    Thank you.

    The solution, I would say something like the following... excuse the pseudocode.

    void* burst_thread() {
        while(!stop_bursting) {
            camera_take_photo(....., still_callback, ..., true);
        }
        stop_saving = true;
        pthread_cond_signal(&queueCond);  // wake queue thread so it can exit
    }
    
    void still_callback(...) {
        to_save = new(...);
        memcpy(to_save, buffer, size);
        pthread_mutex_lock(&queueMutex);
        add_to_save_queue(to_save);
        pthread_cond_signal(&queueCond);   // wake queue thread
        pthread_mutex_unlock(&queueMutex);
    }
    
    void* save_thread(...) {    pthread_mutex_lock(&queueMutex);
        while(!stop_saving) {        if (queue_is_empty()) {
                pthread_wait(&queueCond, &queueMutex);        }
            if (!queue_is_empty()) {
                x = dequeue_buffer();
                pthread_mutex_unlock(&queueMutex);  // unlock while busy
                save_buffer(x);            delete x;            pthread_mutex_lock(&queueMutex);        }
        }    pthread_mutex_unlock(&queueMutex);    // cleanup queue    while(!queue_is_empty()) {        clean up dangling buffers?  or save them to disk. whatever.  just make sure not to leak memory.     }
    }
    
    void start_bursting() {
        stop_bursting = stop_saving = false;
        pthread_create(save_thread);
        pthread_create(burst_thread);
    }
    
    void stop_bursting() {
        stop_bursting = true;
        pthread_join(burst_thread_tid);
        pthread_join(save_thread_tid);
    }
    

    There is a little extra synchronization required in the processing thread: see if (is_queue_empty()).  This is because the thread passes time saving files and cannot be blocked on condvar cheque when the signals of the other thread.  If (check is_queue_empty()) is here to detect these missed signals.

    When someone hits the "start by holding button images", you start the shooting wire and thread photo-economie.  When a user releases the button, or click on a stop button, you report the nets to stop and wait for them to end.

    Note that the termination of the thread of savings made by shooting wire.  This allows to avoid prematurely stop the saving thread when the callback is always enqueueing a buffer.

    See you soon,.

    Sean

  • Compilation error when you use the NDK library

    Hello

    I am developing an application of cascades that uses a static library NDK to communicate with a bluetooth device. The NDK library compiles without problems, but when I then compile the application stunts I get errors with all bluetooth NDK functions:

    myBB10Lib.a(BluetoothDevice.o): In function `MyBB10Lib::BluetoothDevice::getAddress()':
    \src\Driver/BluetoothDevice.cpp:33: undefined reference to `bt_rdev_get_address'
    
    myBB10Lib.a(BluetoothDevice.o): In function `MyBB10Lib::BluetoothDevice::getName()':
    \src\Driver/BluetoothDevice.cpp:53: undefined reference to `bt_rdev_get_friendly_name'
    
    make[2]: *** [o.le-v7-g/MyCascadesProject] Error 1
    make[1]: *** [debug] Error 2
    make: *** [Device-Debug] Error 2
    

    (I create a static library as it will act as a driver for the bluetooth device in other applications of stunts in the future).

    I have good include (#include ) in the BluetoothDevice .cpp file, but the application of Cascades always gives me this error. It is one of the functions in question:

    /*!
     * Returns the MAC address of the remote device, terminated by a null character (\0).
     */
    char* BluetoothDevice::getAddress() {
    
        // Holder for results
        char address[18];
    
        // Perform the check
        int res = bt_rdev_get_address(mDevice, address);
        if(res != 0) {
    
            //TODO  Query failed, pass up error
        }
    
        return address;
    }
    

    Any suggestions?

    Hello!
    I suspect that the NDK functions can be linked only dynamically. Only the .so files are available.

    Try adding
    LIBS +=-lbtapi
    the file .pro of application using the library.

  • The sample application BB10 NDK Gamepad of build error

    Hi all

    I got this error during sample application the build Gamepad:

    /Users/MyMac/BB10/Gamepad/main.c:322:34: error: 'SCREEN_DPAD_UP_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:322:34: note: each undeclared identifier is reported only once for each function it appears in
    /Users/MyMac/BB10/Gamepad/main.c:331:34: error: 'SCREEN_DPAD_DOWN_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:340:34: error: 'SCREEN_DPAD_LEFT_GAME_BUTTON' undeclared (first use in this function)
    make[2]: Leaving directory `/Users/MyMac/BB10/Gamepad/arm/o.le-v7'
    make[1]: Leaving directory `/Users/MyMac/BB10/Gamepad/arm'
    /Users/MyMac/BB10/Gamepad/main.c:349:34: error: 'SCREEN_DPAD_RIGHT_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:355:34: error: 'SCREEN_A_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:360:34: error: 'SCREEN_B_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:365:34: error: 'SCREEN_X_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:370:34: error: 'SCREEN_Y_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:376:34: error: 'SCREEN_L1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:381:34: error: 'SCREEN_R1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:387:35: error: 'SCREEN_MENU1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:392:35: error: 'SCREEN_MENU2_GAME_BUTTON' undeclared (first use in this function)
    cc: /Applications/bbndk/host_10_0_9_284/darwin/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/cc1 error 1
    make[2]: *** [main.o] Error 1
    make[1]: *** [all] Error 2
    make: *** [all] Error 2
    

    Appreciate any help

    Thank you.

    Make sure that you use the latest NDK (10.0.9.1673). You will get these errors with previous versions of NDK.

  • NDK errors with external file

    I get no error in my code, but for some reason, I get errors in the file: 'unistd.h' located in '\target\qnx6\usr\include\ [ndkdir] '. I have 13 of them. Errors are: '' ssize_t' in the namespace "std" does not name a type', "std::dev_t has not been declared", "std::mode_t has not been declared" and "std::ssize_t has not been declared. Others are repeats (the first is the one that appears the most). They are clearly related. This is one of the lines that produced the first error: ' extern _CSTD ssize_t pread64 (int __filedes, void * __buff, size_t __nbytes, off64_t __offset _CSTD); I don't know why he did it, because I have not modified the file.

    Thank you and sorry for the bad title.

    An executable application must have a main function.  The linker does not produce your binary, unless a file object any provides a water main.  It would not be bound to the addition of the math library; It's just adding allowed mathematical library binding process to reach the point of trying to generate the final linked binary file.

    BTW, rather than add "-lm" for additional Options to the linker, you instead add "m" option of libraries.  This indicates explicitly the IDE your application requires libm, which may allow the other features related tools.  With a little '-lm ', the IDE know the meaning of the parameter.  (I assume that you have a construction project managed, not a makefile project)

    See you soon,.

    Christian

  • Server error Momentics 10.2 on submission of bug NDK

    Try to submit the previous bug using Momentics built in the error report and the returned error is;

    Reason:

    Internal server error

    The server is down or is it something my side? IE firewall

    Can try again you? We had hidden the tools project to simplify the submission of questions, but it seems to block the presentation of the IDE.

  • STD/stl using new NDK errors

    I am having some problems of generation since switching to the new Momentics.app 10.2 on OSX. The same source to create fine on the older QDE. Application source: http://git.io/8L_cxw

    The errors seem to be std/stl associated and used in QT files.

    Build complete Journal: http://pastebin.com/kNGtawgG

    In file included from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/cpp/xmemory:9:0,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/cpp/memory:7,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/cpp/algorithm:6,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/qt4/QtCore/qglobal.h:68,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/qt4/QtCore/qatomic.h:45,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/qt4/QtCore/qvariant.h:45,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/qt4/QtCore/QVariant:1,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/bb/cascades/controls/container.h:6,
                     from /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/bb/cascades/Container:1,
                     from ../src/BrightnessBarView.h:19,
                     from ../src/BrightnessBarView.cpp:16:
    /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/cpp/xutility:1281:10: error: 'basic_streambuf' does not name a type
    /Applications/Momentics.app/target_10_2_0_339/qnx6/usr/include/cpp/xutility:1282:10: error: 'basic_istream' does not name a type...
    

    Thoughts?

    Thanks for the reply. Because I can build a newly created project I think it was just the linked project and not based environment. Going on this assumption, that I just replaced the .project and .cproject with what was generated by the most recent project. After update to those, I'm now able to build using the API levels (all levels of the API have been failing on this project, not only 10.2). If you want to debug, the changes are in Github now (here's the commit: https://github.com/hardisonbrewing/ColorWheel/commit/1a80986141f3e85e9a527f4d44d18496042aafe6).

  • bk 2011 pro Mac dvd player spits out dvd

    I have a 15 inch 2011 mac book pro. The dvd player does not work. When you insert a dvd into the computer, the computer acts like it's going to run it, but then he spits. She also shows an error message of the dvd drive on the launch pad. I use the dvd player / cd player a lot. Help, please.

    Hey glerouxwende,

    Thank you for being a part of the communities of Apple Support.

    I understand from your post that your MacBook Pro is not mounting dics and is just spit them back.  It's probably what is originally an error of the DVD player.  To help solve this problem, I would like to you please follow the steps below:

    Accepts discs, but they do not install or are ejected automatically

    1. Make sure that the drive is not placed in reverse. The aluminum case must be upward as shown in section 1.
    2. Check the surface of the disc for scratches and dirt, as these things can prevent the disk on the desktop.
    3. Connect the SuperDrive for MacBook Air drive directly to the USB port of the computer instead a USB hub.
    4. Reset the controller management system (SCM).
    5. Make sure that your drive can read the disc type. The System Profiler or an Information system can provide additional information on the subject of what is supported by your computer media.
      • OS X 10.6 Snow Leopard or earlier: Open Apple System Profiler by choosing "about this Mac" from the Apple () menu. Then, click on details.
      • OS X Lion v10.7 and later: click the Apple () menu and hold down the Option key. Select system information in the menu.
    6. If the disc continues to not be recognized, Contact Apple or an provider of services authorized Appleor make an appointment with a Store Apple Store.

    Get help with the SuperDrive slot on your Mac computer loading

    Take care.

  • Lagging behind at the start, about 45-60 seconds before giving an error?

    When I run Firefox, it goes to a white screen that says out of order, can't do anything for the first few seconds of 45-60, that the browser is open, then when he decided to load, theres a chance he's going to spit this error.

    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends.

    Script: chrome://browser/content/browser.js:14019

    Now, I've looked everywhere for this file, it does not exist on my computer... Chrome has been uninstalled for a different issue long ago and firefox worked perfectly for about a week and now its having issues.

    Windows 8.1 Pro

    Stuff I did to try to challenge?
    Uninstalled/reinstalled Firefox Firefox
    Uninstalled all add-ons
    Started FireFox safe mode

    Thank you.

    Interesting Sorry for Triple posting, but find it earlier.

    https://support.Mozilla.org/en-us/questions/987906

    Disabling hardware acceleration seems to have solved the problem.

  • TOSHIBA Power Saver 0x7E error

    Hello.

    It's the short history of XP on my Satellite A200 - 14 d:

    I can't stand Vista, therefore 2 or 3 days after the purchase of my laptop and try Vista, I decided to install my WinXP Pro. At first, it was REALLY hard for me to find drivers. I even installed some Tohiba not who, by the way worked just fine. Then Toshiba began to publish its own non-experimental pilots and I was happy. Everything worked well. After almost a year I was "forced" to reinstall my OS (once again: WinXP Pro). Everything went according to plan, and after 30 minutes, I was greated by the Windows XP Welcome screen. The first task was to install the appropriate drivers.

    Well, very well. I downloaded the latest drivers before reinstalling and kept them on another partition, I was ready to go. I opened the file TXT "new facility" and began to install everything on this list (which of course I downloaded from the Toshiba site). I installed all the drivers in the line, they must be installed (although I don't really know what that some of them may be of no use to me, like a fingerprint, since I have no such thing, but fine - I can't live without a few megabytes :)) until the famouse "Power Saver Utility" has come.) I read in many forums here on this problem, but I never found a solution :(:(:(

    When I tried to install the utility, it spits out an error message with code 0x7E (?). Whenever I boot my OS, this triumph of message on my desk ruin my mood :( I tried to uninstall it (although it is not completely installed - the only thing that shows something on this subject is an icon of the control panel which, pressing on, says that I don't have sufficient rights to access the file (even IF I'm in administrative Mode) and registry keys, which does nothing (I removed it and always appear the messages that I mentioned above)).

    I tried to remove it, but once again with error 0x7E message at the beginning of uninstallation. I even REINSTALLED my OS again and again by installing Power Saver mistakes occur :(:(:( This surprises me a lot, because I've never had such a problem before even the fact that I have not followed the installation instructions. I really need a solution to this. I want to install Vista and the recovery disc. I would if I knew there was no average athor, but I'm sure there is because of the fact that I had no problems before.

    Yes, everyone throws - help. Because without energy saver, my laptop is like your desktop PC, that is--needs to stay connected with alternating current :( And it is not appropriate for a laptop.

    PS: I forgot to mention - no change in the BIOS has been done, although I don't think that this has nothing to do with my problem.

    Hello

    Have you tried two versions of power saver on the Toshiba download page?

  • Satellite A135-S4666 - recovery disk displays an error message

    The hard drive crashed while I replaced it. I am trying to use the recovery disk to take the computer to the "out of the box configuration.

    I chose to 'recover' rather than erase the hard drive based on this choice. Then it copies the files from the first disc and pushes me to the second. After putting the other continues to copy files. Finally, she moves more to 'recover now' she does and seems to be using the hard disk newly installed something between 35 and 50% of the task. At this point, I get an error message stating "error recovery" and invites me to press ok to shut down the computer and spits out the CD. The error message is coded 10-FC12-0002. I tried 4 or 5 times with the same result.

    Am I supposed to use disc erase first, and then use the recovery mode since it is a new hard drive? Or I have a defective recovery disc?

    Any comments or ideas would be greatly appreciated, I do not get the case at this stage.

    Hello

    It's not easy to tell if it s a recovery disk problem or if the new HARD drive is the problem. Have you tested a Microsoft disc for example? If the disc of Microsoft is, it seems that your recovery disc is noisy and needs to be replaced. Otherwise the new drive HARD cause this problem.

    Check this box to determine the cause of this problem!

    Good bye

  • Error reading POWER HP 66xx block

    / * New warning the user * /.

    I learned (slowly) obtain a set of instuments external connected to LabView. For the most part, I was a successful read and write commands and data from the basic instruments. There is a problem that I can not understand both of my Agilent 6653 power supplies.

    Can I get the supplies to put the power switch as well as setting volts/amps output. The problem is trying to read measured volts and amps back. The VI freezes and gives an error message I don't understand. Here are a few screenshots, if it is useful to download the VI, of course I can do it.

    It is a criterion VI the only function is to have control over basic food and read a Keithley DMM to make a comparison. Both work very well until I have add the SOUL READ vi on the block diagram power supply section. It seemed simple, VISA and ERROR pass through and he must spit, voltage and current as a DBL.

    I manually tested the controls and the returned data looks okay.

    FIRST MISTAKE...

    SECOND MISTAKE... It relates the Keithley DMM

    Don't know where to find an answer. Hoping there is a simple answer.

    Thanks in advance to all who wish to take the time to help.


Maybe you are looking for