Gotcha, well can you do what I said to the last guy so I can see what the issue is exactly.
There is no UWUVCI-V3 folder inside /Applications/UWUVCI-V3.app/Contents/drive_c/users/crossover/AppData/
This is the content of that folder on my computer:
.
├── Local
│ └── Microsoft
│ └── Windows
│ ├── History
│ ├── INetCache
│ └── INetCookies
├── LocalLow
└── Roaming
└── Microsoft
└── Windows
├── Network Shortcuts
├── Printer Shortcuts
├── Recent
├── SendTo
├── Start Menu
│ └── Programs
│ ├── Administrative Tools
│ └── StartUp
├── Templates
└── Themes
BTW I'm using a MacBook Air M3 with MacOS Tahoe 26.1
Interesting, so the exe is never loaded. It's also weird that it's you and the other person who are both using M3 MacBook Air so it must be something specific to them.
My guess is that Apple must have changed what's required for Rosetta (it's what maps x86 apps to Apple silicone)
Open up the terminal and write this in
softwareupdate --install-rosetta --agree-to-license
Then try running the software, you may need to run that command file that's included.
If it still doesn't load up then try to send me the log files which could be in a few spots. Look in here first
Applications/UWUVCI-V3.app/Contents/Logs
If there's nothing here then I believe they would be in the Library path, either the one in your user directory or the one off of root aka ~/Library/Logs or /Library/Logs in those spots see if you see one for UWUVCI or one for something called Kegworks.
For any of the log files, send me the most recent one. Also, I apologize for the formatting, I am writing this from my phone since things from my most recent devlog are still ongoing.
I ran the command `softwareupdate --install-rosetta --agree-to-license` and then tried launching the app again, but without success. It still tells me that the app is damaged and cannot be opened.
Inside /Application/UWUVCI-V3.app/Contents/Logs there are no files.
I also cannot find any folder named "kegworks" or "UWUVCI*" in either `~/Library/Logs` or `/Library/Logs`
I also tried running `xattr -d com.apple.quarantine /Applications/UWUVCI-V3.app` , but I then get a message saying that Wine cannot be scanned for malware. I also cannot manually allow it to run from System Settings > Privacy & Security, as there is no option to do so.