Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline ubiqui  
#1 Posted : Tuesday, October 20, 2015 5:27:31 PM(UTC)
ubiqui

Joined: 3/3/2015(UTC)
Posts: 5

Hi,

currently it seems impossible to login with the Editor since the connection does not connect.
Any sugesstions for me?

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline shiva  
#2 Posted : Tuesday, October 20, 2015 6:29:01 PM(UTC)
shiva

Joined: 10/20/2015(UTC)
Posts: 2

Hi,

same for me and also it says when creating a new project online that:


404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.


I assume this is a server issue any suggestions?
Is there a link to the content needed for the samples to run?
Offline Benjamin  
#3 Posted : Tuesday, October 20, 2015 8:50:41 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Hi shiva and ubiqui,

not sure why this is happening, the server is still running (however we use our own alpha-version for the inhouse engine as we do not currently develop the community engine and focus on contract work). Will check with the old release and report back. A quick check shows the server is running normally on content.deltaengine.net:800 as it should.
Offline Benjamin  
#4 Posted : Tuesday, October 20, 2015 10:06:38 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Tested it with a fresh installation of the DeltaEngine from early 2014 (was called 1.1 back then, but we are back to v0.9.x) and apart from downloading a bit too slowly it seems to work fine. Maybe try to increase the timeout if this happens in your log:

22:04:15 Warning: Content download timeout reached, continuing app (content might be incomplete)

I also noticed some problems with OpenGL shaders when debugging, which are not hard to fix, but a bit annoying (es compatible shaders are used, but not supported on PC, especially using AMD GPUs). Sorry we have no time to fix any of that.

Hope this helps anyway.
Offline ubiqui  
#5 Posted : Wednesday, October 21, 2015 8:58:57 AM(UTC)
ubiqui

Joined: 3/3/2015(UTC)
Posts: 5

Hi Benjamin,

thanks for the quick reply, but from my end the server is not pingable. The name resolution works fine but neither content.deltaengine.net nor deltaengine.net are pingable. For the Editor the TcpSocket TimeOut is set to 20 sec.

From my deltaengine account the project creation results in an 404 File or Directory not found error.
https://content.deltaeng...Account/CreateNewProject

I am using a fresh checkout from github on the main branch. Any further ideas where to investigate to get the community version samples to run?

Thanx


Offline Benjamin  
#6 Posted : Wednesday, October 21, 2015 11:38:48 AM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Alrighty, I tested the good old early 2014 release again and fixed the OpenGL shader compile errors on AMD GPUs:
https://github.com/DeltaEngine/DeltaEngine

I also checked the online service, which was still running on v1.0 for backward compatibility, but same as you I could not get it fully working with the v1.1 release (it downloaded everything, but got stuck at some UpdateContent messages, shaders and fonts, which prevented things from working). Now I have updated the Content Services to v0.9.8 (which was called v1.1 back then) and things work just fine now. Let me know if you run into any more trouble.
Offline ubiqui  
#7 Posted : Wednesday, October 21, 2015 12:22:54 PM(UTC)
ubiqui

Joined: 3/3/2015(UTC)
Posts: 5

... still no server response, I tried:

1.) DeltaEngine Editor with content.deltaengine.net:800
2.) DeltaEngine Editor with deltaengine.net:800
3.) Putty telnet with content.deltaengine.net:800
4.) Putty telnet with deltaengine.net:800
they all resulted in a timeout ...
5.) https://deltaengine.net/Account/CreateNewProject
gives the 404 error file not found

any ideas?

Thanx again.
Offline Benjamin  
#8 Posted : Wednesday, October 21, 2015 12:46:03 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Where do you get the https://deltaengine.net/Account/CreateNewProject from?
We disabled projects listing and project creation via the website a long time ago: https://deltaengine.net/Account/ProjectSettings
Instead it can be done from the Editor (but obviously only if you can connect).

pinging the deltaengine.net or content.deltaengine.net hosts does not work because our provider does not allow it, but it should resolve to 217.91.31.182
Strange that I can a valid answer for 217.91.31.182:800 from the outside via: http://www.yougetsignal.com/tools/open-ports/

Maybe you tried when I still was testing some things, seems some messages are too new and I am reverting to a bit older version right now.
Offline ubiqui  
#9 Posted : Wednesday, October 21, 2015 2:28:33 PM(UTC)
ubiqui

Joined: 3/3/2015(UTC)
Posts: 5

... the Link is used if you click on Projects->New Project on the Web.

The ip was resolved correctly. I also get Port 800 is open on 217.91.31.182, but I get "socketAsyncEventArgs.SocketError = OperationAborted" using the Editor I think it should be SocketError.Success ...
Offline ubiqui  
#10 Posted : Friday, October 23, 2015 3:09:19 PM(UTC)
ubiqui

Joined: 3/3/2015(UTC)
Posts: 5

Hi again,

sorry to say, but whatever I try, I do not get a valid server reply (time out). Are the settings and the content data for the samples available elsewhere? Confused

Thanx again.
Offline shiva  
#11 Posted : Friday, October 23, 2015 7:24:16 PM(UTC)
shiva

Joined: 10/20/2015(UTC)
Posts: 2

I checked it all out and it works like a dream now. BigGrin Thankx!
Offline Benjamin  
#12 Posted : Friday, October 23, 2015 8:17:50 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Great, still no idea why it would not work for ubiqui, can you maybe try to edit your C:\Users\<username>\Documents\DeltaEngine\DeltaEngine.Editor\Settings.xml file and use 217.91.31.182 for the ContentServerIP and use ContentServerPort 800.
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.099 seconds.