Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open a Morphic world #116

Closed
tinchodias opened this issue Mar 4, 2021 · 7 comments · Fixed by #504
Closed

Can't open a Morphic world #116

tinchodias opened this issue Mar 4, 2021 · 7 comments · Fixed by #504
Milestone

Comments

@tinchodias
Copy link
Collaborator

tinchodias commented Mar 4, 2021

I suspect this should be done via BlMorphicWorldEmbeddingElement class>>#open or openMain but DNU is obtained.

@tinchodias
Copy link
Collaborator Author

Related:

Problems in the method BlMorphicWorldMorph>>#beMain

  • Nonexistent method: Cursor class >> currentCursor:
  • Nonexistent global variable: ActiveHand

@tinchodias tinchodias changed the title DNU on BlMorphicWorldEmbeddingElement class>>#open Can't open a Morphic world Mar 4, 2021
@tinchodias
Copy link
Collaborator Author

Another related:

The method BlMorphicWorldState>>#assuredCanvas sends self canvas and self canvas: ... and they are not implemented in the hierarchy.

It's strange that its sibling AthensWorldState has #doDeferredUpdatingFor: with same problem: a self canvas: ... that is not implemented in the hierarchy. So this is not isolated to Bloc "WorldState" but also to the Athens one.

@tinchodias
Copy link
Collaborator Author

Another one, related too:

The BlocHost-Morphic package extends PharoCommonTools with a method that references an nonexistent class Transcripter:

emergencyDebugger
	^ tools
		at: #emergencyDebugger
		ifAbsent: [ Transcripter ]

@tinchodias tinchodias added this to the Morphic milestone Apr 26, 2021
@tinchodias
Copy link
Collaborator Author

There are several unimplemented methods:
Screenshot 2024-05-10 at 12 19 34
Probably they were added in superclass while this code was unmaintained

@tinchodias
Copy link
Collaborator Author

This capture shows the fragility of this piece of code... setting the value of a Morphic global using instVarAt:put:.
Screenshot 2024-05-10 at 18 01 10

tinchodias added a commit that referenced this issue May 10, 2024
@tinchodias
Copy link
Collaborator Author

After asking @plantec (some time ago) and @tesonep we are proceeding to remove this host.
For the record: fea98c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant