OutdatedGuy

Results 56 comments of OutdatedGuy

### [REQUIRED] Environment info **firebase-tools:** 11.5.0 **Platform:** Windows 11 ### [REQUIRED] Test case **Files produced after following the `steps to reproduce`** .firebaserc ```json { "projects": { "default": "outdated-chats" } }...

@tonyjhuang I don't think a repo is necessary as it just happens without any user created code. Just the default `firebase init` generated files are enough to create the crash.

@tonyjhuang, were you able to reproduce the issue with this [comment](https://github.com/firebase/firebase-tools/issues/3799#issuecomment-1209690864)? Also please let me know on which platform are you testing this.

@tonyjhuang @bradintheusa I have downloaded JDK 18, but can you guide me on how to configure to make the system use JDK 18 instead of 16.

@bradintheusa Thanks. But I didn't noticed that it just automatically started using JDK 18 without any configurations.

@tonyjhuang The crash is not happening anymore after using JDK 18. But let me see check if it backs up(exports) the data properly.

@tonyjhuang It only didn't crash the first time. Now it's crashing like usual. Logs without any export data for firebase emulators:start --export-on-exit=./newData ```bash i emulators: Starting emulators: storage i ui:...

I downloaded JDK 18 from [oracle website](https://www.oracle.com/java/technologies/downloads/#jdk18-windows). And now I only have JDK 18 exe of java. ![image](https://user-images.githubusercontent.com/74326345/186750016-164f93ac-b46d-4533-aab4-218a9043ed49.png) ```bash java version "18.0.2.1" 2022-08-18 Java(TM) SE Runtime Environment (build 18.0.2.1+1-1) Java...

Yo @bradintheusa, can you try following the steps in this [comment](https://github.com/firebase/firebase-tools/issues/3799#issuecomment-1209690864) and try adding some images (i.e. uploading image to cloud storage using emulator UI) first before exiting using `ctrl...

For me it sometimes throws error message and also exports the data which is retrieved perfectly when restarted. But many times it just crashes without any exported data in the...