worldserver.exe Crash

Place your questions about osirose here

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

worldserver.exe Crash

Postby veveto on Sat Aug 21, 2010 11:34 pm

Hello can you help me when i create my charctar on my osirose server

and after loading screen i get World server.exe crash

is there are way to fix it ??

when i chose my char then screen load and respwan in every place

i get world server crash X_X


sorry for bad language

Screen :
image link :http://a.imageshack.us/img827/5753/helpl.png
Image
veveto
Smoulie
Smoulie
 
Posts: 41
Joined: Sun Aug 15, 2010 1:31 am

Re: worldserver.exe Crash

Postby lmame on Sun Aug 22, 2010 12:07 am

Run your server in debug mode to see where it crashes. Some threads already talk about how to do it and some talk about possible fixes so look into the osirose forum.
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: worldserver.exe Crash

Postby veveto on Sun Aug 22, 2010 12:26 am

viewtopic.php?f=36&t=2479

my problem like him x.x

im using iroseph Client

can u explain what ihave to do ??
veveto
Smoulie
Smoulie
 
Posts: 41
Joined: Sun Aug 15, 2010 1:31 am

Re: worldserver.exe Crash

Postby larsgevers on Sun Aug 22, 2010 1:48 pm

I've tried it myself, with my server files. And I don't get any crash. Do you have the source from this one:
http://osirose.googlecode.com/svn/trunk/
Check if your config files look like this:
Char
  1.  
  2. [DATABASE]
  3. mysql_host="your host"
  4. mysql_user="your pass"
  5. mysql_pass="your pass"
  6. mysql_database="your database"
  7. mysql_port=3306
  8. AutoQueryTime=600
  9.  
  10. [SERVERDATA]
  11. serverid=1
  12. servertype=1
  13. serverip=127.0.0.1
  14. serverport=29100
  15. servername="servername"
  16. parentid=0
  17. accesslevel=100
  18. connection=2
  19. lanip=127.0.0.1
  20. lansubmask=255.255.255.0
  21.  
  22. [CHARSErVER]
  23. deletetime=3600
  24. usethreads=0
  25. [server2server]
  26. CharsPort=29110
  27.  
  28. [PASSWORDS]
  29. loginpass=789456
  30. charpass=456123
  31. worldpass=321654
  32.  


Login
  1.  
  2. [DATABASE]
  3. mysql_host="your host"
  4. mysql_user="your pass"
  5. mysql_pass="your pass"
  6. mysql_database="your database"
  7. mysql_port=3306
  8.  
  9. [SERVERDATA]
  10. serverid=1
  11. servertype=1
  12. serverip=127.0.0.1
  13. serverport=29000
  14. servername="your servername"
  15. connection=2
  16. lanip=127.0.0.1
  17. lansubmask=255.255.255.0
  18.  
  19. [LOGINSERVER]
  20. accesslevel=100
  21. CreateLoginAccount=1
  22. usethreads=0
  23. Testserver=0
  24.  
  25. [PASSWORDS]
  26. loginpass=789456
  27. charpass=456123
  28. worldpass=321654
  29.  


world
  1.  
  2. [DATABASE]
  3. I've tried it myself, with my server files. And I don't get any crash. Do you have the source from this one:
  4. [url]http://osirose.googlecode.com/svn/trunk/[/url
  5. Check if your config files look like this:
  6. Char
  7. [code]
  8. [DATABASE]
  9. mysql_host="your host"
  10. mysql_user="your pass"
  11. mysql_pass="your pass"
  12. mysql_database="your database"
  13. mysql_port=3306
  14. AutoQueryTime=600
  15.  
  16. [SERVERDATA]
  17. serverid=1
  18. servertype=1
  19. serverip=127.0.0.1
  20. serverport=29100
  21. servername="servername"
  22. parentid=0
  23. accesslevel=100
  24. connection=2
  25. lanip=127.0.0.1
  26. lansubmask=255.255.255.0
  27.  
  28. [CHARSErVER]
  29. deletetime=3600
  30. usethreads=0
  31. [server2server]
  32. CharsPort=29110
  33.  
  34. [PASSWORDS]
  35. loginpass=789456
  36. charpass=456123
  37. worldpass=321654
  38. [/code]
  39.  
  40. Login
  41. [code]
  42. [DATABASE]
  43. mysql_host="your host"
  44. mysql_user="your pass"
  45. mysql_pass="your pass"
  46. mysql_database="your database"
  47. mysql_port=3306
  48. AutoQueryTime=6000
  49.  
  50. [SERVERDATA]
  51. serverid=2
  52. servertype=2
  53. serverip=127.0.0.1
  54. serverport=29200
  55. servername="your servername"
  56. maxconnections=500
  57. parentid=1
  58. connection=2
  59. lanip=127.0.0.1
  60. lansubmask=255.255.255.0
  61.  
  62. [WORLDSERVER]
  63. accesslevel=100
  64. exp_rate=15
  65. drop_rate=100
  66. drop_type=2
  67. zuly_rate=10
  68. welcome_msg="your msg"
  69. autosave=1
  70. savetime=300
  71. mapdelay=10
  72. visualdelay=200
  73. worlddelay=700
  74. partygap=10
  75. maxstat=300
  76. fairy=1
  77. fairystay=45
  78. fairywait=30
  79. fairytestmode=0
  80. playerdmg=300
  81. monsterdmg=110
  82. cfmode=0
  83.  
  84. [server2server]
  85. charip=127.0.0.1
  86. charport=29110
  87. WorldsPort=29210
  88.  
  89. [PASSWORDS]
  90. loginpass=789456
  91. charpass=456123
  92. worldpass=321654
  93.  


Don't forget to change the ""
Last edited by larsgevers on Sun Aug 22, 2010 6:25 pm, edited 1 time in total.
User avatar
larsgevers
Rackie
Rackie
 
Posts: 278
Joined: Fri Mar 20, 2009 2:10 pm

Re: worldserver.exe Crash

Postby veveto on Sun Aug 22, 2010 6:06 pm

not working x-x
veveto
Smoulie
Smoulie
 
Posts: 41
Joined: Sun Aug 15, 2010 1:31 am

Re: worldserver.exe Crash

Postby larsgevers on Sun Aug 22, 2010 6:27 pm

Did you add the STB/AI/QSD from IrosePH in the serverfiles.
Don't. Only add the things like (list_weapon.stb) Not all. Else it will crash, because it loads to much information i guess.
Try that.
User avatar
larsgevers
Rackie
Rackie
 
Posts: 278
Joined: Fri Mar 20, 2009 2:10 pm

Re: worldserver.exe Crash

Postby veveto on Sun Aug 22, 2010 7:11 pm

no need for stl ?
veveto
Smoulie
Smoulie
 
Posts: 41
Joined: Sun Aug 15, 2010 1:31 am

Re: worldserver.exe Crash

Postby larsgevers on Sun Aug 22, 2010 7:24 pm

Yeah also .stl srry. But i mean don't just copy everything only the things which are needed.
User avatar
larsgevers
Rackie
Rackie
 
Posts: 278
Joined: Fri Mar 20, 2009 2:10 pm

Re: worldserver.exe Crash

Postby veveto on Sun Aug 22, 2010 7:36 pm

Can u give me the name of Stb files i should keep ?
veveto
Smoulie
Smoulie
 
Posts: 41
Joined: Sun Aug 15, 2010 1:31 am

Re: worldserver.exe Crash

Postby larsgevers on Sun Aug 22, 2010 8:50 pm

Try it without changing any .stb / .stl. Or something else. Just use the ones that are allready inside, before you changed them. It should do the trick. And if that works try add them 1 by 1, and see where it fails.
User avatar
larsgevers
Rackie
Rackie
 
Posts: 278
Joined: Fri Mar 20, 2009 2:10 pm

Next

Return to Question Zone

Who is online

Users browsing this forum: No registered users and 3 guests