Need help running minib3d

Monkey Forums/Monkey Beginners/Need help running minib3d

eNano(Posted 2014) [#1]
Hi could you give me some help to test minib3d?

I'm really new on monkey and I was hoping to try blitz on it.
- I've copied the module in modules folder and renamed to minb3d.
- Somewhere I've readed that I must change a line in monkeyutility.mokey to "import gametarget" instead of "import os" so I did that.
- I'm trying to run the example file firepaint3d.monkey but when I run it (using html5 Game - release) it jumps to mojographics.monkey and stops in " Method LoadSurface__UNSAFE__:Surface( surface:Surface,path$ ) " and gives this message: "Overriding method does not match any overridden method."
- I've tried with Android target and with other examples but the error is the same.

What could be missing?
Thanks a lot for any answer!


Sammy(Posted 2014) [#2]
Not at my computer just now but off the top of my head.

The folder "minb3d" should be "minib3d".
I don't think I needed to change anything in "moneyutility.monkey" AFAIK?


Failing that, try posting your MiniB3D question here...

http://www.monkey-x.com/Community/posts.php?topic=6206

This is where the author(Adam) usually addresses bugs/questions.


eNano(Posted 2014) [#3]
Thanks for the answer, sorry about the minb3d is only an error in this post I did named the folder minib3d but I had no luck.
about the monkeyutility.monkey I had an error that says "Native OS Module not implemented" so I did what is suggested in this post:
http://www.monkey-x.com/Community/posts.php?topic=6206&page=11

The error is gone but I have this new problem, anyway I'll do what you suggest and I'll post my doubts in the right place
Thanks a lot.


Sammy(Posted 2014) [#4]
NP, I see Adam has you up and running now. :)