Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
News
: July 16--Japanese pop week on Radio
Audiosurf: Ride Your Music
Audiosurf
Addons
Windows Live / Msn Messenger Plugin
Pages:
1
2
[
3
]
4
« previous
next »
Print
Author
Topic: Windows Live / Msn Messenger Plugin (Read 26085 times)
Pwntastic
Roffles The Mighty
Global Moderator
Hero Member
Posts: 1912
Re: Windows Live / Msn Messenger Plugin
«
Reply #30 on:
May 16, 2008, 01:28:21 pm »
I was hoping it was one where you'd be able to send a report to ms etc where you could at least see some of the stack trace
Edit: bump for updated version with debugging stuffs
Logged
ViRUS
Global Moderator
Hero Member
Posts: 2674
Re: Windows Live / Msn Messenger Plugin
«
Reply #31 on:
May 16, 2008, 02:34:03 pm »
Code:
***16/05/2008 06:31:25 p.m.***
StackTrace:
en Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
en Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
en Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
en Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind)
en MsnSurf.TrayForm.UpdateVars(String newCustomTag, String newTagType)
en MsnSurf.TrayForm..ctor()
en MsnSurf.Program.Main()
By looking at the crashlog, I resolved the problem right clicking on the .exe, Run as an Administrator.
Logged
Pwntastic
Roffles The Mighty
Global Moderator
Hero Member
Posts: 1912
Re: Windows Live / Msn Messenger Plugin
«
Reply #32 on:
May 16, 2008, 06:52:20 pm »
Heh. I can probably work around that...
Hrm, I could have it create a hidden config file, or just not save settings.
Logged
phil35
Newbie
Posts: 21
Re: Windows Live / Msn Messenger Plugin
«
Reply #33 on:
May 17, 2008, 04:53:43 am »
OK, by running it as administrator the application now runs fine. But its not actually changing my personal message... Am I not doing something?
The application is running, Audiosurf is running, WLM is running, The 'change my message to what im listening to' box is checked.
Logged
phil35
Newbie
Posts: 21
Re: Windows Live / Msn Messenger Plugin
«
Reply #34 on:
May 21, 2008, 09:55:48 am »
Actually ignore my last post, seems to work fine now. Although I have one very picky problem:
It seems in the title of the song and artist only the first letter is capitalised, if there are more than one word, even if they are capitalised in the song tag. eg - 'Band name - This is the song title' instead of 'Band Name - This is the Song Title'. If you get me.
But like I say, thats a very VERY small problem, and I can live with it
Anyway, awesome app
Logged
Pwntastic
Roffles The Mighty
Global Moderator
Hero Member
Posts: 1912
Re: Windows Live / Msn Messenger Plugin
«
Reply #35 on:
May 21, 2008, 10:23:25 am »
yeah i just have to make some loop to capitalize all the words... as it stands, audiosurf sends everything back in lowercase, so i just quick threw in a dealy to capitalize the first letter
Logged
rhonnysparks
Newbie
Posts: 26
Re: Windows Live / Msn Messenger Plugin
«
Reply #36 on:
May 21, 2008, 06:05:22 pm »
The version I posted does this.
«
Last Edit: May 21, 2008, 06:06:57 pm by rhonnysparks
»
Logged
Pwntastic
Roffles The Mighty
Global Moderator
Hero Member
Posts: 1912
Re: Windows Live / Msn Messenger Plugin
«
Reply #37 on:
May 21, 2008, 06:12:32 pm »
Oh that's right.. Heh I'll have to integrate your changes into mine
Logged
folo4
Jr. Member
Posts: 59
Re: Windows Live / Msn Messenger Plugin
«
Reply #38 on:
May 22, 2008, 02:45:19 am »
I thought audiosurf screws capitalizations and posts scores into all-lowercase scoreboards?
Logged
rhonnysparks
Newbie
Posts: 26
Re: Windows Live / Msn Messenger Plugin
«
Reply #39 on:
May 22, 2008, 07:12:48 am »
Quote from: Pwntastic on May 21, 2008, 06:12:32 pm
Oh that's right.. Heh I'll have to integrate your changes into mine
that should be easy, I only added about 4 functions in TrayForm.
Quote from: folo4 on May 22, 2008, 02:45:19 am
I thought audiosurf screws capitalizations and posts scores into all-lowercase scoreboards?
yeah, you're right. That would be to reduce the number of duplicates.
However when we want to display the song artist and title in msn, capitalisation is nice
Logged
kevlar
Newbie
Posts: 7
Re: Windows Live / Msn Messenger Plugin
«
Reply #40 on:
May 26, 2008, 01:26:19 am »
Not sure whats happening here, I've got the app running by running as administrator, have the setting ticked to allow others to see what I'm listening to in live messenger but it isn't changing my message. Msn does however show what I'm running in wmp, just not whats running in audiosurf.
Any ideas?
«
Last Edit: May 26, 2008, 01:30:03 am by kevlar
»
Logged
ViRUS
Global Moderator
Hero Member
Posts: 2674
Re: Windows Live / Msn Messenger Plugin
«
Reply #41 on:
July 09, 2008, 02:31:56 pm »
I dunno if you're still with this Pwn, but just FYI, it does this with non-english characters (in this case it was an á):
Logged
rhonnysparks
Newbie
Posts: 26
Re: Windows Live / Msn Messenger Plugin
«
Reply #42 on:
July 14, 2008, 01:39:49 am »
Quote from: ViRUS on July 09, 2008, 02:31:56 pm
I dunno if you're still with this Pwn, but just FYI, it does this with non-english characters (in this case it was an á):
try the version in this post:
http://www.audio-surf.com/forum/index.php/topic,3103.msg30563.html#msg30563
Quote from: kevlar on May 26, 2008, 01:26:19 am
Not sure whats happening here, I've got the app running by running as administrator, have the setting ticked to allow others to see what I'm listening to in live messenger but it isn't changing my message. Msn does however show what I'm running in wmp, just not whats running in audiosurf.
Any ideas?
I can confirm this in windows vista sp1 x64
I'll have a look and see if I can fix it.
«
Last Edit: July 14, 2008, 01:57:22 am by rhonnysparks
»
Logged
rhonnysparks
Newbie
Posts: 26
Re: Windows Live / Msn Messenger Plugin
«
Reply #43 on:
July 15, 2008, 09:59:37 am »
Version 1.5.4.2:
- Runs on Vista x64
without needing to run as administrator
- Displays non-English characters (since 1.5.4.1)
- Capitalises every first letter (since 1.5.4.1)
This should work on all 32/64 machines but if someone could confirm that would be awesome.
edit: see latest post for latest version.
«
Last Edit: July 28, 2008, 05:02:44 am by rhonnysparks
»
Logged
ViRUS
Global Moderator
Hero Member
Posts: 2674
Re: Windows Live / Msn Messenger Plugin
«
Reply #44 on:
July 21, 2008, 01:19:36 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
Small feature request: make it optional the capitalization of every first letter
Logged
Pages:
1
2
[
3
]
4
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Audiosurf
-----------------------------
=> Discussion
=> Feature Requests
=> Songs
=> Addons
=> Troubleshooting
=> Chat
Loading...