Jump to content

Kaworu

New Member
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral
  1. Thank you. This was ultimately correct, but I unintentionally complicated things for myself along the way. Just posting what should ideally be done in Fedora 42+ for anyone else in the near future. Assuming you're using Workstation/GNOME Shell. 1. Install winehq-stable from the official [url=https://gitlab.winehq.org/wine/wine/-/wikis/Fedora]WineHQ[/url] repos. I made the amateur mistake of going with what's in my distro's repos. 2. On GNOME Shell specifically, run "nano ~/.profile" and paste " export PATH="/opt/wine-stable/bin:$PATH" " Log out, then log back in. I cheated a bit with ChatGPT, apparently this is because GNOME Shell and systemd both recognise $PATH from ~/.profile but not ~/.bashrc. I'm unsure if that's 100% true, I lost the chat logs, and I didn't bother Googling for accuracy. I just did that and everything worked. Before, I could run PKHeX with the command but not graphically. 3. Finish the rest of the tutorial.
  2. Thank you, Jirachi Wish-Maker for your thread on making PKHeX play nice with the penguin. What fun is there on Linux if I can't edit my starter pokes' stats to the max with overtuned EV spreads? Oh sure, I could use the AR codes, but they're never clean and they don't quite work properly.

  3. Hi. Thanks to OP for providing a handy reference to keep bookmarked. Currently on Fedora 42, I'm able to create the WINEPREFIX, but the process falls apart when I'm trying to install dotnetdesktop9 via winetricks. I suspect this is because Fedora dropped all 32-bit support a while ago, so now Wine must run in wow64 mode. I couldn't find anything remotely similar to my output on the Winetricks github, much less Google whenever I just paste a string verbatim. kaworu@soul-hackers:~$ WINEPREFIX=$HOME/Desktop/PKHeX winetricks dotnetdesktop9 Executing cd /usr/bin ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. ------------------------------------------------------ Using winetricks 20250102 - sha256sum: c5bfa1741cb6671f1cf3328548a4e878ddf89f7c4f871519ef1037e78c7633d4 with wine-10.4 (Staging) and WINEARCH=win64 Executing w_do_call dotnetdesktop9 ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. ------------------------------------------------------ Executing load_dotnetdesktop9 grep: warning: stray \ before / Executing cd /home/kaworu/.cache/winetricks/dotnetdesktop9 Executing wine windowsdesktop-runtime-9.0.0-win-x86.exe 02b0:fixme:winediag:loader_init wine-staging 10.4 is a testing version containing experimental patches. 02b0:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. 02d8:err:environ:init_peb starting L"Y:\\dotnetdesktop9\\windowsdesktop-runtime-9.0.0-win-x86.exe" in experimental wow64 mode wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: 02b0:err:start:fatal_error FormatMessage failed ------------------------------------------------------ warning: Note: command wine windowsdesktop-runtime-9.0.0-win-x86.exe returned status 1. Aborting. ------------------------------------------------------ kaworu@soul-hackers:~$
×
×
  • Create New...