| 
			
			|  |  | Silkroad Online |  |
 | Silkroad Forums |  |
 | Affiliates |  |  
  
  
 |  | 
		
		View unanswered posts | View active topics
			 
	
	
		|     | Page 1 of 1 
 | [ 24 posts ] |  |  
			
			| Author | Message |  
			| blackfalcon | 
				
									|  Post subject: arggg :(  Posted:  Wed Mar 12, 2008 3:05 am  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| so when ever i run silkroad i get this blue screen then my comp restarts. any idea how to fix this?   _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 4:51 am  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| on the blue sreen it say IRQL_NOT_LESS_OR_EQUAL then it says its dumping physical memory _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| cpinney | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 6:58 am  |  |  
			| 
							
					| Ex-Staff |  
					|  |  
					|  |  Joined: Aug 2007
 Posts: 5718
 Location: Maine, USA
 | 
				
					| i think you have run out of RAM, how much do you have? _________________
 
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 1:33 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| 512mb _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| pr0klobster | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 1:42 pm  |  |  
			| 
							
					| Frequent Member |  
					|  |  
					|  |  Joined: Oct 2007
 Posts: 1427
 Location:
 
   | 
				
					| Way too many things this could be but the "IRQL" part usually means a driver or hardware issue. There is usually more there, like: Code: Technical information:
 *** STOP: 0x000000D1 (ox20000001, 0x00000002, 0x00000001, 0xF6EA8BBF)
 
 
 *** USBPORT.SYS - Address F6EA8BBF base at F6E8F000, DateStamp 3f04cf17
 
 Beginning dump of physical memory
 Physical memory dump complete
 Look for the STOP: 0xxxxxxxxx pieces and google that, then look at the part below it, that may point to the driver that's having a problem. In the case above, it could mean the USB driver itself, or something attached to the ports, or the actual USB controller on the mobo. Some of the things I've seen - memory erroring out, sometimes a bad module. Hardware going bad or a driver getting corrupted...Sometimes a bad IDE cable will cause this. I'd start with checking out the drivers. Was anything changed or added recently on the system? Look into a memory checker too._________________
 If faith is a crutch, I'm not limping anymore.
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 1:56 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| thx, ill start checking that stuff out _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| truez | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 3:11 pm  |  |  
			| 
							
					| Frequent Member |  
					|  |  
					|  |  Joined: Jan 2007
 Posts: 1288
 Location:
 
   | 
				
					| y dont ppl see my signature   _________________
 Cheers,
 Truez
 
 Zero_Doom wrote: Quick Easy Fix Turn off your computer, beat it with a hammer. If it turns back on when prompted, turn it back off and do again until it doesn't come on again. Once that is taken care of, go get a book and learn about computers. NVDIA Drivers
 BSOD
 Download anything for FREE
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 6:26 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| the stop codes it gives me are 0xe1252d08, oxooooooFF, 0x000000000, 0x805413AD _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| pr0klobster | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 12, 2008 7:33 pm  |  |  
			| 
							
					| Frequent Member |  
					|  |  
					|  |  Joined: Oct 2007
 Posts: 1427
 Location:
 
   | 
				
					| Ok, so that's a start. Here's what MS says:
 Stop: 0x0000000A (parameter1, parameter2, parameter3, parameter4) IRQL_NOT_LESS_OR_EQUAL*** Address x has base at x - filename
 
 The parameters refer to the specific issues that are involved:
 •	Parameter 1 - An address that was referenced incorrectly.
 •	Parameter 2 - An IRQL that was required to access the memory.
 •	Parameter 3 - The type of access, where 0 is a read operation and 1 is a write operation.
 •	Parameter 4 - The address of the instruction that referenced memory in parameter 1.
 
 I used to know the addresses, but 850xxxxx seems pretty high, maybe the UMB area, so that could be any driver located up there.
 
 The zeros in part 3 indicate a read operation, not a write, so it's reading from memory and it failed.
 
 In your case the 0x000000ff is the internal request level. FF is hexadecimal for 255, so that's no help at all to me. Can you remember what the *.sys file it referenced was?
 
 For example, mouclass.sys usually indicates a mouse, wdmaud.sys indicates a sound card or driver, and vga.sys usually indicates video (although, that's not the same one for an Nvidia card, that's nvdisp.sys IIRC, and I don't recall what ATI uses.)
 _________________
 If faith is a crutch, I'm not limping anymore.
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Thu Mar 13, 2008 7:48 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| ill try and find out .sys file was. btw it only happens when i play sro     any idea why? maybe something with the game after it patched?_________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| pr0klobster | 
				
									|  Post subject: Re: arggg :(  Posted:  Thu Mar 13, 2008 10:07 pm  |  |  
			| 
							
					| Frequent Member |  
					|  |  
					|  |  Joined: Oct 2007
 Posts: 1427
 Location:
 
   | 
				
					| If it's only when you play SRO, do you have the sound on? Maybe the sound drivers...
 or video drivers, I can't think of anything else SRO might access.
 _________________
 If faith is a crutch, I'm not limping anymore.
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Thu Mar 13, 2008 10:18 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| its might be the video drivers. _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 1:48 am  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| is there a way to completely reset my computer, back to the way it was before i started adding programs to it? _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| cpinney | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 11:37 am  |  |  
			| 
							
					| Ex-Staff |  
					|  |  
					|  |  Joined: Aug 2007
 Posts: 5718
 Location: Maine, USA
 | 
				
					| there is system restore but it only goes back so far, and to when the preferences for your computer were saved, look into that it is your best option. _________________
 
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| evilpeta | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 11:53 am  |  |  
			| 
							
					| Active Member |  
					|  |  
					|  |  Joined: Feb 2006
 Posts: 895
 Location: ...
 | 
				
					| what gfx card do you have? _________________
 wat
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 7:33 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| cpinney wrote: there is system restore but it only goes back so far, and to when the preferences for your computer were saved, look into that it is your best option. i think i am going to do that, no important information on this computer anyway.  could you tell me how to do it?    evilpeta wrote: what gfx card do you have? nothing special, just one of those intel gfx cards they put into the computer when the build it_________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| cpinney | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 7:45 pm  |  |  
			| 
							
					| Ex-Staff |  
					|  |  
					|  |  Joined: Aug 2007
 Posts: 5718
 Location: Maine, USA
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Fri Mar 14, 2008 8:22 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| thx man. hope this works  _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| cpinney | 
				
									|  Post subject: Re: arggg :(  Posted:  Sat Mar 15, 2008 4:06 am  |  |  
			| 
							
					| Ex-Staff |  
					|  |  
					|  |  Joined: Aug 2007
 Posts: 5718
 Location: Maine, USA
 | 
				
					| what do you mean, what did it say? pic would be best. _________________
 
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| truez | 
				
									|  Post subject: Re: arggg :(  Posted:  Mon Mar 17, 2008 3:30 pm  |  |  
			| 
							
					| Frequent Member |  
					|  |  
					|  |  Joined: Jan 2007
 Posts: 1288
 Location:
 
   | 
				
					| blackfalcon wrote: is there a way to completely reset my computer, back to the way it was before i started adding programs to it? cpinney wrote: there is system restore but it only goes back so far, and to when the preferences for your computer were saved, look into that it is your best option. Ok Cpinney, im gonna comprehend on this... i suppose falcon wants to completely reinstall his OS .... blackfalcon wrote: i think i am going to do that, no important information on this computer anyway. could you tell me how to do it?  Some facts abt system restore , "The System Restore feature is built into Windows XP and is used to return your computer to an earlier state if you have a system failure or other major problem with your computer. The point of System Restore is to restore your system to a workable state without you having to reinstall the operating system and lose your data files in the process".Source Falcon, please confirm if u really wanna reinstall OS     ... ideally i would recommend a repair reisntall before u proceed to a clean install. Whatis - A Repair Install will replace the system files with the files on the XP CD used for the Repair Install. It will leave your applications and settings intact, but Windows updates will need to be reapplied. A Repair Install will replace files altered by adware and malware, but will not fix an adware, malware problem.How to do repair reinstall? What is - While a clean install is not always necessary, slightly better stability and performance can be expected when XP is installed to a clean hard drive or partition.How to do clean install?_________________
 Cheers,
 Truez
 
 Zero_Doom wrote: Quick Easy Fix Turn off your computer, beat it with a hammer. If it turns back on when prompted, turn it back off and do again until it doesn't come on again. Once that is taken care of, go get a book and learn about computers. NVDIA Drivers
 BSOD
 Download anything for FREE
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| cpinney | 
				
									|  Post subject: Re: arggg :(  Posted:  Mon Mar 17, 2008 7:57 pm  |  |  
			| 
							
					| Ex-Staff |  
					|  |  
					|  |  Joined: Aug 2007
 Posts: 5718
 Location: Maine, USA
 | 
				
					| either of them work all depends on the user but re-reading what falcon wrote i think he meant reinstall OS as well. _________________
 
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| blackfalcon | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 19, 2008 5:08 pm  |  |  
			| 
							
					| Loyal Member |  
					|  |  
					|  |  Joined: Jun 2007
 Posts: 1865
 Location:
 
   | 
				
					| ok im pretty sure its my gfx card. maybe i need to update the drivers. i only ge the bsod when i try to play games _________________
 R.I.P Bernie
 10/5/57 ~ 8/9/08
 
 
 |  |  
			| Top |   |  
		|  |  
	
			| !G4! | 
				
									|  Post subject: Re: arggg :(  Posted:  Wed Mar 19, 2008 5:18 pm  |  |  
			| 
							
					| Active Member |  
					|  |  
					|  |  Joined: Feb 2008
 Posts: 598
 Location:
 
   | 
				
					| yea when i start up sro i get a small little green bordered screen on the bottom right corner _________________
 
 
 ϟ Everyone Smiles With That Invisible Gun To Their Head ϟ 
 
 |  |  
			| Top |   |  
		|  |  
	
		|     | Page 1 of 1 
 | [ 24 posts ] |  |  
	
		| Who is online |  
		| Users browsing this forum: No registered users and 13 guests |  
	|  | You cannot post new topics in this forum You cannot reply to topics in this forum
 You cannot edit your posts in this forum
 You cannot delete your posts in this forum
 You cannot post attachments in this forum
 
 |  |