Star Trek Online

Informations

Creator Message
Ronin DUSETTE

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 32049
Wine: 6.0.1

Feedbacks

Description

Star Trek Online ('STO') is a MMORPG (first release: 2010).

Wikipedia. Appdb.winehq.org 

Note: Arc and Steam clients are not required.

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2021-07-16 22-23)
# Distribution used to test : 
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.
# [Yaotl] (2021-05-05)
#   Wine 4.0.3 -> 6.0
#   Script updates

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="6.0.1"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star Trek Online.exe"
MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks the required POL/POM version
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_vcrun2019

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

POL_Wine_Direct3D "UseGLSL" "enabled"
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Call POL_Install_VideoDriver

# Launcher Download
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

if [ "$POL_LANG" = "fr" ]; then
    lang="1036"; # French
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"; # German
else
    lang="1033"; # English
fi

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

if [ "$POL_OS" = "Linux" ]; then
    POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK" "~"
    if [ "$(echo $APP_ANSWER | grep -o "DXVK")" != "" ]; then
        POL_Call POL_Install_DXVK
    fi
fi

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
RogerWilco Tuesday 5 July 2022 at 17:41
RogerWilco Anonymous

Message

I tried installing through PlayOnMac, but I get a MD5 checksum error.

I have no clue how to continue from this point.

I tried copying the Star Trek Online directory from my Windows machine, but that gives another error about the graphics card not being supported.

6S4TMV96

I have a Macbook Pro 2019 i9 16 GB with an AMD Radeon 5500M/4GB. Not the newest or the best, but I would think it to be new enough.

This is what the debug window complains about:

024:fixme:seh:get_thread_times not implemented on this platform
0024:fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 009331E3, 0858B600, 0858B610) stub.


fileDataDir: C:/Program Files/Star Trek Online                          (0.00)

Loaded FolderCache with 0 files from hoggs                              (0.00)

UtilitiesLib_SetFileSystemIsInitted                                     (0.00)
0024:fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results
00f8:fixme:server:invoke_system_apc syscall frame changed in APC function, frame 0x0, saved_frame 0xa08fc90.
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0100:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0104:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0110:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to server "patchserver.crypticstudios.com" on port 7255
PatchClientLib: redirecting to server "208.95.186.148" on port 7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down

GamePrefsInit: giGamePrefSet now 0
Failed System Requirements check
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FE6C
0034:fixme:ver:GetCurrentPackageId (000000000031FD70 0000000000000000): stub

Thanks.

Replies

Anonymous
Tuesday 5 July 2022 at 17:42
It seems to have lost the screenshots I put into the message.
Anonymous
Tuesday 5 July 2022 at 18:00
The error seems similar to this one:

https://www.playonmac.com/en/topic-17054.html
Anonymous
Tuesday 5 July 2022 at 18:41
I tried downloading and starting the installer myself from https://files.startrekonline.com/launcher/Star%20Trek%20Online.exe but that fails as well. It says I have the wrong OS.
Anonymous
Tuesday 5 July 2022 at 19:44
I downloaded the script and ran it as a local script. I had to make the following changes:

DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star%20Trek%20Online.exe"
MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"

# Create Shortcut
mv "Star%20Trek%20Online.exe" "Star Trek Online.exe"

This does allow me to install the game, but when it starts, it complains my videocard is not supported.

Is this a MacOs Catalina issue, I installed Molten-VK with Homebrew but that didn't help?

Do I need a different Wine? It complains.

0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0100:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0104:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
0024:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0110:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to server "patchserver.crypticstudios.com" on port 7255
PatchClientLib: redirecting to server "208.95.186.130" on port 7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down
Anonymous
Tuesday 5 July 2022 at 20:18
If I change the graphics setting to gdi from opengl, then I get the program to run, but it crashes. I tried various versions of Wine (6.18,7.11, 6.0.4, and DXVK 1_10)

It is the furthest I've gotten, but it crashes:

0024:fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 009331E3, 0858B600, 0858B610) stub.


fileDataDir: C:/Program Files/Star Trek Online                          (0.00)

Loaded FolderCache with 0 files from hoggs                              (0.00)

UtilitiesLib_SetFileSystemIsInitted                                     (0.00)
0024:fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results
00f8:fixme:server:invoke_system_apc syscall frame changed in APC function, frame 0x0, saved_frame 0xa08fc90.
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
info:  Game: Star Trek Online.exe
info:  DXVK: v1.10
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
info:    OpenXR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to server "patchserver.crypticstudios.com" on port 7255
PatchClientLib: redirecting to server "208.95.186.50" on port 7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down

GamePrefsInit: giGamePrefSet now 0
2022-07-05 20:15:37 PROGRAM CRASH OCCURRED!
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032D1F8
0034:fixme:ver:GetCurrentPackageId (000000000031FD70 0000000000000000): stub
Anonymous
Tuesday 5 July 2022 at 20:20
I also have to tell Wine to pretend to be Windows 10.

Edited by RogerWilco

Newsdude Friday 10 December 2021 at 3:11
Newsdude Anonymous

Message

I am unable to install the game. I recieve an error during the installation process. I took a screenshot of the error, and have posted it below. The computer I use is a Mac desktop, running MacOS 11.5.1.

 

 

Replies

Edited by Newsdude

Yaotl Friday 16 July 2021 at 22:24
Yaotl Anonymous

Information

This update has been approved by the team.

Message

it should work again now

Differences

@@ -1,6 +1,6 @@
 #!/bin/bash
 # Date : (2015-04-02)
-# Last revision : (2021-05-05 02-15)
+# Last revision : (2021-07-16 22-23)
 # Distribution used to test : 
 # Author : RoninDusette
 # Licence : GPLv3
@@ -26,7 +26,7 @@
 WINEVERSION="6.0.1"
 TITLE="Star Trek Online"
 PREFIX="StarTrekOnline"
-DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star%20Trek%20Online.exe"
+DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star Trek Online.exe"
 MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"
 
 #Initialization
@@ -67,6 +67,7 @@
 POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"
 
 # Game Configuration
+POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
 
 if [ "$POL_LANG" = "fr" ]; then

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2021-07-16 22-23)
# Distribution used to test : 
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.
# [Yaotl] (2021-05-05)
#   Wine 4.0.3 -> 6.0
#   Script updates

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="6.0.1"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star Trek Online.exe"
MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks the required POL/POM version
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_vcrun2019

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

POL_Wine_Direct3D "UseGLSL" "enabled"
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Call POL_Install_VideoDriver

# Launcher Download
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

if [ "$POL_LANG" = "fr" ]; then
    lang="1036"; # French
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"; # German
else
    lang="1033"; # English
fi

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

if [ "$POL_OS" = "Linux" ]; then
    POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK" "~"
    if [ "$(echo $APP_ANSWER | grep -o "DXVK")" != "" ]; then
        POL_Call POL_Install_DXVK
    fi
fi

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Saturday 17 July 2021 at 13:05
Script approved.
Anonymous
Saturday 17 July 2021 at 21:59
Hello. I have 2 errors during installation. https://dowload.visuelstudio.microsoft.com/download/pr/85d47aa9-69ae-416. An error happened during download. And after http:/files.startrekonline.com/launcher/Star Trek Online.exe. Erreur! Incohérence de fichier. Local: d41d8cd98f00b204e9800998ecf8427e. Serveur: deb63cf6240232f92020ee95cf9fc435
Anonymous
Monday 19 July 2021 at 0:01
I still have the visualstudio download error. I am running playonmac 4.4.2. under macOS 11.4
Anonymous
Friday 20 August 2021 at 8:38
It does not work. I am still getting the visualstudio download error.
Anonymous
Saturday 25 September 2021 at 4:20
I'm sorry but this error is still there.

 
Yaotl Saturday 10 July 2021 at 11:06
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -26,8 +26,8 @@
 WINEVERSION="6.0.1"
 TITLE="Star Trek Online"
 PREFIX="StarTrekOnline"
-DOWNLOAD_URL="https://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_05_21_17_59/$PREFIX.7z"
-MD5_CHECKSUM="9819dcb9bbe9fe032bf80c4928e45404"
+DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star%20Trek%20Online.exe"
+MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
@@ -41,11 +41,6 @@
 # Checks the required POL/POM version
 POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
 
-# Launcher Download
-POL_System_TmpCreate "$PREFIX"
-cd "$POL_System_TmpDir"
-POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
-
 # Create Prefix
 POL_System_SetArch "amd64"
 POL_Wine_SelectPrefix "$PREFIX"
@@ -63,10 +58,10 @@
 # Set Graphic Card informations keys for wine
 POL_Call POL_Install_VideoDriver
 
-# Installation
+# Launcher Download
 mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
 cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-7z e "$POL_System_TmpDir/StarTrekOnline.7z" -o"$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
 
 # Create Shortcut
 POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2021-05-05 02-15)
# Distribution used to test : 
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.
# [Yaotl] (2021-05-05)
#   Wine 4.0.3 -> 6.0
#   Script updates

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="6.0.1"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL=" http://files.startrekonline.com/launcher/Star%20Trek%20Online.exe"
MD5_CHECKSUM="deb63cf6240232f92020ee95cf9fc435"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks the required POL/POM version
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_vcrun2019

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

POL_Wine_Direct3D "UseGLSL" "enabled"
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Call POL_Install_VideoDriver

# Launcher Download
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
cd $POL_System_TmpDir

if [ "$POL_LANG" = "fr" ]; then
    lang="1036"; # French
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"; # German
else
    lang="1033"; # English
fi

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

if [ "$POL_OS" = "Linux" ]; then
    POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK" "~"
    if [ "$(echo $APP_ANSWER | grep -o "DXVK")" != "" ]; then
        POL_Call POL_Install_DXVK
    fi
fi

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Monday 12 July 2021 at 21:26
Script approved.
LBGK Saturday 10 July 2021 at 2:17
LBGK Anonymous

Message

Hi PlayOnMac,

Attempted to install to macOS 11.4 but process failed at the downloads step. See attached screenshot.

Cheers,

LBGK

Replies

Anonymous
Saturday 10 July 2021 at 2:19
Anonymous
Saturday 10 July 2021 at 2:21
Not sure if attachment made it through. Error message was "https://yaotl.heliohost.us/resources/setups/StarTrekOnline/CL_2021_05_21_17_" followed by "An error happened during download." and "Do you want to retry?". Odd that the first line of text seemed cut off as that is not the complete name of the installer file.
Yaotl Tuesday 15 June 2021 at 23:26
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -23,11 +23,11 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-WINEVERSION="6.0"
+WINEVERSION="6.0.1"
 TITLE="Star Trek Online"
 PREFIX="StarTrekOnline"
-DOWNLOAD_URL="http://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_03_22_18_15/$PREFIX.7z"
-MD5_CHECKSUM="c94dbad2add50eaa9263fe2d48a65670"
+DOWNLOAD_URL="https://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_05_21_17_59/$PREFIX.7z"
+MD5_CHECKSUM="9819dcb9bbe9fe032bf80c4928e45404"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
@@ -72,6 +72,8 @@
 POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"
 
 # Game Configuration
+cd $POL_System_TmpDir
+
 if [ "$POL_LANG" = "fr" ]; then
     lang="1036"; # French
 elif [ "$POL_LANG" = "de" ]; then
@@ -80,9 +82,6 @@
     lang="1033"; # English
 fi
 
-POL_System_TmpCreate "$PREFIX"
-cd $POL_System_TmpDir
-
 cat << EOF > "lang.reg"
 Windows Registry Editor Version 5.00
 
@@ -91,10 +90,11 @@
 EOF
 POL_Wine regedit "lang.reg"
 
-POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK_181" "~"
-if [ "$(echo $APP_ANSWER | grep -o "DXVK_181")" != "" ]
-then
-    POL_Call POL_Install_DXVK_181
+if [ "$POL_OS" = "Linux" ]; then
+    POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK" "~"
+    if [ "$(echo $APP_ANSWER | grep -o "DXVK")" != "" ]; then
+        POL_Call POL_Install_DXVK
+    fi
 fi
 
 # Cleanup

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2021-05-05 02-15)
# Distribution used to test : 
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.
# [Yaotl] (2021-05-05)
#   Wine 4.0.3 -> 6.0
#   Script updates

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="6.0.1"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL="https://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_05_21_17_59/$PREFIX.7z"
MD5_CHECKSUM="9819dcb9bbe9fe032bf80c4928e45404"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks the required POL/POM version
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Launcher Download
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_vcrun2019

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

POL_Wine_Direct3D "UseGLSL" "enabled"
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Call POL_Install_VideoDriver

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
7z e "$POL_System_TmpDir/StarTrekOnline.7z" -o"$WINEPREFIX/drive_c/Program Files/Star Trek Online"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
cd $POL_System_TmpDir

if [ "$POL_LANG" = "fr" ]; then
    lang="1036"; # French
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"; # German
else
    lang="1033"; # English
fi

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

if [ "$POL_OS" = "Linux" ]; then
    POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK" "~"
    if [ "$(echo $APP_ANSWER | grep -o "DXVK")" != "" ]; then
        POL_Call POL_Install_DXVK
    fi
fi

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Wednesday 16 June 2021 at 6:27
Script approved, thanks.
Yaotl Thursday 6 May 2021 at 15:08
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2015-04-02)
-# Last revision : (2019-09-08 06-50)
-# Distribution used to test : Linux Mint 19.2 Cinnamon - 64-bit
+# Last revision : (2021-05-05 02-15)
+# Distribution used to test : 
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux : 4.3.4
@@ -16,15 +16,18 @@
 #   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
 # [Dadu042] (2020-01-09)
 #   Fix VMS order.
+# [Yaotl] (2021-05-05)
+#   Wine 4.0.3 -> 6.0
+#   Script updates
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-WINEVERSION="4.0.3"
+WINEVERSION="6.0"
 TITLE="Star Trek Online"
 PREFIX="StarTrekOnline"
-DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"
-MD5_CHECKSUM="fb28fd2e7d53b94957689481afcd35a8"
+DOWNLOAD_URL="http://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_03_22_18_15/$PREFIX.7z"
+MD5_CHECKSUM="c94dbad2add50eaa9263fe2d48a65670"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
@@ -35,46 +38,46 @@
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"
 
-# Checks if the required PlayOnLinux/Mac version is installed.
+# Checks the required POL/POM version
 POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
 
+# Launcher Download
+POL_System_TmpCreate "$PREFIX"
+cd "$POL_System_TmpDir"
+POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+
 # Create Prefix
 POL_System_SetArch "amd64"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
 # Dependencies
-POL_Call POL_Install_corefonts
-POL_Call POL_Install_d3dx9
-POL_Call POL_Install_d3dx10
-POL_Call POL_Install_d3dx11
-POL_Call POL_Install_dinput8
-POL_Call POL_Install_xinput
+POL_Call POL_Install_vcrun2019
 
 # Asking about memory size of graphic card
 POL_SetupWindow_VMS ${GAME_VMS}
 
-# Useful when there is 2 GPU on the same computer.
-POL_Call POL_Install_VideoDriver
+POL_Wine_Direct3D "UseGLSL" "enabled"
+POL_Wine_Direct3D "DirectDrawRenderer" "opengl"
 
-# Configuration
-Set_OS "win10"
+# Set Graphic Card informations keys for wine
+POL_Call POL_Install_VideoDriver
 
 # Installation
 mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
 cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+7z e "$POL_System_TmpDir/StarTrekOnline.7z" -o"$WINEPREFIX/drive_c/Program Files/Star Trek Online"
 
 # Create Shortcut
 POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"
 
 # Game Configuration
 if [ "$POL_LANG" = "fr" ]; then
-    lang="1036"
+    lang="1036"; # French
 elif [ "$POL_LANG" = "de" ]; then
-    lang="1031"
+    lang="1031"; # German
 else
-    lang="1033"
+    lang="1033"; # English
 fi
 
 POL_System_TmpCreate "$PREFIX"
@@ -88,6 +91,12 @@
 EOF
 POL_Wine regedit "lang.reg"
 
+POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK_181" "~"
+if [ "$(echo $APP_ANSWER | grep -o "DXVK_181")" != "" ]
+then
+    POL_Call POL_Install_DXVK_181
+fi
+
 # Cleanup
 POL_System_TmpDelete
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2021-05-05 02-15)
# Distribution used to test : 
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.
# [Yaotl] (2021-05-05)
#   Wine 4.0.3 -> 6.0
#   Script updates

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="6.0"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL="http://yaotl.heliohost.us/resources/setups/$PREFIX/CL_2021_03_22_18_15/$PREFIX.7z"
MD5_CHECKSUM="c94dbad2add50eaa9263fe2d48a65670"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks the required POL/POM version
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Launcher Download
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_vcrun2019

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

POL_Wine_Direct3D "UseGLSL" "enabled"
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Call POL_Install_VideoDriver

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
7z e "$POL_System_TmpDir/StarTrekOnline.7z" -o"$WINEPREFIX/drive_c/Program Files/Star Trek Online"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
if [ "$POL_LANG" = "fr" ]; then
    lang="1036"; # French
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"; # German
else
    lang="1033"; # English
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

POL_SetupWindow_checkbox_list "Optimal components:" "$TITLE" "DXVK_181" "~"
if [ "$(echo $APP_ANSWER | grep -o "DXVK_181")" != "" ]
then
    POL_Call POL_Install_DXVK_181
fi

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Saturday 8 May 2021 at 10:12
script approved.
Findell Monday 18 May 2020 at 9:36
Findell Anonymous

Message

0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33d120,0x00000000), stub!

0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.

0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.

 

Let you install the game and patch to current version.

 

Wont let you execute the game with a hard lock of a Direct dx issue.

 

Tried a clean full install twice wiping out of the virtual drive.

 

Tried forcing a reinstall of the dx libs and the video card lib that it auto install same issues.

 

Replies

Anonymous
Monday 18 May 2020 at 10:18
Tried forcing the game to use dx 11 and 10 with -d3d11 and -d3d10 swtiches in the games launcher still the same issue.

 

Installed Wine 5.0 and the error message changed

0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.

0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.

 

Still the same issue where you can't launch the game.

 

In 5.0 dxdiag it shows a proper video card name rather then the x-windows serve that shows up for 4.0.3 release.

 

Installed Wine 5.7 same issues presisited.

 

Installed Wine 3.17 and it seemes to launch the game if you turn on the "safe mode" launch option. It does take a rather long time at a loading screen so dont write it off if it takes 5-10 minutes to launch.
Anonymous
Monday 22 February 2021 at 12:38
After trying to install directx_Jun2010_redist.exe, POL downloads the file but it seems that the waited SHA differs from the downloded one

Local : 822e4c5... Server : 7c1fc2...

So, I downloaded the file and use the "launch exe" option to run it manually
Anonymous
Monday 22 February 2021 at 12:39
Then, after declining the DX retry and pushing next, it tries again, download again.... etc

I retries 3 times before to continue the installation
Dadu042 Thursday 9 January 2020 at 17:20
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -14,7 +14,8 @@
 #   Wine 3.19 -> 4.0.2
 # [Dadu042] (2019-12-02)
 #   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
-
+# [Dadu042] (2020-01-09)
+#   Fix VMS order.
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
@@ -50,12 +51,12 @@
 POL_Call POL_Install_dinput8
 POL_Call POL_Install_xinput
 
-# Useful when there is 2 GPU on the same computer.
-POL_Call POL_Install_VideoDriver
-
 # Asking about memory size of graphic card
 POL_SetupWindow_VMS ${GAME_VMS}
 
+# Useful when there is 2 GPU on the same computer.
+POL_Call POL_Install_VideoDriver
+
 # Configuration
 Set_OS "win10"
 

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2019-09-08 06-50)
# Distribution used to test : Linux Mint 19.2 Cinnamon - 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
# [Dadu042] (2020-01-09)
#   Fix VMS order.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="4.0.3"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"
MD5_CHECKSUM="fb28fd2e7d53b94957689481afcd35a8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks if the required PlayOnLinux/Mac version is installed.
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11
POL_Call POL_Install_dinput8
POL_Call POL_Install_xinput

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Useful when there is 2 GPU on the same computer.
POL_Call POL_Install_VideoDriver

# Configuration
Set_OS "win10"

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
if [ "$POL_LANG" = "fr" ]; then
    lang="1036"
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"
else
    lang="1033"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Dadu042 Wednesday 4 December 2019 at 20:35
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -5,12 +5,21 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux : 4.3.4
+#
+# CHANGELOG
+# [R. Dusette] (2015-04-02)
+#   First script.
+# ...
+# [Yaotl] (2019-11-26)
+#   Wine 3.19 -> 4.0.2
+# [Dadu042] (2019-12-02)
+#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-WINEVERSION="4.0.2"
+WINEVERSION="4.0.3"
 TITLE="Star Trek Online"
 PREFIX="StarTrekOnline"
 DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2019-09-08 06-50)
# Distribution used to test : Linux Mint 19.2 Cinnamon - 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4
#
# CHANGELOG
# [R. Dusette] (2015-04-02)
#   First script.
# ...
# [Yaotl] (2019-11-26)
#   Wine 3.19 -> 4.0.2
# [Dadu042] (2019-12-02)
#   Wine 4.0.2 -> 4.0.3, because 4.0.2 is still not available from OSX on Playonmac (while 4.0.3 is).


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="4.0.3"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"
MD5_CHECKSUM="fb28fd2e7d53b94957689481afcd35a8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks if the required PlayOnLinux/Mac version is installed.
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11
POL_Call POL_Install_dinput8
POL_Call POL_Install_xinput

# Useful when there is 2 GPU on the same computer.
POL_Call POL_Install_VideoDriver

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win10"

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
if [ "$POL_LANG" = "fr" ]; then
    lang="1036"
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"
else
    lang="1033"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Yaotl Monday 8 April 2019 at 15:03
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Differences

@@ -1,35 +1,35 @@
 #!/bin/bash
-# Date : (2015-04-21)
-# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
+# Date : (2015-04-02)
+# Last revision : (2019-09-08 06-50)
+# Distribution used to test : Linux Mint 19.2 Cinnamon - 64-bit
 # Author : RoninDusette
-# Update (2018-07-24) by : Yaotl
 # Licence : GPLv3
-# PlayOnLinux : 4.2.12
+# PlayOnLinux : 4.3.4
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-PREFIX="StarTrekOnline"
-WINEVERSION="3.19"
+WINEVERSION="4.0.2"
 TITLE="Star Trek Online"
-EDITOR="Perfect World Entertainment Inc."
-GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
-AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
-MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"
+PREFIX="StarTrekOnline"
+DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"
+MD5_CHECKSUM="fb28fd2e7d53b94957689481afcd35a8"
 
 #Initialization
-POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2491
 POL_Debug_Init
 
 # Presentation
-POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"
+
+# Checks if the required PlayOnLinux/Mac version is installed.
+POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
 
 # Create Prefix
-POL_System_SetArch "x64"
+POL_System_SetArch "amd64"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
@@ -38,47 +38,48 @@
 POL_Call POL_Install_d3dx9
 POL_Call POL_Install_d3dx10
 POL_Call POL_Install_d3dx11
+POL_Call POL_Install_dinput8
+POL_Call POL_Install_xinput
+
+# Useful when there is 2 GPU on the same computer.
+POL_Call POL_Install_VideoDriver
 
 # Asking about memory size of graphic card
 POL_SetupWindow_VMS ${GAME_VMS}
 
 # Configuration
-Set_OS "win7"
+Set_OS "win10"
 
 # Installation
-POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
-if [ "$APP_ANSWER" = "English" ]
-then
-    lang="1033"
-elif [ "$APP_ANSWER" = "Deutsch" ]
-then
-    lang="1031"
-elif [ "$APP_ANSWER" = "Français" ]
-then
+mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+
+# Create Shortcut
+POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"
+
+# Game Configuration
+if [ "$POL_LANG" = "fr" ]; then
     lang="1036"
+elif [ "$POL_LANG" = "de" ]; then
+    lang="1031"
+else
+    lang="1033"
 fi
 
 POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
 
-echo 'Windows Registry Editor Version 5.00
+cat << EOF > "lang.reg"
+Windows Registry Editor Version 5.00
 
-[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
-echo '"InstallLanguage"="'$lang'"' >> lang.reg
+[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
+"InstallLanguage"="$lang"
+EOF
 POL_Wine regedit "lang.reg"
 
-mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
-
 # Cleanup
 POL_System_TmpDelete
-
-# Create Shortcut
-POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
-
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
-
 POL_SetupWindow_Close
-
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2019-09-08 06-50)
# Distribution used to test : Linux Mint 19.2 Cinnamon - 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

WINEVERSION="4.0.2"
TITLE="Star Trek Online"
PREFIX="StarTrekOnline"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_07_22_17_20/Star Trek Online.exe"
MD5_CHECKSUM="fb28fd2e7d53b94957689481afcd35a8"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.png" "http://files.playonlinux.com/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

# Checks if the required PlayOnLinux/Mac version is installed.
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11
POL_Call POL_Install_dinput8
POL_Call POL_Install_xinput

# Useful when there is 2 GPU on the same computer.
POL_Call POL_Install_VideoDriver

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win10"

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
if [ "$POL_LANG" = "fr" ]; then
    lang="1036"
elif [ "$POL_LANG" = "de" ]; then
    lang="1031"
else
    lang="1033"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

cat << EOF > "lang.reg"
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="$lang"
EOF
POL_Wine regedit "lang.reg"

# Cleanup
POL_System_TmpDelete
POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
POL_SetupWindow_Close
exit 0

Replies

Friday 15 November 2019 at 12:45
Approved.

Edited by Yaotl

Yaotl Monday 11 February 2019 at 5:38
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,32 +1,30 @@
 #!/bin/bash
-# Date : (2015-04-21)
-# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
+# Date : (2015-04-02)
+# Last revision : (2019-06-26 01-21)
+# Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit
 # Author : RoninDusette
-# Update (2018-07-24) by : Yaotl
 # Licence : GPLv3
-# PlayOnLinux : 4.2.12
+# PlayOnLinux : 4.3.4
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="3.19"
+WINEVERSION="4.11"
 TITLE="Star Trek Online"
-EDITOR="Perfect World Entertainment Inc."
-GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
-AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
-MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"
+DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_05_03_13_48/Star Trek Online.exe"
+MD5_CHECKSUM="7da20e8b66354a8e3622f14b1c0959c6"
 
 #Initialization
-POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.png" "http://0815.bplaced.net/resources/setups/$PREFIX/left.png" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2491
 POL_Debug_Init
 
 # Presentation
-POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"
+POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
 
 # Create Prefix
 POL_System_SetArch "x64"
@@ -43,19 +41,24 @@
 POL_SetupWindow_VMS ${GAME_VMS}
 
 # Configuration
-Set_OS "win7"
+Set_OS "win10"
 
 # Installation
+mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+
+# Create Shortcut
+POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"
+
+# Game Configuration
 POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
 if [ "$APP_ANSWER" = "English" ]
-then
-    lang="1033"
+    then lang="1033"
 elif [ "$APP_ANSWER" = "Deutsch" ]
-then
-    lang="1031"
+    then lang="1031"
 elif [ "$APP_ANSWER" = "Français" ]
-then
-    lang="1036"
+    then lang="1036"
 fi
 
 POL_System_TmpCreate "$PREFIX"
@@ -63,20 +66,13 @@
 
 echo 'Windows Registry Editor Version 5.00
 
-[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
-echo '"InstallLanguage"="'$lang'"' >> lang.reg
+[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
+"InstallLanguage"="'$lang'"' > lang.reg
 POL_Wine regedit "lang.reg"
 
-mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
-POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
-
 # Cleanup
 POL_System_TmpDelete
 
-# Create Shortcut
-POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
-
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 
 POL_SetupWindow_Close

New source code

#!/bin/bash
# Date : (2015-04-02)
# Last revision : (2019-06-26 01-21)
# Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.3.4


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="4.11"
TITLE="Star Trek Online"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2019_05_03_13_48/Star Trek Online.exe"
MD5_CHECKSUM="7da20e8b66354a8e3622f14b1c0959c6"

#Initialization
POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.png" "http://0815.bplaced.net/resources/setups/$PREFIX/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."

# Create Prefix
POL_System_SetArch "x64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win10"

# Installation
mkdir -p "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE" "" "" "Game;"

# Game Configuration
POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
if [ "$APP_ANSWER" = "English" ]
    then lang="1033"
elif [ "$APP_ANSWER" = "Deutsch" ]
    then lang="1031"
elif [ "$APP_ANSWER" = "Français" ]
    then lang="1036"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

echo 'Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="'$lang'"' > lang.reg
POL_Wine regedit "lang.reg"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close

exit 0

Replies

Sunday 24 February 2019 at 19:05
Does this actually work on 64 bit wine? That would be cool. I assume it's been tested right?
Anonymous
Wednesday 27 February 2019 at 20:12
Just tested. Played for 20 minutes. It works on 64bit but the framerate seems to be jumping all over the place. Haven't tried it on windows yet so not sure if thats a wine issue or gtx 1070 isn't enough.
Anonymous
Sunday 17 March 2019 at 3:24
How do I update the installer for this? The "Try this update" always fails and  the bash script listed here fails for me when I run it with playonlinux-bash. Running Linux Mint 19.

 
Sunday 17 March 2019 at 16:49
You can't do it at the moment. An admin needs to approve it. I'll do that now.
Sunday 17 March 2019 at 16:57
why did you remove the lines with the variables for the script? They are there for a reason... Now if anything needs to be changed you have to hunt through the script instead of just declaring variables at the top and using throughout. That is standard practice. Please change it to use variables properly like before, as I'm sure that was not the issue with your install.
Anonymous
Thursday 4 April 2019 at 6:07
Any status on this update?

Edited by Yaotl

Glowen88 Sunday 10 February 2019 at 12:37
Glowen88 Anonymous

Message

I'm having difficulties with the Installer. During installation when the language selection window appears, no options appear. Therefore I am not able to advance the installation. I'm running PlayOnMac on macOS Sierra. Help?

Replies

Anonymous
Sunday 10 February 2019 at 12:47
PlayOnLinux debugging tool (v4.3.4)
-----------------------------------------------
Debugging: Star Trek Online

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 02/10/19 12:33:07

> uname -a
Darwin White-Crane.local 16.7.0 Darwin Kernel Version 16.7.0: Wed Oct 10 20:06:00 PDT 2018; root:xnu-3789.73.24~1/RELEASE_X86_64 x86_64
> lsb_release -a

> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
wine-4.0-rc4 (Staging)
> glxinfo \| grep rendering

> glxinfo \| grep renderer

> OpenGL libs


> export
declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnMac"
declare -x ARGVZERO="./playonmac.real"
declare -x Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.LP1PeQxM1L/Render"
declare -x DEBIAN_PACKAGE="FALSE"
declare -x DESKTOP="/Users/Giulia/Desktop"
declare -x DISPLAY="/private/tmp/com.apple.launchd.ZABl7Y6pcV/org.macosforge.xquartz:0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN="/Applications/PlayOnMac.app/Contents/MacOS"
declare -x DYLD_LIBRARY_PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/dyld:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/MacOS"
declare -x EXECUTABLEPATH="/Applications/PlayOnMac.app/Contents/MacOS/./playonmac.real"
declare -x FREETYPE_PROPERTIES="truetype:interpreter-version=35"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GNUPGHOME="/Users/Giulia/Library/PlayOnMac//gpg"
declare -x HOME="/Users/Giulia"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="en_NL"
declare -x LC_ALL="en_NL.UTF-8"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/ld:/opt/X11/lib/:"
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="Giulia"
declare -x MACHTYPE="x86_64-apple-darwin16"
declare -x MAGICK_HOME="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/"
declare -x MD5_COMMAND="md5"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/Users/Giulia/Library/PlayOnMac/configurations/setups/Star Trek Online"
declare -x OSX_SUB_VERSION="7"
declare -x OSX_VERSION="16"
declare -x OS_NAME="darwin"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
declare -x PATH_ORIGIN="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
declare -x PLAYONLINUX="/Applications/PlayOnMac.app/Contents/Resources/playonlinux"
declare -x PLAYONMAC="/Applications/PlayOnMac.app/Contents/Resources/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="ccrQ6LzGIzagvDGT9hzz"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonmac.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="40418141"
declare -x POL_LANG="en"
declare -x POL_OS="Mac"
declare -x POL_PORT="30000"
declare -x POL_SetupWindow_ID="64958"
declare -x POL_SetupWindow_LeftImage="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/etc/setups/default/left.jpg"
declare -x POL_TERM="xterm"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/Users/Giulia/Library/PlayOnMac/"
declare -x POL_WGET="wget --prefer-family=IPv4 -q --no-check-certificate"
declare -x PWD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/python"
declare -x PYTHONHOME="/Applications/PlayOnMac.app/Contents/Resources"
declare -x PYTHONPATH="/Applications/PlayOnMac.app/Contents/Resources"
declare -x REPERTOIRE="/Users/Giulia/Library/PlayOnMac/"
declare -x RESOURCEPATH="/Applications/PlayOnMac.app/Contents/Resources"
declare -x RLANG="en_NL"
declare -x SED="sed"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.6O6YYbOJrN/Listeners"
declare -x TEXTDOMAIN="pol"
declare -x TEXTDOMAINDIR="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/lang/locale/"
declare -x TITRE="PlayOnMac"
declare -x TMPDIR="/var/folders/k4/3ljt28m107q24vq8mqr60wxm0000gn/T/"
declare -x USER="Giulia"
declare -x VERSION="4.3.4"
declare -x WGETRC="/Users/Giulia/Library/PlayOnMac//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/Users/Giulia/Library/PlayOnMac//wineprefix/default"
declare -x WINE_SITE="https://phoenicis.playonlinux.com/index.php/wine?os=darwin"
declare -x WRITE_DYLD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/dyld:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/MacOS"
declare -x WRITE_LD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/ld:/opt/X11/lib/:"
declare -x XPC_FLAGS="0x0"
declare -x XPC_SERVICE_NAME="0"
declare -x __CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"


02/10/19 12:33:20 - [POL_System_SetArch] Message: POL_ARCH set to amd64
02/10/19 12:33:20 - [POL_Wine_SelectPrefix] Message: Selecting prefix: StarTrekOnline
02/10/19 12:33:20 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 3.19
02/10/19 12:33:20 - [POL_Wine_PrefixCreate] Message: Creating prefix (3.19)...
02/10/19 12:33:21 - [POL_Wine_PrefixCreate] Message: Using wine 3.19
02/10/19 12:33:21 - [POL_Wine_InstallVersion] Message: Installing wine version path: 3.19, amd64
02/10/19 12:33:21 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH amd64
02/10/19 12:33:21 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 3.19
02/10/19 12:33:21 - [POL_Wine] Message: Running wine-3.19 --version (Working directory : /Applications/PlayOnMac.app/Contents/Resources/playonlinux/python)
02/10/19 12:33:21 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine-3.19
02/10/19 12:33:21 - [POL_Wine] Message: Wine return: 0
02/10/19 12:34:44 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
02/10/19 12:34:44 - [POL_Wine] Message: Running wine-3.19 cmd /c echo %ProgramFiles% (Working directory : /Applications/PlayOnMac.app/Contents/Resources/playonlinux/python)
02/10/19 12:34:44 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
dbus[65519]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0018:err:ntdll:RtlpWaitForCriticalSection section 0x7bce3bc0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0018, blocked by 0019, retrying (60 sec)
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
C:\Program Files (x86)
02/10/19 12:34:53 - [POL_Wine] Message: Wine return: 0
02/10/19 12:34:56 - [POL_Call] Message: Calling POL_Install_corefonts
02/10/19 12:34:56 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
02/10/19 12:34:56 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
02/10/19 12:34:56 - [POL_GPG_install_key] Message: Importing PlayOnMac public key
02/10/19 12:34:57 - [POL_Source] Message: POL GPG : Good signature
02/10/19 12:34:57 - [POL_Call] Message: Calling POL_Internal_InstallFonts
02/10/19 12:34:57 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
02/10/19 12:34:57 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
02/10/19 12:34:57 - [POL_GPG_install_key] Message: Importing PlayOnMac public key
02/10/19 12:34:57 - [POL_Source] Message: POL GPG : Good signature
02/10/19 12:34:57 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
02/10/19 12:34:57 - [source] Message: Installing microsoft fonts
02/10/19 12:34:57 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
02/10/19 12:34:57 - [POL_Call] Message: Calling POL_Install_d3dx9
02/10/19 12:34:57 - [POL_Call] Message: ----- Starting function POL_Install_d3dx9 -----
02/10/19 12:34:57 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_d3dx9
02/10/19 12:34:57 - [POL_GPG_install_key] Message: Importing PlayOnMac public key
02/10/19 12:34:57 - [POL_Source] Message: POL GPG : Good signature
02/10/19 12:34:57 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe
02/10/19 12:34:59 - [POL_Download_Resource] Message: Resource already present
02/10/19 12:34:59 - [source] Message: Extracting x86 and x64 dlls
02/10/19 12:35:07 - [source] Message: Overriding all d3dx9 dlls
02/10/19 12:35:07 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
02/10/19 12:35:08 - [POL_Wine] Message: Running wine-3.19 regedit /Users/Giulia/Library/PlayOnMac//tmp/override-dll.reg (Working directory : /Users/Giulia/Library/PlayOnMac/ressources)
02/10/19 12:35:08 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
dbus[65772]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0018:err:ntdll:RtlpWaitForCriticalSection section 0x7bce3bc0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0018, blocked by 0019, retrying (60 sec)
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
02/10/19 12:35:16 - [POL_Wine] Message: Wine return: 0
02/10/19 12:35:16 - [source] Message: Deleting temporary directories
02/10/19 12:35:16 - [POL_Call] Message: ----- Ending function POL_Install_d3dx9 -----
02/10/19 12:35:16 - [POL_Call] Message: Calling POL_Install_d3dx10
02/10/19 12:35:16 - [POL_Call] Message: ----- Starting function POL_Install_d3dx10 -----
02/10/19 12:35:16 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_d3dx10
02/10/19 12:35:16 - [POL_GPG_install_key] Message: Importing PlayOnMac public key
02/10/19 12:35:16 - [POL_Source] Message: POL GPG : Good signature
02/10/19 12:35:16 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe
02/10/19 12:35:17 - [POL_Download_Resource] Message: Resource already present
02/10/19 12:35:17 - [source] Message: Extracting x86 and x64 dlls
02/10/19 12:35:20 - [source] Message: Overriding all d3dx10 dlls
02/10/19 12:35:20 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
02/10/19 12:35:21 - [POL_Wine] Message: Running wine-3.19 regedit /Users/Giulia/Library/PlayOnMac//tmp/override-dll.reg (Working directory : /Users/Giulia/Library/PlayOnMac/ressources)
dbus[65948]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0018:err:ntdll:RtlpWaitForCriticalSection section 0x7bce3bc0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0018, blocked by 0019, retrying (60 sec)
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
02/10/19 12:35:30 - [POL_Wine] Message: Wine return: 0
02/10/19 12:35:30 - [source] Message: Deleting temporary directories
02/10/19 12:35:30 - [POL_Call] Message: ----- Ending function POL_Install_d3dx10 -----
02/10/19 12:35:30 - [POL_Call] Message: Calling POL_Install_d3dx11
02/10/19 12:35:30 - [POL_Call] Message: ----- Starting function POL_Install_d3dx11 -----
02/10/19 12:35:30 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_d3dx11
02/10/19 12:35:30 - [POL_GPG_install_key] Message: Importing PlayOnMac public key
02/10/19 12:35:30 - [POL_Source] Message: POL GPG : Good signature
02/10/19 12:35:30 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe
02/10/19 12:35:31 - [POL_Download_Resource] Message: Resource already present
02/10/19 12:35:41 - [source] Message: Extracting x86 and x64 dlls
02/10/19 12:35:42 - [source] Message: Overriding all d3dx11 dlls
02/10/19 12:35:42 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
02/10/19 12:36:03 - [POL_Wine] Message: Running wine-3.19 regedit /Users/Giulia/Library/PlayOnMac//tmp/override-dll.reg (Working directory : /Users/Giulia/Library/PlayOnMac/ressources)
dbus[66107]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0017:err:ntdll:RtlpWaitForCriticalSection section 0x7bce3bc0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0017, blocked by 0018, retrying (60 sec)
0023:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0023:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
02/10/19 12:36:12 - [POL_Wine] Message: Wine return: 0
02/10/19 12:36:12 - [source] Message: Deleting temporary directories
02/10/19 12:36:12 - [POL_Call] Message: ----- Ending function POL_Install_d3dx11 -----
02/10/19 12:36:13 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /Users/Giulia/Library/PlayOnMac//wineprefix/StarTrekOnline VideoMemorySize 1536
02/10/19 12:36:13 - [POL_Wine] Message: Running wine-3.19 regedit /Users/Giulia/Library/PlayOnMac//tmp/regkey.reg (Working directory : /Users/Giulia/Library/PlayOnMac/tmp)
dbus[66186]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
02/10/19 12:36:17 - [POL_Wine] Message: Wine return: 0
02/10/19 12:36:17 - [Set_OS] Message: Setting Windows OS to win7
02/10/19 12:36:17 - [POL_Wine] Message: Running wine-3.19 regedit /Users/Giulia/Library/PlayOnMac//tmp/regkey.reg (Working directory : /Users/Giulia/Library/PlayOnMac/tmp)
dbus[66242]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
0024:err:ntoskrnl:IoCreateDriver failed to insert driver L"\\Driver\\WineHID" in tree
02/10/19 12:36:23 - [POL_Wine] Message: Wine return: 0

Edited by Glowen88

man-max Saturday 2 February 2019 at 22:59
man-max Anonymous

Message

hello, i cam currently having issues getting the correct directx version to run on playonmac. earlier in the post someone mentioned a wiki for guidance and help, if that is helpful, what is the link?

Replies

Anonymous
Saturday 2 February 2019 at 23:02
link to my error on pressing "engage" --> https://imgur.com/a/OM9wy12

 
Anonymous
Saturday 2 February 2019 at 23:03
that is the link to the picture of my error^
Monday 4 February 2019 at 16:16
Post debug logs please
Anonymous
Wednesday 20 February 2019 at 6:02
I get the same error (unsupported direct x version) trying STO with wine version 4.1 & windows version 10 (just want to note that STO works just fine with wine version 3.17 using windows version 7):


[02/19/19 20:58:27] - Running wine-4.1 Star Trek Online.exe (Working directory : /Users/fletch/Library/PlayOnMac/wineprefix/StarTrekOnline/drive_c/Program Files/Star Trek Online)
0089:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0089:fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 0x87399c, 0x6273e80, 0x6273e90) stub.
008a:fixme:ver:GetCurrentPackageId (0x7f31fedc 0x0): stub

Setting default pigset mode...
done (0x00000000) (0.00)
0089:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0089:fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to server "patchserver.crypticstudios.com" on port 7255
PatchClientLib: redirecting to server "208.95.186.50" on port 7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down

fileDataDir (0.00)

Loaded FolderCache (0.00)

UtilitiesLib_SetFileSystemIsInitted (0.00)
0089:fixme:win:EnumDisplayDevicesW ((null),0,0x33d220,0x00000000), stub!
0089:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0089:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
0089:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0089:fixme:win:EnumDisplayDevicesW ((null),0,0x33d7a0,0x00000000), stub!
0089:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0089:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
0089:fixme:iphlpapi:NotifyAddrChange (Handle 0x33c6b4, overlapped 0x7f6b30c0): stub
0089:fixme:winsock:WSALookupServiceBeginW (0x33c7b4 0x00000ff0 0x33c7fc) Stub!
[0219/205830:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin failed with: 0
[0219/205830:INFO:CONSOLE(0)] "Uncaught ReferenceError: LauncherAPI is not defined," source: about:blank(1)
0099:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
009a:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv6 not supported in this platform
0089:fixme:imm:ImmReleaseContext (0x40084, 0x6458b80): stub
0089:fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x7f6b30c0): stub

GamePrefsInit: giGamePrefSet now 0
[02/19/19 20:59:18] - Running wine-4.1 Star Trek Online.exe (Working directory : /Users/fletch/Library/PlayOnMac/wineprefix/StarTrekOnline/drive_c/Program Files/Star Trek Online)
dbus[16782]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0009:fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 0x87399c, 0x6273e80, 0x6273e90) stub.
002e:fixme:ver:GetCurrentPackageId (0x7f31fedc 0x0): stub

Setting default pigset mode...
done (0x00000000) (0.00)
0009:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0009:fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to server "patchserver.crypticstudios.com" on port 7255
PatchClientLib: redirecting to server "208.95.186.199" on port 7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down

fileDataDir (0.00)

Loaded FolderCache (0.00)

UtilitiesLib_SetFileSystemIsInitted (0.00)
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33d220,0x00000000), stub!
0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33d7a0,0x00000000), stub!
0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
0009:fixme:iphlpapi:NotifyAddrChange (Handle 0x33c6b4, overlapped 0x7f6b3040): stub
0009:fixme:winsock:WSALookupServiceBeginW (0x33c7b4 0x00000ff0 0x33c7fc) Stub!
[0219/205922:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin failed with: 0
[0219/205922:INFO:CONSOLE(0)] "Uncaught ReferenceError: LauncherAPI is not defined," source: about:blank(1)
003d:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
003e:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv6 not supported in this platform
0009:fixme:imm:ImmReleaseContext (0x3004e, 0x6457f70): stub
[0219/205936:INFO:CONSOLE(0)] "Select shard: 0," source: http://launcher.startrekonline.com/static/all/js/api.js(157)
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33d110,0x00000000), stub!
0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.

GamePrefsInit: giGamePrefSet now 0
Displaying status message: Connecting to Account Server
While finding unique IPs, converted controllertracker.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker0.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker1.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker2.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker3.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker4.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker5.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker6.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker7.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker8.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker9.crypticstudios.com to 208.95.186.113
Displaying status message: Attempting to connect to controller tracker.
Displaying status message: Loading launcher
startPatch, new Startrek:Holodeck
Checking patch status for ST.92.20190205a.12
Skipping unnecessary patch for C:/Program Files/Star Trek Online/Star Trek Online/Live

ERROR: Failed to detect DirectX Feature Level
Line: c:\src\core\crypticlauncher\ui.c(662)
Details: HResult (dxError): 4294967292 HResult (enumError): 2147500037 FeatureLevel: 0.000000
Anonymous
Sunday 24 February 2019 at 18:45
I am having same issue and would love to play Star Trek online on my Mac. bad directx same as in picture this guy posted. Lots of talk about reading a wiki but never a link to this "wiki" a search in google doesn't populate any "wiki" on this topic for me to read "carefully" or not. People silly comments telling me to go buy a PC is not helpful. Is this game playable on a Mac as of 2019 or not? After downloading (playonmac) searching Star Trek online, downloading, installing it from playonmac, updating game, and pressing engage?I get this message. Any and as much help someone can give with links to what they're telling me to do would be helpful. I have never used playonmac or any program like it. Now this is what the message reads. Unsupported DirectX Version: Support for the Video Card you are using has ended. You will be unable to play using this Video Card. Please upgrade your Video Card to one that supports DirectX Hardware Feature Level 10 or higher; See your Video Card manufacturers documentations for information on DirectX Hardware Feature Level support. THE END - my video card should be able to do this. NVIDIA GeForce GTX 680mx 2048 mb with 8GB 1600 MHz DDR3 of memory and a 3.4 GHz Intel Core i7.
Anonymous
Sunday 24 February 2019 at 18:52
I get this message. Any and as much help someone can give with links to what they're telling me to do would be helpful. I have never used playonmac or any program like it. Now this is what the message reads. Unsupported DirectX Version: Support for the Video Card you are using has ended. You will be unable to play using this Video Card. Please upgrade your Video Card to one that supports DirectX Hardware Feature Level 10 or higher; See your Video Card manufacturers documentations for information on DirectX Hardware Feature Level support. THE END - my video card should be able to do this. NVIDIA GeForce GTX 680mx 2048 mb with 8GB 1600 MHz DDR3 of memory and a 3.4 GHz Intel Core i7.
Anonymous
Tuesday 26 February 2019 at 5:30
@codyjoeo - What wine version are you using? Open PlayOnMac, select Star Trek Online, click the configure button, and the wine version is listed. The game plays just fine for me on wine version 3.17. I get the above error when using wine version 4.1. The approved playonmac installer uses wine version 3.19 (I do not remember if I got the above error or if the game just didn't load). Regardless, a thread below mentioned going back to 3.17, the game loads and is playable but the graphics are far from the best. I am using macOS Mojave on a Mac mini 2018 (i7, 32GB of RAM) with an ASUS XG Station Pro eGPU (with an AMD Radeon RX 580).
Yaotl Wednesday 23 January 2019 at 10:26
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,35 +1,46 @@
 #!/bin/bash
 # Date : (2015-04-21)
-# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
+# Distribution used to test : Linux Mint 19.1 Cinnamon 64-bit
 # Author : RoninDusette
-# Update (2018-07-24) by : Yaotl
+# Update (2018-01-23) by : Yaotl
 # Licence : GPLv3
-# PlayOnLinux : 4.2.12
+# PlayOnLinux : 4.3.4
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="3.19"
+#WINEVERSION="4.0-rc7"
 TITLE="Star Trek Online"
-EDITOR="Perfect World Entertainment Inc."
-GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
-AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
-MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"
+DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_12_21_17_06/Star Trek Online.exe"
+MD5_CHECKSUM="2ce8e5d06d17c122f106c3546183e4fa"
 
 #Initialization
-POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2491
 POL_Debug_Init
 
 # Presentation
-POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"
+
+POL_SetupWindow_menu "" "$TITLE" "64-bit installation|32-bit installation" "|"
+if [ "$APP_ANSWER" = "64-bit installation" ]
+    then SetArch="x64"
+elif [ "$APP_ANSWER" = "32-bit installation" ]
+    then SetArch="x86"
+fi
+
+POL_SetupWindow_menu "" "$TITLE" "Wine_3.19|Wine_4.0-rc7_non_PlayOnLinux/Mac_4.2.12_compatible" "|"
+if [ "$APP_ANSWER" = "Wine_3.19" ]
+    then WINEVERSION="3.19"
+elif [ "$APP_ANSWER" = "Wine_4.0-rc7_non_PlayOnLinux/Mac_4.2.12_compatible" ]
+    then WINEVERSION="4.0-rc7"
+fi
 
 # Create Prefix
-POL_System_SetArch "x64"
+POL_System_SetArch "$SetArch"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
@@ -43,7 +54,7 @@
 POL_SetupWindow_VMS ${GAME_VMS}
 
 # Configuration
-Set_OS "win7"
+Set_OS "win10"
 
 # Installation
 POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
@@ -63,8 +74,8 @@
 
 echo 'Windows Registry Editor Version 5.00
 
-[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
-echo '"InstallLanguage"="'$lang'"' >> lang.reg
+[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
+"InstallLanguage"="'$lang'"' > lang.reg
 POL_Wine regedit "lang.reg"
 
 mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
@@ -75,7 +86,7 @@
 POL_System_TmpDelete
 
 # Create Shortcut
-POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
+POL_Shortcut "Star Trek Online.exe" "$TITLE"
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Linux Mint 19.1 Cinnamon 64-bit
# Author : RoninDusette
# Update (2018-01-23) by : Yaotl
# Licence : GPLv3
# PlayOnLinux : 4.3.4


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
#WINEVERSION="4.0-rc7"
TITLE="Star Trek Online"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_12_21_17_06/Star Trek Online.exe"
MD5_CHECKSUM="2ce8e5d06d17c122f106c3546183e4fa"

#Initialization
POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Perfect World Entertainment Inc." "https://www.arcgames.com/games/star-trek-online" "RoninDusette" "$PREFIX"

POL_SetupWindow_menu "" "$TITLE" "64-bit installation|32-bit installation" "|"
if [ "$APP_ANSWER" = "64-bit installation" ]
    then SetArch="x64"
elif [ "$APP_ANSWER" = "32-bit installation" ]
    then SetArch="x86"
fi

POL_SetupWindow_menu "" "$TITLE" "Wine_3.19|Wine_4.0-rc7_non_PlayOnLinux/Mac_4.2.12_compatible" "|"
if [ "$APP_ANSWER" = "Wine_3.19" ]
    then WINEVERSION="3.19"
elif [ "$APP_ANSWER" = "Wine_4.0-rc7_non_PlayOnLinux/Mac_4.2.12_compatible" ]
    then WINEVERSION="4.0-rc7"
fi

# Create Prefix
POL_System_SetArch "$SetArch"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win10"

# Installation
POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
if [ "$APP_ANSWER" = "English" ]
then
    lang="1033"
elif [ "$APP_ANSWER" = "Deutsch" ]
then
    lang="1031"
elif [ "$APP_ANSWER" = "Français" ]
then
    lang="1036"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

echo 'Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]
"InstallLanguage"="'$lang'"' > lang.reg
POL_Wine regedit "lang.reg"

mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Cleanup
POL_System_TmpDelete

# Create Shortcut
POL_Shortcut "Star Trek Online.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close

exit 0

Replies

Anonymous
Monday 28 January 2019 at 9:15
Wine 4.0 is out consider using that one instead.
Anonymous
Wednesday 6 February 2019 at 3:37
Has anybody tried and/or is using wine version 4.0 successfully with STO? If so, what are your experiences?
anyb Thursday 17 January 2019 at 16:50
anyb Anonymous

Message

I have been using the script provided by default via PlayOnLinux, it worked wonders! :)

 

Until now, STO seems to have dropped Windows XP support, and it fails to continue beyond the warning/error message that comes up because of it.

 

Is there any way to bypass this check perhaps?

Replies

Friday 18 January 2019 at 22:41
Read the wiki. It tells you how to change the Windows version via the configuration window.
jbieler864 Wednesday 21 November 2018 at 2:00
jbieler864 Anonymous

Message

Okay, here's the complete poop on what I've got going that works for my set-up for Star Trek Online. It's gonna be long. Hope it helps and sets an example for others who want to report in.

Late 2012 IMac,21.5 inch, 2.9 Ghz Intel Core i5, 8 GB RAM, Nvidia GeForce GT 650M 512 MB. Running High Sierra.

POM Configurator set-up using Windows 10.

Been playing since 2013 when the Mac client just came available. Went to POM after the Mac client was discontinued. Continued playing even after the DirectX changes in STO because I had so much time invested and I love the game. I was able to do PVE's, Admiralty and Duty Officer assignments to move my characters forward hoping that something would change, either with WINE or the game.

I have NOT reinstalled POM or the game nor created any new vitual drives for quite some time. To give you a point of reference, when I started working on this post, the playonlinux.log was 37 GB.

Was doing my thing (as noted above) on Wine 2.12. Age of Discovery comes out and suddenly 90 to 95% of the graphics are resolving including most ground scenes. Obviously, something within the game changed. I've updated the WINE version as each new one comes out. I'm using 2.17 now.

Here is the log from a successful 2.17 log in:

[11/20/18 19:11:29] - Running wine-3.17 Star Trek Online.exe (Working directory : /Users/joelcbieler/Library/PlayOnMac/wineprefix/StarTrekOnline/drive_c/users/Public/Games/Cryptic Studios)
Setting default pigset mode...done (0x00000000)                                                       (0.00)
[1120/191146:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin failed with: 0
[1120/191147:INFO:CONSOLE(0)] "Uncaught ReferenceError: LauncherAPI is not defined," source: about:blank(1)
[1120/191201:INFO:CONSOLE(0)] "Select shard: 0," source: http://launcher.startrekonline.com/static/all/js/api.js(157)

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to patchserver.crypticstudios.com:7255
PatchClientLib: redirecting to 208.95.184.39:7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down
GamePrefsInit: giGamePrefSet now 0
Displaying status message: Connecting to Account Server
While finding unique IPs, converted controllertracker.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker0.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker1.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker2.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker3.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker4.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker5.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker6.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker7.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker8.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker9.crypticstudios.com to 208.95.186.113
Displaying status message: Attempting to connect to controller tracker.
Displaying status message: Loading launcher
startPatch, new Startrek:Holodeck
Checking patch status for ST.90.20181029a.14
Skipping unnecessary patch for c:/Users/Public/Games/Cryptic Studios/Star Trek Online/Live
Displaying status message: Connecting to Account Server
successfulPatchRootFolder = c:/Users/Public/Games/Cryptic Studios/Star Trek Online/Live
[11/20/18 19:15:26] - Running wine-3.17 Star Trek Online.exe (Working directory : /Users/joelcbieler/Library/PlayOnMac/wineprefix/StarTrekOnline/drive_c/users/Public/Games/Cryptic Studios)
007b:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
007b:fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 0x855e33, 0x5b798c0, 0x5b798d0) stub.
007c:fixme:ver:GetCurrentPackageId (0x3fd4feac 0x0): stub
Setting default pigset mode...done (0x00000000)                                                       (0.00)
007b:fixme:thread:SetThreadIdealProcessor (0xa4): stub
007b:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
007b:fixme:win:EnumDisplayDevicesW ((null),0,0x33d9e8,0x00000000), stub!
007b:err:winediag:wined3d_dll_init Setting maximum allowed wined3d GL version to 3.2.
007b:fixme:win:EnumDisplayDevicesW ((null),0,0x33d400,0x00000000), stub!
007b:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_ENUM (0x500) from extension detection @ adapter_gl.c / 3657.
007b:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0080:fixme:d3d:wined3d_adapter_gl_create_context OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
007b:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
007b:fixme:win:EnumDisplayDevicesW ((null),0,0x33d850,0x00000000), stub!
007b:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_ENUM (0x500) from extension detection @ adapter_gl.c / 3657.
007b:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.
0081:fixme:d3d:wined3d_adapter_gl_create_context OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
007b:fixme:thread:SetThreadIdealProcessor (0xe0): stub
007b:fixme:iphlpapi:NotifyAddrChange (Handle 0x33c67c, overlapped 0x7f692b30): stub
007b:fixme:winsock:WSALookupServiceBeginW (0x33c77c 0x00000ff0 0x33c7c4) Stub!
[1120/191530:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin failed with: 0
[1120/191530:INFO:CONSOLE(0)] "Uncaught ReferenceError: LauncherAPI is not defined," source: about:blank(1)
008d:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
008e:fixme:winsock:WSAIoctl ignoring keepalive interval
008e:fixme:winsock:WSAIoctl ignoring keepalive interval
008e:fixme:winsock:WSAIoctl ignoring keepalive interval
007b:fixme:imm:ImmReleaseContext (0x80054, 0x517111c0): stub
007b:fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x7f692b30): stub

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to patchserver.crypticstudios.com:7255
PatchClientLib: redirecting to 208.95.186.109:7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down
GamePrefsInit: giGamePrefSet now 0
[11/20/18 19:35:33] - Running wine-3.17 winecfg (Working directory : /Applications/PlayOnMac.app/Contents/Resources/playonlinux/python)

Log-ins from Subsequent versions, 2.18 to 2.20 have failed. Following is the log from a 2.20 attempt:

[11/20/18 19:46:02] - Running wine-3.20 Star Trek Online.exe (Working directory : /Users/joelcbieler/Library/PlayOnMac/wineprefix/StarTrekOnline/drive_c/users/Public/Games/Cryptic Studios)
wine: configuration in '/Users/joelcbieler/Library/PlayOnMac//wineprefix/StarTrekOnline' has been updated.
Setting default pigset mode...done (0x00000000)                                                       (0.00)
[1120/194637:ERROR:network_change_notifier_win.cc(143)] WSALookupServiceBegin failed with: 0
[1120/194638:INFO:CONSOLE(0)] "Uncaught ReferenceError: LauncherAPI is not defined," source: about:blank(1)
[1120/194745:INFO:CONSOLE(0)] "Select shard: 0," source: http://launcher.startrekonline.com/static/all/js/api.js(157)

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to patchserver.crypticstudios.com:7255
PatchClientLib: redirecting to 208.95.186.199:7255
PatchClientLib: skipping unneeded autoupdate CrypticLauncher3ST
PatchClientLib: successfully connected
AutopatchDialog thread shutting down
GamePrefsInit: giGamePrefSet now 0
Displaying status message: Connecting to Account Server
Displaying status message: Invalid username or password.
Displaying status message: Connecting to Account Server
While finding unique IPs, converted controllertracker.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker0.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker1.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker2.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker3.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker4.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker5.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker6.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker7.crypticstudios.com to 208.95.186.113
While finding unique IPs, converted controllertracker8.crypticstudios.com to 208.95.186.141
While finding unique IPs, converted controllertracker9.crypticstudios.com to 208.95.186.113
Displaying status message: Attempting to connect to controller tracker.
Displaying status message: Loading launcher
startPatch, new Startrek:Holodeck
Checking patch status for ST.90.20181029a.14
Skipping unnecessary patch for c:/Users/Public/Games/Cryptic Studios/Star Trek Online/Live
ERROR: Failed to detect DirectX Feature Level
Line: c:\src\core\crypticlauncher\ui.c(670)
Details: HResult (error): 4294967292    FeatureLevel: 0.00000

Again, hope this helps. Time to play!

Replies

Anonymous
Wednesday 21 November 2018 at 2:12
My apologies, version numbers should be 3.17 and 3.18-20 in the copy. And i thought I proof-read carefully. Everyone needs an editor.
Anonymous
Wednesday 21 November 2018 at 2:14
And 3.12....
Anonymous
Saturday 22 December 2018 at 3:02
3.4 fixed that error for me. it's playable but still a lot of glitchy graphics bugs even with minimal settings. Good news is 4.0 looks to fix some of this I can get to character select but it bombs after select character with 4.0 rc2
tomroseuk Sunday 18 November 2018 at 21:33
tomroseuk Anonymous

Message

I get this error when trying to install both star trek and what I think is the 3.19 update. any help appreciated. 

Replies

Anonymous
Sunday 18 November 2018 at 21:34
it seems image uploads are a problem.
Anonymous
Sunday 18 November 2018 at 21:34
the error text is Error in POL_Wine_InstallVersion
Unable to find version: 3.19
Anonymous
Monday 19 November 2018 at 2:07
Try wine 3.17. Its been working fairly well for me. It's not 100% but definitely playable.
Anonymous
Monday 19 November 2018 at 11:52
I did try to install any version of wine but it was giving me the same error message just with that build number in the error message
Tuesday 20 November 2018 at 4:36
Ok... so this has been going on for a while... changing versions back and forth works for some and not others etc etc etc... please read the wiki... fully. All of it... post up the required information. Myself and the team spent many hours (I know I spent days) writing the wiki. Read it and post with the information we need (yes... 'we'... as in the whole community). I want nothing more than to help, but I'm not going to keep just switching the wine version on a per user basis.
LinuxScripter Friday 2 November 2018 at 14:04
LinuxScripter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -11,7 +11,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="3.17"
+WINEVERSION="3.19"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
# Author : RoninDusette
# Update (2018-07-24) by : Yaotl
# Licence : GPLv3
# PlayOnLinux : 4.2.12


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="3.19"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"

#Initialization
POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_SetArch "x64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win7"

# Installation
POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
if [ "$APP_ANSWER" = "English" ]
then
    lang="1033"
elif [ "$APP_ANSWER" = "Deutsch" ]
then
    lang="1031"
elif [ "$APP_ANSWER" = "Français" ]
then
    lang="1036"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

echo 'Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
echo '"InstallLanguage"="'$lang'"' >> lang.reg
POL_Wine regedit "lang.reg"

mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Cleanup
POL_System_TmpDelete

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close

exit 0

Replies

Friday 2 November 2018 at 15:09
Approved. Thank you for the update.
LinuxScripter Friday 2 November 2018 at 13:46
LinuxScripter Anonymous

Message

I get this error when the launcher is trying to connect:

Setting default pigset mode...
done (0x00000000)                                                       (0.00)

Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: redirecting to 208.95.186.109:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: redirecting to 208.95.184.40:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
ERROR: Launcher PCL Error The connection was idle for too long
Line: c:\src\core\crypticlauncher\patcher.c(396)

Replies

Anonymous
Friday 2 November 2018 at 14:03
UPDATE: I've just discovered that by just changing wine version form 3.17 to 3.19 the error is fixed.
Anonymous
Friday 2 November 2018 at 20:17
Interesting. On the Mac side, I've not been able to get wine 3.18 or 3.19 to work.
Anonymous
Tuesday 6 November 2018 at 0:50
this update also works on Mac, I'm able to connect to patch STO but unfortunately I get "ERROR: Failed to detect DirectX Feature Level" when pressing the ENGAGE button.
Tuesday 6 November 2018 at 1:00
OK. So, at this point, we are getting conflicting answers. The user above that I approved the newest version of says to revert to a previous version. Also, have you all read the wiki? Are you deleting the virtual drive before reinstalling? Have you installed multiple components and then changed back? Installed mono and .NET in the same drive?

Long story short, we need MUCH more info, debug logs, full computer specs. I know, me personally, I spent DAYS writing things in the wiki... please read it THOROUGHLY and report as stated in the wiki, otherwise we simply cannot help you. I don't mean to be so straightforward, but yeah; please report bugs in scripts properly. I got lackadaisical when it came to approving scripts because we are relying on EVERYONE; you, me, the user below, my dad, maybe someone's cousin... EVERYONE to contribute. For instance:

"I've just discovered that by just changing wine version form 3.17 to 3.19 the error is fixed."

Really? Is that actually it? Did you delete the whole virtual drive and run the script again? Or did you install everything in order by hand? Maybe you ran it, it failed, and you simply changed the Wine version after the fact? Did you install anything extra? What graphics card? Which version of said card's drivers? Distro? 32 or 64 bit arch?

We need more info... Always. If you submit a report, and it doesn't have what we have said to do in the place we have said to read, I usually close those out and ignore, asking the user to read the wiki and post appropriately. Help us help you.

Thanks for your contributions, though. Every little but helps, but brevity get's us nowhere.

Thanks,

RD
newfontherock Monday 29 October 2018 at 17:21
newfontherock Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -11,7 +11,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="3.13"
+WINEVERSION="3.17"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
@@ -67,8 +67,8 @@
 echo '"InstallLanguage"="'$lang'"' >> lang.reg
 POL_Wine regedit "lang.reg"
 
-mkdir "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
-cd "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
+mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
+cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
 POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
 
 # Cleanup

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
# Author : RoninDusette
# Update (2018-07-24) by : Yaotl
# Licence : GPLv3
# PlayOnLinux : 4.2.12


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="3.17"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"

#Initialization
POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_SetArch "x64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win7"

# Installation
POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
if [ "$APP_ANSWER" = "English" ]
then
    lang="1033"
elif [ "$APP_ANSWER" = "Deutsch" ]
then
    lang="1031"
elif [ "$APP_ANSWER" = "Français" ]
then
    lang="1036"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

echo 'Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
echo '"InstallLanguage"="'$lang'"' >> lang.reg
POL_Wine regedit "lang.reg"

mkdir "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Cleanup
POL_System_TmpDelete

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close

exit 0

Replies

Anonymous
Monday 29 October 2018 at 17:24
Wine reverts to 32-bit. As such, a program files (x86) folder cannot be created. Removing "(x86)" successfully allows the Star Trek Online folder to be created and allows the STO exe file to be stored there. No more POL Shortcut error.
Anonymous
Monday 29 October 2018 at 17:26
For POM users
Monday 29 October 2018 at 18:02
Approved. :D Thanks for your contribution.
jbieler864 Tuesday 9 October 2018 at 20:42
jbieler864 Anonymous

Message

Mac users....just ran the Age of Discovery update. Fired up the game on a single character and lo and behold Deep Space 9 interior is resolving and showing detail...not the skeletal appearance.

Running a late 2012 IMac, High Sierra, and using Wine 3.17 in POM. Graphics card is an Nvidia GT 650M with 512 MB RAM.

Will update as I try more characters and maps.

Replies

Anonymous
Thursday 11 October 2018 at 18:43
Have since played a second character through the episode Tenebris Torquent. All ground features appear to be rendering although I did notice that a few hand-held items didn't appear. Created an Age of Discovery character and so far so good through the tutorial and a few episodes.
Thursday 11 October 2018 at 19:20
Excellent. I am glad it started working again. I wonder if it works with the Intel chipsets, as those are always being grumpy. Thanks for the update! Please keep us updated, and if for some reason I don't answer, DM me and let me know that you posted so we can get this thing up and running again.

I really wish they would just bring back the native mac client.
Anonymous
Thursday 11 October 2018 at 23:04
agreed on the client. Kinda remember from the STO forums that there was some speculation that they got tired of the complaints from Mac users. Thing is, I never had a problem with the Mac client. Honesty think they wanted to reallocate those resources to the console side figuring they could make more money. Whatever, as long as there is a way to play the game
Yaotl Tuesday 24 July 2018 at 20:08
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,52 +1,84 @@
 #!/bin/bash
 # Date : (2015-04-21)
-# Distribution used to test : Kubuntu 14.04 LTS 64-bit
+# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
 # Author : RoninDusette
+# Update (2018-07-24) by : Yaotl
 # Licence : GPLv3
-# PlayOnLinux: 4.2.7
+# PlayOnLinux : 4.2.12
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="3.0-rc6"
+WINEVERSION="3.13"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
 AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"
+DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
+MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"
 
 #Initialization
-POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
-
+POL_SetupWindow_SetID 2491
 POL_Debug_Init
 
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
 # Create Prefix
+POL_System_SetArch "x64"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
+# Dependencies
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_d3dx9
+POL_Call POL_Install_d3dx10
+POL_Call POL_Install_d3dx11
+
+# Asking about memory size of graphic card
+POL_SetupWindow_VMS ${GAME_VMS}
+
 # Configuration
 Set_OS "win7"
 
 # Installation
+POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
+if [ "$APP_ANSWER" = "English" ]
+then
+    lang="1033"
+elif [ "$APP_ANSWER" = "Deutsch" ]
+then
+    lang="1031"
+elif [ "$APP_ANSWER" = "Français" ]
+then
+    lang="1036"
+fi
+
 POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
-POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
-POL_Wine "star_trek_online_setup.exe"
-POL_Wine_WaitExit "$TITLE"
 
-# Create Shortcut
-POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
+echo 'Windows Registry Editor Version 5.00
+
+[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
+echo '"InstallLanguage"="'$lang'"' >> lang.reg
+POL_Wine regedit "lang.reg"
+
+mkdir "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
+cd "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
+POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
 
 # Cleanup
 POL_System_TmpDelete
 
+# Create Shortcut
+POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
+
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 
 POL_SetupWindow_Close
+
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Linux Mint 19 Cinnamon 64-bit
# Author : RoninDusette
# Update (2018-07-24) by : Yaotl
# Licence : GPLv3
# PlayOnLinux : 4.2.12


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="3.13"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://0815.bplaced.net/resources/setups/$PREFIX/CL_2018_06_22_08_32/Star Trek Online.exe"
MD5_CHECKSUM="e884b20e57272c441f93b1b79f906303"

#Initialization
POL_GetSetupImages "http://0815.bplaced.net/resources/setups/$PREFIX/top.bmp" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2491
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_SetArch "x64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx10
POL_Call POL_Install_d3dx11

# Asking about memory size of graphic card
POL_SetupWindow_VMS ${GAME_VMS}

# Configuration
Set_OS "win7"

# Installation
POL_SetupWindow_menu "Select a language:" "$TITLE" "English|Deutsch|Français" "|"
if [ "$APP_ANSWER" = "English" ]
then
    lang="1033"
elif [ "$APP_ANSWER" = "Deutsch" ]
then
    lang="1031"
elif [ "$APP_ANSWER" = "Français" ]
then
    lang="1036"
fi

POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir

echo 'Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Cryptic\Star Trek Online]' > lang.reg
echo '"InstallLanguage"="'$lang'"' >> lang.reg
POL_Wine regedit "lang.reg"

mkdir "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
cd "$WINEPREFIX/drive_c/Program Files (x86)/Star Trek Online"
POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"

# Cleanup
POL_System_TmpDelete

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close

exit 0

Replies

Anonymous
Thursday 16 August 2018 at 23:36
I tried the update but got this message and I'm not sure if it's me doing it wrong Error in POL_Shortcut
Binary not found: Star\ Trek\ Online.exe
Have you installed the program to the default location?
Friday 17 August 2018 at 0:03
It may not have downloaded all of the way. If you aren't sure if you are doing it correctly, then you should probably read the wiki; we put a lot of time into it (I specifically sent days on end writing docs), and you should read it to make sure you are aware of how it works.

It will also tell you how to post properly so that we have the information to figure out the issue, otherwise we are guessing. So, check it out, post the information needed, and let's figure it out. ;)
Anonymous
Saturday 1 September 2018 at 10:19
Might I ask what does this updated script fix?
Saturday 1 September 2018 at 16:45
Well originally the op didn't post up a script. When they did, it was because their install failed. This looks as it changes the url it downloads the installer from. I'll go ahead and approve it and hopefully it works. I can't test it at the moment but let me know if it doesn't work. I love all the thumbs down too, like it's my fault that the game maker keeps changing the url and libs which breaks it under wine. Lol
Anonymous
Tuesday 9 October 2018 at 22:27
I'm still getting an error message trying to install. I'm on a 2011 Macbook Pro, 16 GB memory, 2.5 Processor and 1500ish graphics memory.
Anonymous
Tuesday 9 October 2018 at 22:28
And I hit return before pasting in the error I get lol Error in POL_Shortcut
Binary not found: Star\ Trek\ Online.exe
Have you installed the program to the default location? I followed the on screen instructions, so I'm not sure what's going on. Before the newer script I was able to install it, even if I did get the invisible character/environment problem.
Anonymous
Thursday 25 October 2018 at 6:26
I fixed the problem. In Mojave at least, it defaults back to wine for x86. As such, mkdir for program files (x86) doesn't work. So, I took out out the (x86) for the mkdir and cd commands as one would for 32-bit and voila!
ChanEnChun Saturday 24 March 2018 at 5:13
ChanEnChun Anonymous

Message

Hey guys!

Thought I should contribute my feedback regarding Star Trek Online. I've check other websites to find any proven solutions to the graphics error in-game, but unfortunately, nothing actually works currently. Since the wiki seems to still redirect me to the Home page on www.playonlinux.com, I've decided to give this feedback a shot. The game runs smoothly so far, I've not actually played a mission yet, but ran around SpaceDock and flown a ship to K-9. However, I can only see the hair, wrist and part of the pants of my character and bridge crew. The walls and most of the floor are missing as well, making it hard for me to navigate. I can only see the tip of my ship's warp nacelles and that's about it.

My computer specs are not impressive, but it's the only one I can afford to use currently. 

It is a 2013 MacBook Air. MacOS High Sierra (unfortunately). CPU 1.3 GHz Intel Core i5. 4GB RAM. Intel HD Graphics 5000 1536MB.

Thanks for any assistance. I really want to get back on while I'm currently free. It's been 3 years since I last played.

Replies

Anonymous
Monday 9 April 2018 at 1:23
Hello,
Anonymous
Monday 9 April 2018 at 1:23
Hello,
Anonymous
Monday 9 April 2018 at 1:24
Hello, I'm having the same issue and the wiki doesn't seem to be working. Is there a solution to this? Thanks.
Monday 9 April 2018 at 2:31
I'm not sure why the wiki is down. Let me see if I can find out.
Anonymous
Friday 4 May 2018 at 19:45
I am also dealing with this. My characters are just hair and teeth, my ship is just windows, the planets are greyscale, and all buildings are invisible. Has anyone figured this out yet? Any help would be greatly appreciated.
Friday 25 May 2018 at 22:42
I currently play Neverwinter (same game server and company) and this is what I know; As of one year ago both ST and NW got "upgraded" to Direct X 11 and only Vista or higher (XP is out). But the game engine is still the old 32 bit engine. Cryptic tends to make a lot of poor choices. At that time my HP laptop was doing fine running it on Windows 10. But when they changed all my graphics went goofy and I quit playing over the summer. My husband and his friend work with Linux and decided to start messing with getting a Linux box working. They ran into the same issues, missing character parts. They could only get this up and running with only some "minor" graphic issues on an old i3 64 bit wine 3.0. Meanwhile I still run this on a desktop in Windows 7 but the graphics is a passive Radeon HD 1 GB so I get some graphic glitches. These games are fun to play but seem to be pigeon holed for mid range machines with nothing less than Nvidia branded graphics. Players continue to visit the forums saying their top of the line PC gaming box can't play it. The original engine for ST and NW originated from Champions Online. They never did that graphics upgrade there, so that works 100% on a Linux PC. In my opinion, Cryptic has mismanaged the game with respect to both their hardware (1 over burden server) and software (recycling the same engine for all their games) I have to cast blame on them and not your OS, PC, or POL set up. I hope you can find a way to play.
Anonymous
Monday 4 June 2018 at 5:53
Has anyone ever found a fix to the floating wig and teeth graphics issue? I have a macbook Pro with a 2.2 intel core i7 processor and Intel Iris Pro 1536 MB graphics
Anonymous
Wednesday 20 June 2018 at 7:08
I am having the exact same problem, has soemone figured it out?
Anonymous
Thursday 12 July 2018 at 16:48
Well, this issue has been around since perhaps August 2017 (from what I can tell). Albeit what Wendy Black said is pretty sound, I have found the issue to begin when Apple's OS were updated to High Sierra. According to WineHQ, the issue has not been resolved yet, hence I'm still stuck here for 4 months now.. Tried downgrading the Wine version to 2.21-staging (the last time it was tested and worked without issues) and adjusting the versions to 3.1 but to no avail. That's all the info I've gathered up so far. Sorry if it's pretty useless..
Thursday 12 July 2018 at 16:59
Yeah. This happens often, specially with Mac and Intel gfx, then we wait for a patch, then they change something, repeat cycle. I wish they still had the native Mac version.
Anonymous
Saturday 1 September 2018 at 10:20
@Ronin DUSETTE, agreed, it's a real pity. Unfortunately Cryptic said there was not enough clients using the Mac servers to maintain it, so... Oh well..
Saturday 1 September 2018 at 16:45
Yeah... I beg to differ. Lol
Radmon25 Monday 12 February 2018 at 12:38
Radmon25

Message

As a few others already mentionned, I have an issue running the game where characters are only a floating wig and a few detals like teeth and the rest of the background is clearly not visible either. On the character creation mode I can see people on the background typing on computers only there's no computer... 

I don't have any knowledge what so ever of how this all thing works, and never used Wine before, so if someone could get me through an easily understandable process to fix this problem I'd be ever so grateful. 

Replies

Friday 16 February 2018 at 19:12
No? :(
Friday 16 February 2018 at 19:59
I'm not sure what is causing it but I will take a look tonight. You should also read the wiki, as it's filled with information on how everything works, including how to post up your debug logs and computer specs. You are more likely to get a fast answer with that info in your first post because without it we are just guessing. ;)
Friday 16 February 2018 at 23:49
I'll do just that then! Cheers
Anonymous
Monday 19 March 2018 at 12:55
I'm also having the same issue regarding the game's graphics. I read Ronin's comment to check the wiki. Is that the wiki tab above the web page? If it is, the browser kept directing me to the playonlinux website, and I'm a Mac user.
Monday 19 March 2018 at 15:22
It's the same thing. The same general instructions apply to both for the most part.
Anonymous
Tuesday 20 March 2018 at 12:19
Ok, so I was directed to wiki.playonlinux.com but all there was on the page was a icon which directed me to the home page. Maybe it's just me, but I'm kinda all over the place. Either, is there a current solution to fixing the graphics error on game? My OS is on High Sierra and Virtual machine STO is attached to is Wine version 3.0-rc6. So far, SWTOR has been working with my current macOS, all except that it freezes when transferring to large planet instances.
Tuesday 20 March 2018 at 15:33
What graphics chipset are you running?
Tuesday 20 March 2018 at 15:33
Great. And it looks like the wiki is down for some reason.
Anonymous
Wednesday 21 March 2018 at 0:17
My graphics chipset Intel HD Graphics 5000
ferretman Wednesday 7 February 2018 at 19:44
ferretman Anonymous

Message

So the installer runs wonderfully - but once I get logged in, the download of the game content is very slow - after twleve hours, it was less than 10% done - is this normal and I should just let it run - or is there some other issue going on, or a tweak I missed? If that's normal it makes me a little leary of server communications playing the game. Running on FC27 if it matters. 

Replies

Anonymous
Monday 12 February 2018 at 15:00
If anyone comes here having the same problem, make sure your hostname matches your local IP in your /etc/hosts file - not sure if I missed a step in instructions somewhere, but that fixed my networking issue.
KODES Saturday 20 January 2018 at 20:43
KODES Anonymous

Message

So im new to linux. I installed play on linux and then installed sto. I logged in and it patched. I hit engage and then it frezzes up. Would like to know if anyone else has this problem. Im a huge fan of the game. How do i fix this issue.

 

Replies

Saturday 20 January 2018 at 22:41
First Start Times up sometimes up 15 mins or 20 mins just wait !
Anonymous
Sunday 21 January 2018 at 6:42
I have waited for about an hour. Any suggestion? I must have done something wrong.
Sunday 21 January 2018 at 11:29
Check Settings : Wine Setting Win7 : PlayonLinx configuration Wine 3.0-rc6 ,display tab direct drawer opengl and set up video card memory ,and what standing at last in debug window from StarTrek
Sunday 21 January 2018 at 12:04
And you can Start Star Trekin safe mode for the first in launcher option choose safe mode and setup gfx later ingame
Ronin DUSETTE Tuesday 16 January 2018 at 22:32
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Updating Wine version to fix crash.

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="2.3-staging"
+WINEVERSION="3.0-rc6"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="3.0-rc6"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
POL_Wine "star_trek_online_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Saturday 20 January 2018 at 14:58
Good evening, recently sought to play STO but ran into the speed bump of having a Mac. Your app has worked wonders so far. Unfortunately, even after downloading this update, I am unable to see my character or the buildings around me. Im just a floating wig walking into invisible walls on water. Is this a common problem? And does anyone know of a work around? Thank you.
Anonymous
Saturday 20 January 2018 at 23:08
I'm having the exact same problem! I've tried wine 3.0-rc6 and just 3.0. I'm probably not savvy enough to fix the bug, but any help would be appreciated. Thanks in advance.
Anonymous
Tuesday 20 March 2018 at 14:00
Yes.. The same goes for me. Default run was at Wine 3.0-rc6, but it was my intro to the graphical issue. I tried running it on 2.21-staging as that was the last test on WineHQ, but didn't work either. Tried 3.1 as well to see if they're improved.. Nope. I've checked all over the web. Has anyone solved this issue yet? Just curious.
Zethra Tuesday 16 January 2018 at 21:23
Zethra Anonymous

Message

Good evening,

I would like to test Star Trek Online on ubuntu 16.04.
I installed the game via PlayOnLinux with Wine 2.3-staging. The game starts, I have the Cryptic screen but the game cuts itself off as soon as the " Star trek emergence "screen appears.

Could you help me, please ?

Here is my pc configuration :

Coire i5-4460

GTX750Ti

8go RAM

Replies

Anonymous
Tuesday 16 January 2018 at 21:56
use wine 3.0 rc6 the game works fine with this version I am using Ubuntu 16.04 with nVidia card with 4gb vram with proprietory drivers
Tuesday 16 January 2018 at 22:31
Thanks. I will go ahead and update the script now.
Tuesday 16 January 2018 at 22:33
It should be good to go now.
Anonymous
Wednesday 17 January 2018 at 10:33
It works perfectly ! Thank you very much ! :)
stevenbinion Tuesday 16 January 2018 at 17:13
stevenbinion Anonymous

Message

I still see everyone using older versions, anyway, I find STO working fine for me now with no exceptions, graphics look good. all I did was update to wine-3.0-rc6

Replies

Ubunter Monday 1 January 2018 at 17:01
Ubunter Anonymous

Message

Hi,

I recently solved all graphical issues with STO on my Linux-PC. Wine Versions below 2.12-staging didn't work anymore. Often the game doesn't even start. But since the last big graphic patches in STO there is the problem with invisible hair and surfaces. This was a bug in wine and has been solved:

https://bugs.winehq.org/show_bug.cgi?id=43131

Unfortunately there are new graphical issues since wine version 2.20 (strange colors or reflections). I also had problems with wine versions above 2.14 using a radeon graphic card (strange colored pixels). My NVidia card worked well with version 2.19.

So the solution is the following: Try different wine versions and find the highest one with almost good graphics (except the problem with invisible hair/surfaces). Going to the character selection should be enough for checking graphic quality. When you found it, get the appropriate wine and wine-staging sources. Apply the discard_z patch from winehq and the staging patches. Then compile everything for x86 architecture and copy it to your .PlayOnLinux/wine/linux-x86 directory.

I will give you detailed instructions for Ubuntu 16.04 (Linux Mint 18). You may adapt them for your own distro. STO can be installed via the POL script but you have to change the version before playing it.

*For a new fresh PlayOnLinux installation do the following:
sudo dpkg --add-architecture i386
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget "http://deb.playonlinux.com/playonlinux_$(lsb_release -cs).list" -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux wine libasound2:i386 libxcursor1:i386

*Get wine-staging and wine sources for version 2.14 into a new directory in your home dir (you can replace it with any other version tag)
mkdir wine2.14
cd wine2.14
git clone https://github.com/wine-compholio/wine-staging.git
cd wine-staging/
git checkout tags/v2.14
#Get hash code of the appropriate wine version
./patches/patchinstall.sh --upstream-commit
cd ..
git clone https://github.com/wine-mirror/wine.git
cd wine
#In the following command you have to insert the version hash we requested before (this one is for 2.14)
git reset --hard 7aa4a25bd3d23b57ff990a151296dddb337a5767
#We will install the wine files into a local directory
mkdir install
#Download and apply the discard_z patch
wget -O discard_z.patch https://bugs.winehq.org/attachment.cgi?id=59744
patch -p1 < discard_z.patch
../wine-staging/patches/patchinstall.sh DESTDIR=/home/$USER/wine2.14/wine/ --all

*Create a new x86 environment for compiling our wine version
sudo apt-get install lxc lxc-templates
sudo lxc-create -t ubuntu -n my32bitbox -- --bindhome $LOGNAME -a i386
sudo lxc-start -n my32bitbox
sudo lxc-attach -n my32bitbox

#Enter your usual login name and password
login
sudo apt-get update
sudo apt-get upgrade
#I will add a list with those dependencies in the txt file
sudo apt-get install $(cat dependencies.txt)
cd wine2.14/wine
./configure --prefix=/home/$USER/wine2.14/wine/install/ --with-xattr
#You may change the number depending on your number of cpu threads
make -j4
make install
exit
exit

sudo lxc-stop -n my32bitbox
#Now copy the new wine files to a new directory (I called the version 2.14-staging-stofix)
mkdir ~/.PlayOnLinux/wine/linux-x86/2.14-staging-stofix
cp -r install/* ~/.PlayOnLinux/wine/linux-x86/2.14-staging-stofix/

I tested it on the following two systems (it doesn't run fluently on the mobile radeon device but it looks good):

Linux Mint 18.3 64-Bit (Ubuntu 16.04)
Kernel: 4.10.0-42-generic
CPU: Intel Xeon E3-1231 v3
GPU: Nvidia GeForce GTX 750 Ti
Driver: nvidia-384.90
Wine-versions: 2.14-staging or 2.19-staging

Linux Mint 18.3 64-Bit (Ubuntu 16.04)
Kernel: 4.10.0-42-generic
CPU: AMD A8-4500M
GPU: Radeon HD 7640G
Driver: radeon driver 7.10.99, Mesa 17.4.0
Wine-versions: 2.14-staging

Replies

Anonymous
Monday 1 January 2018 at 17:03
Here is the list of building dependencies (dependencies.txt):
build-essential bison debhelper desktop-file-utils docbook-to-man docbook-utils docbook-xsl flex fontforge gettext autotools-dev libasound2-dev libcapi20-dev libcups2-dev libdbus-1-dev libfontconfig1-dev libfreetype6-dev libgif-dev libgl1-mesa-dev libglu1-mesa-dev libgnutls-dev libgphoto2-dev libgsm1-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libgtk-3-dev libjpeg-dev libjpeg-turbo8-dev libkrb5-dev liblcms2-dev libldap2-dev libmpg123-dev libncurses5-dev libopenal-dev libosmesa6-dev libpcap-dev libpng12-dev libpulse-dev libsane-dev libtiff5-dev libudev-dev libv4l-dev libva-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxi-dev libxinerama-dev libxml2-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libxxf86vm-dev linux-libc-dev ocl-icd-opencl-dev oss4-dev unixodbc-dev x11proto-xinerama-dev prelink valgrind
Aital Friday 22 December 2017 at 8:27
Aital Anonymous

Message

I'm running into problems in the last few days*(maybe2) where it is trying to update the client but fails repeatedly. anyone else run into this? It goes on for 5 tries and fails or stops altogether. I think it's a wine window giving the message. "Cryptic launcher autoupdate," I think. This may not be completely related to the installer as mine was paritally manually done. Although don't remember in which ways. It was following info in this thread inbetween launcher versions. So it might be relevant to something. Any ideas how to fix this? i've probably not tried alot of stuff. Still working on it. Figured I'd post something in case it speeds things up.

Replies

Anonymous
Friday 22 December 2017 at 8:31
[12/22/17 02:28:37] - Running wine-2.3-staging Star Trek Online.exe (Working directory : /home/*****/.PlayOnLinux/wineprefix/StarTrekOnlinex32/drive_c/Program Files/Cryptic Studios)
fixme:winediag:start_process Wine Staging 2.3 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ntdll:EtwEventRegister ({8d4925ab-505a-483b-a7e0-6f824a07a6f0}, 0x846478, 0x4d01a80, 0x4d01a90) stub.
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ver:GetCurrentPackageId (0x454fe9a8 (nil)): stub
Initializing AutoTimer mutexes
Setting default pigset mode...
done (0x00000000) (0.00)

fixme:thread:SetThreadIdealProcessorEx (0xa0, 0x32daac, 0x32daa8): stub
fixme:thread:SetThreadIdealProcessorEx (0xc4, 0x32735c, 0x327358): stub
Connecting to patchserver.crypticstudios.com:7255
PatchClientLib: connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
PatchClientLib: still connecting to patchserver.crypticstudios.com:7255
ERROR: Launcher PCL Error The connection was idle for too long
Line: c:\src\core\crypticlauncher\patcher.c(263)
Anonymous
Friday 22 December 2017 at 8:31
Is it possible it's connecting to the wrong server now?
Anonymous
Friday 22 December 2017 at 23:54
found this. But I don't know how to fix it. I'm not on a dynamic IP. And I have no idea why I would be blocked from the game. https://www.reddit.com/r/Neverwinter/comments/48rihp/cryptic_launcher_autoupdate_problem/
Anonymous
Saturday 23 December 2017 at 21:20
And it's gone away now... I guess it was on my ip or something.
masterdavid98 Friday 27 October 2017 at 17:39
masterdavid98 Anonymous

Message

Howdy folks,

I am running STO on a new MacBook Pro, but with 2.3 staging I get the DirectX not supported pop up and I dont think the registry key hack is working (I am pretty sure I am doing it right anyways), when I switch to 2.18 staging it launches and I can get in game, but the floor and my character (except for hair) doesnt load in...

Anyone got a solution?

Replies

Anonymous
Friday 19 January 2018 at 19:57
Did you ever find a solution? Im having this problem now.
Aital Tuesday 17 October 2017 at 20:26
Aital Anonymous

Message

I started it up again after having problems with 2.12fix something and in 32bit Or similar. And then changed it to 2.18 staging and it has worked every since.

Later version are working once you get it in the game. I don't know if I needed the 2.12fix. I may have just not waited long enough for it to start. But it's working consistantly with later versions now for me.

Graphics problems are still a thing though. No change at all in this departments. But It's playable for me with the level of graphics missing. It's mostly superficial stuff like trees or boxes and not the ground or anything too serious.

Replies

Anonymous
Tuesday 17 October 2017 at 20:27
I should say I had problems starting it and I thinkg I used 2.12fix to get it started again. I don't remember how though. I then changed to other versions including 2.18staging and it just works. I worded this wrong above.
Anonymous
Wednesday 18 October 2017 at 23:38
I'm actually getting quite a bit of stuttering and a computer lock up last night. Not sure if it's the version or the new drivers or what. Anyone else getting this?
rcsulliv Tuesday 25 July 2017 at 22:36
rcsulliv Anonymous

Message

Ok, I am able to get STO to run using POM, but the graphics do not render well making it difficult to move around and play the game. I will keep playing with the graphics settings to see if anything improves this. My character shows up at first but then dissapears as the final layers are added. I've read some discussion that Shadows are an issue, but turning Shadows on or off doesn't seem to fix this.

Here are the key settings I found that allowed the game to load and play on my MacBookPro Late 2016 13" (OSx 10.12.6):

Wine 2.3-staging (see note below on 2.12-staging)

Windows 7 or 10 - seemed to run the same.

Direct3D registry key fix -> DWORD = 30002 (hex)

Configure Wine -> Staging: Deselect "Hide Wine Version" (selecting this will cause a "system configuration error" dialogue when you first run the game)

Configure Wine -> Staging: Enable CSMT (not sure if this helps but it doesn't seem to hurt either)

Running in either Safe mode or Normal mode seems fine. Running in Maximized Window works well.

 

I can get the game to fully open and run using Wine 2.12-staging but the graphics look even worse than using 2.3-staging, so I'd recommend 2.3-staging. Have not tested other Wine versions.

 

Any ideas on stratgies to fix the graphics issue? 

Replies

Anonymous
Wednesday 26 July 2017 at 9:15
maybe you should stop starting multiple unnecessary new posts and read below, wait make that not a maybe but>>> must
Anonymous
Wednesday 26 July 2017 at 15:11
That's bizzare, since Ihad graphical glitches in 2.3-staging but neither in 2.12-staging nor 2.13-staging

@SToGamer Does it work better for you in 2.13-staging ?
Anonymous
Wednesday 26 July 2017 at 21:43
I thought it would be useful to summarize all the things I needed to change/set in one post at the top so it would be easy for others to find, rather than having to go through numerous prior threads below as I had to do to figure out how to make it work. Apologies if you found this annoying.
Anonymous
Wednesday 26 July 2017 at 22:29
@ImperatorS79 could you list the various wine etc. settings you are using please? it's great you got it working without graphical issues!
Anonymous
Wednesday 26 July 2017 at 22:54
I just tested it using Wine 2.13-staging and the graphics are about as bas as in 2.12-staging. So far 2.3-staging works best for me, but the graphics are still a big issue.
Anonymous
Sunday 30 July 2017 at 1:18
Yea, I can't get the graphics problems to go away. I still have missing textures in some places like outside the romulan embassy and my shirt on my character for certain clothing and other random things. How did you get rid of the graphics problems?
Anonymous
Thursday 3 August 2017 at 6:40
Any updates on a solution? 2.3-staging seems to work best given that I can at least see the ship texture (then patchy when Dialogs appear) and 2.12 and 2.13 the graphics issues are even worse
Anonymous
Monday 7 August 2017 at 7:03
Running on MacOS Sierra and using 2.3 Staging with Windows 10 emulation seemed to help with the textures of my ships. The ships now basically look good in space battles. Sometimes near planets in the sector travel they will look a little patchy.
Anonymous
Saturday 23 September 2017 at 21:23
I've tried to do this and i'm not finding the Direct3D in Wine. Am I looking at something wrong?
Sunday 24 September 2017 at 8:25
I cannot get it working with Wine 2.3 staging either, try 2.15 (not staging) this works but the view is not pretty. Wine development will need more improvements made before the game is both playable and aesthetic.
rcsulliv Monday 24 July 2017 at 23:54
rcsulliv Anonymous

Message

I still can't get other versions on Wine to install, but the game does load to the character creation screen (in Safe Mode, windowed). I can select a race and class, but when I click Next the game crashes. Have tried this multiple times with the same result. Anyone else having this issue?

As I can't seem to install other Wive versions I'm just using "star_trek_online_setup.exe" as the Wine version.

Thanks.

 

Replies

Anonymous
Tuesday 25 July 2017 at 8:00
use wine 2.3 staging
Anonymous
Tuesday 25 July 2017 at 17:23
Ok, I can try that. I did get it to run by doing a manual install of Wine (easy instructions here: https://www.davidbaumgold.com/tutorials/wine-mac/), changing to Windows 7 OS, and adding the registry key for DirectX. I installed wine 2.13-staging and ran in safe mode.
The game loads past the character creation screen but the graphics don't render properly. I can barely see my character, or most of the environment.
Will try again using wine 2.3-staging and report back.
Anonymous
Tuesday 25 July 2017 at 22:22
Wine 2.3-staging is working, but the graphics rendering is still messed up and makes the game hard to play.
rcsulliv Sunday 23 July 2017 at 5:14
rcsulliv Anonymous

Message

Hi, I'm totally new to this and would appreciate some help

I've been able to get it installed, but that required changing it to the right installation file name.

Then I got the DirectX error but got around that by adding the registry key.

I get just past the Cryptip load screen and then it says at the bottom something about a Tessalation error, and crashes.

I've tried installing the Vine 2.3-staging but the installation never seems to complete and I never have it as an option.

What else should I try?

Thanks!

 

Replies

Anonymous
Sunday 23 July 2017 at 13:23
Try wine 2.12-staging, and first launch the game in Safe Mode (in options tab), that will launch the game at the lowest setting possible. If it works you can increase graphics options (until it crashes).

STOGamer and I are aware of a specific macOS bug, but as a linux user I can't report it at Wine ;)
Anonymous
Sunday 23 July 2017 at 16:15
Ok, thanks. Any advice on how to install different wine versions? Overtime I do the installer lunches, the download completes, and then it just stops and I don't see the new vine version in the drop down menu. Thanks!
Anonymous
Sunday 23 July 2017 at 19:40
Normaly in Tools you have "Manage wine versions", there you can download an x86 (32 bits) wine 2.12-staging
Anonymous
Monday 24 July 2017 at 3:51
Yup, that's what I've been trying repeatedly but it never finishes the install :/
Anonymous
Monday 24 July 2017 at 6:19
I uninstalled and reinstalled POM and I still can't get any Wine versions to install. They download and the installer launches and then nothing is listed as installed. I'm going to try using CrossOver as POM doesn't seem to work for me.
Anonymous
Monday 24 July 2017 at 12:04
Indeed you can download latest wine by yourself, go to https://www.playonlinux.com/wine/binaries/darwin-x86/ and search for 2.12-staging, take the .pol, rename it .tar.bz2, extract it . inside there is a directory with the name of the wine version. You place it in (for linux here, I don't know for max ;)) .Playonlinux/wine/linux-x86/ (for you it is darwin-x86)
Anonymous
Monday 24 July 2017 at 12:05
then wine 2.12-staging should appear in the list
Anonymous
Monday 24 July 2017 at 20:36
Ok, thanks. I have been looking and looking and cannot find where the folder is to put the wine 2.12-staging folder in. I have not encountered something so confusing as this in a long time. Why doesn't the wine version just install properly from POM?
Anonymous
Monday 24 July 2017 at 21:47
If only I knew it...
Monday 24 July 2017 at 21:50
That's odd. You shouldn't have to do it manually. Disable any proxies, firewalls, and av software that you have running and see if that will allow it to download.
Anonymous
Monday 24 July 2017 at 22:10
Disabled my firewall and AV but still no go (should have thought of that earlier). It downloads the Win version file, extracts it, and then nothing, and the version isn't listed as installed. I have zero "Installed Wine versions" showing.
Anonymous
Monday 24 July 2017 at 22:21
So I noticed the Star Trek Online shortcut on my Desktop and opened that, without opening or Running it through POM, and it loaded and got me to the character creation screen. Never got that far before. We'll see how long this works...!
Anonymous
Tuesday 25 July 2017 at 3:34
It crashes when I click Next on the first tab of the Character Creation screen now.
Anonymous
Tuesday 25 July 2017 at 17:45
I found my Wine folder in my Library and was able to manually install 2.3-staging by copying the win folder here: [USER]/Library/PlayOnMac/wine/darwin-x86/
Anonymous
Friday 11 August 2017 at 22:44
Hi,
Anonymous
Friday 11 August 2017 at 22:47
Hi - I get the Direct X error message. I can't use the HKEY step. As when looking at HKEY_CURRENR_USER -> Software -> Wine - I don't have a "Direct3D" entry for me to add the entry. I have Mid 2015 MBP with AMD Radeon R9 M370X graphics card. What do I need to do in order to get the Direct3D entry?
Anonymous
Friday 11 August 2017 at 23:08
You create a new key, like in regedit on windows
Anonymous
Saturday 12 August 2017 at 17:27
Thanks.
Anonymous
Saturday 12 August 2017 at 17:29
Thanks - HKEY_CURRENT_USER--->Software--->Wine--->Direct3D
Create a new DWORD named MaxVersionGL
Value is 3002 Hexadecimal or 196610 Decimal / I have created a new "Direct3D" with a new DWORD named MaxVersionGL and Hexadecimal value of 3002. However I am still getting the Unsupported DirectX error message. Should I have other values in the Direct3D key?
Anonymous
Saturday 12 August 2017 at 19:03
hexadecimal is 30002
It should work, however you should re install the game with wine 2.13-staging. The registery key isn't needed in this version

Ps : you can verify(linux) that your card support OpenGL 3.x with

glxinfo | grep 'core'
Anonymous
Saturday 12 August 2017 at 21:10
Thanks - 30002 worked but seems to stick at Loading after getting the tessellation support message. Trying again with the wine 2.13-staging. glxinfo | grep 'core' - just seems to fire up the XQuartz app.
Anonymous
Saturday 12 August 2017 at 22:49
Thanks - with wine 2.13-staging I can access the game. Although have the texture issues. So people on ESD and my ship and most other ships around ESD are essentially invisible. Any suggestions?
Anonymous
Monday 14 August 2017 at 13:07
When using safe mode it gets to the "loading" screen, however then completely exits the program.
SToGamer Tuesday 18 July 2017 at 18:54
SToGamer Anonymous

Message

so... aparently its a no go since todays update, can start launcer, it gets to something about cancel teselation suport loading, and then crashes, at least for me, can anyone else confirm that please?

Replies

Anonymous
Tuesday 18 July 2017 at 19:26
Yup, same for me. The cryptic page loads, escalation page comes up, screen goes blank and back to desktop.
Anonymous
Wednesday 19 July 2017 at 0:44
I'm playing still. It still works. I'm using 2.3-staging and 64 bit.
Anonymous
Wednesday 19 July 2017 at 7:13
i got it working, here the solution, navigate to StarTrekOnline/drive_c/users/Public/Games/Cryptic\ Studios/Star\ Trek\ Online/Live/cache and delete all files in that folder, then dont forget to check in POM> configure > wine tab > "wine counfigure" then go to staging tab in the popupwindow, and check if "Hide Wine version from applications" is enabled, if not, enable it, then start the STO launcher, and in the options menu of the launcher start the game first in safe mode, and use minimum settings in the next window from the game, then it might take a while the first time, be patient, it took me around 30mins the first time after that it was normal. Good Luck
Anonymous
Wednesday 19 July 2017 at 7:14
ah yes and it works only with wine staging 2.3 atm for me
Anonymous
Wednesday 19 July 2017 at 7:27
btw. the texture issue/problem still persists
Anonymous
Thursday 20 July 2017 at 23:46
I got both 32bit and 64 bit working. I think 32 bit may have solved my character change crashing issues. This needs more testing though. It's on 2.3 staging. Still have lots of texture issues but mine are ones I can play around.
Anonymous
Friday 21 July 2017 at 2:54
do you mean without the Texture glitches? also mac or linux? from the sounds of it i assume linux, since on osx there is only 64bit wine till 2.1 as of yet
Anonymous
Friday 21 July 2017 at 2:55
btw. can you provide a screenshot ?
Anonymous
Friday 21 July 2017 at 12:30
In a fresh install with 2.12-staging (CSMT enabled), everything seems to work (no more texture glitches).

Normally you shouldn't need this anymore, but if the program complains about unsupported DirectX version, verify you hhave minimum OpenGL 3.x with :

glxinfo | grep 'core'

and set this register key :

HKEY_CURRENT_USER Software Wine Direct3D MaxVersionGL to x000y where x and y correspond to your OpenGl version (x.y)
Anonymous
Friday 21 July 2017 at 12:31
Tested on an old celron G1820 ;)
Anonymous
Friday 21 July 2017 at 12:59
Rember also to disable FullScreen (not working properly) and enable safe mode, in launcher options tab
Anonymous
Friday 21 July 2017 at 13:00
So that you're sure the program will start, after you can chec what graphical option isn't working / Crash the game
Anonymous
Friday 21 July 2017 at 13:01
*check
Anonymous
Friday 21 July 2017 at 15:25
....so..... Linux? that would explain why it does not work on mac,
Anonymous
Friday 21 July 2017 at 18:54
Yhe path to follow is the same, but instead of "grep... youu find a way to know the OpenGL version of your Mac (if <3.x, D3D10 won't be supported)
Anonymous
Friday 21 July 2017 at 18:55
*the
Anonymous
Friday 21 July 2017 at 18:57
Sorry for all those "keyboard writer" errors...
Anonymous
Saturday 22 July 2017 at 13:21
yeah, tried opengl 3.3 and 4.0 and 4.1 there are no changes, so it is something else something mac specific then i guess, something with wine and mac, i guess the cheese is missing :P lol
Anonymous
Saturday 22 July 2017 at 16:56
If it doesn't work éventuellement in safe mode, then you should open a wine bug, specifying than the problem seems to be macOS only
Anonymous
Saturday 22 July 2017 at 16:58
See https://wiki.winehq.org/Bugs for more info on how filling bugs (correctly...)
Anonymous
Saturday 22 July 2017 at 16:59
Even, not "éventuellement " (thanks auto correct)
Crosis Tuesday 11 July 2017 at 21:35
Crosis Anonymous

Message

Hey everyone,

Running a MacBook Pro.  Got the game runnings but it rarely renders characters, NPCs, or the the world/terrain?

Am I missing an option somewhere?

Replies

Anonymous
Tuesday 11 July 2017 at 21:41
My apologies didn't read below.
Akamia Wednesday 5 July 2017 at 0:24
Akamia Anonymous

Message

I have a problem. This is my first time trying to use PlayOnMac, and I got it specifically for this game. The launcher won't allow me to run the game due to an unsupported DirectX version.

I apparently need a video card that can support DirectX Hardware Feature Level 10. I don't know what components I need to install to Wine to make it work, or if there are any workarounds.

I'm attempting to play on a MacBook Pro Late 2014. I have an  NVIDIA GeForce GT 750M 2048 MB and  Intel Iris Pro 1536 MB as my graphics cards built in. What can I do?

Replies

Anonymous
Thursday 6 July 2017 at 18:25
Check through the posts. There is a registry hack you need to perform to make it work.
Anonymous
Thursday 6 July 2017 at 18:29
Let me rephrase that....the hack will get you past the unsupported card warning. You'll probably then be able to get into the game, but there will be several graphical issues. Again, check the posts to see what we're dealing with...
Anonymous
Sunday 9 July 2017 at 15:01
I've done that, and I'm not getting that error message anymore, but after hitting "Engage", the game doesn't even start. The launcher just closes, and that's the end of it. What should I do?
Anonymous
Sunday 9 July 2017 at 15:01
I've done that, and I'm not getting that error message anymore, but after hitting "Engage", the game doesn't even start. The launcher just closes, and that's the end of it. What should I do?
Anonymous
Sunday 9 July 2017 at 15:01
I've done that, and I'm not getting that error message anymore, but after hitting "Engage", the game doesn't even start. The launcher just closes, and that's the end of it. What should I do?
Anonymous
Sunday 9 July 2017 at 15:04
Um, I am sorry about the spam. I'm used to the enter key allowing me to start a new line, and ended up publishing several copies of the same comment by accident. Anyway, the other thing I was going to ask is, does it matter that I'm running macOS Sierra at all?
Anonymous
Sunday 9 July 2017 at 18:24
I'm running Sierra on a late 2012 IMac. I can open the game and play some. Graphics not rendering properly is still an issue. Is your configuration correct? Make sure you are running it with Wine 2.3 staging. (Configure>General Tab) Windows choice should be Windows 7 or better. (Configure>Wine Tab> Configure Wine>Windows Version)
Anonymous
Monday 10 July 2017 at 5:40
That is my configuration. I tried it on Windows 7 and Windows 10, with identical results. Is there anything else I can try?
Anonymous
Monday 10 July 2017 at 19:57
My set-up often takes between 30 seconds and 2 minutes to get to the Cryptic screen after I hit Engage. Did you try to force verify the game files? At the log in screen click Options, check Force Verify and click Save. If that doesn't do you any good, you may want to reinstall STO from scratch which includes removing the virtual drive from POM. I've run in to this in the past and I think that was the ultimate resolution.
Aital Saturday 1 July 2017 at 23:11
Aital Anonymous

Message

Just had a problem where the install or something updated itself. It now does not let me click on the engage or other buttons. I don't know if anyone else will have this issue. But I found a workaround by tabbing through the items in the window until getting to engage or other desired windows. This is the launcher so another option may be to use the client directly. This just happend a few minutes ago and was not an issue before this. I have no idea what updated or why.

Replies

Anonymous
Sunday 2 July 2017 at 0:35
NVM, it went away again.. Seem like it was going to stay a bug for a bit.
Anonymous
Sunday 23 July 2017 at 4:21
This was potentially caused by a remaining instance of game client being open in the process tree while opening a new client even though the old one was crashed or closed. I can resolve it most of if not all of the time by closing the process for game client and I can click on interface buttons again in the launcher.
Aital Saturday 24 June 2017 at 21:01
Aital Anonymous

Message

Bug?

I dont know if this is the place to ask, but does anyone have the ability to see pavyl on risa? I can do everything else but he seems to now show up. I think he might be glitched out.
 

Replies

Anonymous
Sunday 25 June 2017 at 21:22
The problem is only on my alt. So it's isolated to a single character. Trying to figure out the problem.
Anonymous
Monday 3 July 2017 at 20:23
https://www.narutogetshippuden.com/
Anonymous
Monday 3 July 2017 at 20:24
naruto shippuden
dmat Wednesday 7 June 2017 at 17:17
dmat Anonymous

Message

 

Hello all, I've followed all the points, including th HKEY to get the game to run. It runs great on my Mac Mini 2012, apparently even smooth at higher graphics levels (though no action yet and I will likely have to reduce when I get there) ;) But first off, amazing work here!

However... I am basically seeing no surfaces at all. No planet surfaces but weird glowing orbs in space instead, just empty wireframes of the starships and the bridge, characters are all glowing silhouettes with eyebrows, no walls, floors... no me!

When I change the graphics levels I get sporadic changes. E.g. I was able to get my starship to appear! But planets, floors, and characters are still funky. Does anyone have an idea how to solve this? Would be happy about any suggestions! Cheers!

Replies

Anonymous
Friday 9 June 2017 at 0:51
I have the same issue since I installed the 6/8 STO patch. Tried various combinations of Wine(staging) versions and OS. Changing the graphics seettings
Anonymous
Friday 9 June 2017 at 0:53
Changing the graphics settings didn't make much impact. Certain things resolve, most things that require some animation don't. Anyone????????
Anonymous
Friday 9 June 2017 at 11:09
here is what i get, i tried several things, resetting settings, and with wine 2.3stage, 2.8stage and 2.9 stage with and without safe mode, without luck, it always looks like this http://imgur.com/a/DWkOQ , and i cant play/do the summer event right now, that sucks, anyone got a solution for this?
Anonymous
Friday 9 June 2017 at 21:14
some in-game have suggest to reinstall the whole game, which im doing now, will now the results once 20GB are downloaded
Anonymous
Saturday 10 June 2017 at 4:35
update: reinstalling the game from scratch, makes no difference, so we need some other solution to this problem
Anonymous
Saturday 10 June 2017 at 16:24
just gave the 2.10 non stage version, its a no go, stage version not available yet on POM
Anonymous
Wednesday 14 June 2017 at 13:46
I have the same experience, I'm not able to play anymore after the patch.
Thursday 15 June 2017 at 23:33
I was able to spend some time with this problem (i have too).
Thursday 15 June 2017 at 23:40
1.st : Use Wine 2.3 Stage, 2. disable in graphics "shadows" (NO) and the the option below shadows from 6 to 1. Some of the Walls, floors & NPS's should appear. I tested this for a few hours and pull all graphics on maximum so that my Mac goes to his knees and observed that all the textures disappeared in the last moment. So it had to be something that the GPU does at last. And its the Shadows. BUT one Problem remains: STO didn't allow ZERO (0) shadows. 1 remains in the options and this still causes Graphic problems. If someone had an idea how to bring STO down to ZERO shadows (somewhere in the HKEY options ?!) - this would be a large benefit. In fact this didn't solve the problem but i think - i figured out where it comes from. Cryptic changed something in the shadow rendering process. ----- and sorry for bad English - i'm not English native.
Anonymous
Friday 16 June 2017 at 13:57
i think you are on to something ->TOSfan
Friday 16 June 2017 at 19:09
Well.. you can use /shadow commands in the normal chat-window. And put it on 0 - but its still the same Graphic-Issue. I have no idea what Cryptic did there ... . So are there News from the Admin's / Creators of this tool ?
Anonymous
Monday 19 June 2017 at 13:53
i guess cryptic screwed us
Anonymous
Saturday 24 June 2017 at 3:18
I had similar problems. My 32bit one is not working atm(an older install), but my 64 bit works almost like everyone elses. but instead of ground missing on risa it's the trees. And for some reason I can't get holding down left and right mouse buttons to control direction on the ground. It's very hard to control the flight packs like this. Or did it always work that way?
Anonymous
Saturday 24 June 2017 at 3:58
@Aital, what do you mean with 64Bit? i dont see wine above 2.1 in the 64bit list of POM, are you on POL?
Anonymous
Saturday 24 June 2017 at 4:04
Wine 2.11 Released
June 23, 2017
Anonymous
Saturday 24 June 2017 at 4:05
can somebody compile it in 64 bit and 32 bit please, standard as well as staging versions? how are they even compiled for POM?
Anonymous
Saturday 24 June 2017 at 5:33
2.11, no go, no change
Anonymous
Saturday 24 June 2017 at 12:29
I'm using 64 bit bottle and 2.3
Anonymous
Saturday 24 June 2017 at 12:29
And it's on linux
Anonymous
Saturday 24 June 2017 at 14:36
I'm doing the summer event just find with my install btw. It's playable for me. I just can't see the wood part of trees. You can see most of the foliage though.
Anonymous
Saturday 24 June 2017 at 22:46
Aital et al- how did you set up the 64 bit? I was digging around in POM (v4.2.12) and I'm not seeing anything. I had assumed it would be in Tools>Manage Wine versions. I see the X86 button and figured there would be a dropdown box. Nada...
Anonymous
Sunday 25 June 2017 at 1:54
If it's like linux it's during the creation of the bottle. It will give the option of 32 or 64 bit. You will have to make a bottle and then transfer the files into it or similar. Then do whatever the patcher does. Or mod the patcher to install into 64 bit if it needs to.
Anonymous
Sunday 25 June 2017 at 17:16
it appears to be different. What are you doing on POL to create the bottle? I tried creating a new virtual drive and saw no option for 64 bit there or anywhere else.
Anonymous
Sunday 25 June 2017 at 18:32
For POL, I go into configure window where it shows all the bottles I have and at the bottom of the list is a set of buttons for new and remove. If you hit new the first option is a window asking if you want the window to be 32 or 64 bit. something I read said it's not possible on osx yet for windows 64 compatibility. I don't know if it's still relevant though: https://www.playonmac.com/en/topic-12407-64bit.html
Anonymous
Sunday 25 June 2017 at 19:34
Wait a minute. I just reinstalled POM and the 64 bit option in the version manager is available. However, like STOGamer, I'm not seeing any version newer than 2.1 staging. Even so I decided to try to create a 64 bit bottle, which is possible. The difficulty I'm having is installing STO in that bottle. POM creates it's own bottle and the installers don't offer the 64 bit option when creating the virtual drive. I'm trying a couple of different things to manually install STO in my 64 bit bottle.
Anonymous
Sunday 25 June 2017 at 19:37
I see the 64 bit bottle in configure but not in the main screen.
Anonymous
Monday 26 June 2017 at 4:06
as much as i know and read somewhere on the wine forums, the 64 bit version of wine, is not compatible with 32bit applications, hence you dont need to try it. it wont work anyway
Anonymous
Monday 26 June 2017 at 4:58
That sounds about right although it looks like Aital has it working to some extent on Linux. The few things I tried on my Mac revert to the 32 bit virtual drive. What it comes down to is that the changes they made for the Risa summer event screwed us up. I was working great until then.
Anonymous
Monday 26 June 2017 at 11:11
@jbieler864 it is a bit different on linux, in addtion on linux it works to some extent with DX11, where on osx it works only with DX10/DX10.1, the 64bit thing is prolly Linux only atm, its a bit more complicated on mac, and as you said yourself, before the summer event it worked perfectly fine for me, altough it took me a very long time to make it work since they ditched DX9
Anonymous
Monday 26 June 2017 at 19:59
There's a DirectX11 community crossover forum on Codeweavers that offers some insight to the difficulties with implementing DX11 on MacOS via Wine. Has something to do with OpenGL and Metal and how they allocate resources to allow DX11 to work. I did see that High Sierra will include an updated version of Metal that is supposed to be helpful. Guess we'll see.
Anonymous
Wednesday 28 June 2017 at 13:14
in case anyonw wonders, wine 2.11-stage does not solve the issue either
Anonymous
Sunday 2 July 2017 at 11:11
Update, not sure what they did today, but it got worse, now in the user interface of the game i have jittering alphanumeric symbols phasing in and out,
Anonymous
Monday 3 July 2017 at 14:54
another update, now my ships dont have any texture either
Anonymous
Tuesday 4 July 2017 at 17:14
texture is back for the ships for no reason, have no explanation for it, i guess they reverted the changes they did, but the rest of word texture, being broken still remains, so its back to square one
Anonymous
Saturday 8 July 2017 at 6:46
wine 2.12 is out, now we need it compiled for POM so it can be tested with STO
Anonymous
Tuesday 18 July 2017 at 18:51
so... aparently its a no go since todays update, can start launcer, it gets to something about cancel teselation suport loading, and then crashes, at least for me, can anyone else confirm that please?
Anonymous
Wednesday 19 July 2017 at 22:45
i got it working, here the solution, navigate to StarTrekOnline/drive_c/users/Public/Games/Cryptic\ Studios/Star\ Trek\ Online/Live/cache and delete all files in that folder, then dont forget to check in POM> configure > wine tab > "wine counfigure" then go to staging tab in the popupwindow, and check if "Hide Wine version from applications" is enabled, if not, enable it, then start the STO launcher, and in the options menu of the launcher start the game first in safe mode, and use minimum settings in the next window from the game, then it might take a while the first time, be patient, it took me around 30mins the first time after that it was normal. btw. works only with wine staging 2.3, at least for me Good Luck
btw. the texture issue/problem still persists
Mystic Rose Sunday 4 June 2017 at 19:47
Mystic Rose

Message

I'm running Zorin 12.1 32 bit on an old laptop with GL ver. 2.0. I added the Hkey GL max thing in registry. I've tried Wine ver 2.3 staging and 2.8 staging with Windows ver xp, 7, and 8. I can patch STO, but everytime I try to run I get the same message saying that my graphics card does not support DirectX 3d ver 10 or above.  Anything else that I can try? (I'm new to Linux). Game was working fine on Windows Vista prior to STO change re DirectX. Thanks. 

Replies

Sunday 4 June 2017 at 19:51
PS: Are Wine x86 versions 32 or 64 bit? My system is 32 bit but all my Wine versions are x86. If that is not 32 bit, how do I get it?
Anonymous
Sunday 4 June 2017 at 20:22
If your PC is only supporting OpenGL 2, you won't be able to lauch STO, because Direct3D 10 ~ OpenGL 3.x (so the key "hack" won't change anything for you.

PS : you can verify your OpenGL version by typing : glxinfo | grep "OpenGL Version" in a terminal
Monday 5 June 2017 at 23:58
I agree with Imperator... it likely won't run.

Also, "Game was working fine on Windows Vista "; That doesn't matter, because Wine on Linux is not Windows. ;)

As for this hack, if someone knows of a way to automatically add this registry hack into the script, lets get it in there so it doesn't have to be done manually.
Tuesday 6 June 2017 at 2:18
Thanks all.
tsp Monday 29 May 2017 at 17:30
tsp Anonymous

Message

Hi everyone,

I've also been having issues trying to get Star Trek Online to run on my machine.  I keep getting the error message saying 'Unsupported DirectX Version.'  I'm running I believe Wine 2.6 staging.  Wasn't able to get 2.8 staging recognized for some reason.  I also have an iMac Retina 5K with a AMD Radeon R9 M395X graphics card.  I'm running it as Windows 8.  I also did the registry key thing and changed that to 30002.  Could there be something else I'm missing?  Thanks!

Replies

Anonymous
Tuesday 30 May 2017 at 18:36
I'm set at 2.3-staging and Windows 7 along with the registry hack and it is working well. Did you use the "Try this update" under Fotofobia's post for the installation of the game? Also, according to several posts one the STO forums, Windows users are reporting that the AMD cards can be a bit problematic. I think it has to do with finding the proper driver.
Anonymous
Tuesday 30 May 2017 at 22:36
Just tried staging version of 2.4, 2.5 and 2.6 on Win7, 8 and 10. When I clicked Engage, all examples sat for about 20 seconds, flashed a black screen and the game shut down.
Anonymous
Tuesday 30 May 2017 at 22:37
Also found that 2.3 staging worked with all three OS versions.
Anonymous
Friday 2 June 2017 at 23:13
I'd like to know how you're able to configure playonmac to run in Windows 7 or any other configuration. I have made the reg edits, but its not working.
Anonymous
Monday 5 June 2017 at 23:50
Open POM and highlight your STO virtual drive. Click Configure in the left pane and then click Wine tab in the next window. Click on Configure Wine. The Wine Configurator window will open. At the bottom of that window you will see Window Version. Click the down arrow and pick your poison. Also double check your registry hack. Its real easy to mess up a registry setting. Make sure the values are set properly. The Hexidecimal value is 30002.
Anonymous
Tuesday 6 June 2017 at 6:11
@jbieler864. I tried it with 2.3 staging and Windows 7. I also used the Try this update link for the installation. I also did the Hexadecimal Value of 30002. I'll give it a try again.
freightstopper Friday 26 May 2017 at 12:19
freightstopper Anonymous

Message

I also keep getting this 'videocard is not supported' message, used the install components section of the config menu to download d3dx11 and that didn't help.

This is the last entry that comes up on the debugger before I hit the ok button on the warning message.

Examining hoggs...fixme:winsock:WSAIoctl ignoring keepalive interval

fixme:winsock:WSAIoctl ignoring keepalive interval

fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x1.

fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.

fixme:dxgi:dxgi_device_init Ignoring adapter type.

fixme:d3d11:device_parent_create_swapchain_texture device_parent 0x1d530c, container_parent 0x1cdfe0, wined3d_desc 0x33cef0, texture flags 0, wined3d_texture 0x216290 partial stub!

fixme:d3d11:device_parent_create_swapchain_texture Implement DXGI<->wined3d usage conversion.

fixme:d3d:context_create OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.

fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x3f6e47d8): stub

Replies

Anonymous
Friday 26 May 2017 at 13:21
Have you already try to modify the "HKEY_CURRENT_USER Software Wine Direct3D MaxVersionGL" key to 30002 ?
Anonymous
Saturday 27 May 2017 at 23:55
I hadn't because I didn't know how, saw the comment below detailing what to do and it is working fine now
invoke Thursday 25 May 2017 at 11:51
invoke Anonymous

Message

The latest version works really well. Remember to put in the registry key though.

Replies

asmo_dean Monday 22 May 2017 at 22:44
asmo_dean Anonymous

Message

Hi All,

I've installed STO on my mac but keep getting the message that my video card is no longer supported.

My Mac has an Intel HD Graphics 5000 1536 MB video card... Is this really too old to be able to play STO or is there any possible way around this? I've tried a number of the updates published here but nothing seems to work.

Thanks in advance.

Replies

Anonymous
Tuesday 23 May 2017 at 18:26
From the website of STO : HD 2000 min (D3D10)

Opengl on a mac with intel HD 5000 -> 4.1
Tuesday 23 May 2017 at 18:28
Ca you post your debug logs, please? There should be a way around it. It sounds like Wine is reporting your chipset incorrectly.
Anonymous
Tuesday 23 May 2017 at 18:33
(The following)

DirectX 10 is roughly equivalent to OpenGL 3.x

So maybe it's STO that doesn't recognize your OpenGL Version, or a bug in Wine

I don't if Check_format_support is alreday implemented in main wine, try using Wine Staging 2.8

You can also try to modify the key : HKEY_CURRENT_USER Software Wine Direct3D MaxVersionGL to 30002 (with wine, there is a tool in the wine menu config) seems that this key is blocking some games (first try wine staging 2.8)
Anonymous
Tuesday 23 May 2017 at 18:34
See, Check format support causing bugs to different software (including STO)

https://bugs.winehq.org/show_bug.cgi?id=40046
Anonymous
Tuesday 23 May 2017 at 18:36
*"I don't know" and *already
Anonymous
Tuesday 23 May 2017 at 18:37
Ok I tried the HKEY_CURRENT_USER option and it seems to have worked! Thanks guys! :)
Anonymous
Tuesday 23 May 2017 at 18:38
Seems Fotofobia change his registery key and it works for him
Anonymous
Tuesday 23 May 2017 at 18:44
Maybe we could directly change the key in the script (and display a message about OpenGl support)
Anonymous
Tuesday 23 May 2017 at 18:46
Seems that a lot of people in the comments are doing it manually
Tuesday 23 May 2017 at 19:03
I can see that. I don't remember how to change the key via the script, so I am looking it up so that I can add that to the script. That should take care of having to do it manually.
Anonymous
Wednesday 24 May 2017 at 18:55
I have the same problems on 2 different MacBook Pro, 1 with ATI R9 370 from earlier 2016 and one with the new touchbar ATI Radeon Pro 455 with 2GB of GDDR5 memory
Anonymous
Wednesday 24 May 2017 at 18:57
First I installed the version of the beginning of the side (took about 2h ) stupid downloads. (400mb but sto was always that slow) then I tried the updated version may 18th same issue
Anonymous
Thursday 25 May 2017 at 11:51
It works as long as you put in the registry key. Works like a dream!
Anonymous
Thursday 25 May 2017 at 19:03
For those concerned about the graphics card, I'm running a late 2012 iMac with an NVIDIA GTX650 M with 512 Megs of memory. Game's a little twitchy at this point but I haven't fussed with the game graphics settings.
Anonymous
Sunday 28 May 2017 at 19:03
I was running it on a 560ti up until my card recently decided it didn't want to live anymore or something. It runs pretty good at low settings. Most of which is because the graphics never seems to show at a super high level even at higher settings. But you can play it with pretty low latency if any at all.
Fotofobia Thursday 18 May 2017 at 8:13
Fotofobia

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -37,7 +37,7 @@
 POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
 POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
-POL_Wine "star_trek_setup.exe"
+POL_Wine "star_trek_online_setup.exe"
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcut

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
POL_Wine "star_trek_online_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Thursday 18 May 2017 at 19:33
This changed I did worked for me. I also added the registry changes proposed by user Cybris:

HKEY_CURRENT_USER--->Software--->Wine--->Direct3D

Create a new DWORD named MaxVersionGL

Value is 3002 Hexadecimal or 196610 Decimal

Finally STO on my iMac.
Anonymous
Friday 19 May 2017 at 19:23
Worked for me too, as far as getting the game installed and running. Was able to open two characters and move them, but haven't really played the game. One thing: I needed to use the Decimal value when creating the registry key. Game wouldn't open with the Hex value.
Anonymous
Thursday 25 May 2017 at 11:49
Just to confirm this worked for me perfectly, however, the Hexadecimal number is 30002, not 3002.
Anonymous
Thursday 25 May 2017 at 18:51
Probably why it didn't work for me. I'll try the Hex value when I get a chance.
Anonymous
Tuesday 30 May 2017 at 0:20
I'm using an iMac as well. Did anyone have the issue where you click Engage and then nothing happens except the screen flashes black?
Anonymous
Tuesday 30 May 2017 at 17:58
Something interesting.....went to change the decimal value and found that the hexidecimal setting of 30002 was already in place.
Anonymous
Saturday 24 June 2017 at 1:03
What do you do if there is no Direct3d folder under wine in current_user?
Anonymous
Saturday 24 June 2017 at 1:09
Nvm, I read the post below.
Ronin DUSETTE Wednesday 17 May 2017 at 23:57
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -36,7 +36,7 @@
 # Installation
 POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
-POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
+POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
 POL_Wine "star_trek_setup.exe"
 POL_Wine_WaitExit "$TITLE"
 

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Wednesday 17 May 2017 at 23:57
Changed MD5
Thursday 18 May 2017 at 8:12
wine: cannot find L"C:\\windows\\system32\\star_trek_setup.exe"

The file is star_trek_online_setup.exe!!
Thursday 18 May 2017 at 19:36
Dude. No need to use multiple "!!!!!"... That is considered yelling.
Anonymous
Wednesday 24 May 2017 at 20:44
I can't find that HKEY_CURRENT_USER--->Software--->Wine--->Direct3D, nothing after wine
Anonymous
Saturday 27 May 2017 at 18:08
You need to create the Direct3D key. Right click on Wine, choose New and select Key. Name it Direct3D. Right click Direct3D and choose DWORD. Name it MaxVersion GL. Right click MaxVersion DL and set the value.
Ronin DUSETTE Wednesday 17 May 2017 at 22:50
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -15,7 +15,7 @@
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
 AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"
+DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

hhelle Monday 15 May 2017 at 17:19
hhelle Anonymous

Message

unable to run installer.

sems unable to open some windows, and i'm unable to continue. 
but i could send "enter" and somehow got it to start downloading the sto installer. but this gives me en Eroor ! Files mismatch.

Do you want to retry. 

retrying dosnt help.

https://pastebin.com/0sE59uri   <------- POL Debug log

Replies

Anonymous
Tuesday 16 May 2017 at 23:30
changing wine ver to 2.8-staging and setting vin_ver to win8 made te script run for me. now it was able to draw window for and install mono and gecko
Anonymous
Tuesday 16 May 2017 at 23:46
download link seems to be broken
Anonymous
Wednesday 17 May 2017 at 0:15
changed download linkin script, then gives bad .exe this installer is utterly crap. just do a manual install. then it works
Wednesday 17 May 2017 at 0:17
Give me the good link and I can fix it. Also, you don't have to use the script. Feel free to do it manually. It worked fine for a few years, but sometimes they change stuff on their side that breaks the app in general.
Anonymous
Wednesday 17 May 2017 at 20:45
http://files.startrekonline.com/installer/star_trek_online_setup.exe
Anonymous
Wednesday 17 May 2017 at 20:47
manual install works like a charm, but for some reason script gives bad.exe as it is was running in a 64bit bottle. i coul nor work araound that issue. also i dont understand why 23-staging dosnt draw the wine installer windows for mono and gecko, bur in 2.8-staging it is working.
Wednesday 17 May 2017 at 22:49
Don't run it in a 64-bit bottle. 32-bit is the only supported bottle at this point. Wine 64-bit has quite a way to go before it works properly. You will have to use a 32-bit version of Wine. Period.
Wednesday 17 May 2017 at 22:52
It keeps saying "bad exe" or whatever because the app is likely failing to install properly. If the install crashes, the exe does not get put into the correct folder, leading to the error.
cybris Thursday 11 May 2017 at 5:31
cybris Anonymous

Message

I found the fix to bypass the unsupported directx error on Play on Mac

you need to create a Registry Entry

HKEY_CURRENT_USER--->Software--->Wine--->Direct3D

Create a new DWORD named MaxVersionGL

Value is 3002 Hexadecimal or 196610 Decimal

 

 

Replies

Anonymous
Thursday 11 May 2017 at 5:49
Basically this tells It is running a higher version of OpenGL
Anonymous
Thursday 11 May 2017 at 5:51
oh this works for Neverwinter as well
Anonymous
Saturday 24 June 2017 at 1:08
I am getting an error where it says, "unable to rename selected registry value." Does anyone know how to get past this?
Anonymous
Saturday 24 June 2017 at 1:31
Nvm, it stopped having the problem for some reason. False alarm.
strobsn Monday 1 May 2017 at 11:46
strobsn Anonymous

Message

Hello,

I'm new to PlayOnMac and I'd love to play Star Trek Online. 

Installation worked but I've a problem with directX. The STO Game Launcher starts. After pushing the start button there appears the message which says: "Not supported DirectX Version." It seens directX 10 is needed.

I tried to install directX 10 in the PlayOnMac configuration menu.

In Wine I've set the operation system to Win 10. 

I've installed dxdiag to test the settings. It's also tells me, that I have installed directX 9.

I'm using Wine2.3-staging 

Does anyone have an idea how I can install directX10? 

Thank you very much for your help in advance!

Cheers,

Robert

Replies

Anonymous
Monday 1 May 2017 at 19:29
I'm having the same problem in PlayOnLinux
Anonymous
Thursday 11 May 2017 at 5:49
see my post above for the fix
xattr Wednesday 26 April 2017 at 23:06
xattr Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

not sure if this works. Im new to this. and sorry for spaming or so :(

Differences

@@ -15,7 +15,7 @@
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
 AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"
+DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
@@ -36,8 +36,8 @@
 # Installation
 POL_System_TmpCreate "$PREFIX"
 cd $POL_System_TmpDir
-POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
-POL_Wine "star_trek_setup.exe"
+POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
+POL_Wine "star_trek_online_setup.exe"
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcut

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "3b3454b554d68c13addb073af40fb631"
POL_Wine "star_trek_online_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Thursday 27 April 2017 at 12:36
I tested it and it works.
Anonymous
Sunday 30 April 2017 at 10:24
I did a fresh install with this version and it installed. But I have the same problem. Some people have gotten it to work apparently though. So it might work at some point. https://pc.reddit.com/r/sto/comments/67l45x/have_any_linux_users_successfully_launched_the/
xattr Wednesday 26 April 2017 at 23:01
xattr Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

The

DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"
 
is outdated. That URL does not work anymore and returns "Bad Gateway".
 
The installer can be found at this URL now:
 
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"
 
Please update the installer download url in the POL installation wizard.

Differences

@@ -15,7 +15,7 @@
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
 AUTHOR="RoninDusette"
-DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"
+DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://files.startrekonline.com/installer/star_trek_online_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Thursday 27 April 2017 at 12:35
this can be deleted
Aital Wednesday 26 April 2017 at 2:11
Aital Anonymous

Message

The game is not loading for me after the new patch. It is either the patch or the fact I accidently uninstalled POL trying to install winestaging in normal wine and then reinstalled wine and POL. Is anyone else getting this.

 

It stops after the cryptic loading screen and on the STO loading screen after. It literally just hangs and never does anything. The debug just stops getting info. I let it sit a while and it didn't resolve itself. Any idea how to get around this?

Replies

Anonymous
Wednesday 26 April 2017 at 6:10
Yep, after the patch looks like this is what I'm seeing as well.
Anonymous
Wednesday 26 April 2017 at 7:49
Hopefully we will get lucky and the 4/26 patch will fix it in the morning.
Anonymous
Wednesday 26 April 2017 at 17:54
I think it patched... But it isn't working. It says in the system resources that the process gameclient.exe: Process is sleeping. Process is waiting for something to happen. It ran in the user for like 50 seconds and in the kernel for like 33 seconds. Then it has no more CPU usage but still retains like 650k ish in system memory.
Anonymous
Thursday 27 April 2017 at 2:41
It said something about parent process being systemd. I don't know if that is unusual, but could systemd or something be blocking it now?
Anonymous
Thursday 27 April 2017 at 2:56
I made it behave a little differently. It now has CPU usage now, but still says process is sleeping and waiting for something to happen. Anyone have any ideas? (BTW, I changed from windows7 to windows10 mode and enabled CSMT, EAX, and 'hide wine version from application, then ran it in default settings.) Is there anything on our end we can do.
Anonymous
Thursday 27 April 2017 at 3:05
This is what it spams in the debugger when it freezes at the escalation loading screen: fixme:win:GetRawInputBuffer (pData=(nil), pcbSize=0x1628e90c, cbSizeHeader=16) stub!
fixme:win:GetRawInputBuffer (pData=0x302f128, pcbSize=0x1628e8e8, cbSizeHeader=16) stub!
titanhoss Thursday 20 April 2017 at 23:47
titanhoss Anonymous

Message

it hangs due to a mismatch between the installer exe and the one on the download site being different

Replies

Anonymous
Friday 21 April 2017 at 16:48
I just had the same issue using the above installer on Mac.
Anonymous
Sunday 23 April 2017 at 18:31
Correction....I used the Try this update button....
Anonymous
Tuesday 25 April 2017 at 4:33
I am also having this problem. The URL the script uses to get the installer does not appear to work any longer.
Tuesday 25 April 2017 at 4:58
What file is throwing the error? Sometimes that link to get the install for it goes down.
Anonymous
Tuesday 25 April 2017 at 16:24
Here is the error prompt:
Anonymous
Tuesday 25 April 2017 at 16:29
Http://download.perfectworld.com/sto/star_trek_setup.exe --- Error ! Files mismatch --- Local : d41d8cd98f00b204e9800998ecf8427e --- Server : 61a0c93c34686309b1c76c1d0dc82182
Anonymous
Tuesday 25 April 2017 at 16:33
When I click 'No" I get: Error in POL_Download --- MD5 sum mismatch !
Ronin DUSETTE Saturday 15 April 2017 at 3:28
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="1.6.2"
+WINEVERSION="2.3-staging"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
@@ -31,7 +31,7 @@
 POL_Wine_PrefixCreate "$WINEVERSION"
 
 # Configuration
-Set_OS "winxp"
+Set_OS "win7"
 
 # Installation
 POL_System_TmpCreate "$PREFIX"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="2.3-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "win7"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Saturday 15 April 2017 at 3:29
Updated working version to 2.3-staging and changed windows version to 7, as per Aital's suggestion. Please tell us what works and what doesn't.
Anonymous
Tuesday 6 June 2017 at 1:08
Running Windows 10 and 2.8 staging. Seems okay...so far.
Mirmisquer Wednesday 15 March 2017 at 21:27
Mirmisquer Anonymous

Message

When will we be able to play Star trek online again using this program? How long will it take to make the software updates? Will we be able to play using PlayOnMac or no?

Replies

Anonymous
Saturday 15 April 2017 at 2:26
I am playing the game in POL on fedora 25 in KDE... It's past the date and it works fine in 2.3staging. But not in 2.4 or 2.5 staging. I"m surprised another installer hasn't been made. It could use one with someone with more knowledge removing the crashing or fixing the problem with sound. (IE if it crashes wrong and leaves a program in the background it can tie up the sound and you have to close it before sound can be found. then you have to manually set the sound to the correct source.)
Anonymous
Saturday 15 April 2017 at 2:31
And set the wine window to say it's windows 7 or 10. I use 10. Not for any reason I can remember though.
Anonymous
Saturday 15 April 2017 at 2:31
Der.... And run it in a 64 bit bottle. 8)
Saturday 15 April 2017 at 3:24
The crashing and sound issues don't have to do with the person scripting... Hi. Lol. Wine in 64 bit is not coming any time soon, though it's a work in progress. Check Winehq.org for updates on it. Feel free to add to the script. I have been playing it on ps4, and haven't had time to update the script to see if it works or not. If you have fixes, let us know and we can update the script to fix that stuff. We only know it's broken when people tell us. Last I heard it was some directx issues (check below), but I'd you have it working Let's rework the script. Thanks.
Saturday 15 April 2017 at 3:31
I made some updates... Also the whole "Der.. and run it.. blah blah blah"... there is a reason it isn't, and almost every script, is not in 64 bit "bottles". No need to be snarky. If you want to contribute, do so in a respectful manner. Thanks.
Anonymous
Monday 17 April 2017 at 4:26
I don't think he was being snarky, looks like he was making fun of himself because he thought he left a detail out of his prior comments. Thanks for the updates Ronin! Downloading now to see if it's working.
Monday 17 April 2017 at 4:28
For sure. Just let us know if it works or not
Anonymous
Monday 17 April 2017 at 5:31
It's not working for me. I was able to load into starbase 39 and the lighting and textures were messed up. As well as extremely choppy movement and loading times. Tried to beam out to space and it has now seized my machine (hard reboot) 3 times now. Reduced file streaming is on, opensuse 42.2, gtx 980 ti with an i7 2600k. Let me know if there is any other info I can provide. I'm not exactly a guru. :)
Anonymous
Monday 17 April 2017 at 5:59
With lighting 2.0 turned off I was able to manage the game to work a bit better though still missing textures often and ground movement is quite laggy.
Monday 17 April 2017 at 7:15
What drivers are you using? And is your debug log showing anything funky? If it's running, we are better off than before, but it could be a driver issue or missing library causing performance issues.
Anonymous
Monday 17 April 2017 at 8:46
375.39 drivers. Noarc install. Just now it hung on start with lots of messages like this one fixme:win:GetRawInputBuffer (pData=0x2fe6a70, pcbSize=0x1508e8ec, cbSizeHeader=16) stub! and fixme:win:GetRawInputBuffer (pData=(nil), pcbSize=0x1508e910, cbSizeHeader=16) stub! So strange it won't even go to the char screen now.
Anonymous
Monday 17 April 2017 at 9:02
I was able to get it running again by emulating a vm in wine settings. When AA is enabled in the graphic settings it now loads up the game same as before but the texture issue persists.
Anonymous
Monday 17 April 2017 at 9:16
There might be a missing things from the wine whatchamacallit. And yes I meant I forgot the 64 bit part(Der means like dope(AKA homersimpson.). It takes me a while to remember what I did in a wine bottle usually. I also followed an old wineHQ thing for back in 1.x and put in riched20, msvcr120. I also have *riched20, *d3dcompiler_43, *d3dx11_42, *d3dx11_43. I don't know what is needed and not needed. Although I also turned on, "Enable CSMT for better graphics performance," and that I think is needed. Not sure if I did anything else.
Anonymous
Monday 17 April 2017 at 9:19
I was hoping people doing the scripting were a lot more familiar and knew stuff to load to deal with alot of the stuff. I was hoping someone knew how to fix some of it. >< Like maybe there was some dll I didn't know about(which is all of them) that could be loaded so solve stuff outside of wine issues.
Anonymous
Monday 17 April 2017 at 9:48
I also installed from steam and transfered the files over to start. Arc was not working for me.
Anonymous
Monday 17 April 2017 at 10:19
I have all those components installed. Still missing hair textures, gear textures, pilot escort thruster textures, debris fields from the cracked planet outside sb 39 sierra. I don't get the 64 bit bottle reference at all, could you clarify what you are talking about?
Anonymous
Monday 17 April 2017 at 10:34
The same thing you said. I meant I had forgotten to add something. I use Der like the homer simpson DOOPEE!
Anonymous
Monday 17 April 2017 at 10:45
Ok, but I think you meant the 64 bit 2.3-staging wine? If so, it won't work. Only 32 bit wine versions show up in the list for sto.
Anonymous
Monday 17 April 2017 at 10:46
https://www.youtube.com/watch?v=vD_ZKcfZxbs
Anonymous
Monday 17 April 2017 at 10:49
Oh, yes. I used 64 bit 2.3 staging of wine in POL. I made a custom bottle. It's 64 bit. You have to have a bottle that is 64 bit for it to work. Change the installer to 64 bit or use a custom install. Mine works.
Anonymous
Monday 17 April 2017 at 10:51
My install is from before he made the installer. I was saying it works. I also used steam to install the base files and imported it over from windows steam in POL.
Anonymous
Monday 17 April 2017 at 10:57
Would that installer work in a 64 bit bottle?
Anonymous
Monday 17 April 2017 at 10:59
Yeah, that's what I would like you to clarify. You said "You have to have a bottle that is 64 bit for it to work." This statement makes no sense to me right now and could use some clarification. Custom installer? Apologies, just trying to figure out how to do this. I can install sto from steam, but from there....?
Anonymous
Monday 17 April 2017 at 11:06
OH, I make a 64 bit installer. Install form steam and but don't update fully. Then I move the folder into the bottles folder where it would be if I had installed it in the STO bottle. then I make the shortcut and start it.
Anonymous
Monday 17 April 2017 at 11:09
Is there a way to use his installation method from the script. I only used steam because I couldn't find a standalone installer.
Anonymous
Monday 17 April 2017 at 11:28
The official playonlinux installer for sto is his update. Currently if you click on install in playonlinux and select star trek online it will install the game with his parameters. As for making a 64 bit installer, I am at a loss. I just discovered what you were talking about with "bottles" which I think you mean wineprefix. Getting there.
Anonymous
Monday 17 April 2017 at 12:04
Ok. I figured out how to make a 64 bit wineprefix. Moved the contents over and used the 2.3-staging am64 wine. No change. Game still runs the same with missing textures.
Anonymous
Monday 17 April 2017 at 12:13
I changed this:
Anonymous
Monday 17 April 2017 at 12:18
I added, "POL_System_SetArch "amd64","(no comma) to the beginning of the create prefix section. Be careful of the install path though. The missing textures, if it's what I ran into, I had to turn all settings low like specifically turn off things like post proccessing and lighting 2.0. anything like post processing make my cloths from certain sets disappear. Some things you can turn up though. Although I don't know if when I turn them up they are actually turned up.
Anonymous
Monday 17 April 2017 at 12:34
I have my textures back. But it meant disabling occlusion, cinematic focus, soft particles and turning lighting/shadows to low. Everything else is maxed. The game is now fully playable. Figured this out as you were typing this post by the looks.
Anonymous
Monday 17 April 2017 at 12:40
The only issue I had that I don't know might be fixed with 32 bit might be crashes occasionally at screenchanges(sector map to space or ground.) and the crashes I get when changing characters. The CTD from character crashes is the worst part. Specifically for doing grinding of dailies across multiple characters as is needed in this game. Did the 32 bit version or your new 64 bit version run into this too?
Anonymous
Monday 17 April 2017 at 12:43
And if you loose sound check there is no game process up after a crash and possibly shutdowns(forced or normal). If it was never present go into options and audio to check the source of sound. The correct ones is several options down for me. Although it still disapears occasionally. My game used to crash and leave a game process up afer every crash which seemed to use up the sound source. So if I started the game the correct option was missing.I had to stop the process from the old games and then restart. AFter this my correct sound source was available and I could select it. But more recently it does not leave a game process after crashing or shutdown.
Anonymous
Monday 17 April 2017 at 13:07
I have both the 64 and 32 prefixes still going, using the 32 for the past while now without issue. No crashes so far. Sound good.
Anonymous
Monday 17 April 2017 at 14:26
I guess the next fun part is 2.4 and 2.5... It gets an Invalidarg error.... Or is this the wrong place for that? I have a feeling that will keep happening in later version of wine for some reason.
Monday 17 April 2017 at 16:17
64 bit will not work. Period. 64 bit wine is still under heavy development and barely anything works through it at the moment. You may have broken your virtual drive, too. Especially when. Throwing a bunch of dlls in randomly. The people who write the scripts do know what they are doing most of the time. This was tested heavily and working flawlessly before but they updated the game (including the version of directx, if I remember correctly), which would explain some of the issues. When I get off work tonight I will do some testing and see if I can figure replicate your issue and see if I can find out why it's doing that stuff.
Anonymous
Tuesday 18 April 2017 at 11:55
Running in 32 is definitely more stable. I have also found to run it in a emulate vm to run a bit smoother. It's ok, just wish the lighting could be better. Not expecting 2.0 but the low quality lighting and shadows really makes any ground activities pretty rough. As more of a space player it's acceptable.
Anonymous
Wednesday 19 April 2017 at 6:57
Yea, the problems with crashing are virtually gone in 32bit. But present in 64 bit. I, for some reason, thought 32 bit was gone with DX9. So, I assumed it needed 64 bit.
asmo_dean Thursday 2 March 2017 at 18:16
asmo_dean Anonymous

Message

Hi All,

I'm just wondering if there is a fix for this now that STO doesn't support windows XP? Is there a way to update this so that POM uses windows7 or 10 instead of XP?

Thanks in advance!

Replies

Saturday 4 March 2017 at 15:45
Nope. This is due to a move to a higher version of DirectX than what Wine currently supports. The Wine developers are working on getting that support implemented.
STO Fan2.0 Monday 6 February 2017 at 9:58
STO Fan2.0 Anonymous

Message

Programm does not work because no DirectX 10 support. Do you have any hints for me?

Error message:

Support for the Video Card you are using will end on March 1, 2017. You will be unable to play using this Video Card after support ends. Please upgrade your Video Card to one that supports DirectX Hardware Feature Level 10 or higher; See your Video Card manufacture's documentation for information on DirektX Hardware Feature Level support.

 

My Hardware:

Prozessor: AMD A8-6410 APU with AMD Radeon

Grafik: Gallium 0.4 on AMD MULLINS (DRM 2.43.0, LLVM 3.8.0)

64 Bit

Ubuntu 16.04 LTS

 

Replies

timholtorf Sunday 29 January 2017 at 15:51
timholtorf Anonymous

Message

I'm having issues with STO where the client will run fine but when I try to load a zone for the fourth or fifth time, it locks up and I have to force it to close.

Replies

habano44 Saturday 31 December 2016 at 17:53
habano44 Anonymous

Message

Hi,

I am using POM the first time so please excuse any missing knowledge.

I installed POM (Version 4.2.10) and then Star trek online directly with the POM Menu without any problems. Then, after the launcher patched the game, i used the start button, thats when a window with a message pops up telling me that my DirectX Version is not suported and that my graphic card wont be supported after the 01.03.2017.

The Game starts after i hit 'OK' but the grafics are very strange and some things arent displayed corectly.

I am trying to play the game on my MacBook Air 2015 / 2,2 GHz I7 / Intel HD 6000 1536MB / 8GB 1600 DDR3

I tried to install DirecX using the POM Menu without succes, i tried diferent Wine Version including the 1.6.2.

Does anyone have a sugestion what i can do to fix this.

 Thanks in advance

Replies

Wednesday 18 January 2017 at 17:56
Can you post your debug logs, please?
titanhoss Monday 28 November 2016 at 10:35
titanhoss Anonymous

Message

everything seems to work but no sound

running linux mint 18 KDE on an acer aspire e15

Replies

Anonymous
Monday 28 November 2016 at 10:47
play on linux 4.2.10
Ronin DUSETTE Thursday 3 November 2016 at 1:06
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="1.9.10-staging"
+WINEVERSION="1.6.2"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.6.2"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Thursday 3 November 2016 at 1:08
Changed to Wine 1.6.2, as that is reported as working across the board, even for OSX.

@Captainpicard30 - Delete your virtual drive for STO, and use the Install feature in POM to try to reinstall it like usual. If the debug output says your are missing a library, then you will need to find and install the freetype lib somehow on to your system. I recently just started using OSX, and am still getting used to resolving dependencies on it.
Anonymous
Saturday 4 February 2017 at 7:03
Do I need Is to make this game work?
Anonymous
Saturday 4 February 2017 at 7:04
IE
Captainpicard30 Saturday 29 October 2016 at 1:45
Captainpicard30 Anonymous

Message

Ever since the software patch done by Arc, the STO will launch into the Cryptic loading screen, and then crash after a few seconds.

Replies

Anonymous
Saturday 29 October 2016 at 1:52
Just to clarify, I am referring to the Software Patch done earlier this week. I believe it was on Wednesday.
Anonymous
Monday 31 October 2016 at 8:27
try to switch to wine version 1.6.2
Ronin DUSETTE Friday 30 September 2016 at 19:27
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="1.7.40"
+WINEVERSION="1.9.10-staging"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.9.10-staging"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Thursday 27 October 2016 at 5:27
Umm, my STO is starting crash ever since that new Software Patch done by Arc.
Thursday 27 October 2016 at 14:18
I'll take a look at it when I get home. I wish they still had a native Mac client.
Anonymous
Friday 28 October 2016 at 3:29
You and me both. I am not sure if this will help or not, but STO is also crashing when I try to run it off of Steam.
Anonymous
Sunday 30 October 2016 at 4:04
try wine 1.6.2 ;-)
Anonymous
Sunday 30 October 2016 at 17:11
Okay. I will.
Anonymous
Sunday 30 October 2016 at 17:24
With 1.6.2, I can't even launch the STO launcher.
Anonymous
Sunday 30 October 2016 at 17:24
I try to debug it, but the debugger says that Wine needs a Freetype library?
Anonymous
Monday 31 October 2016 at 8:28
download https://www.xquartz.org/
Anonymous
Monday 31 October 2016 at 8:30
it works fine for me on MBPro 13,3" Late 2013 El Capitan.
Anonymous
Thursday 3 November 2016 at 0:49
Okay, thanks.
Anonymous
Thursday 3 November 2016 at 2:32
When you play STO, is it blurry and not sharp?
Anonymous
Thursday 3 November 2016 at 2:32
Because, I am able to launch the app fully, but when I get to playing the game, everything is blurry.
Thursday 3 November 2016 at 2:40
Blurry how? You might need to adjust your graphics settings. Also, what are you computer specs?
Anonymous
Thursday 3 November 2016 at 2:43
I have all my graphic settings on high, and I have the late 2014, 27-inch, 5K retina Mac.
Anonymous
Thursday 3 November 2016 at 2:49
When I go to play, there is a notification that pops up at the bottom, saying: "tessellation not supported, skipping domain shader creation". Then the game launches.
Thursday 3 November 2016 at 3:52
That happens, but you should turn your graphics settings down. Especially if running Intel graphics. I don't know what graphics chipset you are running but you will likely have to drop your settings down a bit in STO.
Anonymous
Friday 4 November 2016 at 2:22
Okay, one issue though. Before like 2 weeks ago, that never happened with the tessellations. Now it does.
Friday 4 November 2016 at 2:33
Idunno. They may have changed something in their end. Try posting in the forums here and Winehq.org and see if others are seeing the same thing.
Anonymous
Tuesday 8 November 2016 at 3:27
Okay.
Anonymous
Tuesday 8 November 2016 at 4:56
Hey, I think I know what the issue is. In their last software patch, Arc added a new feature to the game. Something called: "lighting 2.0"
Anonymous
Tuesday 8 November 2016 at 5:01
Not sure how to make it compatible with Mac though.
Tuesday 8 November 2016 at 14:59
I have no clue. I'll take a look when I get home. Can you post your debug logs on pastebin and post the link? Maybe that will clue us in to what is going on.
Anonymous
Tuesday 8 November 2016 at 16:34
Yeah, sure.
Anonymous
Wednesday 9 November 2016 at 5:16
I have posted the debug log on the PlayOnMac website under PlayOnMac bugs. It is titled: Debug log from running STO on wine 1.6.2.
Anonymous
Wednesday 9 November 2016 at 5:16
I hope the log helps!
Thursday 10 November 2016 at 21:03
Can you post it on pastebin and put it here, please?
Anonymous
Friday 11 November 2016 at 1:20
I can post it on pastebin. Not sure what you mean by "and put it here" I have already posted the debug log on the Playonmac website, as a bug report.
Friday 11 November 2016 at 15:40
The link to the pastebin. It may be a wine issue, and not a PlayOnMac issue. I'll just look there.
Anonymous
Wednesday 16 November 2016 at 4:07
Okay, so I have attempted to paste this debug log in every way I can. I am finding two obstacles.
Anonymous
Wednesday 16 November 2016 at 4:11
Obstacle 1) If I try to paste it on Pastebin, the file is to large. If I try to post the log directly to PlayOnMac, same issue, only chrome also crashes.
Anonymous
Wednesday 16 November 2016 at 4:12
Good news though, Arc sent out another Software patch that seems to fix the issue I am having,
Wednesday 16 November 2016 at 14:31
Sweet. I'll test it out this morning.
Anonymous
Monday 21 November 2016 at 6:13
Hey, I am having another issue. For some reason the launcher will freeze up when I am running wine 1.6.2. I have figured out a way to post the debug log to the PlayOnMac bug page. You can view the debug log under a bug report titled: STO Launcher freeze: wine 1.6.2.
Monday 21 November 2016 at 6:18
Try another version of wine, preferably the newest version, and see if that works.
Anonymous
Monday 21 November 2016 at 6:28
Okay. Were you able to see my debug log this time?
Monday 21 November 2016 at 17:06
No. I can't see it. Also, we already have a ticket open, so we should stick to that one instead of opening more. There has to be some way to post your logs via pastebin.
Anonymous
Wednesday 18 January 2017 at 17:11
Has anyone been able to install/play Star Trek Online lately? I've been trying to play it but crashed at the Cryptic loading screen. Very, very frustrating. I've tried installing through Steam as well as using the .exe from the website. No luck either way. Crashed every time.
Josef615 Monday 7 March 2016 at 21:46
Josef615 Anonymous

Message

Is there any word on a new installer? Im trying to run it through Steam, but it's insanely slow, even with graphics and rendering at minimum

Replies

Anonymous
Sunday 22 May 2016 at 20:48
Hoping for a version that can use a current version of Wine.
Monday 23 May 2016 at 0:26
The installer won't make a difference. If you want to try a new version of wine, simply install the version you want to use from tools - manage wine versions, and select it for use in the virtual drive. Check the wiki for more info. Also, make sure that you have good drivers for your graphics card installed. I noticed I 's super slow on any Intel graphics, but proprietary Nvidia with a good card works great.at least in my experience. This also doesn't need steam, as it can be installed directly.
Ronin DUSETTE Monday 27 July 2015 at 17:12
Ronin DUSETTE

Message

So this script is having the same issue as Neverwinter Online; the URL for the client download is no longer available. We just need a new link for it, but if we cannot find it, installing Steam and installing NWO and STO through there works just fine. 

Replies

Anonymous
Tuesday 28 July 2015 at 16:07
Maybe having steam depency would be better in long run. I doubt steam changes programs ids often, but downloadable installers can change quite often
Tuesday 28 July 2015 at 16:33
The problem is not that the installer changed; it is just no longer available. I'm well aware of that stuff, but without the installer URL, we need to either use Arc or Steam for content delivery.
Tuesday 28 July 2015 at 16:49
Hopefully there is a direct download link available for us to use.
Ronin DUSETTE Wednesday 22 April 2015 at 8:32
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Adding tmpdir stuff in here. Forgot to add it in initial commit.

Differences

@@ -34,6 +34,8 @@
 Set_OS "winxp"
 
 # Installation
+POL_System_TmpCreate "$PREFIX"
+cd $POL_System_TmpDir
 POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
 POL_Wine "star_trek_setup.exe"
 POL_Wine_WaitExit "$TITLE"
@@ -41,6 +43,9 @@
 # Create Shortcut
 POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
 
+# Cleanup
+POL_System_TmpDelete
+
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 
 POL_SetupWindow_Close

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.7.40"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Installation
POL_System_TmpCreate "$PREFIX"
cd $POL_System_TmpDir
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

# Cleanup
POL_System_TmpDelete

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Sunday 21 June 2015 at 8:11
any idea how i install this update i cant find the playonoline repositories
Sunday 21 June 2015 at 8:15
I am not sure what you mean. It should be in the Install menu. Is it not there?
Anonymous
Tuesday 1 March 2016 at 22:22
Doesn't work because of Wine 1.7.40 is not available anymore!?
Ronin DUSETTE Wednesday 22 April 2015 at 7:48
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Revised script to remove need for Steam or Arc as content delivery systems, as it now downloads directly from their servers. Also updated Wine version used.

Differences

@@ -1,21 +1,21 @@
 #!/bin/bash
-# Date : (2015-04-02)
+# Date : (2015-04-21)
 # Distribution used to test : Kubuntu 14.04 LTS 64-bit
 # Author : RoninDusette
 # Licence : GPLv3
-# PlayOnLinux: 4.2.6
+# PlayOnLinux: 4.2.7
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="StarTrekOnline"
-WINEVERSION="1.7.39"
+WINEVERSION="1.7.40"
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
-STEAM_ID="9900"
 AUTHOR="RoninDusette"
+DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
@@ -33,19 +33,13 @@
 # Configuration
 Set_OS "winxp"
 
-POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE"
-
-#Dependencies
-POL_Call POL_Install_steam
-POL_Call POL_Install_steam_flags "$STEAM_ID"
-
 # Installation
-cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
-POL_Wine "steam.exe" steam://install/$STEAM_ID
+POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
+POL_Wine "star_trek_setup.exe"
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcut
-POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
+POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 

New source code

#!/bin/bash
# Date : (2015-04-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.7


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.7.40"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"
DOWNLOAD_URL="http://download.perfectworld.com/sto/star_trek_setup.exe"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Installation
POL_Download "$DOWNLOAD_URL" "61a0c93c34686309b1c76c1d0dc82182"
POL_Wine "star_trek_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "Star\ Trek\ Online.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Ronin DUSETTE Wednesday 22 April 2015 at 7:20
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

removing start /unix thing.

Differences

@@ -41,7 +41,7 @@
 
 # Installation
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
-POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
+POL_Wine "steam.exe" steam://install/$STEAM_ID
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcut

New source code

#!/bin/bash
# Date : (2015-04-02)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.6


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.7.39"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
STEAM_ID="9900"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE"

#Dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_steam_flags "$STEAM_ID"

# Installation
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Wednesday 26 October 2016 at 1:16
I have a question. Whenever I try to logon to Star Trek Online, it accepts my login and connects to the Account Server, however the game crashes a few moments after it starts. The icon is still on my dock on my mac but when i click it nothing happens. Please Help!
Ronin DUSETTE Friday 3 April 2015 at 6:25
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Made STEAM_ID variable.

Differences

@@ -14,6 +14,7 @@
 TITLE="Star Trek Online"
 EDITOR="Perfect World Entertainment Inc."
 GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
+STEAM_ID="9900"
 AUTHOR="RoninDusette"
 
 #Initialization
@@ -36,15 +37,15 @@
 
 #Dependencies
 POL_Call POL_Install_steam
-POL_Call POL_Install_steam_flags "9900"
+POL_Call POL_Install_steam_flags "$STEAM_ID"
 
 # Installation
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
-POL_Wine start /unix "steam.exe" steam://install/9900
+POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcut
-POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/9900"
+POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
 

New source code

#!/bin/bash
# Date : (2015-04-02)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.6


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.7.39"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
STEAM_ID="9900"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE"

#Dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_steam_flags "$STEAM_ID"

# Installation
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Ronin DUSETTE Friday 3 April 2015 at 4:10
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Initial commit.

Differences

@@ -0,0 +1,52 @@
+#!/bin/bash
+# Date : (2015-04-02)
+# Distribution used to test : Kubuntu 14.04 LTS 64-bit
+# Author : RoninDusette
+# Licence : GPLv3
+# PlayOnLinux: 4.2.6
+
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+PREFIX="StarTrekOnline"
+WINEVERSION="1.7.39"
+TITLE="Star Trek Online"
+EDITOR="Perfect World Entertainment Inc."
+GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
+AUTHOR="RoninDusette"
+
+#Initialization
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_SetupWindow_Init
+
+POL_Debug_Init
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE"
+
+#Dependencies
+POL_Call POL_Install_steam
+POL_Call POL_Install_steam_flags "9900"
+
+# Installation
+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
+POL_Wine start /unix "steam.exe" steam://install/9900
+POL_Wine_WaitExit "$TITLE"
+
+# Create Shortcut
+POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/9900"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-04-02)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.6


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="StarTrekOnline"
WINEVERSION="1.7.39"
TITLE="Star Trek Online"
EDITOR="Perfect World Entertainment Inc."
GAME_URL="http://www.arcgames.com/en/games/star-trek-online"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE"

#Dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_steam_flags "9900"

# Installation
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/9900
POL_Wine_WaitExit "$TITLE"

# Create Shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/9900"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Friday 3 April 2015 at 4:54
I am going to add the option to install from setup file, as well (the Arc installer). I just started with Steam because it was easy for me. :)
Sunday 5 April 2015 at 16:13
Can bug report #3724 be closed?
https://www.playonlinux.com/en/issue-3724.html
Sunday 5 April 2015 at 18:25
Absolutely. I just closed it out right now. It works great without CSMT on my big system, but we have the staging builds if people want CSMT support for STO.
Anonymous
Thursday 28 May 2015 at 17:30
Does anyone else still have issue with mouselook being gittery? I've tried several wine versions and this issue seems to have returned. Running on Arch.
Thursday 28 May 2015 at 17:34
No. I was just playing this last night on my Dell laptop (all intel graphics, on Arch with LightDM and Cinnamon) and just fired it up on my big computer 5 minutes ago (Nvidia cards, Arch, LightDM, Cinnamon) and there are no glitches at all from the mouse. I actually have never seen that issue with this game at all. Maybe try to toggle mouse warp override (configure window, misc. tab)?
Anonymous
Thursday 28 May 2015 at 18:12
Didn't change anything. Also had the thought that my second monitor might be an issue, but disabling it hasn't fixed it. This is on an nVidia 780 /w prop drivers. I can test on my laptop which has a Intel/nVidia 870 setup later and see if its an issue there. Running Plasma 5 desktop. Weird that no one else seems to be getting this, my setup can't be that strange.
Thursday 28 May 2015 at 18:16
If you have multiple monitors, you will want to run it in a virtual desktop (configure window, Wine tab, Wine Configuration, Graphics, check Virtual Desktop and enter resolution.). I have a 4 monitor system on my Nvidia system, with prop drivers, and I run in a virtual desktop, as it just acts like another window. I had a problem with the mouse leaving the screen and messing with the game otherwise. Hopefully that helps. It isn't set by default, because single-screen systems work fine, but for multiple monitors, I almost always enable a virtual desktop. :)
Anonymous
Thursday 28 May 2015 at 18:35
Well! Thanks for the suggestion! Running the game in a virtual desktop has fixed the issue! :)
Thursday 28 May 2015 at 18:36
Excellent. Glad I could help.
Friday 19 January 2018 at 15:56
Hi nice Work have STO Running ,but heavy perfomancen problems with
Friday 19 January 2018 at 15:58
Hi nice Work have STO Running ,but heavy perfomancen problems with FileSystem sorry double post dont know idont can hit enter , so how can i speed up wineflesystem ihave a 600 mb/sek ssd 8 gb ram amd fx 4 core
Friday 19 January 2018 at 17:26
I have mapped the problem it is not the filesystem, but it has been used to run sto only one kernel! How can wine force the distribution to all kernels evenly? https://ibb.co/g7jTeG <-- System Monitor
Friday 19 January 2018 at 18:47
It's only a 32 bit application, and what it sounds like is that you likely aren't running the proper drivers for your graphics card, which is offloading it to your CPU. You also need the 32 bit drivers for your graphics chipset for this to work properly. Please check the wiki and your distro's docs on how to get those installed properly.
Saturday 20 January 2018 at 2:34
Well the Fgrl Driver From Ati/Amd ist by Unbuntu not longer supported i use the mesa driver there is 8days old only last update i have ubuntu 16.04 but i have dam mirco stuter from game when i fast run or fly maybe time for a new cpu thx for help

Saturday 20 January 2018 at 16:11
My Perfomacen Problem is Solved with Wine Version 3.0-rc6 Setting CMTF,newest mesa gfx card driver ,play linux setting display Enable GLSL support ,Direct 3d draw opengl, and seeting up exakt memory value , i hope it helf some other too ;)