Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
a43f7826
Commit
a43f7826
authored
Mar 18, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
used wine64 for x86_64 *.exe files
parent
8e9651b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
functions_helper
data_from_portwine/scripts/functions_helper
+5
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
a43f7826
...
...
@@ -4270,15 +4270,19 @@ pw_run () {
if
file
"
$portwine_exe
"
|
grep
-q
"x86-64"
;
then
print_info
"file:
$portwine_exe
is x86-64, force set WINE_LARGE_ADDRESS_AWARE to 0"
export
WINE_LARGE_ADDRESS_AWARE
=
"0"
export
WINELOADER
=
"
${
WINELOADER
}
64"
else
print_info
"file:
$portwine_exe
not x86-64, force set WINE_LARGE_ADDRESS_AWARE to 1"
export
WINE_LARGE_ADDRESS_AWARE
=
"1"
fi
check_variables SteamAppId
"0"
check_variables SteamGameId
"0"
PW_LOG_TO_FILE
=
"
${
PORT_WINE_PATH
}
/PortProton.log"
PW_LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
:
${
WINE_LIBRARY_PATH
}
"
print_var
"WINEDIR"
"WINEPREFIX"
"WINEDLLOVERRIDES"
"PATH_TO_GAME"
"PW_WINE_USE"
"PW_VULKAN_USE"
"VULKAN_DRIVER_NAME"
print_var
"VKD3D_CONFIG"
"PW_LD_LIBRARY_PATH"
"PATH"
"WINEESYNC"
"WINEFSYNC"
"WINEFSYNC_FUTEX2"
print_var
"
WINELOADER"
"
VKD3D_CONFIG"
"PW_LD_LIBRARY_PATH"
"PATH"
"WINEESYNC"
"WINEFSYNC"
"WINEFSYNC_FUTEX2"
print_var
"WINEDLLPATH"
"WINE_CPU_TOPOLOGY"
"PW_RUN_GAMESCOPE"
"LD_LIBRARY_PATH"
"PW_VK_ICD_FILENAMES"
proxy_launch_parameters
=
${
LAUNCH_PARAMETERS
//\\\\/\\
}
if
[[
"
$PW_USE_RUNTIME
"
==
1
]]
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment