[PROGRAM] OpenYS - Open Source YSFlight Server!
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
Are you able to send me the PHP Serverlist source code? I had it once upon a time. I'll even throw in a free update to it.Eric wrote:spam
- Gunny
- Business Class Membership
- Posts: 3250
- Joined: Sun Feb 06, 2011 6:17 pm
- Favorite Aircraft: Any thing with a prop.
- Location: New Iberia.LA.
- OS: Windows 10 & XP SP3
- Has thanked: 586 times
- Been thanked: 785 times
[PROGRAM] OpenYS - Open Source YSFlight Server!

- decaff_42
- Staff
- Posts: 3783
- Joined: Sat Oct 29, 2011 7:23 pm
- Favorite Aircraft: SR-71 Blackbird
- Location: Eastern United States
- OS: Mac OSX
- Has thanked: 809 times
- Been thanked: 1690 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
Visit my GitHub page for Python codes: https://github.com/decaff42?tab=repositories
YSFlight Addon Database - Find links to nearly every addon made for YSFlight!
Submit Addon To Database
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
I've been working on the serverlist side of things today, No more spam from the serverlist. Also the serverlist doesn't respond to YSF like a YSF client does - hence why it wasn't working. Should be all sweet now. Brace for next release, any second now.
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
Re: [PROGRAM] OpenYS - Open Source YSFlight Server!
Changes:
+Carrier based starts adjust angle correctly.
+Moved Weather handling outside of the login function as it's not mandatory for a connection. server connectivity compatibility should go up a bit.
+User List now supported - OpenYS should show online user count to YSFHQ Server List.
+YSFHQ Serverlist working as intended.
+ListUser now supported.
Notes:
~Ground objects work almost correctly - need to assign special tags to adjust ILS range, add glideslope etc. (I haven't forgotten about this.)
Download: https://www.mediafire.com/?jjq2qup4cjjt316
---
Coming soon:
+Read all flight data.
+Console is now threadsafe
-Ground objects work almost correctly - need to assign special tags to adjust ILS range, add glideslope etc.
- Mobiyus
- Contributor
- Posts: 257
- Joined: Mon Mar 10, 2014 9:05 pm
- Favorite Aircraft: F-18 Hornet
- Location: Qc
- OS: Win 7 pro
- Has thanked: 98 times
- Been thanked: 55 times
[PROGRAM] OpenYS - Open Source YSFlight Server!

Code: Select all
C:\Program Files YS Open Server\OPENYS\OpenYS.exe is not a valid Win32 Application
Code: Select all
Error Cannot connect to the host

Im sure i'm using the right ip to login. Do you know what i'm doing wrong?
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
I've built for .net 4.5 (win 7+) so I'll try downgrading to .net 4.0 for compatibility.
EDIT: It works with .net 4.0, nothing lower. WinXP SP3 or higher will be required.
EDIT2: Rebuilt with .net 4.0. Please redownload.
Connect to 127.0.0.1 on your machine with YSF on port 7915.
- Mobiyus
- Contributor
- Posts: 257
- Joined: Mon Mar 10, 2014 9:05 pm
- Favorite Aircraft: F-18 Hornet
- Location: Qc
- OS: Win 7 pro
- Has thanked: 98 times
- Been thanked: 55 times
[PROGRAM] OpenYS - Open Source YSFlight Server!
May I suggest you edit OP to include compatible systems, adress to connect to and how to change map.
As of now, without actually flying, I can see those issues: server list php bot cannot retreive data and ground objects are messed up. See below

- Neocon
- First Class Membership
- Posts: 3949
- Joined: Wed Oct 19, 2011 5:01 am
- Favorite Aircraft: Baron 58
- Location: Tennessee
- OS: Win 10
- Has thanked: 1760 times
- Been thanked: 1803 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
I guess I can do that. I've got a much better managed console class now anyway.
Standby on that, I'll push it to the front of the queue - will probably be a few days.
Sorry aerobatics fans - you can't rush art!
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
127.0.0.1 is obvious - it's the same as the stock YSF.Mobiyus wrote:May I suggest you edit OP to include compatible systems, adress to connect to and how to change map.
How to change maps and compatible systems already ARE in the OP. Read it.

- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
It's no doubt an issue in loading the grounds from the FLD or something and I need to know what map and what pack these are happening in so I can look at the data and work out why! I can see they're all spawning at 0,0,0 - a failsafe I put in in case it doesn't load the ground position correctly from the FLD or YFS file - Tell me which map your using so I can fix it!
I appreciate bug reports if they are that - bug reports and not just pointless "it doesn't work". I need SOME information to go off.
That goes for everyone - not just Mobiyus.

- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
Update 2 - I'll do console as 1, debug as 2 - because I'll do a crashdump command which will dump all the data stored in all the variables - that will solve the problems I am sure.
- Neocon
- First Class Membership
- Posts: 3949
- Joined: Wed Oct 19, 2011 5:01 am
- Favorite Aircraft: Baron 58
- Location: Tennessee
- OS: Win 10
- Has thanked: 1760 times
- Been thanked: 1803 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
What I want is far less important than what you want. You're the guy taking the time to make something.OfficerFlake wrote:Duddddeeee you want me to write a input/output console system like orb had???
I guess I can do that. I've got a much better managed console class now anyway.

- Mobiyus
- Contributor
- Posts: 257
- Joined: Mon Mar 10, 2014 9:05 pm
- Favorite Aircraft: F-18 Hornet
- Location: Qc
- OS: Win 7 pro
- Has thanked: 98 times
- Been thanked: 55 times
[PROGRAM] OpenYS - Open Source YSFlight Server!
What aircraft you were flying? P-51_MUSTANG From which Pack? Stock
What map you were flying on? Hawaii From which Pack? Stock
How long you were on the server before noticing the bug? 5 seconds
Does the bug occur sporadically or all the time? all the time.
Description of the problem? (Long or short as you like) Packet Delay Problem when trying to spawn. actually have to quit and relog to be able to try again, always to the same result. I can hear the sounds of the airplane, but still see the black ys network screen and my commands don't affect the sounds.
- Flake
- VFA-49
- Posts: 4374
- Joined: Thu Feb 10, 2011 8:47 pm
- Favorite Aircraft: Boeing F/A-18A
- Location: Australia
- OS: Windows 10 (x64)
- Has thanked: 860 times
- Been thanked: 1279 times
- Contact:
[PROGRAM] OpenYS - Open Source YSFlight Server!
And if you are on stock hawaii, the grounds should be loading fine as I am on stock hawaii.
Is this happening on your XP machine? Have you tried another machine?
To solve your problem I'm going to have to do a full data dump. (please lord no)
Might just have to wait for a future release. Sorry dude!
- Mobiyus
- Contributor
- Posts: 257
- Joined: Mon Mar 10, 2014 9:05 pm
- Favorite Aircraft: F-18 Hornet
- Location: Qc
- OS: Win 7 pro
- Has thanked: 98 times
- Been thanked: 55 times
[PROGRAM] OpenYS - Open Source YSFlight Server!
If still curious anyway Tryed many STP's : RW08_01, RW08_02, NORTH10000_01
yes the problem was occuring on win xp 32 bit and yes I tryed on win7 64 bit, same result.
- Gunny
- Business Class Membership
- Posts: 3250
- Joined: Sun Feb 06, 2011 6:17 pm
- Favorite Aircraft: Any thing with a prop.
- Location: New Iberia.LA.
- OS: Windows 10 & XP SP3
- Has thanked: 586 times
- Been thanked: 785 times
[PROGRAM] OpenYS - Open Source YSFlight Server!


-
- Senior Veteran
- Posts: 1851
- Joined: Tue Feb 07, 2012 10:00 am
- Favorite Aircraft: .
- OS: windoze 10 64-bit
- Has thanked: 609 times
- Been thanked: 619 times
[PROGRAM] OpenYS - Open Source YSFlight Server!
---
Also is it possible to have a confirmation for log-in? I don't know if this has been mentioned before.
I was flying on Pat's server yesterday and while it was fast, I wasn't sure when I had actually logged in, so I had to keep pressing J until I got in.
Who is online
Users browsing this forum: No registered users and 0 guests