Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. ClosetMonkey
    ClosetMonkey

    ClosetMonkey

    @ClosetMonkey

    Chat Follow Unfollow
    0
    Reputation
    6
    Posts
    1384
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with ClosetMonkey
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    ClosetMonkey Follow

    Posts made by ClosetMonkey

    RE: Raspberry PI and Colyseus ( and Haxe)

    That did it, however, I now get the following errors

    ~/colyseus-hxjs-examples$ haxe server.hxml
    /usr/lib/haxe/lib/tink_core/1,24,0/src/tink/core/Error.hx:116: characters 9-21 : Class<Std> has no field downcast
    src/server/rooms/StateHandlerRoom.hx:5: characters 1-51 : Module colyseus.server.schema.Schema does not define type MapSchemaUtil
    src/server/rooms/StateHandlerRoom.hx:5: characters 1-51 : For function argument 'handler'
    src/MainServer.hx:7: lines 7-41 : Defined in this class
    
    posted in Showcase •
    RE: Raspberry PI and Colyseus ( and Haxe)

    @mdotedot said in Raspberry PI and Colyseus ( and Haxe):

    ... /usr/lib/haxe/lib/colyseus-hxjs/.current

    '/usr/lib/haxe/lib/colyseus-hxjs/.current' has one line with the contents of 'git'. Interestingly, haxelib.json src extraParams.hxml README.md is the directory contents at /usr/lib/haxe/lib/colyseus-hxjs/.

    ~/colyseus-hxjs-examples$ ls /usr/lib/haxe/lib/colyseus-hxjs/
    extraParams.hxml  git  haxelib.json  README.md  src
    
    posted in Showcase •
    RE: Raspberry PI and Colyseus ( and Haxe)
    ~/colyseus-hxjs-examples$ haxelib list
    colyseus-hxjs: [git] haxelib.json src extraParams.hxml README.md
    hxnodejs: [10.0.0]
    tink_core: [1.24.0]
    tink_lang: [0.6.2]
    tink_macro: [0.17.7]
    tink_priority: [0.1.4]
    tink_syntaxhub: [0.4.3]
    
    posted in Showcase •
    RE: Raspberry PI and Colyseus ( and Haxe)

    currently stuck with the following error when running haxe server.hxml

    /usr/lib/haxe/lib/tink_core/1,24,0/src/tink/core/Error.hx:116: characters 9-21 : Class<Std> has no field downcast
    src/MainServer.hx:3: characters 8-30 : Type not found : colyseus.server.Server
    
    posted in Showcase •
    RE: Raspberry PI and Colyseus ( and Haxe)

    neko compiled with no problem but haxe puked during make. Likely the differince in Armbian vs Raspbian distros but I had to install camlp4o (sudo apt-get install camlp4-extra). Haxe installed fine afterwords. Working on the rest now...

    posted in Showcase •
    RE: Raspberry PI and Colyseus ( and Haxe)

    Currently trying this right now on my Android TV box converted to Armbian Debian 5.75 ($22 US, Arm64 @ 2.0gz x4, 4gb ram / 32gb rom, 1gb Ethernet)

    posted in Showcase •