|
You last visited: Today at 22:01
Advertisement
[OPEN SOURCE PROJECT] NosOpen
Discussion on [OPEN SOURCE PROJECT] NosOpen within the Nostale forum part of the MMORPGs category.
01/07/2017, 22:15
|
#1261
|
elite*gold: 0
Join Date: Jan 2013
Posts: 1,818
Received Thanks: 336
|
Kann mir einer helfen, den Server zu erstellen ?
Ich habe von Github hab ich die Source heruntergeladen, aber in der App.Config steht was ganz anderes als wie im Video. Und wie starte ich den Server ?
Kann einer helfen ?
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.SqlServer.dll" kann nicht in "bin\DE\EntityFramework.SqlServer.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.SqlServer.dll" wurde verweigert. OpenNos.World
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.dll" kann nicht in "bin\DE\EntityFramework.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.dll" wurde verweigert. OpenNos.World
|
|
|
01/08/2017, 11:33
|
#1262
|
elite*gold: 0
Join Date: Dec 2009
Posts: 56
Received Thanks: 29
|
Quote:
Originally Posted by Thecrazyviktor
2 kleine fragen
Weiß jemand den Code fürs farmen von Ruf reicht schon wenn man Monsterlevel*2 bekommt an ruf, wäre den gut wenn man gleich sagt in welche datei man es eintragen muss. Weiß nicht ob es wer rausgibt aber der Code fürs Heldenlevel bekommen wäre auch echt super  damit auch die User sich das Heldenlevel selber erfarmen können
Bin über jede Antwort dankbar 
|
Deine Fragen sind sehr unklar formuliert. Stelle sie am Besten nocheinmal, aber mach diesmal klarer, was du willst. Am Besten in Englisch, weil fast alle Entwickler englisch sprechen.
Quote:
Originally Posted by °Ace°
Kann mir einer helfen, den Server zu erstellen ?
Ich habe von Github hab ich die Source heruntergeladen, aber in der App.Config steht was ganz anderes als wie im Video. Und wie starte ich den Server ?
Kann einer helfen ?
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.SqlServer.dll" kann nicht in "bin\DE\EntityFramework.SqlServer.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.SqlServer.dll" wurde verweigert. OpenNos.World
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.dll" kann nicht in "bin\DE\EntityFramework.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.dll" wurde verweigert. OpenNos.World
|
die app.config Datei müsste irgendwo im Ordner bin/ liegen, allerdings erst nach einem erfolgreichen Build. Da du einen Fehler kriegst, scheint dies nicht zu klappen.
Zu deinem Fehler: Anscheinend fehlt das Package EntityFramework. Normalerweise sollte NuGet das automatisch nachladen. Starte VS nochmal neu und klicke dann im Menü unter "Erstellen" -> "Projektmappe neu erstellen"
Ansonsten stelle deine Frage hier in englisch, dann können dir andere helfen!
|
|
|
01/08/2017, 12:25
|
#1263
|
elite*gold: 0
Join Date: Jan 2013
Posts: 1,818
Received Thanks: 336
|
Quote:
Originally Posted by genyx-dev
Deine Fragen sind sehr unklar formuliert. Stelle sie am Besten nocheinmal, aber mach diesmal klarer, was du willst. Am Besten in Englisch, weil fast alle Entwickler englisch sprechen.
die app.config Datei müsste irgendwo im Ordner bin/ liegen, allerdings erst nach einem erfolgreichen Build. Da du einen Fehler kriegst, scheint dies nicht zu klappen.
Zu deinem Fehler: Anscheinend fehlt das Package EntityFramework. Normalerweise sollte NuGet das automatisch nachladen. Starte VS nochmal neu und klicke dann im Menü unter "Erstellen" -> "Projektmappe neu erstellen"
Ansonsten stelle deine Frage hier in englisch, dann können dir andere helfen!
|
Good afternoon.
If one can help me.
1. If I OpenNos. Login compiliere functions(works) it and no mistake comes.
But if I the console with F5 start the following(resulting) comes:
2. If I liked to update the Mysql, the following(resulting) comes out:
PHP Code:
bei System.Data.Entity.Migrations.DbMigrator.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.DbMigrator.Update(String targetMigration)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(String targetMigration)
bei System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.Run()
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force)
bei System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0()
bei System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Fehlernummer (Error Number):53,Status (State):0,Klasse (Class):20
Netzwerkbezogener oder instanzspezifischer Fehler beim Herstellen einer Verbindung mit SQL Server. Der Server wurde nicht gefunden, oder auf ihn kann nicht zugegriffen werden. Überprüfen Sie, ob der Instanzname richtig ist und ob SQL Server Remoteverbindungen zulässt. (provider: Named Pipes Provider, error: 40 - Verbindung mit SQL Server konnte nicht geöffnet werden)
PM>
3. And if I the whole(complete) Nosopen compiliere comes:
|
|
|
01/08/2017, 12:44
|
#1264
|
elite*gold: 48
Join Date: Jan 2010
Posts: 647
Received Thanks: 1,789
|
Quote:
Originally Posted by °Ace°
Good afternoon.
If one can help me.
1. If I OpenNos. Login compiliere functions(works) it and no mistake comes.
But if I the console with F5 start the following(resulting) comes:
2. If I liked to update the Mysql, the following(resulting) comes out:
PHP Code:
bei System.Data.Entity.Migrations.DbMigrator.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.DbMigrator.Update(String targetMigration)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(String targetMigration)
bei System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.Run()
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force)
bei System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0()
bei System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Fehlernummer (Error Number):53,Status (State):0,Klasse (Class):20
Netzwerkbezogener oder instanzspezifischer Fehler beim Herstellen einer Verbindung mit SQL Server. Der Server wurde nicht gefunden, oder auf ihn kann nicht zugegriffen werden. Überprüfen Sie, ob der Instanzname richtig ist und ob SQL Server Remoteverbindungen zulässt. (provider: Named Pipes Provider, error: 40 - Verbindung mit SQL Server konnte nicht geöffnet werden)
PM>
3. And if I the whole(complete) Nosopen compiliere comes:

|
Hi :
1) Try to clone the repository again in an empty directory
2) a screen would be better
3) Just right click and unplugg OpenNos.Test (which is actually not updated)
Do not hesitate to come back if you need more support as long as you give us a detailed feedback (not "NOT WORKING OMG FK")
|
|
|
01/08/2017, 14:45
|
#1265
|
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
|
btw we use MSSQL now.
|
|
|
01/08/2017, 15:21
|
#1266
|
elite*gold: 0
Join Date: Jan 2013
Posts: 1,818
Received Thanks: 336
|
Quote:
Originally Posted by val77
Hi :
1) Try to clone the repository again in an empty directory
2) a screen would be better
3) Just right click and unplugg OpenNos.Test (which is actually not updated)
Do not hesitate to come back if you need more support as long as you give us a detailed feedback (not "NOT WORKING OMG FK")
|
Quote:
Originally Posted by 0Lucifer0
btw we use MSSQL now.
|
Must I instal(put in) server SQL in 2016? I have Windows 7 and can instal(put in) only in 2014. Can one also not make it with Navicat? In the video it is with Navicat, but now in the APP.CONFIG it is only with server SQL
|
|
|
01/08/2017, 20:01
|
#1267
|
elite*gold: 48
Join Date: Jan 2010
Posts: 647
Received Thanks: 1,789
|
Quote:
Originally Posted by °Ace°
Must I instal(put in) server SQL in 2016? I have Windows 7 and can instal(put in) only in 2014. Can one also not make it with Navicat? In the video it is with Navicat, but now in the APP.CONFIG it is only with server SQL
|
Navicat is just an interface as SQL Management studio is
|
|
|
01/08/2017, 21:20
|
#1268
|
elite*gold: 0
Join Date: Jan 2013
Posts: 1,818
Received Thanks: 336
|
Quote:
Originally Posted by val77
Navicat is just an interface as SQL Management studio is
|
Can I also instal(put in) server SQL in 2014?
I have Windows 7 64 bits and, therefore, can instal(can put in) no servers SQL in 2016...
#Good afternoon.
If I explain to the orders "update-database -Verbose", he does not recognise the data bank. How I can combine to my data bank generally. I lack what does what make I wrong?
|
|
|
01/08/2017, 22:31
|
#1269
|
elite*gold: 0
Join Date: Feb 2016
Posts: 139
Received Thanks: 193
|
Just start MSSQL service ^^
|
|
|
01/13/2017, 21:57
|
#1270
|
elite*gold: 0
Join Date: Sep 2010
Posts: 1,013
Received Thanks: 167
|
Quote:
Originally Posted by Yury02
Opennos Give not Support  for this Product
Can we here this Thread Closed?
|
Whats that for a stupid message??
|
|
|
01/13/2017, 22:24
|
#1271
|
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
|
Quote:
Originally Posted by Yury02
Opennos Give not Support  for this Product
Can we here this Thread Closed?
|
the first post tell "This thread will permit me to keep an eye on your idea and your opinion. So please leave a comment!" i don't know where you see that the first goal was for support...
For support there is 2 things : the ReadMe and the discord...
BTW there is no rules that tell "you need to support your product or the thread will be closed" no more than "you need to support all kid that don't know how to read a readme file or you will be ban."
|
|
|
01/15/2017, 01:24
|
#1272
|
elite*gold: 0
Join Date: Dec 2016
Posts: 136
Received Thanks: 140
|
And here is some new stuff for your eyes:
|
|
|
01/15/2017, 16:33
|
#1273
|
elite*gold: 0
Join Date: Nov 2010
Posts: 114
Received Thanks: 63
|
Quote:
Originally Posted by [ON]Ciapa
And here is some new stuff for your eyes:

|
When will be relased?
|
|
|
01/15/2017, 18:08
|
#1274
|
elite*gold: 0
Join Date: Dec 2016
Posts: 136
Received Thanks: 140
|
Today on our Server
|
|
|
01/16/2017, 16:03
|
#1275
|
elite*gold: 0
Join Date: Jan 2017
Posts: 3
Received Thanks: 0
|
I have a little problem, it's possible join to game with localhost, but, me friends can not access, only works from localhost, enter to servers list after pick server eject of server.
|
|
|
 |
|
Similar Threads
|
Open-Source Project
01/31/2013 - CO2 Private Server - 28 Replies
Hey everyone,
So, you might remember that I said I was going to make a new open source after Christmas, and I wasn't joking around about that. I'm going to make an open source for multiple games offered by NetDragon Websoft. You all chose Conquer Online (1.0) and Era of Faith. I might add Warlords to it but we'll see.
Now, a few things have changed. First, the project doesn't have to be in C++ anymore. I got the job and I'm working on C# programs there (the company is changing to C#)....
|
Open-Source Development: A C++ Project
12/02/2012 - CO2 Private Server - 18 Replies
Hey everyone,
I haven't made a public project, ever. I'm still working on Kibou (Burning Skies) and that will be returning this winter; however, I feel very bound to that project (and the C# language). I enjoy it, but I'd also like to work on something new. Something for the month that I'm off to do while I'm bored of re-documenting Kibou. That's why I want to make a new project that's not in C#. I want to make a VC++ project. I chose VC++ because I'm more familiar with it (and because I...
|
Open Source C++ Project
01/07/2011 - SRO Coding Corner - 23 Replies
Hello,
Currently I am working, on an Emulator written in C++. My goal is to make a strong group of programmer, who are interested to make a "free 2 use" emulator.
You don´t have to be "professional" or "24/7" programmer, everyone is welcome.
If you see things on the Code or you know how to do it faster / better you can apply a Patch via SVN. If you do this you will be automatically a "Team Member".
Here are some Tips to Submit / Edit an existing Code.
|
Open Source Project: SREmu
01/25/2009 - Silkroad Online - 18 Replies
I am just making this topic to bring your attention to recent development at SREmu.
SREmu has gone from a VB6 project to an open-source C++ project hosted on SourceForge.
At the moment I am the only one working on it, but I would like to see it a community driven project. To clarify: I'm not looking for a team, I'm looking for knowledgable people that code in C++, preferably with some experience with x86 assembler, packet logging / parsing, subversion, visual studio, etc.
About the...
|
All times are GMT +1. The time now is 22:02.
|
|