Jump to content
Korean Random

Chirimen

User
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

5 Noob

1 Follower

Contacts

  • Nick
    Chirimen

Recent Profile Visitors

1,326 profile views
  1. The lobby clock with xvm-8.1.8 still does not work, @Mixaill. python.log xvm.log
  2. on Windows 10 Pro 64bit edition both win32/WorldOfTanks.exe and win64/WorldOfTanks.exxe python-win32.log xvm-win32.log python-win64.log xvm-win64.log
  3. the lobby clock does not work with XVM 8.1.7. encoding cp932 is used on Japanese Windows.
  4. my mod has been reviewed, and marked published. but the mod's page https://wgmods.net/3044/ is 404 not found. why?
  5. thanks @Ekspoint, but unfortunately it did not work. the hook to afterCreate of AppEntry is success, but addExternalCallback does not seem to work or it`s maybe removed somewhere. AS3: DebugUtils.LOG_ERROR("this is ERROR message"); DebugUtils.LOG_DEBUG("this is DEBUG message"); DebugUtils.LOG_WARNING("this is WARNING message"); python.log in 1.5.0.0 CT with hook or without hook: 2019-04-21 09:33:19.150: ERROR: this is ERROR message 2019-04-21 09:33:19.150: WARNING: this is WARNING message python.log in 1.4.1.2 without hook: 2019-04-21 09:54:03.108: DEBUG: [gui.Scaleform.Flash] ERROR.GUI: 'this is ERROR message', () 2019-04-21 09:54:03.108: DEBUG: [gui.Scaleform.Flash] DEBUG.GUI: 'this is DEBUG message', () 2019-04-21 09:54:03.108: DEBUG: [gui.Scaleform.Flash] WARNING.GUI: 'this is WARNING message', ()
  6. thanks, I tried it, but it did not move. in WoT 1.4.1.2, class Flash has following methods, def afterCreate(self): self.addExternalCallback('debug.LOG_GUI', self.__onLogGui) self.addExternalCallback('debug.LOG_GUI_FORMAT', self.__onLogGuiFormat) but in WoT 1.5.0.0 CT, the method of class FlashComponentWrapper is follows, def afterCreate(self): pass and not defined in class Flash.
  7. in WoT 1.4.1.2, to enable Flash debug output (using "DebugUtils.LOG_DEBUG") import logging logging.getLogger('gui.Scaleform.Flash').setLevel(logging.DEBUG) how to eneble "DebugUtils.LOG_DEBUG" in WoT 1.5.0.0 CT ?
  8. @Finister @ribbed I am the author of this mod, the links are proving here: http://forum.worldoftanks.asia/index.php?/topic/69879-saveaccount-yet-another-save-password/, https://wgmods.net/736/ On wgmods the copied code without my permission is found: https://wgmods.net/1831/ Please remove this mod. thanks.
  9. I updated my mod https://wgmods.net/669/ and submitted an update application to the modhub. But unfortunately it was rejected, and the moderator said "mod does not work". The code is just a little change, there is no major change related to the function. Of course the mod works. I wonder why it was rejected. What kind of examination is being done?
  10. I tried import "scripts/common/Lib/encodings/cp932.py" with mod replserver. "cp932.py" is included in WoT client. the result is "ImportError: No module named _multibytecodec" maybe cannot import "_multibytecodec.pyd" in com.modxvm.xfw.native_1.0.9.00039.wotmod for some reason.
×
×
  • Create New...