Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error While Opening The App #18

Open
iamLazyCode opened this issue Feb 19, 2024 · 14 comments
Open

Error While Opening The App #18

iamLazyCode opened this issue Feb 19, 2024 · 14 comments

Comments

@iamLazyCode
Copy link

i keep getting this error please help

image

MKVBatchMultiplex.log

@akai10tsuki
Copy link
Owner

Hi,

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

@iamLazyCode
Copy link
Author

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
Copy link
Owner

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.

@iamLazyCode
Copy link
Author

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

@iamLazyCode
Copy link
Author

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
Copy link

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.

@iamLazyCode
Copy link
Author

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
Copy link
Owner

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.

@iamLazyCode
Copy link
Author

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

@iamLazyCode
Copy link
Author

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
Copy link
Owner

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.

@iamLazyCode
Copy link
Author

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
Copy link
Owner

HI,

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

@iamLazyCode
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants