Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Unzip nwjs-osx-unsigned.zip for MV #48

Open
Dustb0 opened this issue Feb 13, 2022 · 1 comment
Open

Unzip nwjs-osx-unsigned.zip for MV #48

Dustb0 opened this issue Feb 13, 2022 · 1 comment
Assignees
Labels
feature Feature request MV RPG Maker MV related

Comments

@Dustb0
Copy link

Dustb0 commented Feb 13, 2022

Description
When running rpgmpacker on Windows and trying to build for MacOS, the program fails with:
2022-02-13T12:53:57.959Z|ERROR|The template folder C:\Program Files (x86)\Steam\steamapps\common\RPG Maker MV\nwjs-osx-unsigned does not exist!

That's because on Windows, the MacOS template folder is zipped by default. For some reason, RPG Maker unzips the contents of this zip file to the output folder when building for MacOS on Windows:
image

I know that on MacOS that's not the case, the folder is just there. Not sure how it is on Linux. It would be cool if rpgmpacker could handle this case as well for Windows users.

Environment Details

  • Windows 11
  • rpgmpacker Version: 2.0.4
  • Node.js Version: 16.14.0
  • Package Manager: npm

Logs

C:\Users\xxx\Documents>npx rpgmpacker --input "C:\Users\xxx\Documents\MyProject" --output "C:\Users\xxx\Documents\Output" --platforms "Windows" "OSX" "Linux" --rpgmaker "C:\Program Files (x86)\Steam\steamapps\common\RPG Maker MV"
2022-02-13T12:53:48.024Z|INFO|Building output for 3 targets
2022-02-13T12:53:57.958Z|INFO|Finished with Platform Windows
2022-02-13T12:53:57.959Z|ERROR|The template folder C:\Program Files (x86)\Steam\steamapps\common\RPG Maker MV\nwjs-osx-unsigned does not exist!
@Dustb0 Dustb0 added the bug Something isn't working label Feb 13, 2022
@erri120 erri120 added the MV RPG Maker MV related label Feb 13, 2022
@erri120
Copy link
Owner

erri120 commented Feb 13, 2022

nwjs-osx-unsigned is probably zipped to reduce the space requirements. Just extract it in the MV installation folder for now

@erri120 erri120 added feature Feature request and removed bug Something isn't working labels Feb 13, 2022
@erri120 erri120 changed the title Template folder for OSX is zipped on Windows Unzip nwjs-osx-unsigned.zip for MV Feb 13, 2022
@erri120 erri120 self-assigned this Feb 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature request MV RPG Maker MV related
Projects
None yet
Development

No branches or pull requests

2 participants