[Bug 41313] New: Ran Online GS : Crashes on login screen
https://bugs.winehq.org/show_bug.cgi?id=41313 Bug ID: 41313 Summary: Ran Online GS : Crashes on login screen Product: Wine Version: 1.9.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: nironjin(a)gmail.com Distribution: --- Created attachment 55643 --> https://bugs.winehq.org/attachment.cgi?id=55643 Backtrace of the error Ran Online GS crashes on login screen. The launcher is fine - it even downloaded the recent patches and updated the game. But it crashes when the game loads on the login screen. See attached backtrace. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 Rave <nironjin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 --- Comment #1 from Rave <nironjin(a)gmail.com> --- Created attachment 55644 --> https://bugs.winehq.org/attachment.cgi?id=55644 Terminal output -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #2 from winetest(a)luukku.com --- The good news is that the crash location is quite clear. NtDeviceIoControlFile, wine source code doesnt include many places that this is called. The bad news is that I don't know how to fix this. Do you have a working download that can be used for testing? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 --- Comment #3 from Rave <nironjin(a)gmail.com> --- I reinstalled the application on a fresh prefix (win64) and it somehow *worked*. It doesn't crash anymore, but the game gives me an error saying, "Speedhack Detected". I think this is caused by GameGuard: http://www.gameguard.co.kr. -_- The game can be found here: https://www.ran-world.com/ but you would need an account to download the game. I don't know why this is happening, there's nothing in the logs. It looks like it's part of how the application was designed to work. I'm contacting the developer now. Any ideas why it detects the 'speedhack'? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 --- Comment #4 from Rave <nironjin(a)gmail.com> --- And if I choose "Windows XP", the application does these crashes that I mentioned (the speedhack and the NtDeviceIoControlFile)... But if I run it on higher versions, eg. Windows 7,8,10; After starting the game on the launcher, nothing happens. The game does not load. No crashes nor errors on the console. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 --- Comment #5 from Rave <nironjin(a)gmail.com> --- I'm getting these last errors on the console if I run the game with Windows 7 as default version: fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:advapi:LsaOpenPolicy ((null),0x33c9b0,0x00000001,0x33c9a8) stub fixme:advapi:LsaClose (0xcafe) stub -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 --- Comment #6 from winetest(a)luukku.com --- (In reply to Rave from comment #5)
I'm getting these last errors on the console if I run the game with Windows 7 as default version:
fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:file:K32GetMappedFileNameW (0xffffffff, 0x55a99b, 0x33d030, 260): stub fixme:advapi:LsaOpenPolicy ((null),0x33c9b0,0x00000001,0x33c9a8) stub fixme:advapi:LsaClose (0xcafe) stub
This is clearly a bug 27248. Can you mark that this bug depends on that bug? So there are at least 2 bugs here. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41313 pattietreutel <katyaberezyaka(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org