Author Topic: Windows Live / Msn Messenger Plugin  (Read 31876 times)

Trich141

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: Windows Live / Msn Messenger Plugin
« Reply #45 on: July 21, 2008, 11:09:16 am »
edit 5/16:
I've added some debug features to MSN Surf. Should it crash, it will now write a crash log which you can then send to me or post here.

just downloaded it but it wont work for me heres what the crashlog is saying
Quote
***21/07/2008 18:56:34***

StackTrace:
   at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
   at Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind)
   at MsnSurf.TrayForm.UpdateVars(String newCustomTag, String newTagType)
   at MsnSurf.TrayForm..ctor()
   at MsnSurf.Program.Main()
every time i try to open it

ViRUS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3156
    • MSN Messenger - newvirus@live.com.ar
    • View Profile
    • Email
Re: Windows Live / Msn Messenger Plugin
« Reply #46 on: July 21, 2008, 11:46:45 am »
Read before posting, please...
« Last Edit: June 19, 2009, 03:30:47 pm by ViRUS »


rhonnysparks

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Windows Live / Msn Messenger Plugin
« Reply #47 on: July 28, 2008, 04:59:49 am »
Sorry for the late answer, dude... I completely forgot about this >.<

But, anyway, I just downloaded 1.5.4.2 and it works flawlessly with ticks :D

Small feature request: make it optional the capitalization of every first letter ;)

good to hear it's working for others  :)

Version 1.5.4.5:
- Added capitalization options
- MsnSurf now writes to HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE
meaning that it can modify the registry without administrator privileges
- Fixed bug where settings weren't saved when closed buy the red cross
- Removed "Close" button (no longer necessary because of above fix)

edit: see latest post for latest version.
« Last Edit: March 11, 2009, 07:06:50 am by rhonnysparks »

rhonnysparks

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Windows Live / Msn Messenger Plugin
« Reply #48 on: March 11, 2009, 07:05:49 am »
Version 1.5.4.7:
 - Fixed last letter of artist/title being truncated

just noticed this happening with the latest version of audiosurf, not sure which version broke it, anyway it's fixed now...

edit: see latest post for latest version.
« Last Edit: November 06, 2009, 11:03:39 pm by rhonnysparks »

Seraphyx

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Windows Live / Msn Messenger Plugin
« Reply #49 on: June 19, 2009, 06:27:56 am »
This is just not working for me. I tried the one in the very first post, and this most recent one from Rhonny. Where you enter stats messages, I checked "Show what I'm listening to" from the drop down menu, and also in the options under the Personal tab I have "Show song information from windows media player as a personal messages" checked as well if that matters, though I think that doesn't work for me either when I'm listening to stuff on WM.

--------
Got it to work with WMP, apparently I needed to enable it in WMP as well...
--------

I'm on Vista 64, though I don't think that should be a problem.

Is there any specific start up order?

Msn -> MsnSurf -> launch audiosurf through msnsurf

I tried a few different ways of starting it up but, still no luck.

Thanks in advance for any help.

----------
Got it to work, unsure why it wasn't working in the first place, didn't do anything different this time around. Thanks anyways.
----------
« Last Edit: June 19, 2009, 11:11:21 pm by Seraphyx »

rhonnysparks

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Windows Live / Msn Messenger Plugin
« Reply #50 on: July 07, 2009, 10:47:47 pm »
it appears that special characters (like é) are no longer being displayed correctly in the latest msn.
Not sure if this is an issue with msn or msnsurf.
Will look into it.

rhonnysparks

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Windows Live / Msn Messenger Plugin
« Reply #51 on: November 06, 2009, 11:09:02 pm »
Version 1.5.4.8:
 - use UTF-8 encoding instead of ASCII (this fixes the special characters not displaying properly).
 - remove redundant code.