iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
# 1  
Old 10-14-2008
iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues

This article provides some general suggestions when trying to troubleshoot an issue where iTunes for Windows won't open or unexpectedly quits. It may be useful to print this document before following the steps outlined below. For a discussion of troubleshooting iTunes for Windows in Windows Vista, see this article. If you are having trouble installing iTunes, go here for help. However, if you see one of the following specific error messages, click on the corresponding link for more information. The iTunes application could not be opened. An unknown error occurred (0x666D743F) iTunes 7 for Windows: iTunes had detected an audio configuration problem

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
UNTITLED
LOCAL UNTITLED NAME
glutSetOption -- Allows you to set some general state/option variables. LIBRARY
OpenGLUT - state SYNOPSIS
#include <openglut.h> void glutSetOption(GLenum eWhat, int value); PARAMETERS
eWhat Enumerated parameter ID. value New value. DESCRIPTION
Stores the value into a state variable named by eWhat. Allowable eWhat IDs are: - GLUT_ACTION_ON_WINDOW_CLOSE Controls what happens when a window is closed by the user or system. GLUT_ACTION_EXIT will immediately exit the application (default). GLUT_ACTION_GLUTMAINLOOP_RETURNS will immediately return from the main loop. GLUT_ACTION_CONTINUE_EXECUTION will contine execution of remaining windows. - GLUT_INIT_DISPLAY_MODE An alternate way to set the display mode for a new window. - GLUT_INIT_WINDOW_HEIGHT An alternate way to set the height of new windows. - GLUT_INIT_WINDOW_WIDTH An alternate way to set the width of new windows. - GLUT_INIT_WINDOW_X An alternate way to set the initial horizontal position of new windows. - GLUT_INIT_WINDOW_Y An alternate way to set the initial vertical position of new windows. - GLUT_RENDERING_CONTEXT Set to either GLUT_CREATE_NEW_CONTEXT or GUT_USE_CURRENT_CONTEXT to indicate whether to share the current OpenGL rendering context with new windows. - GLUT_WINDOW_CURSOR Attempt to set the current window 's current cursor as if by glutSetCursor(). SEE ALSO
glutGet(3) glutDeviceGet(3) glutGetModifiers(3) glutLayerGet(3) glutDestroyWindow(3) glutMainLoop(3) glutInitDisplayMode(3) glutInit(3) glutInitWindowSize(3) glutInitWindowPosition(3) glutSetCursor(3) Epoch