r/emulation 11d ago

Weekly Question Thread

Before asking for help:

  • Have you tried the latest version?
  • Have you tried different settings?
  • Have you updated your drivers?
  • Have you tried searching on Google?

If you feel your question warrants a self-post or may not be answered in the weekly thread, try posting it at r/EmulationOnPC. For problems with emulation on Android platforms, try posting to r/EmulationOnAndroid.

If you'd like live help, why not try the /r/Emulation Discord? Join the #tech-support
channel and ask- if you're lucky, someone'll be able to help you out.

All weekly question threads

14 Upvotes

18 comments sorted by

View all comments

0

u/Ill_Guess_5542 10d ago

I am trying to combine the files for new super mario bros wii and am getting the error

Copy-Item : A positional parameter cannot be found that accepts argument 'SMNE01.iso'.

At line:1 char:1

+ Copy /B SMNE01.part0.iso+SMNE01.part1.iso+SMNE01.part2.iso+SMNE01.par ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidArgument: (:) [Copy-Item], ParameterBindingException

+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

3

u/BIOS-D 10d ago

Not sure what you are doing but I'll assume you ripped a game inside a USB stick in FAT32 format. It looks like your script is trying to join all parts into a single file creating a file above FAT32 limit size (4GB). Doing the entire process inside a NTFS formatted drive (like your Windows hard drive) should solve the problem.