The following warnings occurred:
Warning [2] Undefined array key "previewpost" - Line: 164 - File: inc/plugins/htmlposts.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/htmlposts.php 164 errorHandler->error_callback
/inc/class_plugins.php 142 htmlposts_parse
/inc/class_parser.php 153 pluginSystem->run_hooks
/inc/functions_post.php 829 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "previewpost" - Line: 164 - File: inc/plugins/htmlposts.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/htmlposts.php 164 errorHandler->error_callback
/inc/class_plugins.php 142 htmlposts_parse
/inc/class_parser.php 153 pluginSystem->run_hooks
/inc/functions_post.php 829 postParser->parse_message
/showthread.php 1121 build_postbit




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exception when exporting classes/scripts
#1
I tried to export classes/scripts from XComGame using the command line, ver 1.2 Dev. It show up with quite a long list of exceptions, mainly EndOfStream Exceptions. Some classes was not serialized correctly. Popped up Task Manager and saw it taking about 30% CPU usage, and RAM usage keep on increasing. After a couple of minutes, it finally finished.

Here is a link to the upk file from XCom and log recorded: http://www.mediafire.com/?8wzg44a97d1lg87. BTW thanks for the awesome work!

EDIT: also, I found out that there are inconsistency between viewing code in UE Explorer vs. extracting via command line. Example: XGLevel.uc, line 78
when viewed in explorer: if(bBuildingWithinABuildingOnly && !kBVolume.m_bIsInternalBuilding)
in extracted file: if(BuildOptionString(bBuildingWithinABuildingOnly, UnresolvedNativeFunction_129(kBVolume.m_bIsInternalBuilding)))

Does this mean the code that parse classes in explorer and command line are different from each other?
#2
The thrown exceptions are expected for Component archetypes, they have a different structure but are unfortunately undetectable without some ugly hacks or without linking every single game package.


Thanks for telling me, this is indeed a bug, caused by the fact the commandline doesn't link the natives table.

They are identical.


Forum Jump:


Users browsing this thread: 1 Guest(s)