Mar
16
2009
5

Waterfall at Gardens of the World

IMG_3064 I took this photo at the Gardens of the World park in Thousand Oaks. The place is a small park that has examples of different types of gardens from different places in the world. This waterfall was in the Japanese garden area of the park. They also have an Italian, Spanish, and rose garden. It is free to get in and is a nice place to visit for about an hour. Taken with a Canon XSi using a Sigma 10-20mm lens at 11mm f/13 1/8 sec iso 100.

Mar
12
2009
4

Path to the ocean in Virginia Beach

Better without the trashcan and traffic poles This photo was captured in Virginia Beach. I liked the way the wooden path leads into the frame and it would be much better without the trashcan and orange poles. I could probably shop them out with the clone tool, but I would rather be taking more pictures.

Written by Marcus in: Photo of the day, Photography |
Mar
05
2009
16

win32k.sys blue screen of death and how to fix it

Blue Screen of Death

Image by taberandrew via Flickr

This morning I woke up and was greeted by a Blue Screen of Death (BSOD) on my computer. For most people, this would be terrifying, but I worked for 5 years fixing problems just like this. If you do have a BSOD there are some steps you can do to find out why you are having it. These tips work if you can still access your operation system. If you can’t you would have to plug your hard drive into another computer to try and analyze the crash dump from the working system.

In my case, the BSOD showed win32k.sys as being the culprit, but sometimes all you will have is a stop error. These stop errors may look cryptic, but a Google search can turn up a wealth of information about it. This site has a big listing of stop codes http://www.aumha.org/a/stop.php. Just write down the stop code that you see on the blue screen then look it up to see what could be causing the problem. For example, STOP: 0×0000000A: IRQL_NOT_LESS_OR_EQUAL is usually a bad drive so that narrows down what is causing your problem. If say you install a new video card then you start getting STOP: 0×0A then that new card is a likely cause of your stop error.

Something that is a bit more advanced that you can try is called the Windows Debugger. If you look at the bottom of the BSOD you will hopefully see a line that says “Begining dump of physical memory”. You can use the windows debugger to analyze this crash dump and find out what caused your computer to blue screen.

When using the debugger the first thing you need to do is download it. For the debugger to work you also need something called symbols. The symbols are operating system specific so you need to make sure you get the XP symbols if you are using XP or the Vista symobls if you are using Vista. However, you can also have the debugger download the needed symbols automatically from microsofts online symbol server. I usually go with this method since the symobls files are nearly 300MB. Here are the instructions from microsoft on how to use the symbol server:

To use the Microsoft Symbol Server

1. Make sure you have installed the latest version of Debugging Tools for Windows.
2. Start a debugging session.
3. Decide where to store the downloaded symbols (the “downstream store”). This can be a local drive or a UNC path.
4. Set the debugger symbol path as follows, substituting your downstream store path for DownstreamStore.

SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols

For example, to download symbols to c:\websymbols, you would add the following to your symbol path:
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols

To use the Microsoft Symbol Server

1. Make sure you have installed the latest version of Debugging Tools for Windows.
2. Start a debugging session.
3. Decide where to store the downloaded symbols (the “downstream store”). This can be a local drive or a UNC path.
4. Set the debugger symbol path as follows, substituting your downstream store path for DownstreamStore.

SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols

For example, to download symbols to c:\websymbols, you would add the following to your symbol path:
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols

Now, if you have you debugging tools installed and your symbols all setup you need to actually analyze the crash dump. The debugging tools install in the start menu under all programs >> debugging tools for windows >> windbg.  To open the crash dump you can either click file >> open crash dump, or press CTRL + D to hotkey it. By default, the crash dump file is located at C:\windows\MEMORY.DMP. Here is a sample of what I got on my crash dump.

Now !analyze -v

After you load the crash dump the debugger will take a few moments to read the file then you should see something that says type !analyze to analyze your crash dump. This is where you will hopefully find out what is causing the problem. In my case, the debugger found this

PROCESS_NAME:  LCDMedia.exe

to be the process that caused my problem. This process is for my logitech G15 keyboard software so I uninstalled it. If you don’t recognize the process you can do a google search to find what it is or search your computer for the process name and see what you find. Be careful though and don’t just delete the process because this could cause more problems.

Any questions?

That is about it if you have any questions please post a comment and I’ll try and answerr it.

Reblog this post [with Zemanta]
Mar
03
2009
12

Dropbox is awesome

Headshot

Headshot

Over the weekend I went paintballing for a friends bachelor party and we all wanted to share our pictures with each other. There is a cool service called Dropbox that let us do just that. Dropbox lets you share files between multiple computers very easily. Dropbox installs a small program that handles the syncing and adds a My Dropbox folder to your computer. Any files you put in the My Dropbox folder are synchronized between all the computers you have Dropbox installed on. Dropbox also allows for collaboration of folders and thats how we used it. Those of us who took pictures put their photos into a shared folder then added all the participants as collaborators so we could all have a central place to put our photos. It worked out really well. You also have a public folder so if you want to share a file that is too big for email with a friend just drop it in the public folder then right click on it and there is an option to get a public link to the file. Email the link to the friend and they can download it from your Dropbox.  Dropbox gives you 2GB of storage for free, but you can upgrade to 50GB of storage for $9.99 a month or $90 dollars a year. Dropbox also keeps track of revisions so if you are working on a school project and a critical portion is accidentally deleted you can revert back to a previous version and save yourself from a thermo nuclear meltdown. I highly reccomend checking out Dropbox if you user more than one computer and even if you don’t it is a good place to put critical files that you don’t want to lose.

Written by Marcus in: software | Tags: , , , |

Powered by WordPress. Theme: TheBuckmaker. PasteBin, selber bauen

Bad Behavior has blocked 141 access attempts in the last 7 days.