How i can run ST:TDAU v2.2 in Ubuntu Linux

Questions about Wine on Linux
Post Reply
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

Hi, how i can correctly execute the game ST:TDAU v2.2 in ubuntu 16.04 LTS Linux?
Since when trying to run it with "wine" with the command "wine Slendytubbies The Devil Among Us.exe" and the following appears:

ceibal@ceibal:/media/ceibal/KINGSTON/STTDAU V2.20$ wine Slendytubbies The Devil Among Us.exe
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
wine: cannot find L"C:\\windows\\system32\\Slendytubbies.exe"

Conclusion: I would like to know how to solve this error to be able to correctly run the game ST:TDAU v2.2
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by jkfloris »

wine: cannot find L"C:\\windows\\system32\\Slendytubbies.exe"
Because there are spaces in the filename, you must use quotation marks or backslashes.

Code: Select all

wine "Slendytubbies The Devil Among Us.exe"
# or
wine Slendytubbies\ The\ Devil\ Among\ Us.exe
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

Well, I did it; but now I get a different error.

ceibal@ceibal:/media/ceibal/KINGSTON/STTDAU V2.20$ wine Slendytubbies\ The\ Devil\ Among\ Us.exe
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
err:module:import_dll Library UnityPlayer.dll (which is needed by L"I:\\STTDAU V2.20\\Slendytubbies The Devil Among Us.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"I:\\STTDAU V2.20\\Slendytubbies The Devil Among Us.exe" failed, status c0000135
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

jkfloris wrote: Sun Mar 10, 2024 12:15 pm
wine: cannot find L"C:\\windows\\system32\\Slendytubbies.exe"
Because there are spaces in the filename, you must use quotation marks or backslashes.

Code: Select all

wine "Slendytubbies The Devil Among Us.exe"
# or
wine Slendytubbies\ The\ Devil\ Among\ Us.exe

Sorry if I send this message again, it's just that upon reviewing I realized that I responded to my own post; Which I'm not sure if it affects anything, so just in case.

What you told me about putting the "quotation marks or backslashes" worked, but the program still does not open, a different error appears.

This is what I put in terminal: wine Slendytubbies\ The\ Devil\ Among\ Us.exe

And this is what appears:

Code: Select all

ceibal@ceibal:/media/ceibal/KINGSTON/STTDAU V2.20$ wine Slendytubbies\ The\ Devil\ Among\ Us.exe
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
err:module:import_dll Library UnityPlayer.dll (which is needed by L"I:\\STTDAU V2.20\\Slendytubbies The Devil Among Us.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"I:\\STTDAU V2.20\\Slendytubbies The Devil Among Us.exe" failed, status c0000135
[code]
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by jkfloris »

The error message says that Wine cannot find a library (UnityPlayer.dll).
Usually DLL files are placed in the correct location when the game is installed.
Does the UnityPlayer.dll file exist? How did you install the game?
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

jkfloris wrote: Thu Mar 14, 2024 7:02 am The error message says that Wine cannot find a library (UnityPlayer.dll).
Usually DLL files are placed in the correct location when the game is installed.
Does the UnityPlayer.dll file exist? How did you install the game?
Ohh, well first, there is no UnityPlayer.dll file, and second the game does not have an installation process or "install.exe" or "setup.exe" the game is downloaded, the file must be extracted and the "game.exe" is opened (In this case it is "Slendytubbies The Devil Among Us .exe").
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by jkfloris »

there is no UnityPlayer.dll file
That's strange, I also downloaded the game and there is a UnityPlayer.dll in that file.
Try to download the game again. And use 7z to extract it.
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

jkfloris wrote: Fri Mar 15, 2024 9:50 am
there is no UnityPlayer.dll file
That's strange, I also downloaded the game and there is a UnityPlayer.dll in that file.
Try to download the game again. And use 7z to extract it.

Well, I downloaded the game again and now the file "UnityPlayer.dll" is there, I run the command "wine Slendytubbies\ The\ Devil\ Among\ Us.exe
" and I get the following result:

Code: Select all

ceibal@ceibal:/media/ceibal/KINGSTON/STTDAU V2.2$ wine Slendytubbies\ The\ Devil\ Among\ Us.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
wine: Call from 0x7b849d97 to unimplemented function bcrypt.dll.BCryptGenRandom, aborting
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
wine: Unimplemented function bcrypt.dll.BCryptGenRandom called at address 0x7b849d97 (thread 0024), starting debugger...
Unhandled exception: unimplemented function bcrypt.dll.BCryptGenRandom called in 64-bit code (0x000000007b849d97).
Register dump:
 rip:000000007b849d97 rsp:000000000023f790 rbp:000000000023fa20 eflags:00000206 (   - --  I   - -P- )
 rax:000000000023f7b0 rbx:000000000023f930 rcx:000000000023f7b0 rdx:000000000023f7d0
 rsi:000000000023f940 rdi:000000000023f7e0  r8:0000000000000002  r9:000000000023f930 r10:0000000000eda5c8
 r11:000000000023f9c0 r12:0000000181564e10 r13:000000000000000a r14:0000000000000000 r15:0000000000000006
Stack dump:
0x000000000023f790:  000000000023f7b0 0000000000000048
0x000000000023f7a0:  0000000000000008 000000018062d346
0x000000000023f7b0:  0000000180000100 0000000000000000
0x000000000023f7c0:  000000007b849d97 0000000000000002
0x000000000023f7d0:  00007f807edf6750 00007f807edf6976
0x000000000023f7e0:  0000000000ed9050 0000000000000010
0x000000000023f7f0:  0000000000000008 00000001800a495f
0x000000000023f800:  0000000000000008 0000000180629859
0x000000000023f810:  0000000000000001 000000000023f891
0x000000000023f820:  0000000181569770 000000018089d7a2
0x000000000023f830:  000000000023f918 00000000004e7f80
0x000000000023f840:  00000000004e7f88 799967183f47fd00
Backtrace:
=>0 0x000000007b849d97 in kernel32 (+0x29d97) (0x000000000023fa20)
  1 0x00007f807edf6734 in bcrypt (+0x6733) (0x000000000023fa20)
  2 0x00007f807edf5fdf in bcrypt (+0x5fde) (0x000000000023fa20)
  3 0x0000000180881127 in unityplayer (+0x881126) (0x000000000023fa20)
  4 0x00000001807e24ad in unityplayer (+0x7e24ac) (0x000000000023fa20)
  5 0x0000000180ad32e5 in unityplayer (+0xad32e4) (0x000000000023fbc0)
  6 0x0000000180878e2e in unityplayer (+0x878e2d) (0x000000000023fbc0)
  7 0x00000001805e9507 in unityplayer (+0x5e9506) (0x000000000023fbc0)
  8 0x00000001805ee55b in unityplayer (+0x5ee55a) (0x00007ffff28209b0)
  9 0x00000001400011fa in slendytubbies the devil among usI:\STTDAU V2.2\Slendytubbies The Devil Among Us.exe (+0x11f9) (0x00007ffff28209b0)
  10 0x00007f8083460513 call_thread_func+0xd2() in ntdll (0x00007ffff28209b0)
  11 0x00007f80834599aa RtlRaiseException+0x7d() in ntdll (0x00007ffff28209b0)
  12 0x00007f8083429f16 in ntdll (+0x39f15) (0x00007ffff28209b0)
  13 0x00007f8083eea4c3 wine_call_on_stack+0x12() in libwine.so.1 (0x00007ffff28209b0)
  14 0x00007f8083eea629 wine_switch_to_stack+0x8() in libwine.so.1 (0x00007fffff7ef000)
  15 0x00007f808342fccc LdrInitializeThunk+0x3fb() in ntdll (0x00007fffff7ef000)
  16 0x000000007b87aee8 __wine_kernel_init+0x947() in kernel32 (0x00007f80836ca340)
  17 0x00007f8083430428 __wine_process_init+0x177() in ntdll (0x00007ffff2821d90)
  18 0x00007f8083ee85a4 wine_init+0x313() in libwine.so.1 (0x00007ffff2821e30)
  19 0x000000007bf00cc2 main+0x81() in <wine-loader> (0x00007ffff28223a8)
  20 0x00007f80838f3830 __libc_start_main+0xef() in libc.so.6 (0x000000007bf00e90)
  21 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  22 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  23 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  24 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  25 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  26 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  27 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  28 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  29 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  30 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  31 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  32 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  33 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  34 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  35 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  36 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  37 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  38 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  39 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  40 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  41 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  42 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  43 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  44 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  45 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  46 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  47 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  48 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  49 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  50 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  51 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  52 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  53 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  54 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  55 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  56 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  57 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  58 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  59 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  60 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  61 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  62 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  63 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  64 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  65 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  66 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  67 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  68 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  69 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  70 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  71 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  72 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  73 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  74 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  75 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  76 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  77 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  78 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  79 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  80 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  81 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  82 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  83 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  84 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  85 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  86 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  87 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  88 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  89 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  90 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  91 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  92 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  93 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  94 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  95 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  96 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  97 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  98 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  99 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  100 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  101 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  102 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  103 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  104 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  105 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  106 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  107 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  108 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  109 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  110 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  111 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  112 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  113 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  114 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  115 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  116 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  117 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  118 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  119 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  120 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  121 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  122 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  123 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  124 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  125 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  126 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  127 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  128 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  129 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  130 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  131 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  132 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  133 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  134 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  135 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  136 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  137 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  138 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  139 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  140 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  141 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  142 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  143 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  144 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  145 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  146 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  147 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  148 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  149 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  150 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  151 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  152 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  153 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  154 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  155 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  156 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  157 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  158 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  159 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  160 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  161 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  162 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  163 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  164 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  165 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  166 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  167 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  168 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  169 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  170 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  171 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  172 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  173 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  174 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  175 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  176 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  177 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  178 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  179 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  180 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  181 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  182 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  183 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  184 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  185 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  186 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  187 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  188 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  189 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  190 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  191 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  192 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  193 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  194 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  195 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  196 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  197 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  198 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  199 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
  200 0x000000007bf00db9 _start+0x28() in <wine-loader> (0x0000000000000000)
0x000000007b849d97: movq	0x00000000000000b8(%rsp),%rax
Modules:
Module	Address					Debug info	Name (93 modules)
ELF	        7b800000-        7bc7c000	Dwarf           kernel32<elf>
  \-PE	        7b820000-        7bc7c000	\               kernel32
ELF	        7be00000-        7c103000	Dwarf           <wine-loader>
PE	       140000000-       1400a3000	Export          slendytubbies the devil among usI:\STTDAU V2.2\Slendytubbies The Devil Among Us.exe
PE	       180000000-       181733000	Export          unityplayer
PE	    7f807ac3a000-    7f807ae4e000	Deferred        api-ms-win-core-winrt-string-l1-
PE	    7f807ac40000-    7f807ae4e000	Deferred        api-ms-win-core-winrt-string-l1-C:\windows\system32\api-ms-win-core-winrt-string-l1-1-0.dll
ELF	    7f807ae4e000-    7f807b088000	Deferred        uxtheme<elf>
  \-PE	    7f807ae60000-    7f807b088000	\               uxtheme
ELF	    7f807b088000-    7f807b28e000	Deferred        libxfixes.so.3
ELF	    7f807b28e000-    7f807b498000	Deferred        libxcursor.so.1
ELF	    7f807b498000-    7f807b6a8000	Deferred        libxi.so.6
ELF	    7f807b6a8000-    7f807b8ab000	Deferred        libxcomposite.so.1
ELF	    7f807b8ab000-    7f807bab6000	Deferred        libxrandr.so.2
ELF	    7f807bab6000-    7f807bcc0000	Deferred        libxrender.so.1
ELF	    7f807bcc0000-    7f807bec6000	Deferred        libxxf86vm.so.1
ELF	    7f807bec6000-    7f807c0c9000	Deferred        libxinerama.so.1
ELF	    7f807c0c9000-    7f807c2cf000	Deferred        libxdmcp.so.6
ELF	    7f807c2cf000-    7f807c4d3000	Deferred        libxau.so.6
ELF	    7f807c4d3000-    7f807c6f5000	Deferred        libxcb.so.1
ELF	    7f807c6f5000-    7f807ca2f000	Deferred        libx11.so.6
ELF	    7f807ca2f000-    7f807cc41000	Deferred        libxext.so.6
ELF	    7f807cc67000-    7f807cf08000	Deferred        winex11<elf>
  \-PE	    7f807cc80000-    7f807cf08000	\               winex11
ELF	    7f807cfdc000-    7f807d205000	Deferred        libexpat.so.1
ELF	    7f807d205000-    7f807d448000	Deferred        libfontconfig.so.1
ELF	    7f807d448000-    7f807d66d000	Deferred        libpng12.so.0
ELF	    7f807d66d000-    7f807d887000	Deferred        libz.so.1
ELF	    7f807d887000-    7f807db31000	Deferred        libfreetype.so.6
ELF	    7f807db31000-    7f807dd5a000	Deferred        libtinfo.so.5
ELF	    7f807dd5a000-    7f807df7c000	Deferred        libncurses.so.5
ELF	    7f807dfa2000-    7f807e1ca000	Deferred        iphlpapi<elf>
  \-PE	    7f807dfb0000-    7f807e1ca000	\               iphlpapi
ELF	    7f807e1ca000-    7f807e3e7000	Deferred        wsock32<elf>
  \-PE	    7f807e1d0000-    7f807e3e7000	\               wsock32
ELF	    7f807e3e7000-    7f807e5fd000	Deferred        dwmapi<elf>
  \-PE	    7f807e3f0000-    7f807e5fd000	\               dwmapi
ELF	    7f807e5fd000-    7f807e8e5000	Deferred        windowscodecs<elf>
  \-PE	    7f807e620000-    7f807e8e5000	\               windowscodecs
ELF	    7f807e8e5000-    7f807ebcf000	Deferred        crypt32<elf>
  \-PE	    7f807e8f0000-    7f807ebcf000	\               crypt32
ELF	    7f807ebcf000-    7f807ede4000	Deferred        hid<elf>
  \-PE	    7f807ebd0000-    7f807ede4000	\               hid
ELF	    7f807ede4000-    7f807eff9000	Dwarf           bcrypt<elf>
  \-PE	    7f807edf0000-    7f807eff9000	\               bcrypt
ELF	    7f807eff9000-    7f807f23a000	Deferred        winhttp<elf>
  \-PE	    7f807f000000-    7f807f23a000	\               winhttp
ELF	    7f807f23a000-    7f807f462000	Deferred        imm32<elf>
  \-PE	    7f807f240000-    7f807f462000	\               imm32
ELF	    7f807f462000-    7f807f7e4000	Deferred        oleaut32<elf>
  \-PE	    7f807f480000-    7f807f7e4000	\               oleaut32
ELF	    7f807f7e4000-    7f807fa1e000	Deferred        ws2_32<elf>
  \-PE	    7f807f7f0000-    7f807fa1e000	\               ws2_32
ELF	    7f807fa1e000-    7f807fc4b000	Deferred        msacm32<elf>
  \-PE	    7f807fa20000-    7f807fc4b000	\               msacm32
ELF	    7f807fc4b000-    7f807ff0f000	Deferred        winmm<elf>
  \-PE	    7f807fc50000-    7f807ff0f000	\               winmm
ELF	    7f807ff0f000-    7f80802cb000	Deferred        opengl32<elf>
  \-PE	    7f807ff50000-    7f80802cb000	\               opengl32
ELF	    7f80802cb000-    7f80805d8000	Deferred        comctl32<elf>
  \-PE	    7f80802d0000-    7f80805d8000	\               comctl32
ELF	    7f80805d8000-    7f8080a3d000	Deferred        shell32<elf>
  \-PE	    7f80805f0000-    7f8080a3d000	\               shell32
ELF	    7f8080a3d000-    7f8080cba000	Deferred        setupapi<elf>
  \-PE	    7f8080a50000-    7f8080cba000	\               setupapi
ELF	    7f8080cba000-    7f8080f4d000	Deferred        shlwapi<elf>
  \-PE	    7f8080cd0000-    7f8080f4d000	\               shlwapi
ELF	    7f8080f4d000-    7f80811e0000	Deferred        rpcrt4<elf>
  \-PE	    7f8080f60000-    7f80811e0000	\               rpcrt4
ELF	    7f80811e0000-    7f8081567000	Deferred        ole32<elf>
  \-PE	    7f8081210000-    7f8081567000	\               ole32
ELF	    7f8081567000-    7f8081781000	Deferred        version<elf>
  \-PE	    7f8081570000-    7f8081781000	\               version
ELF	    7f8081781000-    7f8081a08000	Deferred        advapi32<elf>
  \-PE	    7f8081790000-    7f8081a08000	\               advapi32
ELF	    7f8081a08000-    7f8081d6e000	Deferred        gdi32<elf>
  \-PE	    7f8081a20000-    7f8081d6e000	\               gdi32
ELF	    7f8081d6e000-    7f808211f000	Deferred        user32<elf>
  \-PE	    7f8081d90000-    7f808211f000	\               user32
ELF	    7f8082126000-    7f8082338000	Deferred        libnss_files.so.2
ELF	    7f8082338000-    7f8082544000	Deferred        libnss_nis.so.2
ELF	    7f8082544000-    7f808275d000	Deferred        libnsl.so.1
ELF	    7f808275d000-    7f8082966000	Deferred        libnss_compat.so.2
ELF	    7f8082eb3000-    7f80830c9000	Deferred        libgcc_s.so.1
ELF	    7f80830c9000-    7f80833d2000	Deferred        libm.so.6
ELF	    7f80833d2000-    7f80836cb000	Dwarf           ntdll<elf>
  \-PE	    7f80833f0000-    7f80836cb000	\               ntdll
ELF	    7f80836ce000-    7f80838d2000	Deferred        libdl.so.2
ELF	    7f80838d3000-    7f8083c9d000	Dwarf           libc.so.6
ELF	    7f8083c9d000-    7f8083eba000	Deferred        libpthread.so.0
ELF	    7f8083ee0000-    7f8084284000	Dwarf           libwine.so.1
ELF	    7f8084285000-    7f80844ad000	Deferred        ld-linux-x86-64.so.2
ELF	    7ffff2902000-    7ffff2903000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	0000001d    0
	0000001c    0
	0000001b    0
	00000016    0
	00000014    0
	00000010    0
	0000000f    0
00000012 winedevice.exe
	0000001e    0
	00000018    0
	00000017    0
	00000013    0
00000019 plugplay.exe
	00000020    0
	0000001f    0
	0000001a    0
00000021 explorer.exe
	00000025    0
	00000022    0
00000023 (D) I:\STTDAU V2.2\Slendytubbies The Devil Among Us.exe
	00000024    0 <==
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by jkfloris »

I'm afraid your version of Wine and Ubuntu are too old. The game runs fine with Wine 9.x.
Out of curiosity, why are you using an old version of Ubuntu that is no longer supported?
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

jkfloris wrote: Sun Mar 17, 2024 10:31 am I'm afraid your version of Wine and Ubuntu are too old. The game runs fine with Wine 9.x.
Out of curiosity, why are you using an old version of Ubuntu that is no longer supported?
I have Wine 1.6.2
The reason why I have an old version of Ubuntu is because it was already installed on this computer. I also tried to update it but I had certain complications and in the end I did not change the version.
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

Should I change the version of Ubuntu or Wine? (From wine I obviously assume so) I'm not sure, any suggestions?
Osmosis
Level 2
Level 2
Posts: 19
Joined: Fri Jun 16, 2023 1:37 pm

Re: How i can run ST:TDAU v2.2 in Ubuntu Linux

Post by Osmosis »

Hello, after all it worked; I updated wine version 1.6.2 to version 5.0.3 and the game ran correctly, so I want to thank you for your help and service. Thank you very much, have a good day.
Post Reply