Register | Login
Forum Index > Bugs and Fixes > access violation with 1.1.28.1
Author Message
Pages: 1
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[907] access violation with 1.1.28.1 - posted: 2011-11-29 21:50:21

i have just download the new version of ziron '1.1.28.1' and tring that
Code:
program WIN32CUI 'ssleep test';

ssleep  5;

ExitProcess(0);


i got that

Access violation at address 0054305B in module 'Sleep.dll'. Read of address 9A12B5F1


BTW , it was woring very well with latest beta version.

http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[913] - posted: 2011-11-30 11:41:20
please get the latest beta and let me know if this fixes the problem.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[916] - posted: 2011-11-30 18:36:18

with latest beta i got that error
[1,148]: Error 3123332 in [plugin buffer]


http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[918] - posted: 2011-11-30 18:43:46
posting that is not very helpful, remember when posting about problems or errors you need to also post the line of code it displays.

That error could relate to add, sub, mov or lea if something is incorrect size

e.g.

Code:
mov qword[eax], 6


this would cause this error.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[919] - posted: 2011-11-30 18:45:44

ok here it is

Ziron Compiler 1.1.29.3
Copyright (C) 2011. OverHertz Ltd. All rights reserved.
--------------------------------------------
11/30/2011 6:36:40 PM
--------------------------------------------

PlugSys: Basic plugin has loaded!
PlugSys: Emit plugin has loaded!
PlugSys: Masm plugin version 0.01 has loaded!
PlugSys: Sleep seconds plugin has loaded
[1,148]: Error 3123332 in [plugin buffer]
Code:
function H_strcpy(Dword dst,src) { Eax = dst; Edx = src; push Eax; BL = [Edx]; while ( BL != 0) { [Eax] = BL; Eax++; Edx++; BL = [Edx]; } [Eax] = 0; pop Eax;}

--------------------------------------------


Press the [enter] key to exit.



http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[920] - posted: 2011-11-30 18:50:19
ok i see the problem it will be fixed soon

but you have a mistake in your code that also is the cause of the syntax error

Code:
[Eax] = 0; 


this would be a dword move... you are moving 0x00000000 to [eax]... you need byte or char

Code:
char[Eax] = 0; 


Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[921] - posted: 2011-11-30 18:58:30

ok i have fix it and now , everything is working okay.

thanks.

http://www.freewebs.com/ogremagic/index.htm
Pages: 1
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 1 user(s) online. 0 member(s) and 1 guest(s)
Most users ever online was 1046, January 28, 2022, 2:08 pm.


Statistics:
Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51
Welcome to our newest member, yecate
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd