https://bugs.winehq.org/show_bug.cgi?id=39733
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.realtech-vr.com/ |https://web.archive.org/web |glview/download.php |/20210219112836/http://blog | |attach.naver.net/80159c2b38 | |0b0abf937114211afe84f2580bf | |183/20161123_200_blogfile/m | |usha3630_1479849972483_bRi6 | |ms_exe/glview452.exe
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
@ testers
Whenever you retest, please attach/post a short snippet of the managed backtrace from the crash unless it's the same as from the previous comment. Otherwise it's not possible to see if it progressed into a different bug.
Adding stable download link via Internet Archive for reproduce.
Unfortunately archive.org doesn't have 4.x snapshots from original vendor site (ftp server). The earliest one I found was 5.x:
https://web.archive.org/web/20200627145013/http://files.v3x.net/glview506.ex...
I've found OpenGL Extensions Viewer 4.x installer as attachment on some blog and created a snapshot via Internet Archive:
https://web.archive.org/web/20210219112836/http://blogattach.naver.net/80159...
Uploaded to virustotal.com, seems to be ok:
https://www.virustotal.com/gui/file/26c0ff36d6e83f554881e278909f1974e5afc843...
Current managed backtrace with Wine-Mono:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/realtech VR/OpenGL Extensions Viewer 4.1
$ wine openglex.exe ... Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Windows.Forms.PropertyGrid.RefreshProperties (System.Boolean clearCached) [0x0001e] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.PropertyGrid.Refresh (System.Boolean clearCached) [0x00045] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.PropertyGrid.Refresh () [0x00013] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.PropertyGrid.OnFontChanged (System.EventArgs e) [0x00009] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnParentFontChanged (System.EventArgs e) [0x00019] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnFontChanged (System.EventArgs e) [0x000d5] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnParentFontChanged (System.EventArgs e) [0x00019] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnFontChanged (System.EventArgs e) [0x000d5] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.TabControl.OnFontChanged (System.EventArgs e) [0x00001] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnParentFontChanged (System.EventArgs e) [0x00019] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.OnFontChanged (System.EventArgs e) [0x000d5] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.ContainerControl.OnFontChanged (System.EventArgs e) [0x00044] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Form.OnFontChanged (System.EventArgs e) [0x00014] in <05da37b967c44bb2a28686c16b7d8316>:0 at System.Windows.Forms.Control.set_Font (System.Drawing.Font value) [0x000d7] in <05da37b967c44bb2a28686c16b7d8316>:0 at openglex.oevMain..ctor () [0x00111] in <a7c37211f996489ab49f13cdccd5a94e>:0 at (wrapper remoting-invoke-with-check) openglex.oevMain..ctor() at openglex.Program.Main () [0x0000b] in <a7c37211f996489ab49f13cdccd5a94e>:0 --- snip ---
$ sha1sum glview452.exe 9dab6344dc6f01371c8651e50f3f89fbd225ad77 glview452.exe
$ du -sh glview452.exe 7.5M glview452.exe
$ wine --version wine-6.2
Regards