Search found 3068 matches

by Bob Wya
Wed Apr 20, 2022 2:51 pm
Forum: Linux
Topic: Wine vs program arguments
Replies: 5
Views: 925

Re: Wine vs program arguments

Glad you got it sorted... 8)
by Bob Wya
Tue Apr 19, 2022 3:12 pm
Forum: Linux
Topic: Wine vs program arguments
Replies: 5
Views: 925

Re: Wine vs program arguments

@Nwaps

Does:

Code: Select all

WINEPREFIX=~/Wine/nolf2 wine start 'C:\nolf2\nolf2srv.exe' -profile player
work OK?

The architecture for a WINEPREFIX is only set once, when it is first created... So the:

Code: Select all

WINEARCH=win??
statements are redundant - when launching your application.

Bob
by Bob Wya
Sun Feb 13, 2022 7:20 am
Forum: Linux
Topic: cannot install anything with WINE on manjaro
Replies: 4
Views: 10544

Re: cannot install anything with WINE on manjaro

Hi, ... warning: /home/bargo/.local/share/lutris/runners/wine/lutris-fshack-6.21-6-x86_64/bin/wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: could not load kernel32.dll, status c0000135" ... That looks like a failure to find a 32-bit Wine package. Do you have ...
by Bob Wya
Thu Feb 03, 2022 8:41 am
Forum: Linux
Topic: Encrypt wine directory for security, is that possible while still functional?
Replies: 2
Views: 5807

Re: Encrypt wine directory for security, is that possible while still functional?

Hi,

Take a look at:
Category:Data-at-rest encryption.

The idea would be to use a filesystem that supports directory level encryption. This should work if you encrypt a WINEPREFIX. Full disclaimer: I've not tried this! :lol:

Bob
by Bob Wya
Thu Feb 03, 2022 8:16 am
Forum: Linux
Topic: Trying to run Image Composite Editor in Wine Staging
Replies: 1
Views: 4022

Re: Trying to run Image Composite Editor in Wine Staging

Hi, Sorry for the delayed response. In case you didn't work out your issue yet... wine-mono is packaged as a pure 32-bit binary only Upstream does not support a pure 64-bit build of: app-emulation/wine-staging app-emulation/wine-vanilla - which is how your Gentoo system is currently setup. You'll ne...
by Bob Wya
Fri Dec 31, 2021 3:23 pm
Forum: Linux
Topic: Missing decoder: MPEG-1 System Stream
Replies: 7
Views: 17501

Re: Missing decoder: MPEG-1 System Stream

That's great... Nicely done! 8)

Bob
by Bob Wya
Fri Dec 31, 2021 8:04 am
Forum: Linux
Topic: Cannot start Affinity Programs
Replies: 1
Views: 4002

Re: Cannot start Affinity Programs

@ DaNeubi Take a look at: WineHQ AppDB: ... Graphics Editing / Affinity Photo / 1.9.1 The top comment is for an older version of Affinity Photo - but might help you out a bit. I presume Affinity Designer has similar Windows OS requirements - from looking at their website. Btw wine-tkg is a packaged ...
by Bob Wya
Thu Dec 30, 2021 3:57 pm
Forum: Linux
Topic: Strange compilation error with wine-staging 5.0
Replies: 9
Views: 14214

Re: Strange compilation error with wine-staging 5.0

Same to you... Happy to help out! 8)
by Bob Wya
Thu Dec 30, 2021 7:29 am
Forum: Linux
Topic: Strange compilation error with wine-staging 5.0
Replies: 9
Views: 14214

Re: Strange compilation error with wine-staging 5.0

Okay, so I learned a little bit about the ".patch" file type, and understood that it was comparing two files using the diff command, and then applying the changes to the original files; thus "patching" them. Sadly, I couldn't get the command to work, but I understood what was go...
by Bob Wya
Mon Dec 06, 2021 3:43 pm
Forum: Linux
Topic: Error compiling WINE dlls/winex11.drv/mouse.c
Replies: 3
Views: 5378

Re: Error compiling WINE dlls/winex11.drv/mouse.c

I am trying to compile WINE on a netbook (Atom CPU, 2GB RAM) for the extra performance instead of using pre-built packages, but I am getting stuck here: ... @ vitorgatti With that hardware you are really just wasting your time - if it's just for "extra performance". Compiling Wine is best...
by Bob Wya
Sun Dec 05, 2021 3:44 pm
Forum: Linux
Topic: Make a shortcut in Winefile?
Replies: 5
Views: 9922

Re: Make a shortcut in Winefile?

Thank you for your kinde reply. Unfortunately I don't understand it. Have I, as a user a way to create a shortcut in Winefile? Where can I find the procedure? Thank you. Laszlo Hi Laszlo You won't be able to make a shortcut directly in a the builtin Wine file managers: winefile.exe or explorer.exe ...
by Bob Wya
Fri Dec 03, 2021 3:08 pm
Forum: Linux
Topic: Make a shortcut in Winefile?
Replies: 5
Views: 9922

Re: Make a shortcut in Winefile?

I started Winefile and wanted to make a shortcut for a program there. (right click, Make link) Nothing happened. What is the procedure to make a shortcut in Winefile? This winefile context menu functionality - Create Link entry - is not yet implemented in Wine: dlls/shell32/shlview_cmenu.c static H...
by Bob Wya
Tue Nov 30, 2021 4:06 pm
Forum: Linux
Topic: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y
Replies: 7
Views: 16736

Re: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y

... thank you for your help I managed to make cemu work with opengl, but the performance is a little low, even the developers do not recommend opengl on amd radeon cards, that's why I wanted to make Vulkan work @ malm06 I did find this guide: Github : leomaurodesenv / cemu-linux . Might be of some ...
by Bob Wya
Sun Nov 28, 2021 4:28 pm
Forum: Linux
Topic: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y
Replies: 7
Views: 16736

Re: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y

@ubuntu:~$ inxi -G Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Picasso driver: amdgpu v: kernel Display: x11 server: X.Org 1.20.11 driver: amdgpu resolution: 1366x768~60Hz OpenGL: renderer: AMD Radeon Vega 11 Graphics (RAVEN DRM 3.40.0 5.11.0-40-generic LLVM 13.0.0) v: 4.6 Mesa 21.3.0 - ki...
by Bob Wya
Sat Nov 27, 2021 2:51 pm
Forum: Linux
Topic: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y
Replies: 7
Views: 16736

Re: vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented y

Hi all i am new to you I am trying to solve a problem encountered while trying to use CEMU with WINEhq stable by launching CEMU i have full access to the application, but when launching a game i have the following error message 00f8:fixme:vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires c...
by Bob Wya
Sat Nov 27, 2021 2:22 pm
Forum: Linux
Topic: Kindle 1.33 on ubuntu with wine 6.11
Replies: 2
Views: 6210

Re: Kindle 1.33 on ubuntu with wine 6.11

@edwd

If you are going to dump huge terminal logs in a forum post then please use the forum code tags:

Code: Select all

...
to delimit these blocks of terminal commands and output.
Use the </> button - immediately above the full forum edit box - to tag a block of text, with code tags.

Ta
Bob
by Bob Wya
Fri Nov 12, 2021 12:29 pm
Forum: Linux
Topic: Can't install CRT (C Runtime) libraries.
Replies: 4
Views: 5752

Re: Can't install CRT (C Runtime) libraries.

"sudo winetricks --self--update" doesn't work (unrecognized command.) Also tried "sudo winetricks --self --update" (space added), "sudo winetricks --update", and "bash winetricks --update". I also tried "bash winetricks vcrun2015", which fails with ...
by Bob Wya
Fri Nov 12, 2021 7:56 am
Forum: Linux
Topic: How can I install older wine ?
Replies: 1
Views: 3581

Re: How can I install older wine ?

as the title, I want install winehq 6.0.1~focal-1, but when I try to use apt-get install winehq-stable=6.0.1~focal-1 I got this 1636686128286.png @ game12138 See: WineHQ Forums: installing a specific wine version So you'd probably want something like: sudo apt install -y winehq-stable=6.0.1~focal-1...
by Bob Wya
Thu Nov 11, 2021 3:49 pm
Forum: Linux
Topic: SketchUp Pro 2021 installation
Replies: 1
Views: 4006

Re: SketchUp Pro 2021 installation

@ olegzz You can take a look at the AppDB entries for this application (if you haven't already): WineHQ AppDB: SketchUp / 2021 Suggests: winetricks -q dotnet48 vcrun2017 corefonts According to an entry for the 2020 release you need at least OpenGL 3.1 support: SketchUp does not run on integrated Int...
by Bob Wya
Thu Nov 11, 2021 2:52 pm
Forum: Linux
Topic: WINE 6.0.2 use what MONO version ?
Replies: 5
Views: 7642

Re: WINE 6.0.2 use what MONO version ?

np 8)
by Bob Wya
Tue Nov 09, 2021 3:38 pm
Forum: Linux
Topic: Can't install CRT (C Runtime) libraries.
Replies: 4
Views: 5752

Re: Can't install CRT (C Runtime) libraries.

@ Mugsy323 It's generally recommended to run winetricks from the terminal (i.e. not use the zenity GUI). It's also important to ensure that your local copy of winetricks is up-to-date. Force winetricks update: sudo winetricks --self--update Clear winetricks cache: rm -rf ~/.cache/winetricks Run requ...
by Bob Wya
Sun Oct 31, 2021 6:11 am
Forum: Linux
Topic: WINE 6.0.2 use what MONO version ?
Replies: 5
Views: 7642

Re: WINE 6.0.2 use what MONO version ?

aug wrote: Sat Oct 30, 2021 4:34 am Hello.
WINE stable 6.0.2 use what MONO version ? 6.4 ?

Thanks for reply.
Wine Stable version 6.0.2 uses wine-mono version 5.1.1 (it doesn't change from the base Wine Stable release version - 6.0 in this case).

Bob
by Bob Wya
Tue Oct 19, 2021 2:55 pm
Forum: Linux
Topic: GL_INVALID_OPERATION
Replies: 4
Views: 3593

Re: GL_INVALID_OPERATION

Do you think I have to see a failure in the characteristics of my pc? It's very underpowered. My craptop (as I've affectionately named it :lol: ) has the following (similar) specification: CPU: Info: Dual Core model: Intel Core i5-3320M bits: 64 type: MT MCP cache: L2: 3 MiB Speed: 2462 MHz min/max...
by Bob Wya
Mon Oct 18, 2021 2:40 pm
Forum: Linux
Topic: GL_INVALID_OPERATION
Replies: 4
Views: 3593

Re: GL_INVALID_OPERATION

@UrsuloC

Could you post the output from running the command:

Code: Select all

inxi -CG
Thanks
Bob
by Bob Wya
Mon Oct 18, 2021 2:36 pm
Forum: Linux
Topic: How to send keystrokes to unfocused window?
Replies: 2
Views: 2465

Re: How to send keystrokes to unfocused window?

... I have installed autohotkey in my wine prefix but I do not really know how to use it with this. ... AutoIt or AutoHotKey are the way to go, for your stated use case / goal. winetricks uses AHK internally for automating Windows control actions - so you could take a look at the monolithic winetri...