https://bugs.winehq.org/show_bug.cgi?id=56709
Bug ID: 56709 Summary: PackTouchHitTestingProximityEvaluation not located in USER32.dll when attempting to run Clip Studio Paint 3.0 Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: animaloser@gmail.com Distribution: ---
Clip Studio Paint 3.0 fails to open, with a pop-up message that reads "The procedure point PackTouchHitTestingProximityEvaluation could not be located in the dynamic link library USER32.dll"
The launcher does run however, even if it's all white, it's been documented in the appdb entry for the program. The main software, CLIPStudioPaint.exe, does not.
https://bugs.winehq.org/show_bug.cgi?id=56709
animaloser@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
https://bugs.winehq.org/show_bug.cgi?id=56709
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://vd.clipstudio.net/c | |lipcontent/paint/app/302/CS | |P_302w_setup.exe
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Please provide the full console output, and remember to link bugs in the AppDB. https://wiki.winehq.org/Bugs
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #2 from animaloser@gmail.com --- Created attachment 76492 --> https://bugs.winehq.org/attachment.cgi?id=76492 Log of the CLIPStudioPaint executable
https://bugs.winehq.org/show_bug.cgi?id=56709
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|9.8 |9.9
https://bugs.winehq.org/show_bug.cgi?id=56709
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=56709
zeroredgrave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zeroredgrave@gmail.com
--- Comment #3 from zeroredgrave@gmail.com --- i have the same problem on clip studio paint v3. same error and same symptoms from stable version to development version
https://bugs.winehq.org/show_bug.cgi?id=56709
Maotong Zhang zmtong1988@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zmtong1988@gmail.com
--- Comment #4 from Maotong Zhang zmtong1988@gmail.com --- Installing 'IE8' should be able to run. winetricks ie8
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- (In reply to Maotong Zhang from comment #4)
Installing 'IE8' should be able to run. winetricks ie8
What do you mean?
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #6 from Maotong Zhang zmtong1988@gmail.com --- Created attachment 77311 --> https://bugs.winehq.org/attachment.cgi?id=77311 test
Install the "IE8" software can run the software. No detailed testing has been conducte.
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #7 from Austin English austinenglish@gmail.com --- How can the original crash be reproduced? I downloaded/installed the exe in the URL field. Then ran: wine "C:\Program Files\CELSYS\CLIP STUDIO 1.5\CLIP STUDIO PAINT\CLIPStudioPaint.exe"
And chose the 'EX' version. I get a crash, but not the missing function that is listed here.
https://bugs.winehq.org/show_bug.cgi?id=56709
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #8 from Fabian Maurer dark.shadow4@web.de ---
And chose the 'EX' version. I get a crash, but not the missing function that is listed here.
Same here. @OP, did you use clean WINEPREFIX or did you install something (maybe with winetricks) that might have caused that issue?
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #9 from Maotong Zhang zmtong1988@gmail.com --- Is it still not usable?
https://bugs.winehq.org/show_bug.cgi?id=56709
rave002@o2.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rave002@o2.pl
--- Comment #10 from rave002@o2.pl --- I can confirm that this happens in Wine 9.20. I get the same console output as already provided log, so not going to upload that again, lol. Installing ie8 with winetricks does nothing.
1. Could using User32.dll from actual Windows installation solve this? 2. How can I get more debug info that could help fix this issue (I can repro it 100%, however I am not good enough with coding to actually develop a fix)?
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #11 from darkhog rave002@o2.pl --- I am using a clean wineprefix.
https://bugs.winehq.org/show_bug.cgi?id=56709
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #12 from Vijay Kamuju infyquest@gmail.com --- Created a patch for this: https://gitlab.winehq.org/wine/wine/-/merge_requests/6794 Please see if there are more to be added.
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #13 from Fabian Maurer dark.shadow4@web.de --- I downloaded the setup again, and installed it into a clean WINEPREFIX - I still get a different crash - an attempt to read a nullpointer.
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #14 from Vijay Kamuju infyquest@gmail.com --- Please add the logs, including terminal output.
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #15 from Fabian Maurer dark.shadow4@web.de --- Created attachment 77390 --> https://bugs.winehq.org/attachment.cgi?id=77390 wine-9.20 log
Clean WINEPREFIX, wine-9.20, the following steps: - Installed linked exe - cd "drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO PAINT/" - wine CLIPStudioPaint.exe - Opt out of "Support bug fixes" and "Help with quality improvement" - Click the "PRO" button - Acknowledge messagebox about first time setup - Close splashscreen - Wait for crash
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #17 from Fabian Maurer dark.shadow4@web.de --- (In reply to Vijay Kamuju from comment #16)
It seems it does not hit this function.
Does it hit the function for you? What are you doing different?
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #18 from Vijay Kamuju infyquest@gmail.com --- For me it fails to install as I don't have the i386 cross compiler gcc on my ubuntu. Probably will have to wait for the submitter or you might need to test with version set to windows 11.
https://bugs.winehq.org/show_bug.cgi?id=56709
Julia juliarodrigues70@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juliarodrigues70@outlook.co | |m
--- Comment #20 from Julia juliarodrigues70@outlook.com --- (In reply to Vijay Kamuju from comment #12)
Created a patch for this: https://gitlab.winehq.org/wine/wine/-/merge_requests/6794 Please see if there are more to be added.
I tested the patch and the error now is another
The procedure entry point EvaluateProximityToRect could not be located in the dynamic link library USER32.dll.
https://bugs.winehq.org/show_bug.cgi?id=56709
--- Comment #21 from Vijay Kamuju infyquest@gmail.com --- Can you retest the MR as I added the missing EvaluateProximityToRect Stub.
https://bugs.winehq.org/show_bug.cgi?id=56709
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |ded4f1dbe290264db5fe6adaeff | |cf4e2b7a4717e Resolution|--- |FIXED
--- Comment #22 from Vijay Kamuju infyquest@gmail.com --- The MR is now merged into master branch.
If there are more stubs to be implemented, raise new bug.
https://gitlab.winehq.org/wine/wine/-/commit/ded4f1dbe290264db5fe6adaeffcf4e...
https://bugs.winehq.org/show_bug.cgi?id=56709
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.0-rc1.
https://bugs.winehq.org/show_bug.cgi?id=56709
IsaacPurps isaaceav717@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isaaceav717@gmail.com
--- Comment #24 from IsaacPurps isaaceav717@gmail.com --- Hello, I've came here to report that this bug is still happening in 2025, using wine 10.0