Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Questions about Wine on Android
Locked
Rusl
Level 1
Level 1
Posts: 5
Joined: Thu Jan 03, 2019 2:11 am

Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by Rusl »

Can anybody help?
Some programms do is not work on wine-4.0-rc1(2,3,4)-x86
Jagannatha Hora 8.0 http://www.vedicastrologer.org/jh/jh_full_install.zip
and http://astrozet.net/files/ZET9SETUP229-RU.exe
Those programms was correctly work on wine-3.21-x86
But those do not work in new version wine-4.0-rc4-x86 and in all 4.0 version.
I can install them. But they do not start in wine-4.0-rc4-x86 and in all 4.0 version.

Android: 6.0.1
Device: ASUS ZenFone 2 Z00AD
Processor: Intel Z3580
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by DarkShadow44 »

What does "do not start" mean, do you have logs?
Works fine on my Linux machine, sounds like an Android issue. Can you do a regression test?
Rusl
Level 1
Level 1
Posts: 5
Joined: Thu Jan 03, 2019 2:11 am

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by Rusl »

DarkShadow44 wrote:What does "do not start" mean?
I am click on the label of installed programm, but this programm do not start.
DarkShadow44 wrote:do you have logs?
Where is locate?
DarkShadow44 wrote:Can you do a regression test?
If somebody tell to me how I can make it, I make.
Rusl
Level 1
Level 1
Posts: 5
Joined: Thu Jan 03, 2019 2:11 am

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by Rusl »

I try use recomendation like this:
10.1.1 How can I get a debugging log (a.k.a. terminal output)?

Run your application from the command line (see Wine_User's_Guide#How_to_run_Windows_programs_from_the_command_line).

You can then copy the log from the screen and paste it into a file if it's short; otherwise redirect the output of wine to a file using a Unix shell redirection, e.g.

cd ~/.wine/drive_c/Games/Tron
wine tron.exe &> log.txt
Important: Unless you have been asked specifically to provide a debug trace then do not do so. Simply follow the instructions above.

Important: If you get a crash dialog while doing this, please click Close. Otherwise your log will be incomplete.

Important: If the resulting text file doesn't have names of C source files in it, your copy of wine probably lacks debugging symbols. Please either build wine from source, or install the debug symbols package.


And like this:
"3.1.1 How to run Windows programs from the command line

This will allow you to see messages from Wine that may help troubleshoot problems.

Because Windows programs will often look for files in the location they were started from, when using the command line you should start them in a very specific way: "change directory" to the folder where the program is located and run the .exe file using only its filename. For example:

cd '.wine/drive_c/Games/Tron'
wine tron.exe
For details on running text mode (CUI) executables, read the Text Mode Programs section."

But it is not working.

I try run program on version 3.21 (х86) where all working with log
but command:
cd ~/.wine/drive_c/Program File/Jagannatha Hora/bin
not working
I see: way not found
But program work on this version. Why command line can not to find way?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by DarkShadow44 »

Because you have a space inside the path. Try

Code: Select all

cd "/home/YOURNAMEHERE/.wine/drive_c/Program File/Jagannatha Hora/bin"
Rusl
Level 1
Level 1
Posts: 5
Joined: Thu Jan 03, 2019 2:11 am

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by Rusl »

DarkShadow44 wrote:YOURNAMEHERE
What is it means?
How program know my name?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by DarkShadow44 »

YOU have to replace it.
Rusl
Level 1
Level 1
Posts: 5
Joined: Thu Jan 03, 2019 2:11 am

Re: Some programms do is not work on wine-4.0-rc1(2,3,4)-x86

Post by Rusl »

I try put my name, it is not working.
I try put "usr" but it is not working
Attachments
Screenshot_20190308-232634.jpg
Locked