2Moons – Mail Interface Broken

In release 4.6.16 of 2Moons, the mail interface is broken. The Send and Cancel buttons no longer appear, so it is not possible to send mail. This occurs in Parca Temple, and in Braiken Castle. As far as I know all characters and all servers show this problem.

Folks keep saying that it works, but it does not work for any of my characters on any of the servers that I have tried.

If you look at the interface casually it appears ok, but if you actually try to send mail, you can’t.

The Mail Interface Previously Looked like this:

Notice the SEND and CANCEL buttons at the bottom of the left mail window.

Here is the new interface as of 4.6.16.

Notice that absence of the SEND and CANCEL buttons in the left window.

It would seem that the mail interface is being removed. And this version allows mail messages to be retrieved for the 29 or fewer days that mail messages are being held until they expire.

I never saw an announcment or rational for why mail is being removed.

If mail does not look this way for you, then take a screen shot and show me your interface.

– windy

 

2Moons – Management Database

Managing a stable of characters in an RPG is a complicated process. My limited experience with MMORPGs indicates that it can be more efficient to build more than one character at a time. At least it is more interesting. In the two MMORPGs that I’ve tried I’ve built several characters to try to learn more about the game and the character classes. In 2Moons I’m currently running six characters. This is efficient since as they level up all the interesting loot is saved for the other characters and one higher level character can finance a lower level character’s purchase of expensive items.

But, the downside of doing this is you have to keep track of all the loot that each character has and what they need. In Guild Wars this was easy because there is an account-wide storage facility where all the loot is kept. But with 2Moons, each character has a separate stash, or storage locker, so you have to remember what’s in each one to avoid wasting time with items that you already have collected.

Continue reading “2Moons – Management Database”

Vista Virtual Store or “Where did my files go?”

Windows Vista “virtualizes” the file system under Program Files or Program Files(x86) to limit the security exposure of programs writing to the protected program areas. Under previous versions of windows, programs would often write program data to the same folder, or a subfolder from, the location of the program – Program FilesSome_Program. This potentially causes a security issue since programs are writing to the area where the install occurred. This could cause instability for the programs or for other users on the system.

But the problem is that we have come to expect that we need to look in this area to backup our data files left from programs. And when we want to move to a new system, either with a newer or the same operating system, we need to find these data files and move them or back them up. Where did they go??

Continue reading “Vista Virtual Store or “Where did my files go?””

OpenOffice Base 2.4 – Report Problem

OpenOffice Base 2.4 running on Vista Ultimate [x86 or x64].

Dynamic reports fail with the data not matching the column headers. Static reports work.

Update: This is a known problem. The problem is that the name TITLE doesn’t work as a report column. This means that no column of a database table can be named TITLE if dynamic tables are used.

Continue reading “OpenOffice Base 2.4 – Report Problem”

MySQL Unable to Restore

When building a database of my DVD collection which includes BLOB images of png images of the covers, the database can be backed up, but it cannot be restored. This of course makes the backups useless. The images are 475×475 pixel PNG images.

UPDATE: Problem solved. Parameter max_allowed_packet is the packet size for requests. This defaults to 1M and needs to be larger to allow this restore to work. Setting the max_allowed_packet parameter to 10M allowed the restore to complete successfully.
Continue reading “MySQL Unable to Restore”

Alienware m15x – CPU Busy

I just got a new Alienware m15x. Great machine. Very nice design. But I’m running into a couple of problems.

Update: 8 June 2008 9pm– I spoke too soon. The problem is back in spades. See section later in this post regarding use of SysInternals Process Explorer with more data on the problem.

Update: 8 June 2008 – The CPU Busy problem is not occurring for about the past 2 hours. The system was idle – but with the CPU busy for several hours today. There appears to be no reason for this change. It bears watching.

Update: 7 June 2008 – New information added on CPU Busy.
Continue reading “Alienware m15x – CPU Busy”

The <iFrame Web Site Attack

On 6 April 2008, this site, when it was on another hosting service, was attacked and an <iFrame tag appended to every php and html file on the site. The <iFrame tag pointed back to the following domains:

cdpuvbhfzz(dot)com
ccfelomvhk(dot)com

The attack was apparently perpetrated because two php.ini parameters were left that allow exploits:
allow_url_fopen = on
register_globals = on

These settings have now been changed to OFF.
Continue reading “The <iFrame Web Site Attack”