akai10tsuki / mkvbatchmultiplex

Batch multiplex video files using MKVToolnix generated command line
MIT License
50 stars 3 forks source link

Error While Opening The App #18

Open PitchAbyss opened 4 months ago

PitchAbyss commented 4 months ago

i keep getting this error please help

image

MKVBatchMultiplex.log

akai10tsuki commented 4 months ago

Hi,

What is the operating system you are running the program on?

PitchAbyss commented 4 months ago

Hi,

What is the operating system you are running the program on?

Win 11 23H2 22631.3227

Though the older version works just not yhe latest one

akai10tsuki commented 4 months ago

Try this version. I'm working the next release trying to embed the tools mainly for the Linux version. In Linux works but for Windows the way the the permissions work on the install directories is not working. There are many changes from the older version and this one all the tools used are new. The version posted is a portable one. No installation is needed.

PitchAbyss commented 4 months ago

Try this version. I'm working the next release trying to embed the tools mainly for the Linux version. In Linux works but for Windows the way the the permissions work on the install directories is not working. There are many changes from the older version and this one all the tools used are new. The version posted is a portable one. No installation is needed.

awesome this one works flawlessly , this is amazing tool u made i wish its a great fixed update whenever u push it

PitchAbyss commented 3 months ago

Try this version. I'm working the next release trying to embed the tools mainly for the Linux version. In Linux works but for Windows the way the the permissions work on the install directories is not working. There are many changes from the older version and this one all the tools used are new. The version posted is a portable one. No installation is needed.

hi sir i dnt know why but when i run command though is says its generating files with "new" in begining but there are no signs of files

image

IDontHaveIdea commented 3 months ago

Hi,

Are you working with the hotfix version 3.0.0.1. When I created the executables for version 3.0.0.0 I used the development branch of the project by mistake.

PitchAbyss commented 3 months ago

Hi,

Are you working with the hotfix version 3.0.0.1. When I created the executables for version 3.0.0.0 I used the development branch of the project by mistake.

Yes also please check last night i tried in vmware win 11 virtual machine and it never worked for me , can u please check

Are there any prerequisites to run this software ?

akai10tsuki commented 3 months ago

I don't have a windows 11 virtual machine. In a windows 10 virtual machine on vmware using the installer program it works fine for me. The prefix new- is pre-pended when there is a file with the same name on the destination directory. Again using version 3.0.0.1 of the program.

The only requisite is to install MKVToolnix on the virtual machine. I have not tested the embedded version on windows that much only on Linux.

Please attach the log file. The file is in the [.MKVBatchMultiplex] directory located in you home directory.

PitchAbyss commented 3 months ago

I don't have a windows 11 virtual machine. In a windows 10 virtual machine on vmware using the installer program it works fine for me. The prefix new- is pre-pended when there is a file with the same name on the destination directory. Again using version 3.0.0.1 of the program.

The only requisite is to install MKVToolnix on the virtual machine. I have not tested the embedded version on windows that much only on Linux.

Please attach the log file. The file is in the [.MKVBatchMultiplex] directory located in you home directory.

@akai10tsuki @IDontHaveIdea i want to apologize it was just my faulty windows , all good now

PitchAbyss commented 3 months ago

I don't have a windows 11 virtual machine. In a windows 10 virtual machine on vmware using the installer program it works fine for me. The prefix new- is pre-pended when there is a file with the same name on the destination directory. Again using version 3.0.0.1 of the program.

The only requisite is to install MKVToolnix on the virtual machine. I have not tested the embedded version on windows that much only on Linux.

Please attach the log file. The file is in the [.MKVBatchMultiplex] directory located in you home directory.

please test this if i rename a directory like this abc's directory the command doesnt work

image

error

image

akai10tsuki commented 3 months ago

Hi,

Internally the command that is used in windows is converted to unix style. The unix style uses single quotes to work with filenames and directories that have a space in them. The program internally changes the windows command to a unix style one this makes easier to work with and submit the command to the subprocess the executes the command. Windows uses ("^) in the command and that really brakes the more complex regular expressions I use. Non-ansi characters also cause problems sometimes.

I will work on this now.

PitchAbyss commented 3 months ago

Hi,

Internally the command that is used in windows is converted to unix style. The unix style uses single quotes to work with filenames and directories that have a space in them. The program internally changes the windows command to a unix style one this makes easier to work with and submit the command to the subprocess the executes the command. Windows uses ("^) in the command and that really brakes the more complex regular expressions I use. Non-ansi characters also cause problems sometimes.

I will work on this now.

Awesome thankyou so much sir il keep testing and reporting if something else comes up ☺️

akai10tsuki commented 3 months ago

HI,

Try with with one of these portable v3.0.0.1dev0 or installer v3.0.0.1dev0.

PitchAbyss commented 3 months ago

HI,

Try with with one of these portable v3.0.0.1dev0 or installer v3.0.0.1dev0.

absolutely amazing , thankyou so much sir works flawless now :D