AMXX 0.20 TP4 outputs odd runtime errors
Code:
L 09/10/2004 - 23:08:00: [AMXX] Run time error 10 on line 3297 (plugin "superheromod.amxx")Code:
the very last "write_file" line is line# 3297 it seems to be getting errors elsewhere but outputs the last line number every time. I had this happen on a hero also, it was reporting the last line as the error line, but I fixed the error elsewhere in the plugin. Any ideas? Sorry if this is known already, I looked in the forums and could not find any info. Could not figure out a good way to search for this either. |
run time error lines are totally wrong in TP4
You will see more info about this with TP5 - as plugins will be now run in "debug mode" if you want correct line numbers the reason is the JIT destroys line number information in order to get a 3-4X speed increase. so I made it so the JIT will not do that and you can put a plugin in a slower debug mode |
I figured it had something to do with the new compiler.
so... I guess I wait for TP5. Thanks for the reply. |
Doesn't have anything to do with the new compiler o_O
|
well the new compiler uses JIT... so it has to do with that fact.
Anyway... I'm gonna try compiling with the old compiler to see if I can get these errors fixed now :) |
JIT is in the core, not in the compiler :wink:
|
maybe if you tell him that about 3 more times he will listen :D
|
| All times are GMT -4. The time now is 17:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.