[Squeak-ja: 3235] Re: ゲームを使用不可にしたい

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Squeak-ja: 3235] Re: ゲームを使用不可にしたい

iNOUE Koich!
井上@武蔵工大です。

Kazuhiro ABEさんがSun, 02 Oct 2005 16:13:50 +0900に
「[Squeak-ja: 2669] Re: ゲームを使用不可にしたい」の件で:
>> ゲームのプログラムを削除かdisableするにはどうしたらいいでしょう?
>
> いくつか方法がありますが、SqueakMapを使った方法をご紹介します。
> ワールドメニューの「開く・・・」から「SqueakMapパッケージ・ローダー」を選
> び、左上のリストから「GamesRemoval」を選択して、右ボタンメニューで「
> Install」を選びます。何度か確認がでますがすべて「はい」で構いません。
> 最後にイメージを保存します。

最新のSqueakを新にインストールしてみたところ、ずいぶん前に阿部さんに教え
て頂いたこの方法が使えませんでした。ワールドメニューの開くからSqueakMap
パッケージローダを選択すると、

Reading an instance of SMMaintainableObject.
Which modern class should it translate for?
Let me type the name now
Let me think about it
Let me find a conversion file on the disk

と出て、どれを選択してもうまく行きません。GamesRemovalを実行するにはどう
したらよいのでしょう?
--
https://www.ns.musashi-tech.ac.jp/%7einoue/Signature/               井上
.
Reply | Threaded
Open this post in threaded view
|

[Squeak-ja: 3236] Re: ゲームを使用不可にしたい

Kazuhiro ABE-3
阿部@新百合です。

私のところでは状況を再現できなかったのですが(Squeakland 2005J, Windows
XP SP2)、以下の方法でいかがでしょう。
パッケージの実体である以下のファイルをブラウザなどでダウンロードし、

http://minnow.cc.gatech.edu/squeak/uploads/2590/GamesRemoval-asm.1.cs

このファイルをSqueakのウィンドウにドロップするとメニューがでますので、
「新しいチェンジ・セットにインストール」を選べば大丈夫だと思います。

 //abee
--
阿部 和広  EMAIL [hidden email]
Reply | Threaded
Open this post in threaded view
|

[Squeak-ja: 3238] Re: ゲームを使用不可にしたい

iNOUE Koich!
Kazuhiro ABEさんがFri, 24 Nov 2006 18:31:07 +0900に
「[Squeak-ja: 3236] Re: ゲームを使用不可にしたい」の件で:
> http://minnow.cc.gatech.edu/squeak/uploads/2590/GamesRemoval-asm.1.cs
>
> このファイルをSqueakのウィンドウにドロップするとメニューがでますので、
> 「新しいチェンジ・セットにインストール」を選べば大丈夫だと思います。

これで削除ができました。どうもありがとうございます。

[Squeak-ja: 3235]で書いた時点ではあのようなメッセージが出たのですが、先
ほど同じことを行うと、今度は(正確に思い出せませんが)「SqueakMapをアッ
プデートするか」と言われ、はいと答えていくとおそらくネットワークからダウ
ンロードしてきていろいろインストールされたようです。ただし、一番最後に
「エラーが起こったがデバッガを開くか」と言われて終了しました。その後もう
一度SqueakMapパッケージローダからGamesRemovalを選択してインストールしよ
うとすると、今度はバージョンが違うと言われてしまいました。

The package has no published release for your Squeak version, try
releases for any version?
→はい
The package has no published release at all, take the latest of the
unpublished releases?
→はい
The packages you are about to install is not listed as being compatible
with your image version (SqueakLand 3.8), so the package may not work
properly. Do you still want to proceed with the install?
→はい
Error occured during install:
SystemDictionary>>changes
Would you like to open a debugger?

デバッガを開いても私には分かりませんのでAbandonしました。
--
https://www.ns.musashi-tech.ac.jp/%7einoue/Signature/               井上
.