https://bugs.winehq.org/show_bug.cgi?id=57328
Bug ID: 57328 Summary: little garden spectrometer V0.2.exe crashes when trying to select the USB camera Product: Wine Version: 9.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jonstew1983+wine@gmail.com Distribution: ---
Created attachment 77278 --> https://bugs.winehq.org/attachment.cgi?id=77278 Console output from Wine including crash message
little garden spectrometer V0.2.exe can be downloaded from https://drive.google.com/drive/folders/1i7VcQxSc1r_lNGZZ3H5pEf1PhfrYwtP5
The hardware is from https://www.aliexpress.us/item/1005007241834839.html but it also crashes trying to access my laptop USB camera.
Wine was installed with the command `sudo dnf install wine --allowerasing` on Linux fedora 6.10.12-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Sep 30 21:38:25 UTC 2024 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=57328
Maotong Zhang zmtong1988@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zmtong1988@gmail.com
--- Comment #1 from Maotong Zhang zmtong1988@gmail.com --- Should install .net library,Do not use mono.
winetricks dotnet48
https://bugs.winehq.org/show_bug.cgi?id=57328
jonstew1983+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from jonstew1983+wine@gmail.com --- I used the winetricks UI to create a new prefix which appeared to default to 32bit. When I tried just setting a command variable it always spat out warnings about it being 64bit, even for a brand new directory.
I then ran WINEPREFIX=~/.local/share/wineprefixes/test/ winetricks dotnet48 and the application worked using the command WINEPREFIX=~/.local/share/wineprefixes/test/ wine little\ garden\ spectrometer\ V0.2.exe
I found some things searching about calling remove_mono but that didn't help in the default prefix or the attempt to do `WINEPREFIX=~/.wine-littlegarden winetricks dotnet48`. It appears to have been something specific to the way the winetricks GUI created a prefix.
https://bugs.winehq.org/show_bug.cgi?id=57328
--- Comment #3 from Maotong Zhang zmtong1988@gmail.com --- WINEARCH=win64
winetricks dotnet48 vcrun2022