My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Older

  • Nov 11, 2008
    r71 (Adjusts in controllers.) committed by souzaemarcal   -   Adjusts in controllers.
    Adjusts in controllers.
  • Nov 11, 2008
    issue 6 (Where i can download the genovaproject?) reported by jancoo   -   http://www.projectgenova.com/ Work not fully =(
  • Nov 10, 2008
    GeNova.Web-1.0.1.0.zip (Genova Project - Web Application - 1.0.1.0) file uploaded by souzaemarcal
  • Nov 08, 2008
    r70 (removing empty paste.) committed by souzaemarcal   -   removing empty paste.
    removing empty paste.
  • Nov 08, 2008
    r69 (New layer to the project Genova Project: Genova Project Web ...) committed by souzaemarcal   -   New layer to the project Genova Project: Genova Project Web Application. This layer is developed in ASP.NET and aims to integrate the SHARD there is a web portal.
    New layer to the project Genova Project: Genova Project Web Application. This layer is developed in ASP.NET and aims to integrate the SHARD there is a web portal.
  • Nov 08, 2008
    r68 (New directory structure.) committed by souzaemarcal   -   New directory structure.
    New directory structure.
  • Nov 08, 2008
    r67 (New directory structure.) committed by souzaemarcal   -   New directory structure.
    New directory structure.
  • Nov 08, 2008
    r66 (Adjust in generic loot creating.) committed by souzaemarcal   -   Adjust in generic loot creating.
    Adjust in generic loot creating.
  • Aug 03, 2008
    issue 5 (Problem in pathname under Linux) reported by sybasesql   -   What steps will reproduce the problem? 1. mono runuo.exe What is the expected output? What do you see instead? Scripts: Verifying...done (2700 items, 817 mobiles) Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for GeNova.Core.ClassesExternas.GeNovaXML ---> System.IO.FileNotFoundException: Could not find file "/usr/src/uo/genovaproject\GeNova_XML\Configs\genova.xml". File name: '/usr/src/uo/genovaproject\GeNova_XML\Configs\genova.xml' What version of the product are you using? On what operating system? Linux RHEL 5.2 x64, mysql 5.0.45, mono 1.9.1 Please provide any additional information below. In CaminhosXML.cs: 27c27 < internal static readonly string Path_GeNova_XML = String.Concat(Server.Core.BaseDirectory, @"/GeNova_XML"); --- > internal static readonly string Path_GeNova_XML = String.Concat(Server.Core.BaseDirectory, @"\GeNova_XML"); 30c30 < internal static readonly string FilePath_Configs_Mysql = @"/Configs/mysql.xml"; --- > internal static readonly string FilePath_Configs_Mysql = @"\Configs\mysql.xml"; 33,34c33,34 < public static readonly string FilePath_Configs_GeNova = @"/Configs/genova.xml"; < public static readonly string FilePath_Misc_Gumps = @"/Misc/gumps.xml"; --- > public static readonly string FilePath_Configs_GeNova = @"\Configs\genova.xml"; > public static readonly string FilePath_Misc_Gumps = @"\Misc\gumps.xml";
    What steps will reproduce the problem? 1. mono runuo.exe What is the expected output? What do you see instead? Scripts: Verifying...done (2700 items, 817 mobiles) Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for GeNova.Core.ClassesExternas.GeNovaXML ---> System.IO.FileNotFoundException: Could not find file "/usr/src/uo/genovaproject\GeNova_XML\Configs\genova.xml". File name: '/usr/src/uo/genovaproject\GeNova_XML\Configs\genova.xml' What version of the product are you using? On what operating system? Linux RHEL 5.2 x64, mysql 5.0.45, mono 1.9.1 Please provide any additional information below. In CaminhosXML.cs: 27c27 < internal static readonly string Path_GeNova_XML = String.Concat(Server.Core.BaseDirectory, @"/GeNova_XML"); --- > internal static readonly string Path_GeNova_XML = String.Concat(Server.Core.BaseDirectory, @"\GeNova_XML"); 30c30 < internal static readonly string FilePath_Configs_Mysql = @"/Configs/mysql.xml"; --- > internal static readonly string FilePath_Configs_Mysql = @"\Configs\mysql.xml"; 33,34c33,34 < public static readonly string FilePath_Configs_GeNova = @"/Configs/genova.xml"; < public static readonly string FilePath_Misc_Gumps = @"/Misc/gumps.xml"; --- > public static readonly string FilePath_Configs_GeNova = @"\Configs\genova.xml"; > public static readonly string FilePath_Misc_Gumps = @"\Misc\gumps.xml";
  • Aug 03, 2008
    issue 4 (Some errors in Mysql_Scripts.sql under Linux) reported by sybasesql   -   What steps will reproduce the problem? 1. mysql -p uo < Mysql_Scripts.sql What is the expected output? What do you see instead? First Error: ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE GeNova_Usuario ( IdUsuario INT NOT NULL AUTO_INCREMENT, Login VA' at line 1 Second Error: ERROR 1146 (42S02) at line 176: Table 'uo.GeNova_Raca' doesn't exist ERROR 1146 (42S02) at line 177: Table 'uo.GeNova_Raca' doesn't exist What version of the product are you using? On what operating system? Linux RHEL 5.2 x64, mysql 5.0.45, mono 1.9.1 Please provide any additional information below. First problem: At begining of file Mysql_Scripts.sql there are some system symbols (in hex: EF BB BF) that prevent to build first table GeNova_Usuario. Second problem: Table name are case sensitivity under Linux. Table genova_Raca must be GeNova_Raca.
    What steps will reproduce the problem? 1. mysql -p uo < Mysql_Scripts.sql What is the expected output? What do you see instead? First Error: ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE GeNova_Usuario ( IdUsuario INT NOT NULL AUTO_INCREMENT, Login VA' at line 1 Second Error: ERROR 1146 (42S02) at line 176: Table 'uo.GeNova_Raca' doesn't exist ERROR 1146 (42S02) at line 177: Table 'uo.GeNova_Raca' doesn't exist What version of the product are you using? On what operating system? Linux RHEL 5.2 x64, mysql 5.0.45, mono 1.9.1 Please provide any additional information below. First problem: At begining of file Mysql_Scripts.sql there are some system symbols (in hex: EF BB BF) that prevent to build first table GeNova_Usuario. Second problem: Table name are case sensitivity under Linux. Table genova_Raca must be GeNova_Raca.
  • Jul 24, 2008
    r65 (Misc - Files for import into the system MegaSpawner; - XML...) committed by souzaemarcal   -   Misc - Files for import into the system MegaSpawner; - XML configuration adjustment in the project; KR Support - Support: Spell Effects, Animation, Movements; - Spell Movements; - Hot Bar spells, items or skills Target full support;
    Misc - Files for import into the system MegaSpawner; - XML configuration adjustment in the project; KR Support - Support: Spell Effects, Animation, Movements; - Spell Movements; - Hot Bar spells, items or skills Target full support;
 
Hosted by Google Code