Jump to content

Errors when launching via ScriptMerger


Recommended Posts

Hello. I got this warning while loading up my mods via ScriptMerger. Any help would be appreciated.


Error [mod0000_mergedfiles]game\player\playerinput.ws(33): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(33): 'actionLocks' is not a member of '&handle:CPlayerInput'

Error [mod0000_mergedfiles]game\player\playerinput.ws(39): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(43): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(46): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(312): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(313): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(333): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(345): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(352): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(355): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(365): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(367): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(379): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(507): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(509): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(511): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(513): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(521): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(564): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(566): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(568): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(570): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(578): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(594): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(599): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(601): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(602): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(605): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(615): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(617): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(619): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(621): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(629): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(634): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(640): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(656): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(658): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(662): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(3095): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(3098): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(3115): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(3119): I dont know any 'actionLocks'

Error [mod0000_mergedfiles]game\player\playerinput.ws(3387): I dont know any 'actionLocks'


Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.

Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.

Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.

Link to comment
Share on other sites

ok try this:

 

open "thewitcher\mods\mod0000_mergedfiles\game\player\playerinput.ws"
add
private saved  var actionLocks  : array<array<SInputActionLock>>; 

 

just under
class CPlayerInput 
{
//here

so it will be like this:

class CPlayerInput 
{
private saved var actionLocks : array<array<SInputActionLock>>;

 

Link to comment
Share on other sites

 

ok try this:

 

open "thewitcher\mods\mod0000_mergedfiles\game\player\playerinput.ws"
add
private saved  var actionLocks  : array<array<SInputActionLock>>; 

 

just under
class CPlayerInput 
{
//here

so it will be like this:

class CPlayerInput 
{
private saved var actionLocks : array<array<SInputActionLock>>;

 

 

 

It worked. Thank you very much.

Link to comment
Share on other sites

  • 1 year later...
  • 4 months later...
  • 4 months later...

the only error i have is Error [mod0000_mergedfiles]game\player\playerinput.ws(3813): Found unexpected '}'

 

If i delete the } i just get a different error:

Error [mod0000_mergedfiles]game\player\playerinput.ws(305): syntax error, unexpected TOKEN_GET_PLAYER, expecting TOKEN_FUNCTION, near 'thePlayer'

Line 305 looks like this:

(305:) thePlayer.SetupCombatAction( EBAT_CastSign, BS_Pressed );
(306:) return true;
Link to comment
Share on other sites

  • 1 year later...

 

ok try this:

 

open "thewitcher\mods\mod0000_mergedfiles\game\player\playerinput.ws"
add
private saved  var actionLocks  : array<array<SInputActionLock>>; 

 

just under
class CPlayerInput 
{
//here

so it will be like this:

class CPlayerInput 
{
private saved var actionLocks : array<array<SInputActionLock>>;

 

 

 

Four years later this fix helped me as well, thank you.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...