473,849 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CD Will not initialize or Run

I am getting the following error message:
Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 5/13/2008
Time: 2:14:02 PM
User: N/A
Computer: GATEWAY-DNOS1P1
Description:
Faulting application start.exe, version 2.5.0.26, faulting module
kernel32.dll, version 5.1.2600.3119, fault address 0x00012a5b.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 73 74 61 ure sta
0018: 72 74 2e 65 78 65 20 32 rt.exe 2
0020: 2e 35 2e 30 2e 32 36 20 .5.0.26
0028: 69 6e 20 6b 65 72 6e 65 in kerne
0030: 6c 33 32 2e 64 6c 6c 20 l32.dll
0038: 35 2e 31 2e 32 36 30 30 5.1.2600
0040: 2e 33 31 31 39 20 61 74 .3119 at
0048: 20 6f 66 66 73 65 74 20 offset
0050: 30 30 30 31 32 61 35 62 00012a5b
0058: 0d 0a ..
------------------
My Operating System:
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Name GATEWAY-DNOS1P1
System Manufacturer Gateway
System Model E-4000
System Type X86-based PC
Processor x86 Family 15 Model 2 Stepping 7 GenuineIntel ~1999 Mhz
BIOS Version/Date Intel Corp. RG84510A.15A.00 21.P11.02101608 39, 10/16/2002
SMBIOS Version 2.3
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\syst em32
Boot Device \Device\Harddis kVolume1
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2 180
(xpsp_sp2_rtm.0 40803-2158)"
User Name GATEWAY-DNOS1P1\Owner
Time Zone Eastern Daylight Time
Total Physical Memory 1,280.00 MB
Available Physical Memory 824.85 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 2.98 GB
Page File C:\pagefile.sys
-------------------------------
CD-ROM Drive:

Drive D:
Description CD-ROM Drive
Media Loaded No
Media Type CD-ROM
Name HL-DT-ST RW/DVD GCC-4320B
Manufacturer (Standard CD-ROM drives)
Status OK
Transfer Rate Not Available
SCSI Target ID 0
PNP Device
ID IDE\CDROMHL-DT-ST_RW/DVD_GCC-4320B__________ _____1.01____\5 &88CF4D&0&0. 0.0
Driver c:\windows\syst em32\drivers\cd rom.sys (5.1.2600.2180
(xpsp_sp2_rtm.0 40803-2158), 48.38 KB (49,536 bytes), 9/3/2002 9:00 AM)

-------------------------------
I am trying to install "Blackberry " User Tools CD to set up my new phone and
the CD will not run on my Gateway, I do have a Dell PC next to my Gateway and
the CD will run and start up find on the Dell, but not a lot of space
available on the Dell (Memory wise)....Any help would be appreciated, I just
used the CD-ROM drive the day before to install another program and it worked
fine. Thanks
--
Debbie
Jun 27 '08 #1
0 836

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

74
43313
by: Peter | last post by:
Hi, So many times, I have seen compile warning: "you used a char* without initilize it", probably on the code like this: ------------ char* ptr; func(..., ptr); ----------
4
38262
by: Mark Hannon | last post by:
I am trying to initialize an array only once so it can be seen & used by any functions that need it. As I understand it, if a variable is declared by itself outside of any functions, its scope is global and any functions should be able to access it. I have been having trouble getting this to work. In the 1st of the 2 examples below I initialize the Array "initArray" with 4 form text fields. When I try to use initArray inside either of...
5
4580
by: Jim Langston | last post by:
What I want to do: have a vector of ints in my class initialized with 0 to 499 which will later be pushed/popped out of the vector by instances. What I have: class CParticleStream // Yes, I know you wouldn't use 'C' { private: static std::vector<int> PSArray; public:
7
46437
by: Andi.Martin | last post by:
Hi, how is it possible, to only initialize parts of a structure. Example: typedef struct{ int a, b; ... (huge lot of members); double x,y;
9
2685
by: thomson | last post by:
Hi all, Would you please explain me where will be the heap stored if it is declared inside the Class, As class is a reference type, so it gets stored on the heap, but struct is a value type-stored on the stack Regards thomson
0
918
by: Bryan | last post by:
I'm using the UIP App block and I have overridden the Initialize method, but my override never gets called. Here's the code: public override void Initialize(TaskArgumentsHolder args, ViewSettings settings) { base.Initialize (args, settings); Logger.Write("Initialize");
8
2006
by: bryan | last post by:
I'm using the UIP App block and I have overridden the Initialize method, but my override never gets called. Here's the code: public override void Initialize(TaskArgumentsHolder args, ViewSettings settings) { base.Initialize (args, settings); Logger.Write("Initialize");
15
26445
by: thinktwice | last post by:
char a = { 0 } is it ok?
4
8377
by: Bram Kuijper | last post by:
Hi all, as a C++ newbie, I got some question on the initialization of static reference data members. Since it isn't possible to initialize static members of a class in the constructor, I should initialize them in advance. However, the following code, in which I first produce two classses and then try to assign a reference of the first class to a static data member of the second class doesn't work. It gives the following compiler error:
6
9473
by: Ramon | last post by:
Is there a way to initialize the variables (or other data) of a header file by using a function (similar to main() function)?? Thankx
0
9893
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9738
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11005
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10723
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10349
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9501
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5735
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5921
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4544
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.