no inventory information SVN r8349

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
monkeyko
Noob
Noob
Posts: 1
Joined: 04 Jan 2013, 07:52
Noob?: Yes

Re: no inventory information SVN r8349

#21 Post by monkeyko »

ptcarino wrote:
chenchut20 wrote:
Kiranetix wrote:Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.

how to revert my current svn?
right click src folder
Tortoise SVN > Update to revision...
select Revision and input 8344
press OK
Is tortoise SVN a default content in onpenkore?? or do i still need to install it??

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: no inventory information SVN r8349

#22 Post by Kaspy »

monkeyko wrote:Is tortoise SVN a default content in onpenkore?? or do i still need to install it??
Install
Image

damnhue
Noob
Noob
Posts: 7
Joined: 15 Jan 2013, 00:12
Noob?: Yes

Re: no inventory information SVN r8349

#23 Post by damnhue »

tortoisesvn.net/

Is this the site where i can download the tortoise svn?

damnhue
Noob
Noob
Posts: 7
Joined: 15 Jan 2013, 00:12
Noob?: Yes

Re: no inventory information SVN r8349

#24 Post by damnhue »

Theres no upgrade to revision

The only got:
repo-browser
properties
settings
help
about

flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: no inventory information SVN r8349

#25 Post by flashdbest »

damnhue wrote:Theres no upgrade to revision

The only got:
repo-browser
properties
settings
help
about
if you haven't installed Turtle SVN - you have to.

if you already have it, try right click openkore folder itself

ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Re: no inventory information SVN r8349

#26 Post by ptcarino »

UPDATE:
you guys can now update to the latest revision. the bug is already fixed.
damnhue wrote:tortoisesvn.net/

Is this the site where i can download the tortoise svn?
you should really look into the openkore site. the guide is already there.
Image

tyber
Noob
Noob
Posts: 1
Joined: 18 Jan 2013, 08:52
Noob?: No

Re: no inventory information SVN r8349

#27 Post by tyber »

ptcarino wrote:
chenchut20 wrote:
Kiranetix wrote:Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.

how to revert my current svn?
right click src folder
Tortoise SVN > Update to revision...
select Revision and input 8344
press OK
thx for the clue..it's work....

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: no inventory information SVN r8349

#28 Post by sofax222 »

Anyway !!!!
What means this code line is:

Code: Select all

unless ($local_item = $args->{getter} && $args->{getter}($item))

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: no inventory information SVN r8349

#29 Post by sofax222 »

How about to do this:

The original code lines:

Code: Select all

unless ($local_item = $args->{getter} && $args->{getter}($item)) {
     $local_item = $args->{class}->new;
     $add = 1;
 }
It should be changed to like:

Code: Select all

unless ($args->{getter} && ($local_item = $args->{getter}($item))) {
     $local_item = $args->{class}->new;
     $add = 1;
 }

ratman000
Noob
Noob
Posts: 1
Joined: 23 Jan 2013, 21:56
Noob?: Yes

Re: no inventory information SVN r8349

#30 Post by ratman000 »

this thread seems to be making more progress so go here instead..

http://forums.openkore.com/viewtopic.ph ... 3&start=90

Post Reply