http://bugs.winehq.org/show_bug.cgi?id=32983
Bug #: 32983 Summary: Artifacts demo crashes on start up Product: Wine Version: 1.5.23 Platform: x86 URL: http://illogictree.com/app/artifacts/files/Artifacts.z ip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: t.artem@mailcity.com Classification: Unclassified
Created attachment 43572 --> http://bugs.winehq.org/attachment.cgi?id=43572 backtrace
Backtrace: =>0 0xc8ae8ebd (0x00000000) 0xc8ae8ebd: -- no code accessible --
http://bugs.winehq.org/show_bug.cgi?id=32983
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Artifacts demo crashes on |Artifacts demo crashes on |start up |start up / OpenCL is not | |properly supported in Wine
--- Comment #1 from Artem S. Tashkinov t.artem@mailcity.com 2013-02-15 02:35:30 CST --- fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub! 1280x1024 @ 60 hz. Driver: windib fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList Init OpenCL... CL Failed: clGetPlatformIDs(1, &m_clPlatform, NULL)CL Failed: clGetDeviceIDs( m_clPlatform, CL_DEVICE_TYPE_GPU, 1, &m_clDevice, NULL ) - Creating CL Context...
http://bugs.winehq.org/show_bug.cgi?id=32983
--- Comment #2 from Artem S. Tashkinov t.artem@mailcity.com 2013-02-15 02:37:09 CST --- Created attachment 43573 --> http://bugs.winehq.org/attachment.cgi?id=43573 OpenCL.dll x86 from AMD-APP-SDK-v2.8
This DLL doesn't help either.
http://bugs.winehq.org/show_bug.cgi?id=32983
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=32983
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Artifacts demo crashes on |Artifacts demo crashes on |start up / OpenCL is not |start up / OpenCL |properly supported in Wine |clCreateFromGLBuffer() is | |not implemented
--- Comment #3 from Artem S. Tashkinov t.artem@mailcity.com 2013-08-13 15:36:24 CDT --- I forgot to compile OpenCL support in, but now with OpenCL compiled it, it gives this error:
wine: Call from 0x7b83b759 to unimplemented function opencl.dll.clCreateFromGLBuffer, aborting wine: Unimplemented function opencl.dll.clCreateFromGLBuffer called at address 0x7b83b759 (thread 0009), starting debugger...
https://bugs.winehq.org/show_bug.cgi?id=32983
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #4 from Teras teras@luukku.com --- Init OpenCL... CL Failed: clGetPlatformIDs(1, &m_clPlatform, NULL)wine: Unhandled page fault on read access to 0x00000001 at address 0x1 (thread 0009), starting debugger...
wine 1.7.37
https://bugs.winehq.org/show_bug.cgi?id=32983
KOLANICH kolan_n@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |42200
https://bugs.winehq.org/show_bug.cgi?id=32983
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|42200 |
https://bugs.winehq.org/show_bug.cgi?id=32983
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #5 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-4.9?
https://bugs.winehq.org/show_bug.cgi?id=32983
--- Comment #6 from Artem S. Tashkinov aros@gmx.com --- (In reply to joaopa from comment #5)
Does the bug still occur with wine-4.9?
Wine 4.10:
Unhandled exception: page fault on read access to 0x01d0d101 in 32-bit code (0x01d0d101). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:01d0d101 ESP:0033fc80 EBP:0033fca4 EFLAGS:00010287( R- -- I S - -P-C) EAX:00d000d8 EBX:00d017a0 ECX:0033fcf0 EDX:00d000f8 ESI:00000000 EDI:00d017ac Stack dump: 0x0033fc80: 00d00101 00361449 0033fcf0 00000001 0x0033fc90: 00d017a4 00000000 00000000 0033fcdc 0x0033fca0: 00d017a4 00000000 0040f425 0033fcf0 0x0033fcb0: 00000001 00d017a4 00000000 00000000 0x0033fcc0: 0033fcdc b679e5f2 0033fe18 00000000 0x0033fcd0: 0033fe04 7ffdf000 0033fd00 00483443 Backtrace: =>0 0x01d0d101 (0x0033fca4) 0x01d0d101: addb %al,0x0(%eax) Modules: Module Address Debug info Name (83 modules) PE 340000- 355000 Deferred ilu PE 360000- 370000 Deferred opencl PE 400000- 4e3000 Export artifacts PE 4f0000- 7ae000 Deferred devil
https://bugs.winehq.org/show_bug.cgi?id=32983
--- Comment #7 from Artem S. Tashkinov aros@gmx.com --- I'm not sure I'm entitled to report my data because I don't have OpenCL support compiled in:
Init OpenCL... CL Failed: clGetPlatformIDs(1, &m_clPlatform, NULL)CL Failed: clGetDeviceIDs( m_clPlatform, CL_DEVICE_TYPE_GPU, 1, &m_clDevice, NULL ) - Creating CL Context... wine: Unhandled page fault on read access to 0x01d0d101 at address 0x1d0d101 (thread 0009), starting debugger...
https://bugs.winehq.org/show_bug.cgi?id=32983
--- Comment #8 from Artem S. Tashkinov aros@gmx.com --- Yeah, OpenCL support is missing on my system:
# dnf install mesa-libOpenCL-devel.i686 Dependencies resolved. ============================================================================================================= Package Architecture Version Repository Size ============================================================================================================= Installing: mesa-libOpenCL-devel i686 19.0.5-2.fc30 updates 16 k Installing dependencies: libclc i686 0.2.0-15.git9f6204e.fc30 updates 11 M libclc x86_64 0.2.0-15.git9f6204e.fc30 updates 11 M mesa-libOpenCL i686 19.0.5-2.fc30 updates 333 k mesa-libOpenCL x86_64 19.0.5-2.fc30 updates 319 k clang-libs i686 8.0.0-1.fc30 fedora 19 M compiler-rt x86_64 8.0.0-1.fc30 fedora 2.7 M hwloc-libs x86_64 1.11.12-2.fc30 fedora 1.6 M ocl-icd i686 2.2.12-3.fc30 fedora 40 k ocl-icd x86_64 2.2.12-3.fc30 fedora 45 k opencl-filesystem noarch 1.0-9.fc30 fedora 7.3 k Installing weak dependencies: compiler-rt i686 8.0.0-1.fc30 fedora 1.4 M pocl x86_64 1.2-4.20190221gita0b083a1b47a738.fc30 fedora 13 M
Transaction Summary ============================================================================================================= Install 13 Packages
Total download size: 60 M Installed size: 338 M Is this ok [y/N]: ^COperation aborted.
https://bugs.winehq.org/show_bug.cgi?id=32983
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://illogictree.com/app/ |http://www.pouet.net/prod.p |artifacts/files/Artifacts.z |hp?which=61019 |ip |
https://bugs.winehq.org/show_bug.cgi?id=32983
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |opencl
https://bugs.winehq.org/show_bug.cgi?id=32983
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #9 from Vijay Kamuju infyquest@gmail.com --- This should now print a fixme as a stub is implemented
https://bugs.winehq.org/show_bug.cgi?id=32983
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 URL|http://www.pouet.net/prod.p |https://web.archive.org/web |hp?which=61019 |/20230514231707if_/https:// | |archive.scene.org/pub/parti | |es/2013/tokyodemofest13/com | |bined_demo/artifacts-patche | |d2.zip Summary|Artifacts demo crashes on |Artifacts demo needs |start up / OpenCL |opencl.clCreateFromGLBuffer |clCreateFromGLBuffer() is |implementation |not implemented |
--- Comment #10 from Gijs Vermeulen gijsvrm@gmail.com --- Still present with wine-8.8. Doesn't crash now, but throws an error message on start complaining about clCreateFromGLBuffer.
Adding stable download.
$ sha1sum artifacts-patched2.zip 3694c1a0a3ec45246e6653e51df900523434ecb9 artifacts-patched2.zip
$ du -sh artifacts-patched2.zip 6,7M artifacts-patched2.zip