Can't login, service unavailable, try again later

Questions about Wine on Linux
Locked
lefka95
Newbie
Newbie
Posts: 1
Joined: Fri Jan 08, 2021 6:59 pm

Can't login, service unavailable, try again later

Post by lefka95 »

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!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Can't login, service unavailable, try again later

Post by jkfloris »

Can you login (and use the program) if you disable wbemprox

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
This program is also affected by bug 44985.
Did you use a workaround? Wine version? Any winetrick installed?
tryinghard
Newbie
Newbie
Posts: 4
Joined: Sat Jan 22, 2022 7:39 am

Re: Can't login, service unavailable, try again later

Post by tryinghard »

jkfloris wrote: Tue Jan 12, 2021 5:04 am Can you login (and use the program) if you disable wbemprox

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
This program is also affected by bug 44985.
Did you use a workaround? Wine version? Any winetrick installed?
I have literally the same issure, I've tried copying and pasting the code and I got as a response: 0009:err:module:__wine_process_init L"C:\\windows\\system32\\medsoft-pro.exe" not found
tryinghard
Newbie
Newbie
Posts: 4
Joined: Sat Jan 22, 2022 7:39 am

Re: Can't login, service unavailable, try again later

Post by tryinghard »

jkfloris wrote: Tue Jan 12, 2021 5:04 am Can you login (and use the program) if you disable wbemprox

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
This program is also affected by bug 44985.
Did you use a workaround? Wine version? Any winetrick installed?
since I've got the same issue, I didn't try any roundabouts because I don' really know any of them, however I've installed
jet40 and mdac28 and they didn't fix the issue
tryinghard
Newbie
Newbie
Posts: 4
Joined: Sat Jan 22, 2022 7:39 am

Re: Can't login, service unavailable, try again later

Post by tryinghard »

jkfloris wrote: Tue Jan 12, 2021 5:04 am Can you login (and use the program) if you disable wbemprox

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
This program is also affected by bug 44985.
Did you use a workaround? Wine version? Any winetrick installed?

I forgot to mention that I get this error when I try to run a .exe called Pdanet+:
http://pdanet.co/
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Can't login, service unavailable, try again later

Post by jkfloris »

Makes sense though that "medsoft-pro.exe" can't be found if you try to run a completely different program.

If I understand your posts correctly, you have problems with the program PdaNet+
When I run the program, it tries to install a driver. This can't/won't work with Wine.
Locked