Jump to content
Korean Random

kupjones

User
  • Content Count

    117
  • Joined

  • Last visited

Posts posted by kupjones


  1. Recently I started getting no network connection to XVM -- but I support through Patreon so I knew I did not have to reactivate.

     

    Went to the portal -- ACTIVED was not displayed (which is odd as the message said there was not need to).

     

    Then I looked at XVM.LOG and I see, not a failure to connect (no HTTPS errors) but a failure to find a valid token for my account.

     

    2022-11-18 07:20:58: [ERROR] No valid token for XVM network services (key=NA/KupJones)
    2022-11-18 07:20:59: [L:015] [XVM:LOBBY] processView: hangar
    2022-11-18 07:21:02: [ERROR] No valid token for XVM network services (key=NA/KupJones)
    2022-11-18 07:21:44: [X:000] [XFW/XfwComponent] loadMods: Loading swf mods:
    2022-11-18 07:21:44: [X:001]   xvm_battle/as_battle_classic/xvm_battle_classic.swf
    2022-11-18 07:21:45: [B:002] [XFW/XfwComponent] onLibLoaded: ../res_mods/mods/xfw_packages/xvm_battle/as_battle_classic/xvm_battle_classic.swf
    2022-11-18 07:21:45: [B:003] [XVM:BATTLE] processView: classicBattlePage
    2022-11-18 07:21:45: [B:004] UI_fullStats
    2022-11-18 07:21:45: [B:005] UI_PlayersPanel()
    2022-11-18 07:21:45: [B:006] [XVM INFO]
                                   XVM_VERSION=10.1.2 #0008 for WoT 1.18.1.2
                                   gameRegion=NA
                                   configVersion=6.1.0
                                   autoReloadConfig=false
                                   markers.enabled=true
                                   servicesActive=false
                                   xmqp=false
                                   statBattle=false

     

     

    I saw that I was running and slightly older version of XVM (from Aslain) so I loaded the latest Test and what I get back gives me a little more info -- that the XVM client apparently thinks my account is not activated

    image.thumb.png.601786bbadce7820acf5f88bee1f7f35.png

     

    2022-11-18 07:40:13: XVM: eXtended Visualization Mod ( https://modxvm.com/ )
    2022-11-18 07:40:13:     XVM Version     : 10.1.2-dev
    2022-11-18 07:40:13:     XVM Revision    : 0009
    2022-11-18 07:40:13:     XVM Branch      : master
    2022-11-18 07:40:13:     XVM Hash        : e70e8b5e8f95d842492300251bccc3af2eb2961e
    2022-11-18 07:40:13:     OS              : Windows  AMD64
    2022-11-18 07:40:13:     OS (Detailed)   : Windows-10.0.19045
    2022-11-18 07:40:13:     WoT Version     : 1.18.1.2
    2022-11-18 07:40:13:     WoT Architecture: 64bit
    2022-11-18 07:40:13:     Current Time    : 2022-11-18 07:40:13 -0600
    2022-11-18 07:40:13: ---------------------------
    2022-11-18 07:40:13: [WARN]  Following XVM fonts installed: ['C:\\WINDOWS/Fonts\\XVMSymbol.ttf']

    .

    .

    .

    2022-11-18 07:40:53: [L:015] [XVM:LOBBY] processView: lobby
    2022-11-18 07:40:54: [ERROR] No valid token for XVM network services (key=NA/KupJones)
    2022-11-18 07:40:57: [L:016] [XVM:LOBBY] processView: hangar
    2022-11-18 07:41:00: [ERROR] No valid token for XVM network services (key=NA/KupJones)
    2022-11-18 07:41:40: SystemMessage: [Warning] <textformat tabstops="[50]"><img src="img://../mods/shared_resources/xvm/res/icons/xvm/16x16t.png" vspace="-5">&nbsp;<a href="#XVM_SITE#"><font color="#E2D2A2">modxvm.com</font></a>

    {{l10n:token/services_not_activated}}</textformat>

     


  2. I see this same behavior. I turned off "In game player stats" and never got it -- but that doesnt mean much as I couldnt see playing with that turned off.   Python log stops at

    2020-07-17 18:11:45.779: INFO: [Scaleform] Scaleform manager: unregister movie 0000000077954D70(uid='3', swf='gui/flash/waitingTransitionsApp.swf').
    2020-07-17 18:11:45.782: INFO: [Scaleform] Destroy GUI Component: 'gui/flash/waitingTransitionsApp.swf'
    2020-07-17 18:11:45.782: INFO: [Scaleform] Destroy GUI Component: 'UiRenderComponent'
    2020-07-17 18:11:46.382: INFO: [Scaleform] Destroy GUI Component: 'WindowGUIComponent'
    2020-07-17 18:11:46.382: INFO: [Scaleform] Destroy GUI Component: 'WindowGUIComponent'


  3. 21 hours ago, kupjones said:

    Need an explanation -- it is not clear what sending this file is supposed to do.  Sorry

    @ktulho, any response?  

    On 3/23/2020 at 12:04 PM, kupjones said:

    Nice!   Working on trying it out

    Error in XVM log.  Got this before but it was a space issue between the function name and the passed URL arg.  Now, doesnt matter.   

     

    Nevermind -- no error now but link still does not work on the login screen

     

    Guess its time for me to learn how to debug python in a WOT environment -- I feel blind.

    Got it to work!   Issue was spaces around the action commands -- those spaces were introduced in the OP demo of teh .XC options

    This now works thanks to @night_dragon_on.  I took the original script and left everything the same (so I could get hover highlighting -- I dont knwo which component is handling that part) and instead of calling the internal browser used the function call for an external browser.  

     

    What still does not work is:

    1) unable to move the link to any coordinate on the display

    2) the active, clickable area is a column that extends vertically to teh bottom of the screen.  Not sure what controls this.

     

    There were spaces introduced in the original XC config example that was causing, I feel, most of the just-wont-work issues.   Attempting to use the internal browser is a non-starter according to @night_dragon_on

    openBrowser.py 1.33 kB · 1 download

    @night_dragon_on any clues as to why one is unable to re-position the created link?   

    26 minutes ago, kupjones said:

    @ktulho, any response?  

    @night_dragon_on any clues as to why one is unable to re-position the created link?   

     

    some debugging in the XC file.  Removing the "mouseevents" in the format section results in the removal of the "clickable column" in the login screen -- so it makes me wonder if there is not an underlying problem with how XVM is handling the mouse event registration?


  4. Nice!   Working on trying it out

    Error in XVM log.  Got this before but it was a space issue between the function name and the passed URL arg.  Now, doesnt matter.   

     

    Nevermind -- no error now but link still does not work on the login screen

     

    Guess its time for me to learn how to debug python in a WOT environment -- I feel blind.

    Got it to work!   Issue was spaces around the action commands -- those spaces were introduced in the OP demo of teh .XC options

    This now works thanks to @night_dragon_on.  I took the original script and left everything the same (so I could get hover highlighting -- I dont knwo which component is handling that part) and instead of calling the internal browser used the function call for an external browser.  

     

    What still does not work is:

    1) unable to move the link to any coordinate on the display

    2) the active, clickable area is a column that extends vertically to teh bottom of the screen.  Not sure what controls this.

     

    There were spaces introduced in the original XC config example that was causing, I feel, most of the just-wont-work issues.   Attempting to use the internal browser is a non-starter according to @night_dragon_on

    openBrowser.py


  5. Hmmmm, then the task is to simply display a link on the login screen/lobby, click and it will take you to an external browser.   So the XVM config would need to present a clickable link, python capture a click, then pass that url to the BigWorld method.   

     

    It sounds like python code here in question just needs  a little update to make that work --   


  6. Correct, will not work.   No mouse-over color change, no-clickthrough.   

     

    This is running the DEV version XVM -- let me try the stable version

    BTW, your OP includes those spaces -- probably would be good to fix:

     

        " textFormat ": { "color" : "{{py: ob.highlight? 0x3B95FF | 0xD8B44E}}" , "size" : 14 }, "format" : "<u> Korean Random </u> {{py: ob.address ('https: // koreanrandom.com ')}} " , " mouseEvents " : { " mouseDown " : " openBrowser_Down " , " mouseOver " : " openBrowser_Over " , " mouseOut " : " openBrowser_Out " } } ] }}  
             


  7. trying to use OpenBrowser, but XVM log issues:

     

    2020-03-22 09:40:40: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 164, in process_python_macro
        (func, deterministic) = get_function(arg)
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 155, in get_function
        (func, deterministic) = _container.get(func_name)
    TypeError: 'NoneType' object is not iterable
    arg=' ob.highlight'
    2020-03-22 09:40:40: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 164, in process_python_macro
        (func, deterministic) = get_function(arg)
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 155, in get_function
        (func, deterministic) = _container.get(func_name)
    TypeError: 'NoneType' object is not iterable
    arg='ob.address ('https://wgmods.net/1778/')'

     

    OpenBrowser.py is in the D:\Games\World_of_Tanks_NA_Virgin-Mods\res_mods\configs\xvm\py_macro\xvm folder and is being compiled.

     

     Thoughts?


  8. Max, I truly appreciate the help -- but I have been successful in getting my images into the new format.   It is the text addition that Leonid did that I am trying to get my arms around.   I've uploaded the three files that I created using JPEXS - and they work great.   I'm just trying to figure out how Leonid got the "textField" to show up.  When the loading wheel loads into WOT the "textField" is dynamically replaced by whatever activity is going on like "Updating Garage", etc."

    waitingTransition.swf waiting.swf logos.swf


  9. Looking for some help that isnt strictly XVM related -- but there are alot of smart people nere so I figured I would give it a shot.

     

    I decided to play around with the SWF loading wheels and know how to not only replace the center but also sub in my own rotating wheel.  One item still eludes me:

     

    1> awhile back Leonid created his Harpoon gunsight and included a Harpoon loading wheel and he was able to modify the text that sits above the wheel (like "Updating garage, etc.) by adding text in the SWF file itself.  As of patch 1.7.1 Leonids "Waiting.swf" no longer works and I wanted to see if I could recreate it -- no luck.

     

    BTW, i use JPEXS -- only free SWF decompiler I could find. Just curious if anyone knows how this works. Screenshot of the Harpoon wheel is below and I uploaded the old 'waiting.swf" file for reference.

     

    Thanks

     

    Annotation 2020-02-08 083635.png

    Here is his original SWF -- I tried re-creating the textField in the new 1.7.2 waiting.swf, but really no luck.

    waiting.swf

×
×
  • Create New...