JonVonBasslake

OpenMW error

Aug 24th, 2025
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 18.54 KB | Gaming | 0 0
  1. PS D:\OpenMW\MOMW> .\umo.exe install --sync i-heart-vanilla
  2. syncing Patch for Purists
  3. syncing Unofficial Morrowind Official Plugins Patched
  4. syncing Morrowind Optimization Patch
  5. syncing Graphic Herbalism - MWSE and OpenMW Edition
  6. syncing Project Atlas
  7. syncing Jammings Off
  8. syncing Fixed Bonelord Arms
  9. syncing Morrowind Enhanced Textures
  10. syncing Morrowind Interiors Project
  11. syncing Kirel's Interior Weather
  12. syncing Glow in the Dahrk
  13. syncing Nords shut your windows
  14. syncing OpenMW Containers Animated
  15. syncing Weapon Sheathing
  16. syncing Weapon Sheathing Additions
  17. syncing Friendly Autosave
  18. syncing Distant Fixes: Lua Edition
  19. syncing Distant Seafloor for OpenMW
  20. syncing Familiar Faces by Caleb
  21. syncing Alternative TrueType Fonts
  22. syncing Big Icons
  23. syncing Vanilla Style HD Icons for Attributes and Skills
  24. syncing Cantons on the Global Map
  25. syncing Loading Screens Diversified
  26.  syncing momw data ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  100%
  27.  syncing mod  data ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  100%
  28.  
  29. ╭──── SYNC SUMMARY ──
  30. │ Mods that need a download or update:
  31. │  Patch for Purists                                : Patch for Purists
  32. │  Unofficial Morrowind Official Plugins Patched    : UMOPP Merged
  33. │  Morrowind Optimization Patch                     : Morrowind Optimization Patch
  34. │  Graphic Herbalism - MWSE and OpenMW Edition      : Graphic Herbalism MWSE - OpenMW
  35. │  Graphic Herbalism - MWSE and OpenMW Edition      : GH Patches and Replacers
  36. │  Project Atlas                                    : Project Atlas
  37. │  Jammings Off                                     : Jammings_off
  38. │  Fixed Bonelord Arms                              : Fixed Bonelord Arms
  39. │  Morrowind Enhanced Textures                      : Morrowind Enhanced Textures 6.1
  40. │  Morrowind Enhanced Textures                      : MET 6 Atlas textures
  41. │  Morrowind Enhanced Textures                      : Interface and main menu
  42. │  Morrowind Interiors Project                      : Morrowind Interiors Project
  43. │  Morrowind Interiors Project                      : Morrowind Interiors Project - Bloodmoon
  44. │  Kirel's Interior Weather                         : Kirel's Interior Weather (Cleaned and updated with tes3cmd)
  45. │  Glow in the Dahrk                                : Glow in the Dahrk
  46. │  Nords shut your windows                          : Nords shut your windows
  47. │  OpenMW Containers Animated                       : OpenMW Containers Animated
  48. │  Weapon Sheathing                                 : WeaponSheathing1.6-OpenMW
  49. │  Weapon Sheathing Additions                       : Weapon Sheathing Additions
  50. │  Friendly Autosave                                : Friendly Autosave
  51. │  Distant Fixes: Lua Edition                       : Distant Fixes: Lua Edition
  52. │  Distant Seafloor for OpenMW                      : Distant_Seafloor_2.00
  53. │  Familiar Faces by Caleb                          : Familiar Faces
  54. │  Alternative TrueType Fonts                       : Alternative TrueType Fonts
  55. │  Big Icons                                        : Big Icons - OpenMW
  56. │  Vanilla Style HD Icons for Attributes and Skills : Vanilla Style HD Icons for Attributes and Skills
  57. │  Cantons on the Global Map                        : Cantons_on_the_Global_Map_v1.1
  58. │  Loading Screens Diversified                      : Loading Screens Diversified
  59. ╰────
  60. ╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
  61. │ D:\OpenMW\MOMW\umo\args.py:230 in install                                                                            │
  62. │                                                                                                                      │
  63. │   227 │   ),                                                                                                         │
  64. │   228 ):                                                                                                             │
  65. │   229 │   """install a modlist"""                                                                                    │
  66. │ ❱ 230 │   call_subcmd("install", locals())                                                                           │
  67. │   231                                                                                                                │
  68. │   232                                                                                                                │
  69. │   233 @app.command()                                                                                                 │
  70. │                                                                                                                      │
  71. │ ╭─────────────── locals ───────────────╮                                                                             │
  72. │ │             beta = False             │                                                                             │
  73. │ │    download_only = False             │                                                                             │
  74. │ │ keep_nexus_cache = False             │                                                                             │
  75. │ │      limit_speed = None              │                                                                             │
  76. │ │          modlist = 'i-heart-vanilla' │                                                                             │
  77. │ │         momw_url = None              │                                                                             │
  78. │ │    nexus_premium = False             │                                                                             │
  79. │ │           no_gui = False             │                                                                             │
  80. │ │ no_nexus_premium = False             │                                                                             │
  81. │ │ no_notifications = False             │                                                                             │
  82. │ │     no_presynced = False             │                                                                             │
  83. │ │             skip = None              │                                                                             │
  84. │ │        skip_momw = False             │                                                                             │
  85. │ │        skip_tags = None              │                                                                             │
  86. │ │           subset = None              │                                                                             │
  87. │ │             sync = True              │                                                                             │
  88. │ │          threads = None              │                                                                             │
  89. │ │     use_dev_mods = False             │                                                                             │
  90. │ │          verbose = False             │                                                                             │
  91. │ ╰──────────────────────────────────────╯                                                                             │
  92. │                                                                                                                      │
  93. │ D:\OpenMW\MOMW\umo\args.py:53 in call_subcmd                                                                         │
  94. │                                                                                                                      │
  95. │    50                                                                                                                │
  96. │    51 def call_subcmd(command, args):                                                                                │
  97. │    52 │   obj = SimpleNamespace(**args)                                                                              │
  98. │ ❱  53 │   subcmd_fn(command, obj)                                                                                    │
  99. │    54                                                                                                                │
  100. │    55                                                                                                                │
  101. │    56 def autocomplete_local():                                                                                      │
  102. │                                                                                                                      │
  103. │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
  104. │ │    args = {                                                                                                      │ │
  105. │ │           │   'modlist': 'i-heart-vanilla',                                                                      │ │
  106. │ │           │   'sync': True,                                                                                      │ │
  107. │ │           │   'beta': False,                                                                                     │ │
  108. │ │           │   'no_presynced': False,                                                                             │ │
  109. │ │           │   'use_dev_mods': False,                                                                             │ │
  110. │ │           │   'momw_url': None,                                                                                  │ │
  111. │ │           │   'skip_momw': False,                                                                                │ │
  112. │ │           │   'keep_nexus_cache': False,                                                                         │ │
  113. │ │           │   'verbose': False,                                                                                  │ │
  114. │ │           │   'nexus_premium': False,                                                                            │ │
  115. │ │           │   ... +9                                                                                             │ │
  116. │ │           }                                                                                                      │ │
  117. │ │ command = 'install'                                                                                              │ │
  118. │ │     obj = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False, use_dev_mods=False,    │ │
  119. │ │           momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False, nexus_premium=False,            │ │
  120. │ │           no_nexus_premium=False, no_notifications=False, no_gui=False, download_only=False, subset=None,        │ │
  121. │ │           skip=None, skip_tags=None, threads=None, limit_speed=None)                                             │ │
  122. │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
  123. │                                                                                                                      │
  124. │ D:\OpenMW\MOMW\umo\umo.py:236 in call_subcmd                                                                         │
  125. │                                                                                                                      │
  126. │   233 │                                                                                                              │
  127. │   234 │   import subcmds                                                                                             │
  128. │   235 │                                                                                                              │
  129. │ ❱ 236 │   getattr(subcmds, cmd)(args)                                                                                │
  130. │   237 │   import umotqdmrich                                                                                         │
  131. │   238 │                                                                                                              │
  132. │   239 │   umotqdmrich.stop()                                                                                         │
  133. │                                                                                                                      │
  134. │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
  135. │ │    args = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False, use_dev_mods=False,    │ │
  136. │ │           momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False, nexus_premium=False,            │ │
  137. │ │           no_nexus_premium=False, no_notifications=False, no_gui=False, download_only=False, subset=None,        │ │
  138. │ │           skip=None, skip_tags=None, threads=None, limit_speed=None)                                             │ │
  139. │ │     cmd = 'install'                                                                                              │ │
  140. │ │ subcmds = <module 'subcmds' from 'D:\\OpenMW\\MOMW\\umo\\subcmds.py'>                                            │ │
  141. │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
  142. │                                                                                                                      │
  143. │ D:\OpenMW\MOMW\umo\subcmds.py:284 in install                                                                         │
  144. │                                                                                                                      │
  145. │    281 │                                                                                                             │
  146. │    282 │   # open the socket                                                                                         │
  147. │    283 │   Config.SOCKET_SERVER = socket.socket(socket.AF_INET, socket.SOCK_STREAM)                                  │
  148. │ ❱  284 │   Config.SOCKET_SERVER.bind(Config.SOCKET)                                                                  │
  149. │    285 │                                                                                                             │
  150. │    286 │   cache.init()                                                                                              │
  151. │    287                                                                                                               │
  152. │                                                                                                                      │
  153. │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
  154. │ │          args = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False,                  │ │
  155. │ │                 use_dev_mods=False, momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False,       │ │
  156. │ │                 nexus_premium=False, no_nexus_premium=False, no_notifications=False, no_gui=False,               │ │
  157. │ │                 download_only=False, subset=None, skip=None, skip_tags=None, threads=None, limit_speed=None)     │ │
  158. │ │      handlers = <module 'handlers' from 'D:\\OpenMW\\MOMW\\umo\\handlers.py'>                                    │ │
  159. │ │           nxm = <umonxm.Nxm object at 0x000002D1F7848620>                                                        │ │
  160. │ │       premium = False                                                                                            │ │
  161. │ │ real_basepath = 'D:\\OpenMW\\Mods'                                                                               │ │
  162. │ │        shutil = <module 'shutil' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\shutil.pyc'>                        │ │
  163. │ │        socket = <module 'socket' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\socket.pyc'>                        │ │
  164. │ │     traceback = <module 'traceback' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\traceback.pyc'>                  │ │
  165. │ │         u7zip = <module 'u7zip' from 'D:\\OpenMW\\MOMW\\umo\\u7zip.py'>        
Advertisement
Add Comment
Please, Sign In to add comment