Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jean

Pages: 1 ... 66 67 [68] 69 70 ... 81
1006
Astrobasic / Re: Customized ring
« on: February 07, 2021, 07:24:09 PM »
It's already released, the moment i fixed that bug.
You can just update your current install, no need to have two installs.
Good luck :)

1007
Astrobasic / Re: Customized ring
« on: February 07, 2021, 07:11:00 PM »
Great to hear, you helped me find a bug!
It was really a bug and should have crashed before. Shows you how different pc's / windows installs can be.

1008
Astrobasic / Re: Customized ring
« on: February 07, 2021, 06:51:58 PM »
That is not from my latest upload, can you try again https://jcremers.com/SetupPlanetdance.exe

1009
Astrobasic / Re: Customized ring
« on: February 07, 2021, 06:39:24 PM »
Thanks. Can you try it again and send the new log?

1010
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:55:23 PM »
Are you able to try it on another pc?

1011
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:46:10 PM »
https://jcremers.com/SetupPlanetdance.exe
After installing try to edit oracle.ab and run it from the editor.
A file c:\planetdance\log.txt will be created, can you post it here?
We may need to do this a few times to find the spot where it messes up.

1012
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:15:32 PM »
I don't have an explanation for that yet. First time i hear something like that. I assume if you run it directly using Application - Run, it gives no error, only from the editor?

If you like to investigate this i could make a special version that creates a log file to try and see where the error happens.

What you could try is first delete oracle.abc , then try again with oracle.ab

1013
Astrobasic / Re: Customized ring
« on: February 07, 2021, 04:52:06 PM »
Can you tell me the exact steps ?

Try this.
Application - Edit - give it a name, like test.
In the editor, richt click, then choose Program - Template - Window.
Press F9, it should display a simple window.

1014
Astrobasic / Re: Customized ring
« on: February 07, 2021, 02:08:56 PM »
Maybe look at drawhoroscope().
Also look in the program editor at program - templates, you can use these to start writing something from scratch, the horoscope entry is a good one to start, it get the basic data from the current horoscope into variables.
No need to rush for something to publish, just have fun.

1015
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 01:25:31 PM »
Jeremy, yes please do! Thanks.

1016
Astrobasic / Re: Customized ring
« on: February 07, 2021, 12:02:59 PM »
Hi Les,
As Ed says, you could code an astrobasic script. There's Help - Astrobasic and you can study programs using Application - Edit. There are examples that draw rings, for instance Vedic - Nakshatra.ab is not too complicated.

Hope this helps.

1017
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 11:56:13 AM »
If it works i'm glad to leave it at this.

1018
Planetdance on Other OS / Re: Wine install bug on mac
« 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.

1019
Planetdance on Other OS / Re: Wine install bug on mac
« 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.

1020
Planetdance on Other OS / Re: Wine install bug on mac
« 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"


Pages: 1 ... 66 67 [68] 69 70 ... 81