-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not working under Batocera/Wine TKG #732
Comments
@mihaimdinca ideally you might want to provide some more information. Interesting information would be built from source or based on a binary build. |
You are absolutely right. It was terribly lazy of me. Some more details:
-- type 'batocera-check-updates' to check for stable branch -- Model: HP_EliteDesk_705_G4_DM_35W__TAA_ [root@BATOCERA /userdata/system]# export DISPLAY=:0.0 Z:\userdata\roms\windows\OpenGothic 2.pc>Gothic2Notr.exe -g "Z:\userdata\roms\wi |
At some point maybe I will try to give the linux build a try. So far I never tried running a native linux program/ game on batocera (I'm still sort of a noob). The most logical thing though would be for OpenGothic to be integrated into Batocera the same way some many other emulators are (I'm thinking of Dhewm for Doom3, iortcw for Return to Castle Wolfenstein and so on). |
Hi, @mihaimdinca ! Based on log you provided:
It seems wine doesn't quite have support for C++ standard runtime functions. Specifically std::cyl_bessel_i, introduced in C++17, 8 years ago. I don't see any good reason to workaround emulator bugs, when there is a native client for Linux. Just go native :) |
Installed all the vcredist packs possible. That still did not fix the issue. I managed to get the linux version working though. Currently I see no performance difference between current release under Linux and previous release (the last that was working for me) under Wine. In G2Notr with no mods with most settings to max the performance is not great but at least the fact that the linux version is working gives me hope for improvements in future releases. Thank you for the fine work you are doing. Gothic deserves to outlive JoWood and even Piranha Bytes. |
Fortunately, Wine literally means "not an emulator", it doesn't need to reimplement all the Microsoft stuff and instead can just load their vcredist-provided DLLs directly :) However, I agree that going native is much easier in OpenGothic case. |
Unlike the previous release, this build does not work under Wine TKG/ Batocera Linux V41
The text was updated successfully, but these errors were encountered: