English
Forum

Debuging: light Desperation makes noticeable !

Hello Gemeinde

 
- Page 1 -



RICOSCH
will be of selbigen trouble geplagt !

I get under windows 8.1 (but too win 7) constantly one
Error with: EAccessViolation on address ......

now reports the Debugger the following:

it found one Debug-Ausnahmeereignis with the code EXCEPTION_ACCESS_VIOLATION instead of.
the Debug-Ausnahmeereignis has the signal EXCEPTION_CONTINUABLE.
the Debug-Ausnahmeereignis found on the address $77E827EA instead of.
it'll attempts into Speicheradresse $77ED460F unerlaubt To write.

under Windows XP, where I the tool write and Compiliere shining
the Error weitestgehend ignoring To go though it Yes there's,
Program runs but moreover.

windows 8.1 goes lest so loosly circa.

so far I the understand can, happens the error if I a runtergeladene XML-File open circa Strings auszulesen and To process, which then format in a new File written go.

here schnibsel which the trouble in the Debugger verdeutlicht:
CompileMarkSeparation
declare meinpfad$,liste$
meinPfad$=@GetDir$("@")
liste$ = meinpfad$ + "\\webseite.html"
chdir meinpfad$
cls
print "eine taste drücken für den Download"
waitinput
var url$ = "https://www.montagmaler.de/index.html"
@downloadfile(url$, liste$)

while %Loading

    locate 3,1
    print &bytesread;" Bytes geladen    "

endwhile

print "Fertig!"
waitinput
end

evident can it only on the @downloadfile lying ?
it's running so far under xp and win 8.1 but under 8.1 comes it öffter To crash.

can of/ one help, thanks

Profan 12.1.2.2 (X2.1b)
 
I LOVE TOOLS
11/05/14  
 



« this Posting watts as Solution marked. »

where I it grade see:
CompileMarkSeparation
<html>
<head>
<body bgcolor="#000000" text=#000FFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<title></title>
<meta http-equiv="refresh" content="3" >
</head>
<center>
<img src="https://swhcam2.evh.de/vhughsize.jpg">
</center>
</body>
</ht
>

Hrm, sure one Flüchtigkeitsfehler: Body in the Head

plainer so:
<doctype>
<html>
<head>
</head>
<body>
</body>
<html>


under XP can ichs so often started How i will, gives no Error.

nevertheless one hint:

make times not:
CompileMarkSeparation
while %Loading

    locate 3,1
    print &bytesread;" Bytes loaded    "

endwhile


separate
CompileMarkSeparation
while %Loading

    waitinput 10
    locate 3,1
    print &bytesread;" Bytes loaded    "

endwhile


because otherwise unnecessary high CPU-consumption.

so could the "Problem" incidentally already of table his. reason: without Waitinput has the Download-Thread less Time and Perhaps kollidiert the Abrufen of &bytesread with the Befüllen of &bytesread by Thread. alike time How, crash darfs nevertheless never because otherwise ists crept one Error in the XProfan.

Have me time even a Exe created and here angehangen, is XProfan 11.2-NT - my LieblingsXProfan. Kanns so on Win8 testing. can Yes time ne Exe Upload with your XProfanversion.

1.032 kB
Hochgeladen:11/05/14
Downloadcounter131
Download
 
11/05/14  
 



simply only Interessehalber: have You times the dw.get -function from the download.inc  [...]  probiert? (Include is for you free)
 
11/05/14  
 




RICOSCH
unfortunately No, I try always weitestgehend with Boardeigenen Mitteln auszukommen !
 
XProfan X2
I LOVE TOOLS
11/05/14  
 



where I it grade see:
CompileMarkSeparation
<html>
<head>
<body bgcolor="#000000" text=#000FFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<title></title>
<meta http-equiv="refresh" content="3" >
</head>
<center>
<img src="https://swhcam2.evh.de/vhughsize.jpg">
</center>
</body>
</ht
>

Hrm, sure one Flüchtigkeitsfehler: Body in the Head

plainer so:
<doctype>
<html>
<head>
</head>
<body>
</body>
<html>


under XP can ichs so often started How i will, gives no Error.

nevertheless one hint:

make times not:
CompileMarkSeparation
while %Loading

    locate 3,1
    print &bytesread;" Bytes loaded    "

endwhile


separate
CompileMarkSeparation
while %Loading

    waitinput 10
    locate 3,1
    print &bytesread;" Bytes loaded    "

endwhile


because otherwise unnecessary high CPU-consumption.

so could the "Problem" incidentally already of table his. reason: without Waitinput has the Download-Thread less Time and Perhaps kollidiert the Abrufen of &bytesread with the Befüllen of &bytesread by Thread. alike time How, crash darfs nevertheless never because otherwise ists crept one Error in the XProfan.

Have me time even a Exe created and here angehangen, is XProfan 11.2-NT - my LieblingsXProfan. Kanns so on Win8 testing. can Yes time ne Exe Upload with your XProfanversion.

1.032 kB
Hochgeladen:11/05/14
Downloadcounter131
Download
 
11/05/14  
 




RICOSCH
thanks David,

just super !

have extensively under 8.1 tested and To dato no crash More had.

What is whom the Difference between waitinput 10 and sleep 10 ?

though bleats the debugger immernoch rum, should me alike his ifs whom runs.

have me wiedermal very helped !
 
XProfan X2
I LOVE TOOLS
11/05/14  
 



RICOSCH (05.11.14)
have extensively under 8.1 tested and To dato no crash More had.


super. apparently should Roland then there but time ran.

RICOSCH (05.11.14)
What is whom the Difference between waitinput 10 and sleep 10 ?


is vlt. right simply declared: sleep power what vlt. of waitInput expects and waitInput power what vlt. of sleep expects.

or differently declared: WaitInput gives one Process (Erhohlungs-) Time and Sleep steal tappt im dunkeln.
 
11/06/14  
 




RGH
Waitinput becomes through one Input-incident interrupted, too before The Time run down is, Sleep wait The whole Time and gives so others Prozessen on Your computer opportunity, too time dran To come.

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
11/06/14  
 




RICOSCH
thanks for resolution
 
XProfan X2
I LOVE TOOLS
11/06/14  
 



Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

9.532 Views

Untitledvor 0 min.
p.specht11/27/21
maroro07/01/16
Wilfried05/22/16
Rc01/19/16
More...

Themeninformationen

this Topic has 3 subscriber:

RICOSCH (4x)
iF (3x)
RGH (1x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie