Project

General

Profile

Bug #90

Can't get Bload to work.

Added by David Baldwin about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/30/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Trying to load a converted data bank into bank 9.

Have tried numerous combinations of file names with no success. As a last resort, moved '1.bin' to a folder called df0 in filesystem (because I know that works for loading other things such as IFF screens) and just get an unepected token error in runtime.

Code is here:-

Reserve As Data 9,400
Bload "resources:9.data/1.bin",9

This is the section of application.js with the Syntax Error: unexpected token ":"

// Bload "resources:9.data/1.bin",9
this.aoz.sourcePos="7:0";
return{type:12,waitThis:this.aoz.thisFilesystem,callFunction:"bLoad,waitFunction":"load_wait",args:["resources:9.data/1.bin",%address,undefined]};

#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Assignee set to Francois Lionet
  • Target version set to 0.9.4

Corrected, tested, it works! :)

#2

Updated by Baptiste Pillot about 4 years ago

  • Status changed from Resolved to Feedback
error is not defined
aoz.js:418 ReferenceError: error is not defined
    at Filesystem.loadBinary (filesystem.js:912)
    at v1_0_filesystem.bLoad (v1_0_filesystem.js:178)
    at doUpdate (aoz.js:678)
Internal error at line: 4, column: 1.
aoz.js:766 Program ended.

Still not working. Or am I missing a file (tested on the online IDE + into AOZ Studio 0.9.6 Windows) ?

#3

Updated by David Baldwin about 4 years ago

AS far as I know, this is now fixed.

#4

Updated by David Baldwin about 4 years ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF