![]() |
|
mono error - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Off-Topic (The Outer World) (https://lckb.dev/forum/forumdisplay.php?fid=198) +---- Forum: General Discussion (https://lckb.dev/forum/forumdisplay.php?fid=147) +---- Thread: mono error (/showthread.php?tid=1271) |
- maxig - 11-24-2012 Okay ...for what is Mono? Mono is a runtime....(aka the same as you must install on Windows the NetRuntime without that no with Net Develop Prog will run! by the way what is net? Net is a multiplattform Dev Language. (aka as java) if the user have install the runtime you can run the same prog on every Plattform) So Wizas CashServer is developed in Net 4! So will need a runtime that it can work on Linux!And that is on Linux Mono! About the installing Stuff on Linux On Linux it is often that you must compile a Prog self. By the way before you can administrate a Linux Server you have to learn the Ground Linux Stuff. hello Chris i have intalled mono and i have error in cash server.exe /root/desk/LCS/LastChaos (2)/CashServer_3.0/run: lÃÂnea 10: ./Cash: No such file or directory - Koko - 11-24-2012 mono CashServer.exe (remove the space in the name) - maxig - 11-24-2012 mono CashServer.exe (remove the space in the name) remains the same mono CashServer.exe - chris-2012 - 11-24-2012 /root/desk/LCS/LastChaos (2)/CashServer_3.0/ that is not a valid directory. mst be /root/desk/LCS/LastChaos/CashServer_3.0/ - maxig - 11-24-2012 the directory is correct /root/Escritorio/LCS/LastChaos/Cash Server/run: lÃÂnea 10: ./mono: No existe el fichero o el directorio - Koko - 11-24-2012 Mmm i wasn't clear. Rename your Cash Server.exe to CashServer.exe Then try again mono CashServer.exe - maxig - 11-25-2012 Mmm i wasn't clear. Rename your Cash Server.exe to CashServer.exe Then try again mono CashServer.exe not work for me i change all names reinstall Mono and test - maxig - 11-25-2012 i reinstall mono and not work "mono CashServer.exe" for me - SibaN - 12-03-2012 i get every time thes error any one know why i install last version from mono if i start cash server is work but in 10 to 30 minute i get thes error Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type. at System.DBNull.System.IConvertible.ToInt32 (IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToInt32 (System.Object value, IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToInt32 (System.Object value) [0x00000] in <filename unknown>:0 at Cash_Server.Users.GetCashBalance (System.String username, Int32 userid) [0x00000] in <filename unknown>:0 at Cash_Server.Users.ProcessCashBalanceRequest (System.Byte[] packet, Int32 ClientID) [0x00000] in <filename unknown>:0 at Cash_Server.NetIO.Incomming (System.Byte[] packet, Int32 ClientID) [0x00000] in <filename unknown>:0 at Cash_Server.NetIO.OnDataReceived (IAsyncResult asyn) [0x00000] in <filename unknown>:0 - chris-2012 - 12-03-2012 some entrys in your db are not correct! filename unknown will mean the t_catolog, t_catalog1, t_ct_item, t_ct_item1 entrys are not the same as in the catalog.lod file. you have to fix/ patched the database with a working EP2 Catalog Editor |