GOING OFFLINE
I'll be going offline (not that this site gets used) for a while. I'll be rearchitecting and moving to a different host.
Please check back soon!
I'll be going offline (not that this site gets used) for a while. I'll be rearchitecting and moving to a different host.
Please check back soon!
I recently purchased World of Goo from 2D Boy and wanted to run it on my laptop. When I would try to run the game, it would freeze up my system. Looking at the log file that was generated, it appeared that my graphic card was causing the issue.
After some searching, I turned up a forum post saying to install a program "driconf" (Debian based systems can get it from the repositories). I figured what the heck and gave it a shot.
After installing driconf, I ran the application as SU and clicked on the "Image Quality" tab and turned on "Enable S3TC texture compression even if software support is not available." I also turned on "Use HyperZ to boost performance" on the first tab for good measure :)
Now I can play World of Goo!
At work, we were having a few users unable to run our newly deployed WPF application in IE. When running under https, a Windows Presentation Foundation Host error would occur. Running under http displayed the below message:
Trust Not Granted
The application cannot be deployed because it is not trusted and possibly unsafe.
Recorded in the Error Log were the following messages: System.Deployment.Application.TrustNotGrantedException (Unknown subtype) and User has refused to grant required permissions to the application.
Trying to find information via Google just kept returning results saying we had deployed our xbap wrong. I knew this wasn't the case because it was only a select few of our users.
I found a blog entry suggesting to modify the CASPOL. After modifying the CASPOL by giving the site FullTrust, I was able to get the WPF running in the browser, but it wasn't working 100%. Our application makes several web service calls, and the WPF was erroring when making those calls.
Eventually, I used the Sysinternals Process Monitor to capture information about what the PresentationHost.exe was doing. Filtering for ACCESS DENIED showed that the PresenationHost.exe was denied several spots under HKCU.
To fix some of the issues I ran the WPF XBAP Permission Error Tool. For others, I had to explicitly give the user account read permission to the registry keys and subkeys. It doesn't matter if the user account is in the Administrators group.
The main problematic key, and one that the Permission Tool didn't fix, was HKCU\Software\Policies\Microsoft. PresentationHost.exe was denied access to the key and its subkeys. It seems that PresentationHost.exe couldn't determine what Security Zone the xbap was running under in IE, which in turn caused the WPF to execute under the Nothing Permissions Set.
Once the user account had read permissions to the keys that the PresentationHost.exe needed, the WPF fired up with no issues.
This is mainly for me, just so I have a place to keep it safe. The original (and best PS3 IMHO) serial # is CECHA01.
I think I would buy another one, just to have a backup.
While messing around with my laptop, I noticed that changing wallpaper was painfully slow due to the poor performance of my laptop's Radeon 9000 mobility card. Doing a little research led me to this link.
Following the steps in the link greatly improved my card's performance. A must if you want to run any of the Compiz Visual Effects, watch "CoCo" O'Brien on Hulu, or, really... do just about anything.
I'm a web developer/software engineer living in Minnesota with my wonderful wife, Amanda and rambunctious lab, Desiree. I work primarily with .NET technologies during the day and play with Python/GAE at night.
This is my little niche on the web. It's a place for me to post things I find helpful and interesting, share things with friends and family, comment on different subjects, and contribute back to the developer community.
The site is powered by the Django web framework and was designed and developed by me. All HTML and CSS is valid and I've tried to make it accessible to all. Feel free to contact me directly at ben@bstruthers.com and let me know if I've missed something.