Coder Social home page Coder Social logo

Comments (15)

frantastic24 avatar frantastic24 commented on June 30, 2024

Duplicate of #9507

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

Found the way to fix it bassically there are 2 copies of arrows that you hit a movie clip and and a graphic most people go into the arrow assets and select everything and generate a spritesheet boom the game crashes

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

wrong it still doesnt work

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

waittt i was wrong i might just need to readd the weird long note press thing that i thought was the problem

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

got the same crash again D:

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

I DONT UNDERSTAND THE CRASH WHY DOES IT KEEP CRASHING

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

WHY THE FUCK ARE THE NOTE ASSETS SO WEIRDLY MADE

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

i tried everything fixing anything that was wrong nothing worked same crash I DONT GET IT ima go to sleep if i tried more i'd go insane

from fnf-psychengine.

frantastic24 avatar frantastic24 commented on June 30, 2024

Don't reopen, it's a duplicate and you never even posted your files

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

NOTE_assets6
here are the assets and dont reopen what?

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

oh yeah i noticed the problem

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

i dont get it

from fnf-psychengine.

jan-doez-animationz avatar jan-doez-animationz commented on June 30, 2024

NOTE_assets7

from fnf-psychengine.

DevFregnub avatar DevFregnub commented on June 30, 2024

Flash CS6 Typically doesnt work with fnf psych, no idea why. Maybe migrate to CS5.5

from fnf-psychengine.

QuetzalcoutlDev avatar QuetzalcoutlDev commented on June 30, 2024

Describe your bug here.

Bassically i tried making note assets using flash cs6 and it didnt work i litterally tried everything diffrent encodings the default xml nothing work please somebody who knows anything about this help all i kept getting was this : trumNote.hx (line 139) flixel/group/FlxGroup.hx (line 175) flixel/group/FlxGroup.hx (line 175) flixel/addons/ui/FlxUIState.hx (line 212) MusicBeatState.hx (line 66) PlayState.hx (line 2878) flixel/FlxState.hx (line 203) flixel/FlxGame.hx (line 747) flixel/FlxGame.hx (line 677) flixel/FlxGame.hx (line 551) openfl/events/EventDispatcher.hx (line 402) openfl/display/DisplayObject.hx (line 1399)

Uncaught Error: Null Object Reference Please report this error to the GitHub page: https://github.com/ShadowMario/FNF-PsychEngine

Crash Handler written by: sqirra-rng

Command Prompt/Terminal logs (if existing)

No response

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

All i did is mainly add some songs and made sprites

@jan-doez-animationz
the problem is that the encoding of the .xml files exported in Flash CS6 is UTF-16 and Psych Engine (HaxeFlixel) uses and only allows the utf-8 encoding, I use Flash CS6 and I will tell you what I do so that you can use sprites exported in Flash CS6

  1. I export the sprite
  2. I open the exported .xml with my code editor (Sublime Text, although it can also be Visual Studio Code or Atom)

3.And I save the .xml with utf-8 encoding with BOM (in the save tab there is an option that says save with encoding...)

And ready you can use the sprite (in your case the notes)

Note: You should not modify the .xml at all, just save it again but with its new encoding.

from fnf-psychengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.