Jump to content

Recommended Posts

Posted (edited)
27 minutes ago, eressea said:


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 by verbrannt
Posted
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

  • 1 year later...
Posted

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

 

  • 2 weeks later...
Posted
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...

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...