Author Topic: Access violation at address ******, accessing address ******  (Read 724 times)

0 Members and 1 Guest are viewing this topic.

Offline JotEmI

  • Soldier
  • **
  • Posts: 188
Access violation at address ******, accessing address ******
« on: January 06, 2009, 07:05:20 pm »
I'm writing little RPG mod and after running 20-30min script starts to generate "Access violation... " errors. I know what that means but I have no idea what may be causing it. Also, script seems to work fine on the Dedicated Server which I'm running on my PC (WindowsXP OS). The errors only occur on a server rented from a hosting company. I've checked the source code many times, it maybe a little messy but it's 100% correct (at least to my knowledge). The whole code is more then 2,5k lines long so I wont post it here. Does anyone have any idea what may be causing this error?

PS. I've searched this forum and didn't find any decent info about this error and how to fix it.
« Last Edit: January 06, 2009, 07:10:31 pm by JotEmI »

Offline danmer

  • Camper
  • ***
  • Posts: 466
  • crabhead
Re: Access violation at address ******, accessing address ******
« Reply #1 on: January 07, 2009, 04:00:44 am »
some servers dont run script properly, its just how it is =(

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Access violation at address ******, accessing address ******
« Reply #2 on: January 07, 2009, 05:23:52 am »
Script engine is kinda fucked up. We can only hope enesce will fix it, some day...

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Access violation at address ******, accessing address ******
« Reply #3 on: January 07, 2009, 06:28:35 am »
Yeah, try running it on a different server. If your just hosting it on your home computer, you screwed for at least quick testing it.

Offline JotEmI

  • Soldier
  • **
  • Posts: 188
Re: Access violation at address ******, accessing address ******
« Reply #4 on: January 07, 2009, 07:21:01 am »
Ok, thx for  reply. I'll try running it on different servers.