Shop OBEX P1 Docs P2 Docs Learn Events
Propeller Tool Address Violation — Parallax Forums

Propeller Tool Address Violation

scottascotta Posts: 168
edited 2009-04-08 20:58 in Propeller 1
I get this (psudo) randomly on the fist launch,
every time when opening a second document,
randomly after that.

I don't have any mapped network drives or removable media.
Any Ideas

Scott





EurekaLog 6.0.17

Application:
1.1 Start Date : Wed, 8 Apr 2009 15:56:43 -0500
1.2 Name/Description: Propeller.exe - (Propeller Tool)
1.3 Version Number : 1.2.5.0
1.4 Parameters : "C:\Documents and Settings\admin\My Documents\Customers\Genia\Code\PropellerCode\PropellerFirmware\Main.spin"
1.5 Compilation Date: Fri, 5 Dec 2008 18:01:24 -0500
1.6 Up Time : 3 seconds

Exception:
2.1 Date : Wed, 8 Apr 2009 15:56:46 -0500
2.2 Address : 00542ED4
2.3 Module Name : Propeller.exe - (Propeller Tool)
2.4 Module Version: 1.2.5.0
2.5 Type : EAccessViolation
2.6 Message : Access violation at address 00542ED4 in module 'Propeller.exe'. Read of address 00000034.
2.7 ID : A743
2.8 Count : 1
2.9 Status : New
2.10 Note :

Active Controls:
4.1 Form Class : TApplication
4.2 Form Text : Propeller Tool
4.3 Control Class: TApplication
4.4 Control Text : Propeller Tool

Computer:
5.2 Total Memory : 958 Mb
5.3 Free Memory : 253 Mb
5.4 Total Disk : 93.15 Gb
5.5 Free Disk : 39.1 Gb
5.6 System Up Time: 5 days, 5 hours, 59 minutes, 19 seconds
5.7 Processor : AMD Turion(tm) 64 Mobile Technology ML-32
5.8 Display Mode : 1280 x 800, 32 bit
5.9 Display DPI : 96
5.10 Video Card : ATI RADEON XPRESS 200M Series (driver 6.14.10.6543 - RAM 64 MB)
5.11 Printer : HP LaserJet 4P (driver 6.0.6001.22116)

Operating System:
6.1 Type : Microsoft Windows XP
6.2 Build # : 2600
6.3 Update : Service Pack 3
6.4 Language: English
6.5 Charset : 0





; PEditor.TDockingTabSheet.Resized (Line=2347 - Offset=1)
;
00542EA9 jz PEditor.TDockingTabSheet.Resized (Line=2362)
00542EAF mov eax, [noparse][[/noparse]ebx+$023C]
00542EB5 cmp dword ptr [noparse][[/noparse]eax+$30], +$00
00542EB9 jz PEditor.TDockingTabSheet.Resized (Line=2362)
;
; Line=2348 - Offset=2
;
00542EBF mov eax, ebx
00542EC1 call PEditor.LockMainWindow
;
; Line=2349 - Offset=3
;
00542EC6 mov eax, ebx
00542EC8 call -$00097C11
00542ECD push eax
00542ECE mov eax, [noparse][[/noparse]ebx+$022C]
00542ED4 mov eax, [noparse][[/noparse]eax+$34] ; <-- EXCEPTION
00542ED7 mov eax, [noparse][[/noparse]eax+$4C]
00542EDA push eax
00542EDB mov eax, [noparse][[/noparse]ebx+$022C]
00542EE1 mov eax, [noparse][[/noparse]eax+$34]
00542EE4 xor ecx, ecx
00542EE6 xor edx, edx
00542EE8 mov esi, [noparse][[/noparse]eax]
00542EEA call dword ptr [noparse][[/noparse]esi+$0084]
;
; Line=2350 - Offset=4
;
00542EF0 mov eax, ebx
00542EF2 call -$00097C3B
Sign In or Register to comment.