In Insanity 1.2, I recently encountered a problem where projects aren't saving. I save it, and it says "Save failed. Subscript out of bounds: -32". I can't find where this error is, nor isolate it.
The code is available at the Assembla repo, if anyone wants to try helping me.
Last edited by jvvg (2012-12-12 20:58:52)
Offline
nXIII wrote:
You can comment out the error catching in the save method and just use the Squeak debugger.
I fixed the problem by just reverting changes, but I'll remember that in the future.
Offline
jvvg wrote:
nXIII wrote:
You can comment out the error catching in the save method and just use the Squeak debugger.
I fixed the problem by just reverting changes, but I'll remember that in the future.
That's avoiding the problem, not fixing it. I was telling you how to fix it.
Offline
nXIII wrote:
jvvg wrote:
nXIII wrote:
You can comment out the error catching in the save method and just use the Squeak debugger.
I fixed the problem by just reverting changes, but I'll remember that in the future.
That's avoiding the problem, not fixing it. I was telling you how to fix it.
I meant if I ever have a save problem in the future, I'll do that.
Offline