Need help with my game Ragnarok Online iRO

Questions about Wine on Linux
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok I've installed wine, and ran this guide:
https://unreserved.eu/documents/how-to- ... linux.html

Everything works fine except I can't get the game to run in any window mode past like 900xetc, if I go to the 1024 resulotion all I get is a black screen with the game sounding in the background. Also I need help to make sure my video drivers are installed I run intel onboard gfx card on my laptop.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

I am running Devuan. I just don't know what distro is good for like gaming like Ragnarok Online or League of Legends etc counter strike age of empires etc. I mean I've so far got my game to work in Lin x but mxounix I get gfx lags and Ubuntu etc I do not so do you have any recommendations for a distro Linux for gaming I would appreciate the input thank you
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help with my game Ragnarok Online iRO

Post by jkfloris »

The short answer to the first question is:
Read the WineHQ Wiki.

The longer answer:
The installation script does three things:
1. Download winetricks and install vcrun2015
2. Add an dll override for dinput.dll
3. Enable CSMT
In recent Wine versions the last option is enabled by default, so this isn't necessary.

Could you retest the program in a clean wineprefix and test if the workarounds are still necessary?
(Replace everything between, including <...> )
- Make sure your Wine is up to date. Version 4.11 or 4.0.1

Code: Select all

wine --version
- Install and try to run the program.

Code: Select all

WINEPREFIX=</clean/prefix> wine start /unix </path/to/installer.exe>
cd </path/to/the/program/executable/directory>
WINEPREFIX=</clean/prefix> wine <program.exe>
If the program doesn't work install vcrun2015 with winetricks

Code: Select all

WINEPREFIX=</clean/prefix> winetricks -q vcrun2015
cd </path/to/the/program/executable/directory>
WINEPREFIX=</clean/prefix> wine <program.exe>
Still no luck in getting the program running?
Start the program with the dll override

Code: Select all

cd </path/to/the/program/executable/directory>
WINEPREFIX=</clean/prefix> WINEDLLOVERRIDES="dinput=n,b" wine <program.exe>
Do you still have the same issues? Please post the terminal output.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help with my game Ragnarok Online iRO

Post by jkfloris »

Also I need help to make sure my video drivers are installed I run intel onboard gfx card on my laptop.
Which OS do you use and what is the output of:

Code: Select all

glxinfo -B
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok hold on I'm trying to get my dual boot up and running Windows 10 just fried my 400GB HD being stuck on 96% updates for some crap 1806(blah blah) update and it was stuck on there for like 5 hours and I ended up with a Hard Drive FAIL error so yeah. Luckily I had a 200GB I can dual boot.

btw I'm running Manjaro XFCE I'll get back with you on the outputs.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

[taiku@kitsuneon ~]$ glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) Ivybridge Mobile (0x166)
Version: 19.0.6
Accelerated: yes
Video memory: 1536MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.2
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
OpenGL core profile version string: 4.2 (Core Profile) Mesa 19.0.6
OpenGL core profile shading language version string: 4.20
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 19.0.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00

[taiku@kitsuneon ~]$
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Yeah I'm still getting a black window when running the game at 1024x768
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok yeah I can't run it in 1024x768 window mode or 1024x568 it just gives me a black screen. I really wanna get it to run in the biggest window mode possible.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok I can get the game to run it's just giving me a black screen.
I also did the "winetricks vcrun2015".
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok I've decided to go Linux Mint can you still help me on why my 1024x768 Window in Ragnarok Online is black with just background sound?
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

jkfloris wrote:
Also I need help to make sure my video drivers are installed I run intel onboard gfx card on my laptop.
Which OS do you use and what is the output of:

Code: Select all

glxinfo -B


Ok here is my glxinfo:

Code: Select all

jitters@kitsuneon:~
$ glxinfo -B
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) Ivybridge Mobile  (0x166)
    Version: 18.2.6
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.2
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 4.2 (Core Profile) Mesa 18.2.6
OpenGL core profile shading language version string: 4.20
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 18.2.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00

jitters@kitsuneon:~
Halp.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Bump
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help with my game Ragnarok Online iRO

Post by jkfloris »

Could you start the game from the command line and post the terminal output?
https://wiki.winehq.org/FAQ#How_should_ ... nd_line.3F
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Yes I did that it's the same thing. Now I am on Xubuntu. Ok it...

I have Xubuntu installed and I tried running my game but in the "Setup" part of the game the 1024x768 screen resolution doesn't work or the 976x760 doesn't work I have to run it in a small tiny ass window. Well it works on OpenSUSE and SolyDX and a little on Mint but I want it to work on Xubuntu.

I don't know what to do I think it's the driver or the way Xubuntu xorg is configured or something please help.

And this is in game related but there is a weard "Conversation" Box I can't move and it appears in some Linux Distros some it doesn't. Windows it doesn't so OO feels like I'm on another planet.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help with my game Ragnarok Online iRO

Post by jkfloris »

Without a terminal output, it will be almost impossible to help you.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok hold up I'm installing Ubuntu.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok this is with it in "840x525x16" resot iolution in setup.exe but I didn't load setup.exe in this I just ran the actual client.exe

So here it is with me opening it and closing it in that resolution but it's just the splash gui of the client I'm not in game:

==============================================

jitters@kitsuneon:~/.wine/drive_c/Program Files (x86)/Ragnarök Online$ wine start Ragnarok.exe
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
jitters@kitsuneon:~/.wine/drive_c/Program Files (x86)/Ragnarök Online$ 002f:fixme:ieframe:PersistStreamInit_InitNew (0x14b2a0)
002f:fixme:ieframe:WebBrowser_put_RegisterAsDropTarget (0x14b2a0)->(0)
002f:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f4d0 {VT_I4: 0}; TargetFrameName 0x33f4e0 {VT_BSTR: (null)})
002f:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
002f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
002f:fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
0040:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x98a8510, init_notify 0, handle 0xa1ffc88): stub
002f:fixme:msctf:ThreadMgrSource_AdviseSink (0xff1790) Unhandled Sink: {71c6e74e-0f28-11d8-a82a-00065b84435c}
002f:fixme:imm:ImmGetDescriptionW (0x4090409, (nil), 0): semi stub
002f:fixme:imm:ImmGetDescriptionW (0x4090409, 0xc7452a8, 9): semi stub
002f:fixme:imm:ImmGetOpenStatus (0xffea00): semi-stub
002f:fixme:imm:ImmReleaseContext (0x1009c, 0xffea00): stub
002f:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002f:fixme:ieframe:BrowserService_GetTravelLog 0x179330 0x33e9d8
002f:fixme:ieframe:ClientSite_GetContainer (0x14b36c)->(0x33e998)
002f:fixme:ieframe:DocHostUIHandler_GetDropTarget (0x14b36c)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
002f:fixme:ieframe:ClientSite_GetContainer (0x14b36c)->(0x33f688)
002f:fixme:win:EnumDisplayDevicesW ((null),0,0x33ed24,0x00000000), stub!
002f:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x192580)->(0x12bd18)
002f:fixme:ntdll:EtwRegisterTraceGuidsW (0x69edfc08, 0xc72edd8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0xd4a2230, (null), (null), 0xc72ee08): stub
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
002f:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
002f:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
002f:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
002f:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x192580)->(0x12bd18)
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x192580)->(0x12bd18)
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x192580)->(0x12bd18)
002f:fixme:mshtml:HTMLDocument_get_referrer (0x1001328)->(0x33e618)
002f:fixme:mshtml:HTMLDocument_get_referrer (0x1001328)->(0x33e618)
002f:fixme:mshtml:HTMLAnchorElement_get_pathname (0x108c530)->(0x33e678)
002f:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x14b2a0)
002f:fixme:ieframe:ControlSite_OnFocus (0x14b36c)->(0)
002f:fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
002f:fixme:mshtml:HlinkTarget_SetBrowseContext (0x192580)->((nil))
002f:fixme:jscript:JScript_SetScriptState unimplemented state 3
002f:fixme:msvcrt:__clean_type_info_names_internal (0x786dba84) stub
005e:fixme:win:EnumDisplayDevicesW ((null),0,0x33f004,0x00000000), stub!
005e:fixme:ddraw:ddraw7_Initialize Ignoring guid {00000000-0000-0000-0000-000000000000}.
005e:fixme:d3d:surface_cpu_blt Filter WINED3D_TEXF_LINEAR not supported in software blit.
005e:fixme:d3d:surface_cpu_blt Filter WINED3D_TEXF_LINEAR not supported in software blit.
005e:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
005e:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x1a4c60, flags 0x1, event (nil) stub!
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1af3340) stub
005e:err:ole:CoUninitialize Mismatched CoUninitialize
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4274348) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4266428) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4255404) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1b05404) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x38e3c08) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1000d478) stub



========================


Ok this is when I load it in 1024x768 and in game and then closing it:

omg it worked..
here is the results o_O;;

:::::::::::::::::::::::::::::::::::::::::::::::::::

jitters@kitsuneon:~/.wine/drive_c/Program Files (x86)/Ragnarök Online$ wine start Ragnarok.exe
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
jitters@kitsuneon:~/.wine/drive_c/Program Files (x86)/Ragnarök Online$ 002f:fixme:ieframe:PersistStreamInit_InitNew (0x14b2a0)
002f:fixme:ieframe:WebBrowser_put_RegisterAsDropTarget (0x14b2a0)->(0)
002f:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f4c0 {VT_I4: 0}; TargetFrameName 0x33f4d0 {VT_BSTR: (null)})
002f:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
002f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
002f:fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
0040:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x98a8510, init_notify 0, handle 0xa1ffc88): stub
002f:fixme:msctf:ThreadMgrSource_AdviseSink (0xffd260) Unhandled Sink: {71c6e74e-0f28-11d8-a82a-00065b84435c}
002f:fixme:imm:ImmGetDescriptionW (0x4090409, (nil), 0): semi stub
002f:fixme:imm:ImmGetDescriptionW (0x4090409, 0xc7452a0, 9): semi stub
002f:fixme:imm:ImmGetOpenStatus (0xffdc28): semi-stub
002f:fixme:imm:ImmReleaseContext (0x1009a, 0xffdc28): stub
002f:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002f:fixme:ieframe:BrowserService_GetTravelLog 0x187ff0 0x33e9d8
002f:fixme:ieframe:ClientSite_GetContainer (0x14b36c)->(0x33e998)
002f:fixme:ieframe:DocHostUIHandler_GetDropTarget (0x14b36c)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
002f:fixme:ieframe:ClientSite_GetContainer (0x14b36c)->(0x33f688)
002f:fixme:win:EnumDisplayDevicesW ((null),0,0x33ed24,0x00000000), stub!
002f:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x191308)->(0x12bd18)
002f:fixme:ntdll:EtwRegisterTraceGuidsW (0x69edfc08, 0xc72edd8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0xc75fde8, (null), (null), 0xc72ee08): stub
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
002f:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
002f:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
002f:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
002f:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
002f:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x191308)->(0x12bd18)
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x191308)->(0x12bd18)
002f:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x191308)->(0x12bd18)
002f:fixme:mshtml:HTMLDocument_get_referrer (0x18ccc0)->(0x33e618)
002f:fixme:mshtml:HTMLDocument_get_referrer (0x18ccc0)->(0x33e618)
002f:fixme:mshtml:HTMLAnchorElement_get_pathname (0x10c91b8)->(0x33e678)
002f:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x14b2a0)
002f:fixme:ieframe:ControlSite_OnFocus (0x14b36c)->(0)
002f:fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
002f:fixme:mshtml:HlinkTarget_SetBrowseContext (0x191308)->((nil))
002f:fixme:jscript:JScript_SetScriptState unimplemented state 3
002f:fixme:msvcrt:__clean_type_info_names_internal (0x786dba84) stub
005e:fixme:win:EnumDisplayDevicesW ((null),0,0x33f004,0x00000000), stub!
005e:fixme:ddraw:ddraw7_Initialize Ignoring guid {00000000-0000-0000-0000-000000000000}.
005e:fixme:d3d:surface_cpu_blt Filter WINED3D_TEXF_LINEAR not supported in software blit.
005e:fixme:d3d:surface_cpu_blt Filter WINED3D_TEXF_LINEAR not supported in software blit.
005e:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
005e:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x1a4c60, flags 0x1, event (nil) stub!
005e:fixme:imm:ImmReleaseContext (0x2004e, 0x9ac1750): stub
005e:fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1af3340) stub
005e:err:ole:CoUninitialize Mismatched CoUninitialize
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4274348) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4266428) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x4255404) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1b05404) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x38e3c08) stub
005e:fixme:msvcrt:__clean_type_info_names_internal (0x1

::::::::::::::::::::::::::::::::::::::::::::::::::::::::----------------------------------------

The fonts are jagged as fak though so I'm gonna try and install microsoft ttf fonts but they will still probably be jagged any way to fix this?
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok it works fine except the fonts are messed up:

https://i.ibb.co/C0J66mz/Screenshot-fro ... -48-51.png

Any ideas? Lol yeah I know it's always something at least the game works like it should so this is like 80% complete I can play it still but the fonts are annoying as schlit.
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

See:

https://imgur.com/a/bhuucIO

Terrible font rendering and I've tried everything on Google. Any ideas?
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

er that one didn't render right. Here:

https://serving.photos.photobox.com/501 ... 68d189.jpg
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Help :(
jitterssnowpaw
Level 2
Level 2
Posts: 22
Joined: Sat Jun 29, 2019 10:36 am

Re: Need help with my game Ragnarok Online iRO

Post by jitterssnowpaw »

Ok I tried Steam Proton and I'm also getting a black screen 1024x768
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help with my game Ragnarok Online iRO

Post by jkfloris »

Terrible font rendering and I've tried everything on Google. Any ideas?
What did you tried?
Locked