ava-labs / hypersdk

Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche
Other
201 stars 109 forks source link

Bug: MorpheusVM not running #1637

Open ashucoder9 opened 2 weeks ago

ashucoder9 commented 2 weeks ago

I recently did a fresh pull from the HyperSDK repo, and as usual, changed the directory to examples/morpheusvm and tried running the blockchain with run.sh script.

It throws the following error:

Screenshot 2024-10-07 at 1 12 34 PM

I even tried cleaning up past running instances of avalanchego, as well as cleaned the .hypersdk folder in my system root, but no luck.

PS: for now, I'm utilizing the HyperSDK Starter Kit to run the devnet successfully. the above issue persists even after trying every possible solution.

aaronbuchwald commented 2 weeks ago

Hmm this works for me on main with no issues.

Could you share the machine that you're running on and the output of ps aux | grep ava ?

I suspect this is an issue with how we're using tmpnet cc @marun --reuse-network

ashucoder9 commented 2 weeks ago

Macbook Pro M2 Max, with macOS Sequoia

this is what i get when i run ps aux | grep ava:

ashutosh@AVL-FM027L ~ % ps aux | grep ava
ashutosh         56482   0.0  0.1 426987136  20000   ??  S    Mon06PM   0:00.44 /System/Library/PrivateFrameworks/AvatarPersistence.framework/Support/avatarsd
ashutosh         31858   0.0  0.9 1596150432 304032   ??  S    Mon01PM   4:58.14 /Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Renderer).app/Contents/MacOS/Cursor Helper (Renderer) --type=renderer --user-data-dir=/Users/ashutosh/Library/Application Support/Cursor --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --app-path=/Applications/Cursor.app/Contents/Resources/app --enable-sandbox --enable-blink-features=HighlightAPI --force-gpu-mem-available-mb=1024 --disable-blink-features=FontMatchingCTMigration, --lang=en-GB --num-raster-threads=4 --enable-zero-copy --enable-gpu-memory-buffer-compositor-resources --enable-main-frame-before-activation --renderer-client-id=12 --time-ticks-at-unix-epoch=-1728269560686575 --launch-time-ticks=18754828373 --shared-files --field-trial-handle=1718379636,r,10199131022163987934,11050286260829115253,262144 --enable-features=ScreenCaptureKitPickerScreen,ScreenCaptureKitStreamPickerSonoma,kWebSQLAccess --disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess --variations-seed-version --vscode-window-config=vscode:6fc21237-9853-422f-b85c-903270205002 --seatbelt-client=78
ashutosh         31076   0.0  0.9 1596344000 291712   ??  S    Mon01PM   3:29.73 /Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Renderer).app/Contents/MacOS/Cursor Helper (Renderer) --type=renderer --user-data-dir=/Users/ashutosh/Library/Application Support/Cursor --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --app-path=/Applications/Cursor.app/Contents/Resources/app --enable-sandbox --enable-blink-features=HighlightAPI --force-gpu-mem-available-mb=1024 --disable-blink-features=FontMatchingCTMigration, --lang=en-GB --num-raster-threads=4 --enable-zero-copy --enable-gpu-memory-buffer-compositor-resources --enable-main-frame-before-activation --renderer-client-id=4 --time-ticks-at-unix-epoch=-1728269560686575 --launch-time-ticks=18557806790 --shared-files --field-trial-handle=1718379636,r,10199131022163987934,11050286260829115253,262144 --enable-features=ScreenCaptureKitPickerScreen,ScreenCaptureKitStreamPickerSonoma,kWebSQLAccess --disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess --variations-seed-version --vscode-window-config=vscode:0163835c-a50e-4473-ba40-8f8cf710227f --seatbelt-client=61
ashutosh         88494   0.0  0.0 410060064     32 s005  S+    9:19PM   0:00.00 grep ava