Author Topic: Add-on issues in the 10th Feb update.  (Read 2237 times)

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Add-on issues in the 10th Feb update.
« on: February 11, 2009, 12:58:23 pm »
Firstly: sending multi-byte characters as part of a filename to Audiosurf still seems to crash it. Notably Japanese ones.
I'm not sure where things are going wrong because 7-bit original ASCII character (1 byte under UTF-8) work fine as do 16-bit, 2-byte UTF-8 characters. But it seems 3 (and presumably 4 as well) byte characters such as Japanese kana don't work and cause Audiosurf to crash as before.

Secondly: quickstartregisterwindow appears to be broken. The normal registerwindow does work however.

ViRUS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3156
    • MSN Messenger - newvirus@live.com.ar
    • View Profile
    • Email
Re: Add-on issues in the 10th Feb update.
« Reply #1 on: February 11, 2009, 01:19:33 pm »
Using YAAP now gives a Playback Error 2 and then a Runtime error crash and the worst thing is that I lost the source code of it so I'll have to start from scratch :'(


dyril

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Add-on issues in the 10th Feb update.
« Reply #2 on: February 11, 2009, 09:33:36 pm »
I don't have/know/understand technical details to confirm or deny Mincus' findings, but I'm here to echo that I, too, found this update breaks unicode filename support in the WM_COPYDATA stuff, which was working a day before, using this Python code.

EDIT: I too made a mistake.  This works.
« Last Edit: March 10, 2009, 06:12:22 am by dyril »

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Add-on issues in the 10th Feb update.
« Reply #3 on: February 12, 2009, 10:00:07 pm »
Ok, I made a mistake with the Unicode.
I have it working in C, but not managed in C# yet. Will keep trying and post the code here for others to look at once it's working.

I still can't get quickstartregisterwindow to work though. :(

dyril

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Add-on issues in the 10th Feb update.
« Reply #4 on: March 10, 2009, 02:08:13 pm »
quickstartqueuecommand seems to repeat whatever command was given to it when returning to the character screen?