-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wine] No driver could be loaded error when TASing windows unity games. #626
Comments
Wine support in libTAS is extremely minimal, working best for very old wine versions, and even then it doesn't work super well. If anything, treat Wine with libTAS as effectively nonfunctional without hope it will ever being functional. You would want to look into self-porting Unity games here: https://tasvideos.org/HomePages/ikuyo/Unity |
If I downgrade to Wine 5.0.3, do you think it will work? |
readelf: invalid option -- 'C' --ctf-symbols=<number|name> --ctf-strings=<number|name> -I --histogram Display histogram of bucket list lengths Wine 5.0.3, also fails. Even with such a simple program like notepad... |
Finally after downgrading to libTAS 1.4.5 with wine 5.0.3, I got at least some super old windows games to work! |
I got this when running a unity mono game through wine with libTAS:
readelf: invalid option -- 'C'
Usage: readelf <option(s)> elf-file(s)
Display information about the contents of ELF format files
Options are:
-a --all Equivalent to: -h -l -S -s -r -d -V -A -I
-h --file-header Display the ELF file header
-l --program-headers Display the program headers
--segments An alias for --program-headers
-S --section-headers Display the sections' header
--sections An alias for --section-headers
-g --section-groups Display the section groups
-t --section-details Display the section details
-e --headers Equivalent to: -h -l -S
-s --syms Display the symbol table
--symbols An alias for --syms
--dyn-syms Display the dynamic symbol table
-n --notes Display the core notes (if present)
-r --relocs Display the relocations (if present)
-u --unwind Display the unwind info (if present)
-d --dynamic Display the dynamic section (if present)
-V --version-info Display the version sections (if present)
-A --arch-specific Display architecture specific information (if any)
-c --archive-index Display the symbol/file index in an archive
-D --use-dynamic Use the dynamic section info when displaying symbols
-L --lint|--enable-checks Display warning messages for possible problems
-x --hex-dump=<number|name>
Dump the contents of section <number|name> as bytes
-p --string-dump=<number|name>
Dump the contents of section <number|name> as strings
-R --relocated-dump=<number|name>
Dump the contents of section <number|name> as relocated bytes
-z --decompress Decompress section before dumping it
-w[lLiaprmfFsoORtUuTgAckK] or
--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,
=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,
=gdb_index,=trace_info,=trace_abbrev,=trace_aranges,
=addr,=cu_index,=links,=follow-links]
Display the contents of DWARF debug sections
--dwarf-depth=N Do not display DIEs at depth N or greater
--dwarf-start=N Display DIEs starting with N, at the same depth
or deeper
--ctf=<number|name> Display CTF info from section <number|name>
--ctf-parent=<number|name>
Use section <number|name> as the CTF parent
--ctf-symbols=<number|name>
Use section <number|name> as the CTF external symtab
--ctf-strings=<number|name>
Use section <number|name> as the CTF external strtab
-I --histogram Display histogram of bucket list lengths
-W --wide Allow output width to exceed 80 characters
-T --silent-truncation If a symbol name is truncated, do not add a suffix [...]
@ Read options from
-H --help Display this information
-v --version Display the version number of readelf
not a dynamic executable
ERROR: ld.so: object '/usr/bin/libtas32.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Attempt 1: Connected.
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
0024:err:environ:run_wineboot boot event wait timed out
Mono path[0] = 'Z:/home/mimimix/Desktop/AG/AG_Data/Managed'
Mono path[1] = 'Z:/home/mimimix/Desktop/AG/AG_Data/Mono'
Mono config path = 'Z:/home/mimimix/Desktop/AG/AG_Data/Mono/etc'
Player data archive not found at
Z:/home/mimimix/Desktop/AG/AG_Data/data.unity3 d
, using local filesystem0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
No movie recording was selected. A backup movie was saved to /home/mimimix/.local/share/libTAS/movie/backup.ltm
Environment: Mint Linux Debian 5 in Vmware Workstation on Windows 10 LTSC 2021
libTAS version: The latest by the time I send this message.
Wine version: 7.0
The text was updated successfully, but these errors were encountered: