LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Manjaro (https://www.linuxquestions.org/questions/manjaro-119/)
-   -   Hello. Question about Wine. (https://www.linuxquestions.org/questions/manjaro-119/hello-question-about-wine-4175680352/)

miglix21 08-13-2020 01:43 PM

Hello. Question about Wine.
 
Hello everybody. Nice to meet you all.

I recently installed manjaro and also downloaded wine to install a windows program I am being requested to use. The program is called manycam. I have tried several ways of trying to install the program but I always receive the same error. The program does install itself and creates an icon in my desktop but when I run it, it doesn't start. The crash report says this on the first line:

Unhandled exception: page fault on read access to 0x72676572 in 32-bit code (0x7ddd4b2b).

When I try to run the program using the terminal, I get this:

002c:fixme:winediag:__wine_start_process Wine Staging 5.12 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
005c:err:module:import_dll Library portcls.sys (which is needed by L"C:\\windows\\system32\\drivers\\mcaudrv_x64.sys") not found
005c:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\mcaudrv_simple": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"mcaudrv_simple" failed to start: 1114
00d0:err:module:import_dll Library STREAM.SYS (which is needed by L"C:\\windows\\system32\\drivers\\mcvidrv.sys") not found
00d0:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\ManyCam": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"ManyCam" failed to start: 1114

If somebody could give me a hand with this, I would appreciate.

mostlyharmless 08-13-2020 04:51 PM

I'm pretty sure you're out of luck. portcls.sys, at least is a hardware driver not implemented/cloned whatever by wine at this point. See for example: https://forum.winehq.org/viewtopic.php?t=34228

In general, Windows programs that interact with hardware directly, like a camera, particularly if they don't use a generic Windows port like com1 etc., are not supported with wine. One of the curses of using not linux supported open source stuff. Very popular programs, such as Zoom, support linux, even MS Teams does without using wine.

miglix21 08-13-2020 08:59 PM

Thank you very much for your anwser. I'll have to see then how to install both windows 10 and manjaro and having them working fine. I just tried to install windows in another partition after having installed manjaro and the computer boots in windows and not in manjaro (the boot menu for manjaro has disappeared).

mostlyharmless 08-14-2020 07:21 AM

Sorry to hear that, it’s pretty recoverable; just have to boot from a USB, preferably running Manjaro, and reinstall grub. There’s about a million steps by step instructions for that out there.


All times are GMT -5. The time now is 05:48 PM.