RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Full instructions for myrunuo (02/13/04)

Rokam

Wanderer
Sommy said:
hello thus I has a small problem. I have to install everything for the guidance tried. also so far functions it has also no error messages indicated only one problem has I. as soon as I try lead in the web browser to call (HTTP:/localhost/) get-calibrate the message


Server Error in '/' Application.
--------------------------------------------------------------------------------

This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
:(

can me help please


sorry for my english
i translate german to english with google
I think your host do not support asp pages.
 

Grimbone

Wanderer
Has anyone gotten the paperdoll to work using the Apache web server? I have everything else working fine except for the red x in the paperdoll.

- Grim
 

Zulu

Wanderer
Some people were having problems accessing the files, I have posted a new mirror link.

Let me know if there are any problems with the mirror.
 

Zulu

Wanderer
Grimbone said:
Has anyone gotten the paperdoll to work using the Apache web server? I have everything else working fine except for the red x in the paperdoll.

- Grim

You must install the 2D Ultima Online version because there are files the ultima.dll needs that are not on the 3D version.
 

crabby654

Wanderer
I did all the steps including the step where you put the ultima.dll in the bin folder....but how do i actually test myrunuo?
 

mahmud

Wanderer
Database error

here is whats happening when myrunuo updates char database

Code:
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.net scripts...no files found.
Scripts: Verifying...done (1484 items, 446 mobiles)
World: Loading...done (121283 items, 13965 mobiles) (12.8 seconds)
Regions: Loading...done
Address: 127.0.0.1:2593
Address: 10.5.0.71:2593
MyRunUO: Updating character database
MyRunUO: Database statements compiled in 0.50 seconds
MyRunUO: Exception caught in database thread
System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-4
.0.13-nt]File 'C:\RunUO Tribulations\myrunuodb_mobiles.txt' not found (Errcode:
2)
   at System.Data.Odbc.OdbcConnection.HandleError(HandleRef hrHandle, SQL_HANDLE
 hType, RETCODE retcode)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior,
 String method)
   at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()
MyRunUO: Characeter database updated in 1.8 seconds
MyRunUO: Updating status database
MyRunUO: Status database updated in 0.0 seconds

the file is in the right location, can anyone help me with this?

thanks

is there anyone out there who can help me please???
 
I have converted all the .asp to .php so i can get it to work on a unix server, but i am trying to do this all remote and cant figure out the proper syntax for making the config.cs look on the internet for a database. I cant use localhost cause it looks on my PC, but the name of the server on the net is localhost, how do i get config.cs to point to localhost on internet?
 

Phantom

Knight
mahmud said:
here is whats happening when myrunuo updates char database

Code:
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.net scripts...no files found.
Scripts: Verifying...done (1484 items, 446 mobiles)
World: Loading...done (121283 items, 13965 mobiles) (12.8 seconds)
Regions: Loading...done
Address: 127.0.0.1:2593
Address: 10.5.0.71:2593
MyRunUO: Updating character database
MyRunUO: Database statements compiled in 0.50 seconds
MyRunUO: Exception caught in database thread
System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-4
.0.13-nt]File 'C:\RunUO Tribulations\myrunuodb_mobiles.txt' not found (Errcode:
2)
   at System.Data.Odbc.OdbcConnection.HandleError(HandleRef hrHandle, SQL_HANDLE
 hType, RETCODE retcode)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior,
 String method)
   at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()
MyRunUO: Characeter database updated in 1.8 seconds
MyRunUO: Updating status database
MyRunUO: Status database updated in 0.0 seconds

the file is in the right location, can anyone help me with this?

thanks

is there anyone out there who can help me please???


Clearly you don't have the file in the correct location.

Otherwise you wouldn't be getting the following error:

File 'C:\RunUO Tribulations\myrunuodb_mobiles.txt' not found
 

Phantom

Knight
SphericalSolaris said:
I have converted all the .asp to .php so i can get it to work on a unix server, but i am trying to do this all remote and cant figure out the proper syntax for making the config.cs look on the internet for a database. I cant use localhost cause it looks on my PC, but the name of the server on the net is localhost, how do i get config.cs to point to localhost on internet?

You put the address of the sever

You have to then setup the mysql to allow remote connections.

If you don't know how to do this, you don't need to be using this script.

Everyone should wait for the working official script.
 
Phantom said:
You put the address of the server

You have to then setup the mysql to allow remote connections.

If you don't know how to do this, you don't need to be using this buggy script.

I put the address of the server and it just kept saying this:

Code:
MyRunUO: Updating character database
MyRunUO: Database statements compiled in 0.56 seconds
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Unknown M
ySQL server host 'https://mydatabasedomain.com/folder/index.php?lang=en-
iso-8859-1&server=1' (11004)
   at System.Data.Odbc.OdbcConnection.Open()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()

I contacted my hosting company and they said they dont support remote connections, is there any way around this? I got all the php up on site and my config file on my pc, now i only need to get to them databases.
Also when i contacted my company i asked them what the link was to the database server and they just kept saying localhost. I figure if i can get in to mess with the table why cant i make the script do so?

Will this official script be in the upcoming realease you think?
 

Phantom

Knight
SphericalSolaris said:
I put the address of the server and it just kept saying this:

Code:
MyRunUO: Updating character database
MyRunUO: Database statements compiled in 0.56 seconds
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Unknown M
ySQL server host 'https://mydatabasedomain.com/folder/index.php?lang=en-
iso-8859-1&server=1' (11004)
   at System.Data.Odbc.OdbcConnection.Open()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()

I contacted my hosting company and they said they dont support remote connections, is there any way around this? I got all the php up on site and my config file on my pc, now i only need to get to them databases.
Also when i contacted my company i asked them what the link was to the database server and they just kept saying localhost. I figure if i can get in to mess with the table why cant i make the script do so?

The way around it, is get a hosting company that doesn't suck.

Your other choice would be to use your server computer. Of course the resources you would be using either way isn't worth it.

The link you used, isn't even valid, you should only need your domain name.

Of course if your hosting provider, has bullshit restrictions, your out of luck.
 
also how do i use this part of the config.cs?

Code:
// This must be enabled if the database server is on a remote machine.
		public static bool DatabaseNonLocal = ( DatabaseServer !="localhost" );
 

mastery

Wanderer
how to make it work with run uo 1.0.0 ?
i recieve this error:
MyRunUO: Updating status database
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HY109] [MySQL][ODBC 3.51 Driver]Transacti
ons are not enabled
at System.Data.Odbc.OdbcConnection.HandleError(HandleRef hrHandle, SQL_HANDLE
hType, RETCODE retcode)
at System.Data.Odbc.OdbcTransaction.set_AutoCommit(Boolean value)
at System.Data.Odbc.OdbcTransaction.BeginTransaction()
at System.Data.Odbc.OdbcConnection.BeginTransactionObject(IsolationLevel isol
evel)
at System.Data.Odbc.OdbcConnection.BeginTransaction(IsolationLevel isolevel)
at System.Data.Odbc.OdbcConnection.BeginTransaction()
at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()

all installed by pdf manual, exept i dont have security option on my folders, winxp pro with sp2, and i use mysql 3.23.42 ... site working.. but databases are empty... i try to use scripts from runuo 1.0.0, and then from zip arhive.. both give same error.. also im trying uninstall, reboot and install 3.51 driver.. norhings changes
 

mastery

Wanderer
after i install mysql 4.1 myrunuo have no errors now, but status.asp give this error, and says thera no players in database
Îøèáêà âûïîëíåíèÿ Microsoft VBScript error '800a000d'

Íåñîîòâåòñòâèå òèïà

/myrunuo/status.asp, line 103

then i was using old mysql server there was no errors on site.
any suggestions?
 

mastery

Wanderer
mysql4.0.24, IIs serv from XP pro, Zulu's myrunuo, all installed by pdf manual...
still got errors
MyRunUO: Updating status database
MyRunUO: Exception caught in database thread
System.Data.Odbc.OdbcException: ERROR [HYT00] Column count doesn't match value c
ount at row 1
at System.Data.Odbc.OdbcConnection.HandleError(Handle Ref hrHandle, SQL_HANDLE
hType, RETCODE retcode)
at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior,
String method)
at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()
at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread _Start()

and status page tells there is no one online, and charpage geves error:
Îøèáêà âûïîëíåíèÿ Microsoft VBScript error '800a0009'

Èíäåêñ âûõîäèò çà ïðåäåëû äîïóñòèìîãî äèàïàçîíà: '[number: 1]'

/myrunuo/players.asp, line 118

maby there is problem with encoding in mysql? which one should i choose on mysql configuration? i use cyrilic on some stuff (some charnames, descriptions) in UO...
 

GTAFREEK

Sorceror
I installed ODCB drivers, but it seems as though I need to configure them to allow transactions. In my MyRunUO config file I have them enabled, but the error message below seems to be refering to the drivers themselves. Where do I edit the ODCB configuration to allow transactions?

Client: 4.159.211.160: Connected. [2 Online]
Login: 4.159.211.160: Account 'basswoodwarrior' at character list
No jail object
MyRunUO: Updating status database
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HY109] [MySQL][ODBC 3.51 Driver]Transacti
ons are not enabled
at System.Data.Odbc.OdbcConnection.HandleError(HandleRef hrHandle, SQL_HANDLE
hType, RETCODE retcode)
at System.Data.Odbc.OdbcTransaction.set_AutoCommit(Boolean value)
at System.Data.Odbc.OdbcTransaction.BeginTransaction()
at System.Data.Odbc.OdbcConnection.BeginTransactionObject(IsolationLevel isol
evel)
at System.Data.Odbc.OdbcConnection.BeginTransaction(IsolationLevel isolevel)
at System.Data.Odbc.OdbcConnection.BeginTransaction()
at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()
 

Axle

Wanderer
GTAFREEK said:
I installed ODCB drivers, but it seems as though I need to configure them to allow transactions. In my MyRunUO config file I have them enabled, but the error message below seems to be refering to the drivers themselves. Where do I edit the ODCB configuration to allow transactions?

Client: 4.159.211.160: Connected. [2 Online]
Login: 4.159.211.160: Account 'basswoodwarrior' at character list
No jail object
MyRunUO: Updating status database
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HY109] [MySQL][ODBC 3.51 Driver]Transacti
ons are not enabled
at System.Data.Odbc.OdbcConnection.HandleError(HandleRef hrHandle, SQL_HANDLE
hType, RETCODE retcode)
at System.Data.Odbc.OdbcTransaction.set_AutoCommit(Boolean value)
at System.Data.Odbc.OdbcTransaction.BeginTransaction()
at System.Data.Odbc.OdbcConnection.BeginTransactionObject(IsolationLevel isol
evel)
at System.Data.Odbc.OdbcConnection.BeginTransaction(IsolationLevel isolevel)
at System.Data.Odbc.OdbcConnection.BeginTransaction()
at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()

Did you install MDAC 2.6 or better?
 

Axle

Wanderer
1.0.0

Using windows 2k3 enterprise, ms sql 2k5 beta 2, runuo 1.0.0, .net framework 2.0, latest version of myrunuo as updated by zulu. when I have loaddataintofile = true, I get error: odbc, incorrect syntax near 'c:\program files\Runuo 1.0\myrunuodb_mobiles.txt' when myrunuo updates character base. Also only shows # online, but no data and says no characters exist on the asp pages. I set to false and it works. Anyone know how to correct the syntax? I'm thinking it's incompatible with SQL 2k5.

Also getting the red X again :mad: for paperdoll. debug reveals this:


Exception Details: System.InvalidCastException: Specified cast is not valid.

Source Error:


Line 62: {
Line 63: name = characterReader.GetString( 1 );
Line 64: female = characterReader.GetBoolean( 5 );
Line 65: bodyhue = (ushort)characterReader.GetInt16( 10 );
Line 66: nototitle = characterReader.GetString( 9 );


Source File: c:\Inetpub\wwwroot\myrunuo\paperdoll.aspx Line: 64

Stack Trace:


[InvalidCastException: Specified cast is not valid.]
System.Data.Odbc.OdbcDataReader.GetBoolean(Int32 i) +27
ASP.paperdoll_aspx.Page_Load(Object obj, EventArgs e) in c:\Inetpub\wwwroot\myrunuo\paperdoll.aspx:64
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +36
System.Web.UI.Control.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1064

I'm guessing it's because the destination data type is different from the source data type from the table (tinyint, not null), I suspect it may have something to do with .net framework 2.0?

Any help on fixing these issues would be greatly appreciated. (thanks in advance)
 

noobie

Wanderer
well, it was some time ago, so I dont remeber exactly the sql tables but i guess female column was "varchar" not "bool".

female = characterReader.GetBoolean( 5 );

changing this one to:

female = characterReader.GetString( 5 );

might work..
 
Top