Can't recognize 'chcp' as an internal or external command, or batch script. Help please

Questions about Wine on Linux
Locked
hallow
Newbie
Newbie
Posts: 3
Joined: Mon Oct 21, 2019 4:31 pm

Can't recognize 'chcp' as an internal or external command, or batch script. Help please

Post by hallow »

Software https://www.ankama.com/en/launcher
(this is Electron-based launcher)

Wine version:
WIne 4.1 to 4.5
Wine 3.2
Proton 3.7

console show this error:

Code: Select all

C	an't recognize 'chcp' as an internal or external command, or batch script.
in other, I dont see any useful output, full log https://pastebin.com/xY2gCaJz

it crash in 5 sec after login-in
I have try install msvc* libraries, not help

I have no idea how make it work in Wine without crashing... help please
thanks
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't recognize 'chcp' as an internal or external command, or batch script. Help please

Post by Bob Wya »

@hallow

Obvious first question...
Is there any reason why you cannot use the native (Linux) AppImage that is provided on that site?

Ta
Bob
hallow
Newbie
Newbie
Posts: 3
Joined: Mon Oct 21, 2019 4:31 pm

Re: Can't recognize 'chcp' as an internal or external command, or batch script. Help please

Post by hallow »

Bob Wya wrote: Tue Oct 22, 2019 6:08 am @hallow
Obvious first question...
Is there any reason why you cannot use the native (Linux) AppImage that is provided on that site?
they have games that not aviable in Linux launcher, but this games work in Linux(under wine)
they update launcher last month, and this launcher does not work under Wine anymore(before it work perfectly)
so...
hallow
Newbie
Newbie
Posts: 3
Joined: Mon Oct 21, 2019 4:31 pm

Re: Can't recognize 'chcp' as an internal or external command, or batch script. Help please

Post by hallow »

okey found fix:
downloading https://github.com/PowerShell/PowerShell/releases/ (ver 6 zip) put it to wine system32, in winecfg set powershell.exe to external
and it work now
Locked