brickviking / Dolphin

Dolphin Smalltalk Help
https://object-arts.com
MIT License
0 stars 0 forks source link

[Wine] Saving image with Code Mentor pane selected #12

Closed brickviking closed 5 years ago

brickviking commented 5 years ago

Windows side:

Linux side:

27/08/2019 9:42:54 p.m.: 'Unrecognised HRESULT - 16r80004001 (16r4001: Unrecognised HRESULT - 16r80004001)'
OLELibrary(ExternalLibrary)>>invalidCall:
OLELibrary>>oleSaveToStream:pStm:
AXValueConvertingControlSite(AXControlSite)>>binaryStoreControlOnIStream:
AXValueConvertingControlSite(AXControlSite)>>controlBinaryStoreBytes
AXValueConvertingControlSite(AXControlSite)>>state
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in ViewState>>recordStateOf:forRecreate:
[] in SequenceableCollection>>collect:
OrderedCollection>>uncheckedFrom:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>collect:
ViewState>>recordStateOf:forRecreate:
ViewState class>>recordStateOf:forRecreate:
[] in GUISessionManager>>saveWindowState

If I close the System Browser that contains the Code Mentor tab, then I can save images again.

Related to #10 and #12 in some way.

brickviking commented 5 years ago

Like the other two issues, Code Mentor was removed (winefix.st:WF14) because wine doesn't have an IE component for the Code Mentor to work properly. Either the Code Mentor should be rewritten in-house, or wine should get an IE component that actually works.