Search found 298 matches: error invalid token

Searched query: error invalid token

by Gale Andrews
Wed Feb 15, 2012 2:18 am
Forum: Windows
Topic: Crash and no Joy
Replies: 10
Views: 2092

Re: Crash and no Joy

... tried to recover there was a message box about invalid token at line 964? If so that line 964 error refers to "C:UsersBrianAppDataRoamingAudacityAutoSaveshake ...
by rednekk_rokr
Tue Feb 14, 2012 6:06 pm
Forum: Windows
Topic: Crash and no Joy
Replies: 10
Views: 2092

Crash and no Joy

... Log 09:56:12: Audacity 1.3.14-beta 09:56:12: Error: Couldn't find symbol 'MainPanelFunc' in a ... N-85.autosave". Error: Error: not well-formed (invalid token) at line 964 when I open the songs .AUP file in notepad++ ...
by NastyMoustache
Wed Feb 01, 2012 5:05 pm
Forum: Français
Topic: Conflit entre Audacity et FL Studio
Replies: 3
Views: 2902

Conflit entre Audacity et FL Studio

... une deuxième arrive, m'annonçant "Application Error" , son contenu étant le suivant : " Exception ... du projet" : "Erreur : not well-formed (invalid token) à la ligne 381" . Je clique sur "OK", et là, je pleure, ...
by Gale Andrews
Thu Jan 19, 2012 2:41 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

... occurring by preventing those characters being parsed into the .aup, but .aup files that already have those characters are refused with an error message. Gale
by Franck Dernoncourt
Tue Jan 17, 2012 6:14 pm
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

steve wrote:The links on that page have just been updated.
Gale Andrews wrote:I've updated the links a short while ago
Thanks!
Gale Andrews wrote:the developers probably won't want to handle nulls or anything specious in the .aup file (such as a control character)
Why?
by Gale Andrews
Tue Jan 17, 2012 1:17 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

To develop in C/C++ for Windows you need a second download from Microsoft, the "Platform SDK", or the later "Windows SDK". Check here for the one you require. ' Check here ' points to a broken link. What's the right link? I've updated the links a short while ago (but the page is as Steve says in a ...
by steve
Tue Jan 17, 2012 1:12 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

Not sure I'll find the time but I'll have a look at the source code. On http://wiki.audacityteam.org/wiki/Developing_On_Windows, at line To develop in C/C++ for Windows you need a second download from Microsoft, the "Platform SDK", or the later "Windows SDK". Check here for the one you require. 'Ch...
by steve
Tue Jan 17, 2012 1:00 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

'Check here' points to a broken link. What's the right link? This section of the wiki is being rewritten to bring it up to date, but it's not a simple job so it could be a while before it is fully updated. Here are some interim notes on the subject: http://www.hometownband.org/CompilingAudacity.htm...
by Franck Dernoncourt
Tue Jan 17, 2012 12:06 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

What did you use to view the xml with line numbers? Notepad++ and 010 Editor are you volunteering to program that module? Not sure I'll find the time but I'll have a look at the source code. On http://wiki.audacityteam.org/wiki/Developing_On_Windows, at line To develop in C/C++ for Windows you need...
by kozikowski
Mon Jan 16, 2012 12:13 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2645

Re: "not well formed (invalid token)" error when recovering

What did you use to view the xml with line numbers? I guess Audacity's recovering function could be easily modified to check for suspicious characters like wandering NULs to clean this kind of mess. Crashing doesn't always produce this exact problem, but are you volunteering to program that module? ...