![]() |
Consolenfenster ist kurz da und dann weg - Druckversion +- GridTalk.de (https://www.gridtalk.de) +-- Forum: Werkstatt (https://www.gridtalk.de/forumdisplay.php?fid=4) +--- Forum: Technik (https://www.gridtalk.de/forumdisplay.php?fid=25) +--- Thema: Consolenfenster ist kurz da und dann weg (/showthread.php?tid=1032) |
Consolenfenster ist kurz da und dann weg - hilliesdreamland - 26.05.2013 Myworld installiert umgeändert alles und wenn ich Laucher öffne oder die Konsole starte ist das fenster kurz da und dann ist es weg..es lädt gar nicht..hülfe..was ist das? Danke Hillie RE: Consolenfenster ist kurz da und dann weg - Dorena Verne - 26.05.2013 Erstmal ein herzliches Willkommen in unserem Forum. ![]() Um helfen zu können,bräuchten wir ein paar mehr Infos. Ist es euine standalone? hängst du an einem Grid? nimmst du mysql oder sqlite? RE: Consolenfenster ist kurz da und dann weg - hilliesdreamland - 26.05.2013 Hallo Dorena, dankeschön ![]() Lieber Gruß Hillie Das habe ich gemacht.. ![]() Zunächst benötigt ihr einen Account für eine dynamische IP-Adresse. Ich habe sie mir hier besorgt:http://www.dyndns.com/ ich bei no-ip.biz Habt ihr sie? Gut,weiter gehts. Ich nenne sie mal spasseshalber "myworld.dyndns.org" Viele Router haben dyndns.org als DNS-Provider bereits integriert. Wenn dieses der Fall ist,gebt dort eure neue Domain ein. Danach Benutzername-Passwort,welches ihr ja bei dyndns.org eingerichtet habt habe ich auch gemacht Als nächstes müsst ihr einige ports in eurem Router freischalten: 9000 tcp 9000 udp 9001 tcp 9001 udp (Wenn ihr weitere Regionen anlegt,..dann für jede weitere eine Portfreigabe bsw.9002,ebenfalls tcp/udp) Geht ihr direkt über das ein Modem ins Netz,müsst ihr den "dyndns-updater" installieren: http://www.dyndns.com/support/clients/ Geschafft? Gut,erstmal Käffchen,dann weiter 8) Ãffnet den bin-Ordner eurer Opensim,danach den Ordner "config-include" Sooooo,..nu müsst ihr editieren 8) Ãffnet die datei "StandaloneCommon.ini" mit einem Editor. Ãberall,wo "http://127.0.0.1:9000" tragt ihr statt dessen eure dyndns-Adresse ein,nehme zur Veranschaulichung mal unsere Beispieladresse "http://myworld.dyndns.org:9000". das habe ich gemacht http://hilliesworld.no-ip.biz:9000 Dieses müsst ihr aber nur an den Stellen eintragen,wo nicht mit einem semicolon auskommentiert wurde. Richtet aber auch keinen Schaden an,wenn ihr es überall ändert Sooo,nu noch im bin-Verzeichniss den Ordner "Regions" öffnen. Die Datei "Regions" ebenfalls mit dem Editor öffnen. In einer zeile müsst ir was ändern,sonst spinnt das hypergrid,..habs probiert: ExternalHostName = SYSTEMIP ändert ihr folgenermassen um: ExternalHostName = myworld.dyndns.org Nicht vergessen,"myworld.dyndns.org" ist ja nur eine Beispieladresse,müsst natürlich eure nehmen Jetzt euren Simulator starten. RE: Consolenfenster ist kurz da und dann weg - Dorena Verne - 26.05.2013 Oh,..mein altes teil,..na,..muss ich mal aktualisieren. ![]() Schön das es noch Freunde findet. ![]() hast du sie auchmal im "Urzustand" hochgefahren? Zudem,..ich hatte es mit ner Fritzbox. schaffst du es noch einen screenshot zu machen,bevor es rummst? Tappe etwas im dunkeln,...eventuell ein Tipfehler in der ini? RE: Consolenfenster ist kurz da und dann weg - hilliesdreamland - 26.05.2013 ja, weil es doch einfach ist..nur das beides austauschen und es sollte gehen... Im urzustand ging es ja da war ich on..und die console lief auch...eine screenshot, ist leider nicht möglich das ist zu schnell weg..das ist nur 1-2 sec..kann auch nichts weiter dann lesen.....aber ich haue mal hier die ini rein wenn das ok ist... This is the main configuration file for standalone OpenSim instances [DatabaseService] ; ; ### Choose the DB ; ; SQLite Include-Storage = "config-include/storage/SQLiteStandalone.ini"; ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) ; for more details ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; ; MySql ; Uncomment these lines if you want to use mysql storage ; Change the connection string to your db details ;StorageProvider = "OpenSim.Data.MySQL.dll" ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" ; Uncomment this line if you are using MySQL and want to use a different database for estates ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" [AssetService] DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" AssetLoaderArgs = "assets/AssetSets.xml" [HGInventoryService] ProfileServerURI = "http://hilliesworld.no-ip.biz:9000/profiles" [HGAssetService] ProfileServerURI = "http://hilliesworld.no-ip.biz:9000/profiles" [HGInventoryAccessModule] ProfileServerURI = "http://hilliesworld.no-ip.biz:9000/profiles" ;; If you want to protect your assets from being copied by foreign visitors ;; uncomment the next line. You may want to do this on sims that have licensed content. ; OutboundPermission = False [Modules] ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. ;; Copy the config .example file into your own .ini file and change configs there ;AssetCaching = "GlynnTuckerAssetCache" ;AssetCaching = "FlotsamAssetCache" ;Include-FlotsamCache = "config-include/FlotsamCache.ini" AssetCaching = "CenomeMemoryAssetCache" Include-CenomeCache = "config-include/CenomeCache.ini" ;; Enable this to use Freeswitch on a standalone ;FreeswitchServiceInConnector = True ;; Authorization is not on by default, as it depends on external php ;AuthorizationServices = "LocalAuthorizationServicesConnector" [FreeswitchService] ;; Configuration for the freeswitch service goes here LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" [GridService] ;; For in-memory region storage (default) StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" ;;--- For MySql region storage (alternative) ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" ;; With hypergrid, perform distance check for the creation of a linked region ; Check4096 = true ;; Directory for map tile images of remote regions ; MapTileDirectory = "./maptiles" ;; Next, we can specify properties of regions, including default and fallback regions ;; The syntax is: Region_<RegioName> = "<flags>" ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut ;; For example: Region_dreamland = "DefaultRegion, FallbackRegion" ; === HG ONLY === ;; change this to the address of your simulator Gatekeeper="http://hilliesworld.no-ip.biz:9000/" [LibraryModule] ; Set this if you want to change the name of the OpenSim Library ;LibraryName = "My World's Library" [LoginService] WelcomeMessage = "Welcome, Avatar!" GatekeeperURI = "http://hilliesworld.no-ip.biz:9000" SRV_HomeURI = "http://hilliesworld.no.ip.biz:9000" SRV_InventoryServerURI = ""http://hilliesworld.no-ip.biz:9000" SRV_AssetServerURI = ""http://hilliesworld.no-ip.iz:9000" SRV_ProfileServerURI = ""http://hilliesworld.no-ip.biz:9000" [GatekeeperService] ExternalName = ""http://hilliesworld.no.-ip.biz:9000" ; Does this grid allow incoming links to any region in it? ; If false, HG TPs happen only to the Default regions specified in [GridService] section AllowTeleportsToAnyRegion = true [GridInfoService] ; These settings are used to return information on a get_grid_info call. ; Client launcher scripts and third-party clients make use of this to ; autoconfigure the client and to provide a nice user experience. If you ; want to facilitate that, you should configure the settings here according ; to your grid or standalone setup. ; ; See http://opensimulator.org/wiki/GridInfo ; login uri: for grid this is the login server URI login = "http://hilliesworld.no-ip.biz:9000/ ; long grid name: the long name of your grid gridname = "the lost continent of hippo" ; short grid name: the short name of your grid gridnick = "hippogrid" ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page ; currently unused ;welcome = http://127.0.0.1/welcome ; helper uri: optional: if it exists if will be used to tell the client to use ; this for all economy related things ; currently unused ;economy = "http://hilliesworld.no-ip.biz:9000/ ; web page of grid: optional: page providing further information about your grid ; currently unused ;about = http://127.0.0.1/about/ ; account creation: optional: page providing further information about obtaining ; a user account on your grid ; currently unused ;register = http://127.0.0.1/register ; help: optional: page providing further assistance for users of your grid ; currently unused ;help = http://127.0.0.1/help ; password help: optional: page providing password assistance for users of your grid ; currently unused ;password = http://127.0.0.1/password so das war ja die commun.ini..die anderen muss ja nicht..?! RE: Consolenfenster ist kurz da und dann weg - Dorena Verne - 26.05.2013 Zitat:[GatekeeperService] Zitat:SRV_HomeURI = "http://hilliesworld.no.ip.biz:9000" Zitat:SRV_HomeURI = "http://hilliesworld.no.ip.biz:9000" Zitat:SRV_HomeURI = "http://hilliesworld.no.ip.biz:9000" Wie ich vermutete,..einige Tipfehler,..schaue dir es mal ganz genau an. ![]() RE: Consolenfenster ist kurz da und dann weg - hilliesdreamland - 26.05.2013 was doppelt war habe ich entfernt....aber es geht trotzdem weg.....manno edit..habe nun auch ein leerzeichen gemacht was nicht richtig war..aber die konsole geht aus...manooooo ; This is the main configuration file for standalone OpenSim instances [DatabaseService] ; ; ### Choose the DB ; ; SQLite Include-Storage = "config-include/storage/SQLiteStandalone.ini"; ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) ; for more details ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; ; MySql ; Uncomment these lines if you want to use mysql storage ; Change the connection string to your db details ;StorageProvider = "OpenSim.Data.MySQL.dll" ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" ; Uncomment this line if you are using MySQL and want to use a different database for estates ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" [AssetService] DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" AssetLoaderArgs = "assets/AssetSets.xml" [HGInventoryService] ProfileServerURI ="http://hilliesworld.no-ip.biz:9000/profiles" [HGAssetService] ProfileServerURI ="http://hilliesworld.no-ip.biz:9000/profiles" [HGInventoryAccessModule] ProfileServerURI ="http://hilliesworld.no-ip.biz:9000/profiles" ;; If you want to protect your assets from being copied by foreign visitors ;; uncomment the next line. You may want to do this on sims that have licensed content. ; OutboundPermission = False [Modules] ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. ;; Copy the config .example file into your own .ini file and change configs there ;AssetCaching = "GlynnTuckerAssetCache" ;AssetCaching = "FlotsamAssetCache" ;Include-FlotsamCache = "config-include/FlotsamCache.ini" AssetCaching = "CenomeMemoryAssetCache" Include-CenomeCache = "config-include/CenomeCache.ini" ;; Enable this to use Freeswitch on a standalone ;FreeswitchServiceInConnector = True ;; Authorization is not on by default, as it depends on external php ;AuthorizationServices = "LocalAuthorizationServicesConnector" [FreeswitchService] ;; Configuration for the freeswitch service goes here LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" [GridService] ;; For in-memory region storage (default) StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" ;;--- For MySql region storage (alternative) ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" ;; With hypergrid, perform distance check for the creation of a linked region ; Check4096 = true ;; Directory for map tile images of remote regions ; MapTileDirectory = "./maptiles" ;; Next, we can specify properties of regions, including default and fallback regions ;; The syntax is: Region_<RegioName> = "<flags>" ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut ;; For example: Region_dreamland = "DefaultRegion, FallbackRegion" ; === HG ONLY === ;; change this to the address of your simulator Gatekeeper="http://hilliesworld.no-ip.biz:9000/" [LibraryModule] ; Set this if you want to change the name of the OpenSim Library ;LibraryName = "My World's Library" [LoginService] WelcomeMessage = "Welcome, Avatar!" GatekeeperURI ="http://hilliesworld.no-ip.biz:9000" SRV_HomeURI ="http://hilliesworld.no.ip.biz:9000" SRV_InventoryServerURI ="http://hilliesworld.no-ip.biz:9000" SRV_AssetServerURI ="http://hilliesworld.no-ip.iz:9000" SRV_ProfileServerURI ="http://hilliesworld.no-ip.biz:9000" [GatekeeperService] ExternalName ="http://hilliesworld.no.-ip.biz:9000" ; Does this grid allow incoming links to any region in it? ; If false, HG TPs happen only to the Default regions specified in [GridService] section AllowTeleportsToAnyRegion = true [GridInfoService] ; These settings are used to return information on a get_grid_info call. ; Client launcher scripts and third-party clients make use of this to ; autoconfigure the client and to provide a nice user experience. If you ; want to facilitate that, you should configure the settings here according ; to your grid or standalone setup. ; ; See http://opensimulator.org/wiki/GridInfo ; login uri: for grid this is the login server URI login ="http://hilliesworld.no-ip.biz:9000/ ; long grid name: the long name of your grid gridname = "the lost continent of hippo" ; short grid name: the short name of your grid gridnick = "hippogrid" ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page ; currently unused ;welcome = http://127.0.0.1/welcome ; helper uri: optional: if it exists if will be used to tell the client to use ; this for all economy related things ; currently unused ;economy ="http://hilliesworld.no-ip.biz:9000/ ; web page of grid: optional: page providing further information about your grid ; currently unused ;about = http://127.0.0.1/about/ ; account creation: optional: page providing further information about obtaining ; a user account on your grid ; currently unused ;register = http://127.0.0.1/register ; help: optional: page providing further assistance for users of your grid ; currently unused ;help = http://127.0.0.1/help ; password help: optional: page providing password assistance for users of your grid ; currently unused ;password = http://127.0.0.1/password RE: Consolenfenster ist kurz da und dann weg - Dorena Verne - 26.05.2013 Zitat:login ="http://hilliesworld.no-ip.biz:9000/ Hier fehlen noch Tütelchen am Schluß. ![]() Ist deine dyndns weitergeleitet zu deimem Rechner? unterstützt das speedport das überhaupt? Gib mir doch mal ein paar daten bezüglich deines speedports,..werde mich dann im netz mal schlau machen. ![]() RE: Consolenfenster ist kurz da und dann weg - hilliesdreamland - 26.05.2013 öhm login ="http://hilliesworld.no-ip.biz:9000/" so? und das überall? weitergeleitet gute Frage..das weiß ich gar nicht..ist ein free Service zeigen mir nur meine ip adresse noch an aber ob weitergelietet keine Ahnung Ich habe den Speedport W 722 V..also ports freischaltet das geht und dyn eingeschaltet auch, da habe ich ja alles eingeben von dem no-ip.biz war dort auch im Router angegeben Danke das wäre klasse ![]() RE: Consolenfenster ist kurz da und dann weg - Bogus Curry - 26.05.2013 Hallo Hillie ;D Auch von mir ein herzliches Willkommen ... und wieder wech ist ;D |