Setup Guide for AC-7 Wireless DAW Control Surface

Posted in Music, Technical Issues on February 5th, 2010 by Ryan

The information for setting up this iPhone app on XP with Reaper is very limited. Here is a quick guide. Read more »

ListMessenger SMTP Error

Posted in Technical Issues on August 6th, 2009 by Ryan

I started receiving the following error after making some network changes:

Unable to send message to email@email.com. LM_Mailer responded: SMTP Error: Could not connect to SMTP host.

How I fixed it: I set my ListMessenger to use PHPmail and then edited my php.ini file. In that file there is a setting for your smtp server, it was set to localhost. I changed it to our default smtp server and it worked again.

Why: I was fiddling around with network settings and managed to break something so that computers on the local network can’t access the server via it’s name, and apparently it can’t access itself by localhost. I’m not sure why this happened but I think it has something to do with VMWare network cards stealing priority and forcing IP’s that didn’t work.

Get Ventrilo to Work on the EEE PC (Sort-of)

Posted in Customization, Technical Issues on April 4th, 2009 by Ryan

1. Edit the file:
~/.wine/drive_c/windows/system.ini

2. And add the following line:
MSACM.msgsm610=msgsm32.acm

3. Next you need to get your hands on the windows file ‘msgsm32.acm’ from an existing windows partition (C:/WINDOWS/system32/msgsm32.acm) and copy it to ‘~/.wine/drive_c/windows/system/’.

4. Run vent.

Note: When I transmit, I can usually only transmit until I let go of the talk key, then that’s broken for good. I can still receive audio the whole time though.

Source: endy’s post on the Ubuntu Forums

MSN Messenger Error 80048820

Posted in Technical Issues on February 24th, 2009 by Ryan

Correct your system date and time before logging on and it should stop this issue.

I had this problem because my CMOS battery isn’t working as well and my date/time resets after leaving the PC off for a while.

Fix MBR for an Old MS-DOS System

Posted in Technical Issues on December 26th, 2008 by Ryan

I accidentally installed grub and couldn’t figure out how to uninstall or override it with another boot loader. The others just weren’t working. Running fdisk /mbr didn’t work for me either. What I had to do was insert and boot the XP CD, then go to the repair console and type fixmbr. I just rebooted and it went straight into DOS like it was supposed to.

Acronis 2009 Breaks Dynamic Windows Raid Array

Posted in Technical Issues on December 26th, 2008 by Ryan

I just tried installing Acronis True Image Home 2009 and ended up having to use system restore twice now because it would disable my dynamic windows raid array I have setup on my pc after the next reboot. The only way I was able to fix the problem was to do a system restore. I’m on Vista x64 Ultimate edition.

Slow Windows Load Time

Posted in Technical Issues, Tricks on October 14th, 2008 by Ryan

I’m trying to solve a problem where my computer at work takes forever to become usable after logging onto windows.

Edit: For lazy people, the end result was mapped drives were slowing boot time significantly. The following tweaks helped only with the delay between logging in and seeing the taskbar.

First thing I tried was various performance tweaks from TweakXP.

Read more »

Useful hMailServer Tips & Tricks

Posted in Technical Issues, Tricks on October 8th, 2008 by Ryan

Tricks

Spam

Dealing with Problems

osCommerce Error: Unable to determine the page link

Posted in Programming, Technical Issues on October 2nd, 2008 by Ryan

This is a simple PHP4 -> PHP5 error. Make sure the following is in your .htaccess file.

php_flag register_globals On
php_value register_long_arrays On

osCommerce PHP4 -> PHP5 Fixes

Posted in Programming, Technical Issues on September 15th, 2008 by Ryan

There are a few problems that come from moving an old install of osCommerce to a new server with PHP5 or just simply upgrading from PHP4 to PHP5. Read more »