Trying to install MaxQDA on Mint using Wine

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kito314
Level 1
Level 1
Posts: 2
Joined: Thu Jan 07, 2021 5:10 pm

Trying to install MaxQDA on Mint using Wine

Post by kito314 »

Hello everyone,

I need to use MaxQDA for University and I don't want to go back to Windows just to be able to use this software. I still don't know very much about Linux, so please be gentle. I use Linux Mint 20 Cinnamon Version 4.6.6. I used the following command to install MaxQDA

Code: Select all

wine msiexec /i MAXQDA2020_Setup.msi
Then the following output appeared.

Code: Select all

005d:err:richedit:ReadStyleSheet missing style number
name@name-ThinkPad-X220:~/programmes$ 0082:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  0 ()
  Serial number of failed request:  238
  Current serial number in output stream:  238
^C
The program seems to be there. When I press the windows key and search for "MaxQDA" it shows. But when I select it and try to start it nothing happens. What should I do? Should I start the program from the terminal? If so how?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: Trying to install MaxQDA on Mint using Wine

Post by Hoser Rob »

Wine is actually rubbish and fails more often than not.

The results on the Wine app database aren't encouraging, there's an entry for Ubutnu 20.10 ratted Garbage here: https://appdb.winehq.org/objectManager. ... &iId=36376

This sounds like an important program to you so I certainly wouldn't advise anything as flaky as Wine for it. Use Windows.
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Trying to install MaxQDA on Mint using Wine

Post by Flemur »

kito314 wrote: Mon Oct 25, 2021 3:47 pm The program seems to be there.
What does that mean?

Have you read the installation guide?
https://www.maxqda.com/download/Install ... DA2020.pdf
Should I start the program from the terminal? If so how?
Find out where it was installed:

Code: Select all

find ~/.wine -iname "*maxq*"
or even

Code: Select all

find ~/.wine -iname "*maxq*exe"
Go there:

Code: Select all

cd ~/.wine/where/it/was/installed
ls *.exe
Run it

Code: Select all

wine one-of-those-exe-names.exe
Ignore what by Hoser Rob said about wine, but be aware that although many if not most windows programs run nicely, not all of them do.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Locked

Return to “Software & Applications”