Page 1 of 1

Error reading memory in CPawn:update() after the Patch 3.0.3

Posted: Thu Aug 12, 2010 10:26 am
by creepzen
I have a Problem,

Updated:
SVN (found in Forum)
MicroMacro (found in Forum)
ROM (Script - found in Forum)
...
no MORE

after the Patch comes this error.

Code: Select all

--------------------------------------------------------------------------------

Thu Aug 12 17:11:25 2010 : Language: english
Thu Aug 12 17:11:27 2010 : We can't find your profile 'xxxxxxxxx.xml'. Please create a valid profile within the folder 'rom\profiles' or start the bot with a forced profile: 'rom\bot.lua profile:xyz'
Bot finished due to errors above.
Thu Aug 12 17:11:27 2010 : Execution error: Runtime error
Thu Aug 12 17:12:19 2010 : Executing script 'bot.lua'
--------------------------------------------------------------------------------

Thu Aug 12 17:12:19 2010 : Language: english
Thu Aug 12 17:12:22 2010 : Using static char address 0x9AC1BC, player address 0x27113200
In main thread:
stack traceback:
	E:/Sonstiges/micromacro/scripts/rom/classes/pawn.lua:237: in function 'update'
	E:/Sonstiges/micromacro/scripts/rom/classes/pawn.lua:137: in function 'ctor'
	E:/Sonstiges/micromacro/lib/mods/classes.lua:26: in function 'CPawn'
	scripts\rom/bot.lua:112: in function 'foo'
	E:\Sonstiges\micromacro\lib\lib.lua:510: in function <E:\Sonstiges\micromacro\lib\lib.lua:508>

----------TRACEBACK END----------

Thu Aug 12 17:12:23 2010 : E:/Sonstiges/micromacro/scripts/rom/classes/pawn.lua:237: Error reading memory in CPawn:update()
Thu Aug 12 17:12:23 2010 : Execution error: Runtime error
what can i do?

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Thu Aug 12, 2010 9:19 pm
by damnyeah
Same problem I have :/

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 5:12 am
by creepzen
Can anyone help us here?

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 7:13 am
by rock5
Did you update to the latest SVN revision?

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 10:06 am
by creepzen
rock5 wrote:Did you update to the latest SVN revision?
read my first post ;)


what can i do ? that's sucks , I would like the bot running.

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 10:46 am
by Administrator
creepzen wrote:what can i do ? that's sucks , I would like the bot running.
You could use the current version off SVN. It works.

Might be a good idea to read over the basic SVN information first, next time:
Problems with file conflicts?

This typically happens if you've made any modifications to the scripts. To fix it, you should delete any files that have conflicts, and try to SVN update again.
NOTE: "modifications" includes running rom/update.lua (which is a script that modifies addresses.lua for you).

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 2:43 pm
by RicalEyl
I'm sorry... what are we supposed to do exactly?
I'd appreciate any help :)

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 5:06 pm
by sebit2005
same problem here
OPENING LOCAL SKILLS DB!
...user/Desktop/micromacro/scripts/rom/classes/pawn.lua:237: Error reading memory in CPawn:update()

I ve never used SVn..just micromacro an rom

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 6:00 pm
by Valleyguy
sebit2005 wrote:same problem here
OPENING LOCAL SKILLS DB!
...user/Desktop/micromacro/scripts/rom/classes/pawn.lua:237: Error reading memory in CPawn:update()

I ve never used SVn..just micromacro an rom
Ok when he says go read your meant to go find the main bot topic and read the first page... for those of you hard of seeing or maybe carpel tunnel syndrome i'll quote the topic.
SVN - Always have the newest version:
Advanced:
For those of you who already have some working knowledge of SVN, you can use this command to checkout:
svn checkout http://rom-bot.googlecode.com/svn/trunk/ rom-bot-read-only

Simple:
First, I suggest you install Tortoise SVN. Once installed, you may need to reboot your machine. Now, locate your 'rom' folder (should be inside micromacro/scripts/) and right-click it. Select 'SVN Checkout'.

Now, a window should open. Inside "URL of repository:", enter this url:
http://rom-bot.googlecode.com/svn/trunk/rom

Everything else can be left at default. Click OK and it should begin downloading and updating all of your files. Now that you've got it all setup, you can simply right click the 'rom' folder again and select SVN update. Typically, a red icon over the folder should indicate that there are updates to download.

Problems with file conflicts?
This typically happens if you've made any modifications to the scripts. To fix it, you should delete any files that have conflicts, and try to SVN update again.
now goto the main topic and you will find proper links to everything there.

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Fri Aug 13, 2010 7:53 pm
by rock5
Valleyguy wrote:for those of you hard of seeing or maybe carpel tunnel syndrome i'll quote the topic.
Hehe, you do realize that the Carpal Tunnel Syndrome has to do with the wrist?

Re: Error reading memory in CPawn:update() after the Patch 3

Posted: Sat Aug 14, 2010 4:55 am
by creepzen
no discussion
back to topic!