Jump to content

Theos error build


Go to solution Solved by Crypto,

11 posts in this topic

Recommended Posts

Posted

Post A Screenshot of ur tweak.xm file

%hook MNBBallScene

 

-(double)_readyBallAtPosition {

return 0;

}

 

-(double)setRimXVelocityMagnitude {

return 0;

}

 

-(double)setRimYVelocityMagnitude {

return 0;

}

 

-(double)flingBallWithXVelocity {

return 0;

}

 

-(double)ballX {

return 0;

}

 

-(double)rimXVelocity {

return 0;

}

 

-(double)rimXVelocity {

return 0;

}

%end

  • Solution
Posted

%hook MNBBallScene

-(double)_readyBallAtPosition {

return 0;

}

-(double)setRimXVelocityMagnitude {

return 0;

}

-(double)setRimYVelocityMagnitude {

return 0;

}

-(double)flingBallWithXVelocity {

return 0;

}

-(double)ballX {

return 0;

}

-(double)rimXVelocity {

return 0;

}

-(double)rimXVelocity {

return 0;

}

%end

Look at the bottom of your tweak, you have 2 methods called ( rimXVelocity ). Remove one and compile again.

Posted

@Joka did you install headers ?

Do you have headers installed in theos folder  ?

Yup already did. This was an old topic lmao...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines