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

Problem opening file dialog to mount ISO #86

Closed
cebxan opened this issue Sep 10, 2016 · 8 comments
Closed

Problem opening file dialog to mount ISO #86

cebxan opened this issue Sep 10, 2016 · 8 comments
Assignees
Labels
Milestone

Comments

@cebxan
Copy link

cebxan commented Sep 10, 2016

When trying to mount an ISO image through Mount ISO -> Mount -> Browse I get a very brief glimpse of a modal dialog and then nothing else. Running in the terminal I get this message:

SqlError:  QSqlError("", "Parameter count mismatch", "")
QFile::link: Empty or null file name

Trying to add the ISO through the Disc Image Manager, I get the Open File dialog and select an ISO, but, after accepting, the list shows a new row with an empty Disc Image Name and size of 0 MB.

I'm using ArchLinux with the following packages.

qt4 4.8.7-9
qt5-base 5.7.0-2
wine-staging 1.9.18-1
winetricks 20160724-1
wine-mono 4.6.3-1
wine_gecko 2.47-1
fuseiso 20070708-6
q4wine 1.3.2-1

Thank you very much for your help!

@brezerk brezerk added the Bug label Sep 12, 2016
@brezerk brezerk self-assigned this Sep 12, 2016
@brezerk
Copy link
Owner

brezerk commented Sep 12, 2016

Hi @cebxan

Thanks for bug report.

Can you show output for q4wine-cli -v please?

Thanks

@cebxan
Copy link
Author

cebxan commented Sep 12, 2016

Hi @brezerk , I'm pasting the output:

❯ q4wine-cli -v
[ii] Loading translation:  "q4wine_en_US"
q4wine-cli 1.3.2
Copyright (C) 2008-2016 by Alexey S. Malakhov <brezerk@gmail.com>
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Buildtime flags are:

 CMAKE_INSTALL_PREFIX    /usr                     

 QT5                     ON                       
 RELEASE                 ON                       
 DEBUG                   OFF                      
 WITH_ICOUTILS           ON                       
 WITH_SYSTEM_SINGLEAPP   OFF                      
 WITH_WINEAPPDB          ON                       
 WITH_DBUS               ON                       

Author: Alexey S. Malakhov.

Thanks!

@brezerk brezerk added this to the 1.3.3 milestone Sep 12, 2016
@brezerk
Copy link
Owner

brezerk commented Sep 12, 2016

hm.... I have tried to reproduce. and had no luck :( It seems like you have corrupted database or config file.

@cebxan can you send me q4wine's config file and it's database snapshot on my email : brezerk@gmail.com please?

config file:
$HOME/.config/q4wine/default.conf

database:
$HOME/.config/q4wine/db/generic.dat

thanks!

@brezerk
Copy link
Owner

brezerk commented Sep 13, 2016

Hi @cebxan

Thank you for the report and for the files.

The issue related to the Qt5 behavior.
For some reasons, QAction->text() returns text with shortcut symbol. Even it there was no shortcut symbol set! WHAT???

this leads to the logic confusions: for example expected device name /dev/sr0 becomes /&dev/sr0 e.t.c.

This commit: ab5659a should fix this issue.

Let me know if it does not work for you.

@nairaner
Copy link

For me it is fixed as well as crash when using "Run"

@brezerk
Copy link
Owner

brezerk commented Sep 24, 2016

Yeah. There was same root cause also.
I am going to close this ticket.
Reopen if needed.

@brezerk brezerk closed this as completed Sep 24, 2016
@cebxan
Copy link
Author

cebxan commented Sep 24, 2016

I'm sorry for the delay. Yes! This is fixed for me too.

Thank you very much! 😀

El sáb., 24 de sept. de 2016 11:49 AM, Alexey S. Malakhov <
notifications@github.com> escribió:

Closed #86 #86.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#86 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AACkOLc9ctHPq0UymX8OAegp9qHX65RZks5qtUZ5gaJpZM4J5ndF
.

@brezerk
Copy link
Owner

brezerk commented Sep 24, 2016

ur'welcome. thanks for confirmation :)

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

No branches or pull requests

3 participants