Issue 117619 - Basic IDE shows only cryptic error messages
Summary: Basic IDE shows only cryptic error messages
Status: CLOSED DUPLICATE of issue 117487
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows NT
: P3 Normal
Target Milestone: ---
Assignee: ab
QA Contact: kay.ramme
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-03-31 07:35 UTC by Frank Schönheit
Modified: 2013-02-24 21:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2011-03-31 07:35:52 UTC
In the Basic IDE, run the following script:
 Sub test
   Dim foo(0)
   foo(1) = "bar"
 End Sub

=> you get an error message saying
   Id 87300 only handled by SimpleErrorHandler
   ErrorCode: 4
   ErrorClass: 21
   ErrorArea: 10

In a non-product version, you beforehand get an assertion saying
  Error: .../ofaen-US.res
  Class: Resource, Id: 13000. Cannot load resource! 
  Resource Stack
Comment 1 Frank Schönheit 2011-03-31 07:37:08 UTC
Note: It seems that *all* error messages raised by the Basic IDE are broken not only the one provoked by the above sample script. Which surely qualifies this as stopper for 3.4.
Comment 2 Frank Schönheit 2011-03-31 07:58:37 UTC
already submitted as bug 117487

*** This issue has been marked as a duplicate of issue 117487 ***
Comment 3 Frank Schönheit 2011-03-31 07:59:52 UTC
closing duplicate
Comment 4 Oliver-Rainer Wittmann 2012-06-13 12:28:57 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.