https://bugs.winehq.org/show_bug.cgi?id=52456
Bug ID: 52456 Summary: A delphi software stuck when some operations Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wuyudi1109@gmail.com Distribution: ---
Created attachment 71744 --> https://bugs.winehq.org/attachment.cgi?id=71744 the software's exe.
This software runs smoothly on win7/win10, but crashed when using wine. Behavior:
open this exe, for convenience, change to english:
click "帮助(H)"(require cjkfonts to show chinese font.) or "口口(H)" on the menu bar click "中文(繁)/Engllish" click "幫助(H)"(require cjkfonts to show chinese font.) or "口口(H)" on the menu bar click "EngLish/中文(简)" then it's english now.
click the red point on the left bar(means create a point), click it at the black area, then software stucked.
Popup says: Access violation at address 5ADCCE37. Read of address 00000050.
I've placed the software to the attachment. It's Free Proprietary software.
https://bugs.winehq.org/show_bug.cgi?id=52456
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO URL| |https://github.com/wuyudi/i | |nRm3D/releases/tag/2.869-20 | |0510 Summary|A delphi software stuck |inRm3D.exe software stuck |when some operations |on some operations CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Please do not attach binaries, even if they are free.
Instead use downloadlink, I guess it`s https://github.com/wuyudi/inRm3D/releases/tag/2.869-200510 , right?
Could you tell us what wine-version you use, also because I cannot reproduce it.
I can click in the black area and several points (A,B,C..) are displayed.
So maybe upgrade your wine version?
https://bugs.winehq.org/show_bug.cgi?id=52456
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- The content of attachment 71744 has been deleted for the following reason:
Please don't attach copyrighted binaries
https://bugs.winehq.org/show_bug.cgi?id=52456
--- Comment #3 from wuyudi1109@gmail.com ---
Instead use the download link, I guess it`s https://github.com/wuyudi/inRm3D/releases/tag/2.869-200510, right?
The download link of the latest version is
https://github.com/inRm3D/inRm3D.github.io/blob/master/inRm3D%20%E6%96%87%E4...
My wine version:
wine-7.0-rc5
winetricks version:
20210206-next - sha256sum: 0769bbcdbd92c407f4eacaa85acc1339f607dbeafe2febd1be0912034c7af3a1
I did these things:
use winetricks to create a fresh wine arch=win32, called win7
Then I run
```bash WINEPREFIX="/home/w/.local/share/wineprefixes/win7" wine inRm3D.exe ```
My system info
-` .o+` ----------- `ooo/ OS: Arch Linux x86_64 `+oooo: Host: S1 Series `+oooooo: Kernel: Linux 5.16.2-arch1-1 -+oooooo+: Uptime: 11 hours, 12 mins `/:-:++oooo+: Packages: 1374 (pacman) `/++++/+++++++: Shell: fish 3.3.1 `/++++++++++++++: Resolution: 1920x1080 `/+++ooooooooooooo/` DE: Plasma ./ooosssso++osssssso+` WM: KWin .oossssso-````/ossssss+` Theme: -osssssso. :ssssssso. Icons: [Plasma], breeze-dark [ :osssssss/ osssso+++. Terminal: alacritty /ossssssss/ +ssssooo/- CPU: Intel i5-8250U (8) @ 3.40 `/ossssso+/:- -:/+osssso+- GPU: Intel UHD Graphics 620 `+sso+:-` `.-/+oso: Memory: 5124MiB / 7834MiB `++:. `-/+/ GPU Driver: Micro-Star Interna .` `/ CPU Usage: 20% Disk (/): 106G / 225G (50%) Battery1: 98% [Unknown] Font: Users: Locale: zh_CN.UTF-8
Is there anything I missed?
https://bugs.winehq.org/show_bug.cgi?id=52456
--- Comment #4 from wuyudi1109@gmail.com --- I made a gif to show the process
https://imgur.com/a/LwwQqeT (In reply to Louis Lenders from comment #1)
Hi,
Please do not attach binaries, even if they are free.
Instead use downloadlink, I guess it`s https://github.com/wuyudi/inRm3D/releases/tag/2.869-200510 , right?
Could you tell us what wine-version you use, also because I cannot reproduce it.
I can click in the black area and several points (A,B,C..) are displayed.
So maybe upgrade your wine version?
https://bugs.winehq.org/show_bug.cgi?id=52456
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- Could you attach the console output please?
(Also, does run with 'LIBGL_ALWAYS_SOFTWARE=1 wine inRm3D.exe' change anything?)
https://bugs.winehq.org/show_bug.cgi?id=52456
wuyudi1109@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WORKSFORME
--- Comment #6 from wuyudi1109@gmail.com --- (In reply to Louis Lenders from comment #5)
Could you attach the console output, please?
(Also, does run with 'LIBGL_ALWAYS_SOFTWARE=1 wine inRm3D.exe' change anything?)
Wow, It's amazing, run with 'LIBGL_ALWAYS_SOFTWARE=1 wine inRm3D.exe' works. Just curious, how could I know these kinds of commands?
The console output is all `fixme`, nearly no error.
the console output, nothing valuable.
``` 0078:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\wineusb": c0000142 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114 0114:fixme:imm:ImeSetActiveContext (0x4a4b30, 0): stub 0024:fixme:imm:ImeSetActiveContext (0x339b78, 1): stub 0114:fixme:imm:ImmReleaseContext (00020042, 004A4B30): stub 0024:fixme:imm:ImmReleaseContext (0001029E, 00339B78): stub ```
https://bugs.winehq.org/show_bug.cgi?id=52456
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Closing.