Author | Message |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1096] - posted: 2012-05-13 20:41:37 sounds like strlcpy is not writing the null char Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1097] - posted: 2012-05-13 22:28:15 ok here is an other problem. this function was inline and every thing is okay , but when i change it to be a real function that return Dx9 interface ,the program crash. Code:
does i made something wrong? http://www.freewebs.com/ogremagic/index.htm |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1098] - posted: 2012-05-13 23:01:29 with some investigation , found that , this line cause the crash. Code:
http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1099] - posted: 2012-05-14 16:34:35 first problem i see is as a function you use edi but don't protect it... add uses clause at top Code:
meanwhile i will find what is the other problem Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1100] - posted: 2012-05-14 19:19:39 ok , it still crash after protect Edi. http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1105] - posted: 2012-05-15 00:48:32 I have just updated the beta download which addresses this issue, actually there is a big problem with my internal handler for classes/interfaces, i will hopefully get round to doing a whole rewrite of the assembler core over the next months, if i do, the whole backend should be much more stable and have much quicker fixes. anyways the code i used to test with is based on the directx9 sample: Code:
Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1107] - posted: 2012-05-15 19:13:13 ok it works fine now. BTW i have just discovered a bug in plugin statement. Code:
this was a part of my code , as you see the first line forces ziron to load no pluging at all but when compile i found my plugin loaded and manipulate the code.!!!!!!!!! http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1109] - posted: 2012-05-15 20:56:16 Code:
you are trying to load a non-existant plugin "off" Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Currently Active Users: There are currently 13 user(s) online. 0 member(s) and 13 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 |