-
"The first viewings of Dante's Inferno suggest the action adventure will be very similar to God of War… enemies can be smashed into the air and juggled around using simple combos that mix light and heavy attacks. Magical abilities will also feature, and fallen enemies will spill health and magic orbs that replenish respective status bars." Oh Jesus, please make it stop.
-
The reason CakePHP has issues connecting to MySQL database on OSX 10.5 is because its database adaptor is explicitly looking for the default mysql socket defined in your php.ini. If you fix that, everything works. The critical adjective, if you ever search for this again, is the "OSX" part.
Fixing the “iChat instantly quits on launch” problem
11 January 2006
So, you may or may not remember that I was afflicted with this pain in the neck of a problem: namely, you launch iChat, it loads for a second, and then dies immediately. In trying to solve it, I funted my computer, and needed to reinstall.
Last night, my computer ran out of battery (at the 51% mark, no less – let’s hope this battery holds out), and didn’t sleep, so I gave it a hard reset and thought nothing more.
This morning, I realise I haven’t relaunched iChat – so I do – and it dies immediately. “Bugger,” I think, “this is the same problem as before”. It’s also the same problem my girlfriend’s iBook has.
Then, thanks to this helpful Apple Discussions post, I solved it. The issue is between the iChat in 10.4.3 and my Netgear DG834 wireless router – namely, the implentation of UPnP (Universal Plug n Play) in the Netgear box. My router, incidentally, is on firmware 3.0.something – the latest.
To get iChat working again: log into the router, scroll down the left hand menu and choose the UPnP menu. Then: untick the “enable UPnP” box, click Apply; re-enable it, click Apply.
iChat now works. Bizarre, but fortunately solved. It’s also apparently fixed in 10.4.4, released yesterday, but I’m not upgrading just yet due to being bitten on 10.4.3.
Severe Powerbook problems.
06 December 2005
A very bad night. I’ve recently been blessed with this particular problem: iChat quitting seconds after launch.
Reinstall iChat: no luck.
Reinstall iChat, patch through Software Update to 10.4.3 : no luck.
Run Combo Updater as recommended after reinstalling iChat: no luck.
Only now Mail is broken too; all my messages are there, but there’s no text loading in the panels. I’m loathe to reinstall Mail – I’ve backed up the Mboxes just now, even though the GUI is broken, I’m guessing the data is OK. It’s 3 years of Mail I pretty much can’t bear to lose.
So right now, I have a 12″ Paperweight. I’m really, really low about this; no idea how to fix it, no time to reinstall it for a good couple of days. Terrified. Depressed.
Getting Mario Kart DS online with a Netgear DG834G
28 November 2005
So much more to say about the sublime Mario Kart DS, but for now, I felt some technical advice would help Google out a lot.
If you’re having problems connecting to Nintendo Wi-fi Connection through your Netgear DG834G router – as in, your DS can’t see your wireless access point, even if it’s public, insecure, the works – it’s worth upgrading to the latest firmware. You can download that from the “support” page on the Netgear site for the router. Once you’ve flashed the firmware (remember to do it via a wired connection, to avoid bricking the router), you should find the DS finds the access point (be it WEPed or not) first time.
Haha! I solved the problem in the previous post with some cunning. And Google.
Basically, even though it looks like the mysql
gem has installed correctly, it won’t have, because, once you’ve upgraded to Xcode 2.1, gcc
is upgraded to 4.0. If you try and install the gem with gcc 4.0, it breaks. You need to install it with gcc 3.3 as your compiler. Doing this is as easy as typing
sudo gcc_select 3.3
in your terminal window before you run
sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
Once you’ve done all that, you can then type sudo gcc_select 4.o
to return things to normal.
Phew. Scaffolds now work. That was an exciting little detour.