Not much else i can say without having image and trying myself.According to dump, it crashes during call to:the reason could be that you passing wrong handle which not exists (or was existed in previous image session but invalid now).
0x21d8c8 I NBWndClassEx class>unregister:instance: 0x10f7e7cc: a(n) NBWndClassEx class
On 6 November 2013 03:42, Ronie Salgado <roniesalg@gmail.com> wrote:
Ronie SalgadoGreetings,Attached is the crash.dmp file. Currently, we are using an old pharo image for developing Roassal3D under windows.Then, trying the following Roassal3D example produces a VM crash:I'm trying to use the latest version of NBOpenGL in Windows in Pharo 3.0.First I'm receiving a "Not suitable implementation" error message. This can be solved by adding the following at the class side of NBWin32GLContextDriver.
NBWin32GLContextDriver>>supportsCurrentPlatform
^ NativeBoost platformId = NativeBoostConstants win32PlatformId
R3Example new city
--
Best regards,
Igor Stasenko.