Hello! I'm trying to run an app from my school. It installs and starts, but when I try to log in it says "service unavailable, try again later".
I get this on the terminal:
002a:err:ole:CoGetClassObject class {a2a9545d-a0c2-42b4-9708-a0b2badd77c8} not registered
002a:err:ole:CoGetClassObject class {a2a9545d-a0c2-42b4-9708-a0b2badd77c8} not registered
002a:err:ole:create_server class {a2a9545d-a0c2-42b4-9708-a0b2badd77c8} not registered
002a:err:ole:CoGetClassObject no class object {a2a9545d-a0c2-42b4-9708-a0b2badd77c8} could be created for context 0x17
the application https://site.medgrupo.com.br/medsoftpro/
What can I do to try and solve this??
Ty very much!
Can't login, service unavailable, try again later
Re: Can't login, service unavailable, try again later
Can you login (and use the program) if you disable wbemprox
This program is also affected by bug 44985.
Did you use a workaround? Wine version? Any winetrick installed?
Code: Select all
cd "$HOME/.wine/drive_c/users/$USER/Local Settings/Application Data/Programs/medsoft-pro"
WINEDLLOVERRIDES="libglesv2,wbemprox=d" wine medsoft-pro.exe
Did you use a workaround? Wine version? Any winetrick installed?