Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() What you are doing with the Race system and Rena's Map editor is retarded. For those trying this DO NOT USE RENA'S MAP EDITOR. It will corrupt your maps and screw up all x & y coordinates =127. Also, TileSpec 45 and 46 will definitely break the official map editor if you add them. In other words, reformat your race and use ini or an existing unused tile. That is absolutely horrible.
|
| ![]() Dunno it worth messing with the revision again but yeah people could do it in a sort of sequence to fix the problem: --- Remember when is not an organization nor a fucking group , it's simply an idea that we believe in and live for. The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is cosmetic,that's why offer our worthless lives to The "Remember when"
|
| ![]() weed! i put it in the trunk directly and in the c:\windows\SysWOW64\ but it still wont work :/
|
| ![]() try putting it in c:\windows\system32 --- Remember when is not an organization nor a fucking group , it's simply an idea that we believe in and live for. The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is cosmetic,that's why offer our worthless lives to The "Remember when"
|
| ![]() man, it works when i press build and run in the mingw. but when i just try double clicking eoserv.exe it doesnt work :/
|
| ![]() DLL's for EOSERV work on a directory basis. You shouldn't need any in your sys folder..? --- If money doesn't grow on trees, then why do banks have branches?
|
| ![]() idk, well i had put the dll in the trunk folder anyway but it still doesn't work.
|
| ![]() What's in your error.log folder? --- If money doesn't grow on trees, then why do banks have branches?
|
| ![]() This application has failed to start because libstdc++-6.dll was not found. =/ How do I fix this? ERROR LOG: --- 05/02/13 10:00:41 --- [ERR] SQLite library version mismatch! Please recompile EOSERV with the correct SQLite library. [ERR] Expected version: 3.3.4 [ERR] Library version: 3.6.11 [ERR] Make sure EOSERV is using the correct version of sqlite3.dll terminate called after throwing an instance of 'Database_OpenFailed' what(): Database_OpenFailed This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. --- ლ(ಠ益ಠლ) Why the fuck u lyin'?
|
| ![]() https://eoserv.net/forum/topic/22719 --- Remember when is not an organization nor a fucking group , it's simply an idea that we believe in and live for. The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is cosmetic,that's why offer our worthless lives to The "Remember when"
|
| ![]() Since you're adding guild wars, why not make a quest system like that of OutSpark's game, Fiesta. ? Questies put items and funds into a guild storage/academy reward system, once you meet the requirements you join the guild etc. has rankings, and what not.. Might be interesting? Look into it c: --- http:​/​/​i49.tinypic.com/​2nisayq.png​ v28 ~ Mapping Artist ~ Server Owner/Quest Writer ~ Constructive Reply ~ Demonic Karma ~ Oldbie.
|
| ![]() Sounds nice. very nice. Edit: @ragnarock Fiesta yay! --- â•”â•â•â•â•— ♪ Get chance and luck ║███║ ♫ â•‘ (â—) ♫ ╚â•â•â•â•♪♪
|
| ![]() I'll be using this. Thanks for the release. Keep it up :p Edit: I see you plan on adding shared lockers. Maybe you can add a guild locker but only guild leaders can access it. Edit 2: I'm getting the same errors as other people with the miss .dll
|
| ![]() the only solution seemed to work for this, is compiling the source and running it from codeblocks . --- Remember when is not an organization nor a fucking group , it's simply an idea that we believe in and live for. The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is cosmetic,that's why offer our worthless lives to The "Remember when"
|
| ![]() Pretty certain you should be using MinGW 4.6.1 TDM or higher. Googling TDM MinGW should give you the site. Go to the toolchain option and change the directory to the one you get from them, typically C:/MinGW . I think Code::Blocks 12 is being installed with 4.7.1 TDM, which might make a difference if someone is using an older version of Code::Blocks. That and a clean install of MySQL (expand the trees and check all options during install rather than using typical install). You can simply direct to the MySQL/include folder. Last but not least, it is of dire importance that you use the same libmysql.dll in the directory were eoserv.exe is that is in the MySQL include folder (assuming you are using this and not something silly like Sqlite. You should have at most the pthread, mysql, and sqlite3 only in the trunk folder. Throwing random .dll's in your system folder is very bad, especially when you are compiling dynamically with 2 different versions of a library. For instance, 2 programs compiled wth different MySQL version libraries might result in one of those breaking if you have made your system folder the home to that .dll (remember it is a system path and will call dynamic library files just the same as the same directory). I hope this helps you guys. |