justarandomgeek / vscode-factoriomod-debug

Factorio Mod Tool Kit
Other
97 stars 21 forks source link

hookData hangs on zipped mod #87

Closed Wiwiweb closed 1 year ago

Wiwiweb commented 1 year ago

My launch config:

    {
      "type": "factoriomod",
      "request": "launch",
      "name": "Factorio Mod Debug (Data)",
      "hookData": true,
      "hookControl": false
    },

Launch hangs on this log line:

45.464 Loading mod shield-projector 0.1.6 (data.lua)

Then I unzip the shield-projector mod and run again. The launch now goes further but then hangs on another zipped mod (stargate):

41.939 Loading mod shield-projector 0.1.6 (data.lua) 42.273 Loading mod space-exploration-menu-simulations 0.6.8 (data.lua) 42.410 Loading mod stargate 0.1.4 (data.lua)

In these examples I'm launching from the repository of an unrelated mod (aai-signal-transmission).

Factorio log + FMTK log for the second launch: factorio+fmtk.log

justarandomgeek commented 1 year ago

1.1.32 should fix this