Jump to content

System.ApplicationException


Clan Riffster

Recommended Posts

I'll try that. I'm assuming I've screwed up somewhere in the creation, but I just can't figure out where.

Hmmm... OK. It seems I'm dumber than a bag of hammers. I tried attaching the .lua file, and got an error message:

"Error You aren't permitted to upload this kind of file"

Grrr... :lol:

Edited by Clan Riffster
Link to comment

Your cartridge contains a superfluous function. Open the Lua file with a text editor (Notepad is fine) and look for "CSnake". You'll find 14 lines beginning with this one:

function zinputCSnakeCreekHalfway:OnGetInput(input)

 

Delete that whole function and the cartridge will open fine.

 

I'm assuming that at some point you had an Input called "CSnakeCreekHalfway" and at some point you renamed or deleted it, but a builder bug left its onInput() handler in the file.

Link to comment

I have similar problem. Would someone please be so kind to review my script? I was editing the inputs between saves when this occured. I uploaded a test file to Wherigo. While completing the last few steps I saved the cartridge but when I came back to it I got the following error:

 

(Quote)

Error Reading Cartridge.

System.ApplicationException of type 'System.ApplicationException' was thrown.

at Groundspeak.Wherigo.ZonesEngine.ZonesEngineDll.LuaDoFile(string filename)

at ZonesAuthor.LuaFunctions.ReadLuaCartridge(String luaFileName)

at ZonesAuthor.frmMain.OpenCartidgeFile()

(/Quote)

Marlow Town Trail.zip

Edited by metal-bijou
Link to comment

I cleared all in the builder generated section - that uploaded.

 

By process of elimination I added section at a time. And although time consuming it proved succesful. Looks like one of the inputs had the wrong name. Phew, not as time consuming as re-doing it all.

 

Thanks for the assistance.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...