I've been trying to get roBrowser to work and I think I have everything setup right...I've used the debugger and it pulls the files out of the grf's. My issue seems to come while loading the cursors.spr file. The specific error according to the Console is: Cursor::init() - SPR::load() - Incorrect header "<s", must be "SP"
After a long process I had tracked it down to the roBrowser\src\Loaders\Sprite.js file line 57-63
this.fp =newBinaryReader(data);this.header =this.fp.readBinaryString(2);this.version =this.fp.readUByte()/10+this.fp.readUByte();if(this.header !='SP'){thrownewError('SPR::load() - Incorrect header "'+this.header +'", must be "SP"');}
so maybe if someone who has roBrowser working on their server maybe could share their cursors.spr file maybe it'd work? I am just wondering if mine is too old or something or just not the right version...I just don't know what else to try.
I've been trying to get roBrowser to work and I think I have everything setup right...I've used the debugger and it pulls the files out of the grf's. My issue seems to come while loading the cursors.spr file. The specific error according to the Console is: Cursor::init() - SPR::load() - Incorrect header "<s", must be "SP"
After a long process I had tracked it down to the roBrowser\src\Loaders\Sprite.js file line 57-63
so maybe if someone who has roBrowser working on their server maybe could share their cursors.spr file maybe it'd work? I am just wondering if mine is too old or something or just not the right version...I just don't know what else to try.
Share this post
Link to post
Share on other sites