verbrannt Posted July 22, 2018 Author Posted July 22, 2018 (edited) 27 minutes ago, eressea said: Fixed - download http://download.l2shrine.com/MyExt64.dll Now working fine. Thx. 27 minutes ago, eressea said: 07/22/2018 12:07:04.931, ERROR(780692) : Undeclared variable [talker] Can you fix it somehow? :) It's because of bad original GF ai.obj. It has some classes at the end, that was written manually without compiler by RPG-Club team, and these classes contains some errors. BTW I can fix it by checking used, but not declared variables, and declare them if needed. Edited July 22, 2018 by verbrannt
eressea Posted July 22, 2018 Posted July 22, 2018 1 minute ago, verbrannt said: BTW I can fix it by checking used, but not declared variables, and declare them if needed. That would be great :) I was thinking about doing the same in the compiler but it would be much harder to do there and also it would be custom change in the compiler... I'd like to keep it all NCsoft way
Geosniffer Posted November 9, 2019 Posted November 9, 2019 Hello, Firstly thanks for your share, i get this error on advext H5: Decompile ai_a_seed_elite_monsterPHP Fatal error: Uncaught RuntimeException: Function 268632201 not found in C:\Users\samar\Downloads\nasc-decompiler-master\core\data.php:67 Stack trace: #0 C:\Users\samar\Downloads\nasc-decompiler-master\core\parser.php(443): Data->getFunction(268632201) #1 C:\Users\samar\Downloads\nasc-decompiler-master\core\parser.php(117): Parser->parseFuncCall(Object(Token)) #2 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(271): Parser->parseClass(Object(Token)) #3 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(75): Main->decompile() #4 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(392): Main->run() #5 {main} thrown in C:\Users\samar\Downloads\nasc-decompiler-master\core\data.php on line 67
sandeagle Posted November 17, 2019 Posted November 17, 2019 On 11/9/2019 at 5:58 PM, Geosniffer said: Hello On 11/9/2019 at 5:58 PM, Geosniffer said: Hello, Firstly thanks for your share, i get this error on advext H5: Decompile ai_a_seed_elite_monsterPHP Fatal error: Uncaught RuntimeException: Function 268632201 not found in C:\Users\samar\Downloads\nasc-decompiler-master\core\data.php:67 Stack trace: #0 C:\Users\samar\Downloads\nasc-decompiler-master\core\parser.php(443): Data->getFunction(268632201) #1 C:\Users\samar\Downloads\nasc-decompiler-master\core\parser.php(117): Parser->parseFuncCall(Object(Token)) #2 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(271): Parser->parseClass(Object(Token)) #3 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(75): Main->decompile() #4 C:\Users\samar\Downloads\nasc-decompiler-master\core\main.php(392): Main->run() #5 {main} thrown in C:\Users\samar\Downloads\nasc-decompiler-master\core\data.php on line 67 you cant use this compiler with Advext H5...coz AdvextH5 use lots of their own handlers and functions...
MasterToma Posted November 17, 2019 Posted November 17, 2019 Just add those custom functions as "func_26863220" into data/, and later on either skip them or figure out what they are needed for. Probably they are for Advext customs, so might be removed from decompiled code
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now