Author Topic: Wine install bug on mac  (Read 5059 times)

0 Members and 1 Guest are viewing this topic.

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Wine install bug on mac
« on: February 06, 2021, 03:09:13 PM »

Hello I open a subject here to talk about this problem alongside the google group


Quote
Jeremy can you please respond to https://groups.google.com/g/innosetup/c/S6zjdH6VJ3A
They are asking to start the installer like this
SetupPlanetdance.exe /LOG="yourname.txt"
This log contains info about the install, make it a filename you can easily find after the install and send it to me, or post it here.
Cordialement Jeremy ( Paris )

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #1 on: February 06, 2021, 03:17:02 PM »
Code: [Select]
SetupPlanetdance.exe /LOG="yourname.txt"what is
yourname.txt
is it the name of the computer admin ?

it respond :
Code: [Select]
-bash: SetupPlanetdance.exe: command not found
MacBook-Pro-de-TT:~ TT$
« Last Edit: February 06, 2021, 03:18:34 PM by Nefgem »
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #2 on: February 06, 2021, 03:49:52 PM »
if SetupPlanetdance.exe is in the current path you have to use a dot/slash like

wine ./SetupPlanetdance.exe /LOG="log.txt"

log.txt will be created in that map. I saw you posted in the inno help forums too, we need the output from that log (if any) and see if they can help us there.
Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #3 on: February 06, 2021, 04:23:28 PM »
if I put the installer on my mac desktop

Code: [Select]
/Users/TT/Desktop/SetupPlanetdance.exe/LOG="log.txt"
=

Code: [Select]
-bash: /Users/TT/Desktop/SetupPlanetdance.exe/LOG=log.txt: Not a directory
MacBook-Pro-de-TT:~ TT$
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #4 on: February 06, 2021, 04:32:08 PM »
cd /Users/TT/Desktop/
wine ./SetupPlanetdance.exe /LOG="log.txt"
log.txt will be created in that map.
Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #5 on: February 06, 2021, 06:41:47 PM »
Code: [Select]
-bash: /Users/TT/Desktop/wine./SetupPlanetdance.exe: No such file or directory
MacBook-Pro-de-TT:Desktop TT$

doesnt work

in this case the SetupPlanetdance.exe is in my Desktop
must I put it in a particular folder


(at the same time i don't understand how the mac terminal can interpret a windows file installer? )
« Last Edit: February 06, 2021, 06:50:27 PM by Nefgem »
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #6 on: February 06, 2021, 08:00:45 PM »
You forgot to put 'wine' in front, bash calls wine

Code: [Select]
wine /Users/TT/Desktop/SetupPlanetdance.exe /LOG="/Users/TT/Desktop/SetupPlanetdance.exelog.txt"

or in two steps

Code: [Select]
cd /Users/TT/Desktop
wine ./SetupPlanetdance.exe /LOG="log.txt"

Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #7 on: February 06, 2021, 10:07:50 PM »
sorry
I enter the command directly in the terminal window
with
Code: [Select]
wine /Users/TT/Desktop/SetupPlanetdance.exe /LOG="/Users/TT/Desktop/SetupPlanetdance.exelog.txt"same in 2 times

I do not think it is necessary to enter the order by Shell? (
who answers me command not found too
« Last Edit: February 06, 2021, 10:15:25 PM by Nefgem »
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #8 on: February 07, 2021, 08:36:53 AM »
what happens if you only enter 'wine' ?
or /usr/bin/wine?

I tried an older version, you know it didn't work, you can't expect me to try out all kind of older versions.
Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #9 on: February 07, 2021, 09:43:22 AM »
I don't wait for someone to test for me, but I don't understand the program language. Planet dance was still working two days ago. I am not against updates on the very contrary. I would just like to get like mac users to be able to follow your progress. If I have to change system I will.
I would like to know what configuration can work for the mac user eventually and do some kind of tutorial at the end. So just need a little help. You said Ed is on Wine with it works, is he on mac or linux?

for the log it should be easy to do, I don't understand, I try to collect infos on mac user forum
my planetdance subfolder is here
  / Users / TT / Wine \ Files / drive_c / Planetdance

thnks




Code: [Select]
Last login: Sun Feb  7 09:36:23 on ttys001
MacBook-Pro-de-TT:~ TT$ /usr/bin/wine
-bash: /usr/bin/wine: No such file or directory
MacBook-Pro-de-TT:~ TT$
« Last Edit: February 07, 2021, 09:45:50 AM by Nefgem »
Cordialement Jeremy ( Paris )

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #11 on: February 07, 2021, 11:39:47 AM »
I don't know which version i used before.
This was made with the latest inno 5.x  https://jcremers.com/SetupPlanetdance.exe try it please.
Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #12 on: February 07, 2021, 11:50:27 AM »
works ..

listen i don't know how much of a problem for your software evolution to stay on this version or what it would take for mac users to keep up with a new version. Even finding an another emulation.
I wouldn't want to put the brakes on anyone
I let you judge obviously

anyway this is working
Cordialement Jeremy ( Paris )

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 851
    • View Profile
Re: Wine install bug on mac
« Reply #13 on: February 07, 2021, 11:56:13 AM »
If it works i'm glad to leave it at this.
Greetings from Groningen Netherlands <º)))><¸.·´¯`·.¸><(((º>

Nefgem

  • Full Member
  • ***
  • Posts: 116
    • View Profile
Re: Wine install bug on mac
« Reply #14 on: February 07, 2021, 12:07:29 PM »
Thanks for all mac users :) (not so many for shure )

Can I post a subject on facebook to describe my install mac
if it is useful
Cordialement Jeremy ( Paris )