1 Pages (8 items)
Error - Debug - Not sure how to handle the Debug - Messages
#1 Posted: 12/18/2014 1:52:17 PM
I recieved an error when attempting save a file (see attached).
The error asked if I wanted to close or debug. I chose debug. The file then closed. I tried to open the file then got another error message:
hmmm... I can't seem to attach these due to size:
When Trying to save:
https://www.dropbox.com/s/ou26lwwxsabnslq/Error%20Message%20-%20Trying%20to%20Save.jpg?dl=0
When trying to open:
https://www.dropbox.com/s/r4ewrx8u8c6ht2j/Error%20Message%20-%20elements%20not%20closed.png?dl=0
File prior to error. If the file below is added to this file via snippet then you try to save, there is an error
https://www.dropbox.com/s/3k0mrm6ry000vn2/Area%20or%20Seperator%20Error%20Before%20Error.sm?dl=0
Snippet that causes error when added:
https://www.dropbox.com/s/2upeyxdv103lyw3/Steel%20-%20Joist.sm?dl=0
I am assuming this as something to do with my "areas" and or copy/pasting areas.
More problem details:
Description:
Stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: SMathStudio_Desktop.exe
Application Version: 1.1.27.0
Application Timestamp: 53f63c27
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.18015
Fault Module Timestamp: 50b8479b
Exception Code: e053534f
Exception Offset: 0000000000009e5d
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
The error asked if I wanted to close or debug. I chose debug. The file then closed. I tried to open the file then got another error message:
hmmm... I can't seem to attach these due to size:
When Trying to save:
https://www.dropbox.com/s/ou26lwwxsabnslq/Error%20Message%20-%20Trying%20to%20Save.jpg?dl=0
When trying to open:
https://www.dropbox.com/s/r4ewrx8u8c6ht2j/Error%20Message%20-%20elements%20not%20closed.png?dl=0
File prior to error. If the file below is added to this file via snippet then you try to save, there is an error
https://www.dropbox.com/s/3k0mrm6ry000vn2/Area%20or%20Seperator%20Error%20Before%20Error.sm?dl=0
Snippet that causes error when added:
https://www.dropbox.com/s/2upeyxdv103lyw3/Steel%20-%20Joist.sm?dl=0
I am assuming this as something to do with my "areas" and or copy/pasting areas.
More problem details:
Description:
Stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: SMathStudio_Desktop.exe
Application Version: 1.1.27.0
Application Timestamp: 53f63c27
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.18015
Fault Module Timestamp: 50b8479b
Exception Code: e053534f
Exception Offset: 0000000000009e5d
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
#2 Posted: 12/18/2014 2:25:13 PM
Apparently there are lines and positions. How do I find what line I am on and/or the position?
#3 Posted: 12/18/2014 2:30:10 PM
Something can be recovered*, but I can't reproduce the save issue with that file (I have the same error opening your file)...
I suggest you to open a bug in the BTS (I don't know if it is SS-1225 or is a new bug)
*sensible data removed from frontpage
You have to use an advanced notepad (see here). In your case I've added 57 and a at the end of the file, as described in the error message.
Best regards,
Davide
I suggest you to open a bug in the BTS (I don't know if it is SS-1225 or is a new bug)
*sensible data removed from frontpage
WroteApparently there are lines and positions. How do I find what line I am on and/or the position?
You have to use an advanced notepad (see here). In your case I've added 57 and a at the end of the file, as described in the error message.
Best regards,
Davide
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#4 Posted: 12/18/2014 2:57:04 PM
Quote*sensible data removed from frontpage
yikes, I forgot about that, thank you. I'm going to remove the file for that reason and post the original file before error.
#5 Posted: 12/18/2014 3:03:30 PM
QuoteIn your case I've added 57 and a at the end of the file
Can you describe where this would be at?
Does = end of region or beginning of region?
thank you again Davide
#6 Posted: 12/18/2014 4:21:09 PM
You are welcome 
That's XML code, you have to begin something and to end it. You may have also if it is not expected that something should be nested inside it (this depends on the tag).
The code of your file was cut off during the last save, so something at the end of file is missing. You can see it because you should see as last tag, but this is missing.
What is needed is to close all the opened tags, then try to open it again.


That's XML code, you have
The code of your file was cut off during the last save, so something at the end of file is missing. You can see it because you should see as last tag, but this is missing.
What is needed is to close all the opened tags, then try to open it again.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#7 Posted: 12/18/2014 7:26:44 PM
I see, thank you.
I am wondering if:
a.) there were just too many area regions
b.) there was a deleted bottom line of an area region
c.) a copy / past of a area region screwed up something
I checked for case b multiple times but could not find anything.
I am wondering if:
a.) there were just too many area regions
b.) there was a deleted bottom line of an area region
c.) a copy / past of a area region screwed up something
I checked for case b multiple times but could not find anything.
#8 Posted: 12/18/2014 8:01:52 PM
a shoudn't be a problem, there are for sure more math regions than area regions, and I'm pretty sure that math regions are more complex than area regions, so I guess the issue is not here.
maybe there are problems on copy/paste operations, or maybe the problem is elsewhere, but I don't know...
maybe there are problems on copy/paste operations, or maybe the problem is elsewhere, but I don't know...

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 Pages (8 items)
-
New Posts
-
No New Posts