Crash at startup when missing phaser bundle
See original GitHub issuePhaser Editor shows lot of errors if it is linked to a Phaser bundle that was deleted or renamed.
As a workaround, you have different options:
- Put back the phaser bundle.
- Start a new workspace and import the projects.
- Delete the
.metedatafolder of the workspace (as is suggested in the below comment of @samstuff) - Fix the bundle preference yourself: in your workspace, open the file
.metadata/.plugins/org.eclipse.core.runtime/.settings/phasereditor.inspect.core.prefs. And change the value of the propertyphasereditor.inspect.core.builtInPhaserVersion=falsetotrue. Is simple.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Sudden crash on launch from all TestFlight builds
We've been getting a crash on launch starting today from all processed ... the app in TestFlight, it crashes immediately with the same...
Read more >[SOLVED] Android crash on start, missing index ... - GitHub
I ran into this issue today where index.android.bundle was not bieng included in release builds. Turns out someone else had the same issue...
Read more >Making Your First Game in Phaser 3 with TypeScript
The first command will install all of the modules we need to run and test our code locally. It will also bundle them...
Read more >Minecraft: Java Edition Game Crashes, Performance, and ...
Minecraft: Java Edition Game Crashes, Performance, and Graphics Issues FAQ ... How to Fix a Missing DLL Error; Launcher Failure; Error or Crash...
Read more >Errors or Crashes on startup or gameplay of DCS World
Errors or Crashes on startup or gameplay of DCS World. DCS crashes and don't work; I cannot start the game. The screen just...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi Arian another quick fix is just delete the metadata folder in the workspace then re-import the project, that way they don’t have to go moving their files over to a new workspace, the whole issue is in that metadata folder, by deleting it and re-importing the project it creates a new metadata folder that fixes the issue, but again the easiest fix, just put the bundle back in the main folder so the same metadata files can read it , there is no need to create a new workspace. A nice way of updating but yup there will be trouble for those not putting it back the same.
Phaser Bundle is not supported anymore. Now the editor can be full updated automatically.