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

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
creepzen
Posts: 4
Joined: Thu Aug 12, 2010 10:16 am

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

#1 Post by creepzen » Thu Aug 12, 2010 10:26 am

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?

damnyeah
Posts: 14
Joined: Thu Aug 12, 2010 9:10 pm

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

#2 Post by damnyeah » Thu Aug 12, 2010 9:19 pm

Same problem I have :/

creepzen
Posts: 4
Joined: Thu Aug 12, 2010 10:16 am

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

#3 Post by creepzen » Fri Aug 13, 2010 5:12 am

Can anyone help us here?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#4 Post by rock5 » Fri Aug 13, 2010 7:13 am

Did you update to the latest SVN revision?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

creepzen
Posts: 4
Joined: Thu Aug 12, 2010 10:16 am

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

#5 Post by creepzen » Fri Aug 13, 2010 10:06 am

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.

User avatar
Administrator
Site Admin
Posts: 5313
Joined: Sat Jan 05, 2008 4:21 pm

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

#6 Post by Administrator » Fri Aug 13, 2010 10:46 am

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).

RicalEyl
Posts: 63
Joined: Fri Aug 13, 2010 2:38 pm

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

#7 Post by RicalEyl » Fri Aug 13, 2010 2:43 pm

I'm sorry... what are we supposed to do exactly?
I'd appreciate any help :)

sebit2005
Posts: 12
Joined: Sat May 22, 2010 2:16 pm

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

#8 Post by sebit2005 » Fri Aug 13, 2010 5:06 pm

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

Valleyguy
Posts: 100
Joined: Wed Aug 04, 2010 11:34 pm
Location: Canada

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

#9 Post by Valleyguy » Fri Aug 13, 2010 6:00 pm

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.
Image

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#10 Post by rock5 » Fri Aug 13, 2010 7:53 pm

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?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

creepzen
Posts: 4
Joined: Thu Aug 12, 2010 10:16 am

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

#11 Post by creepzen » Sat Aug 14, 2010 4:55 am

no discussion
back to topic!

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest