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

[Bug]: When you start the program, an error message appears. #3635

Open
1 task done
pulmuone opened this issue May 13, 2024 · 6 comments
Open
1 task done

[Bug]: When you start the program, an error message appears. #3635

pulmuone opened this issue May 13, 2024 · 6 comments

Comments

@pulmuone
Copy link

pulmuone commented May 13, 2024

What did you do?

QString::arg: Argument missing: "L1 - 0의 0" , 0

image

What did you expect to see?

no error

What did you see instead?

QString::arg: Argument missing: "L1 - 0의 0" , 0

image

DB4S Version

3.13.0-rc1

What OS are you seeing the problem on?

Windows

OS version

Windows 10

Relevant log output

QString::arg: Argument missing: "L1 - 0의 0" , 0

Prevention against duplicate issues

  • I have searched for similar issues
@lucydodo
Copy link
Member

Hi @pulmuone, Thank you for reporting this. However, I was unable to reproduce the same issue in my enviornment.
Have you installed and run DB4S? or did you download a zip file and run it portably?

@pulmuone
Copy link
Author

Hi @pulmuone, Thank you for reporting this. However, I was unable to reproduce the same issue in my enviornment. Have you installed and run DB4S? or did you download a zip file and run it portably?

This is the install file I used.
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.x-rc1/DB.Browser.for.SQLite-3.13.0-rc1-win64.msi

@lucydodo
Copy link
Member

lucydodo commented May 13, 2024

That's weird because I installed and tested with the same file. Did you try running DB4S from the command line?
Additionally, is it the same if you reset the current DB4S configuration and run it?
You can backup, restore, and reset current configuration in PreferencesDialog.

@justinclift
Copy link
Member

As an extra thought, does that dialog pop up right after starting the application, or does it happen in response to something else? (clicking a button or something?)

Am trying to figure out what part of the application might be triggering the start of the problem. 😄

@pulmuone
Copy link
Author

As an extra thought, does that dialog pop up right after starting the application, or does it happen in response to something else? (clicking a button or something?)

Am trying to figure out what part of the application might be triggering the start of the problem. 😄

When you start the program, an error message appears immediately.

@justinclift
Copy link
Member

Interesting. I wonder if it's something to do with the check for new updates then?

There's a setting to disable that check somewhere in the application Preferences. If you turn that off, does the error still appear?

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

No branches or pull requests

3 participants