カテゴリー: エラー
メッセージそのままですけど、たまにやってしまうのでメモしておきます。
エラーメッセージ全文
Scene ‘SceneName’ couldn’t be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
To add a scene to the build settings use the menu File->Build Settings…
Slimstat Analyticsのバージョンを上げたら表示されなくなった。
現象
WordPressにて
プラグイン Slimstat Analytics のバージョンを上げたら、Slimstatというメニューが表示されなくなった。
iOS Support のインストールに失敗する場合の解決策
エラーメッセージ
インストール中にエラーが起きました。
インストールできませんでした。エラーによってインストールできませんでした。
ソフトウェアの開発元に問い合わせてください。
ポメラ DM10 が起動画面から先に進まなくなった時に対策
キングジムの名機、ポメラですが起動画面から先に進まなくなることがあります。
その場合の対策
1.電池を抜く
2.背面のリセットボタンを押す
3.電池の交換(起動画面がハッキリ出ているのに、電池不足になっていることがあるのが罠。)
vagrant up の共有フォルダマウント時にエラー
エラーメッセージ
1 |
Vagrant was unable to mount VirtualBox shared folders. |
エラーメッセージ全文
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... (略) default: Guest Additions Version: 5.0.6 default: VirtualBox Version: 6.0 ==> default: Mounting shared folders... default: /mnt/fuelphp => /Users/username/sharedir Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was: |
原因
ここのバージョンが違うとエラーが出るらしい。つながってるときもあったのだけど…
default: Guest Additions Version: 5.0.6
default: VirtualBox Version: 6.0
土日でわかるPHP トラブルシューティング phpMyAdmin が無い環境でDBを覗く
phpMyAdminが無い環境でも、MySQLは正常に動いてますので、DBの中を確認することは可能です。
以下のコマンドをご利用ください。
土日でわかるPHP トラブルシューティング phpMyAdmin が実行できない
土日でわかるPHPプログラミング教室2 トラブルシューティング phpMyAdmin が実行できない
原因
おそらくインストールされていません。oilコマンドのインストールと同じく、環境構築時に失敗しているのかもしれません。
古い書籍ですから仕方ないといえば仕方ないですね。
macOSでzip解凍時に「エラー22 引数が無効です」と表示される
書籍『土日でわかるPHPプログラミング教室』の donichi_samplesource_ver2.0.zip で発生しました。
エラーメッセージ
エラー22 引数が無効です
それ以外のZIPは展開できたんですけど、これはエラーが出ました。
エラー対策 Null can not be a value of a non-null type String
Kotlinにて
Null can not be a value of a non-null type String
原因 StringはNullableでない(Null許容していない)のにNullを入れようとした
“エラー対策 Null can not be a value of a non-null type String” の続きを読む
エラー対策 Configuration with name ‘kapt’ not found.
Kotlin+Realm にて
Configuration with name ‘kapt’ not found.
Kapt は KotlinでRealmを使うときには必要になってくる。