Metin2 Private server crash on login (Kraizy files)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
PoNo
Newbie
Newbie
Posts: 2
Joined: Tue May 18, 2021 4:26 am

Metin2 Private server crash on login (Kraizy files)

Post by PoNo »

Hello, this is the first time i'm writing here for help.

I'm actually trying to launch a game client of metin2 based on Kraizy files, and it seems that wine crashes when attempting to reach the character selection menu. Since most of the private server work pretty well with wine, there must be a solution to fix that crash issue. Here's the trace that is happening right before the seg fault occurs:

Code: Select all

0148:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0148:fixme:d3d:wined3d_swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
0148:fixme:imm:ImmDisableTextFrameService Stub
0148:fixme:imm:ImmReleaseContext (00030040, 01FC6E20): stub
0148:fixme:imm:NotifyIME NI_CLOSECANDIDATE
0148:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
0148:fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
0188:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0188:fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
0148:trace:seh:dispatch_exception code=406d1388 flags=0 addr=7B011016 ip=7b011016 tid=0148
0148:trace:seh:dispatch_exception  info[0]=00001000
0148:trace:seh:dispatch_exception  info[1]=21141ecc
0148:trace:seh:dispatch_exception  info[2]=0000019c
0148:trace:seh:dispatch_exception  info[3]=00000000
0148:warn:seh:dispatch_exception Thread 019c renamed to "MSS Stream"
0148:trace:seh:call_vectored_handlers calling handler at 7B00AD90 code=406d1388 flags=0
0148:trace:seh:call_vectored_handlers handler at 7B00AD90 returned 0
0148:trace:seh:call_stack_handlers calling handler at 2112EB98 code=406d1388 flags=0
0148:trace:seh:call_stack_handlers handler at 2112EB98 returned 0
0148:trace:seh:dispatch_exception code=c0000005 flags=0 addr=0064E45A ip=0064e45a tid=0148
0148:trace:seh:dispatch_exception  info[0]=00000000
0148:trace:seh:dispatch_exception  info[1]=00000000
0148:warn:seh:dispatch_exception EXCEPTION_ACCESS_VIOLATION exception (code=c0000005) raised
I wonder if the issue is related to the "The application requested more than one back buffer, this is not properly supported. Please configure the application to use double buffering (1 back buffer) if possible."

PS: The crash occurs when we're supposed to see the first 3d model of the game, so that might be related to the crash..

I hope I gave enough info to get some help! If you need something else, let me know, Thank you!
PoNo
Newbie
Newbie
Posts: 2
Joined: Tue May 18, 2021 4:26 am

Re: Metin2 Private server crash on login (Kraizy files)

Post by PoNo »

Fixed

This crash was caused by a file corruption from the .rar file extration, I've extracted the rar archive from windows and moved the files in my linux machine, works perfectly now!
Locked