Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is it running in your activities? Or whatever the app is called that shows your running processes? And, only because this has come up numerous times already, you're running the app out of your Applications and not out of the mounted DMG?

I can see the app in die activity manager only a few seconds. After then it disappears. Of course I pushed the app in die app folder. When I try to start the app out of the DMG, I got the  "damaged" message. But starting the app out of die application folder, it does nothing. 

I gave it a new try now. I deleted the app, pushed it a new time in die app folder und it started with the "damaged" app. Then I run the script and after completing the script I started the app again. It's the same behavior as mentioned above.

(1 edit)

You're the first person to have an issue with it, so I'm unsure of what the issue could be. I'm still going through things as I mentioned in my latest devlog, but let's try to see if there is a log file. If you go to the app and right click it then click "show package contents" there should a few folders, and this is where I forgot the rest of the folders. I know you want to find a prefix folder, then a drive_c folder, and then you would navigate to Users, crossover, appdata, UWUVCI-V3, Logs. If you can see if there is a file there maybe it might tell me what issue you're having exactly.

I have the very same problem

Gotcha, well can you do what I said to the last guy so I can see what the issue is exactly.

(2 edits)

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.

(2 edits)

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.

Wait, were you always getting the "App is damaged and cannot be opened" or was it just opening and not doing anything because those are two drastically different things.