• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Launcher without HTML rendering (or webkit/something else) for possible Linux playing (wine)?

Thunder Bullet

Starting Trainer
Code:
devin@devin-kubuntu:~/Games/testMonoGame$ ./Run
Could not set X locale modifiers
Number of joysticks: 1
Number of buttons for joystick: 0 - 57
Number of axes for joystick: 0 - 37
Number of PovHats for joystick: 0 - 0
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
Playing song: /home/devin/Games/testMonoGame/Content/Songs/title.wma
Play: /home/devin/Games/testMonoGame/Content/Songs/title.wma
playing: 0
audio driver: alsa

ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
That's all I got, no errors at all. Sadly, I have never learned programming anything except for basic HTML so I can't fix it myself. I will now try to reinstall all the dependencies and see what happens.

I'm using Kubuntu Saucy Salamander (13.10), nVidia proprietary drivers (GTX470) so that can't be the problem.

//No change at all. Maybe I'm still missing a package. Which ones do I need except for the two above?
When maximizing the window, I've noticed the mouse bug doesn't get the mouse stuck in the upper left corner of the screen. Instead, it just makes the cursor go up whenever I move it. When I'm fast enough, I can reach the middle of the screen and when I stop there, it will even stay there. But as soon as I move it, it will go up. I hope this helps.

//FIXED IT! This is a common issue with many wine games: rmmod joydev
Fonts still don't work, but I'll try to play the game without, let's see if it works.


Looks like if this wasn't a missing fonts problem after all. Look, something else is going wrong there, similar problem.

 
Last edited:

Tornado9797

Content Developer
P3D Developer
Global Moderator
Code:
devin@devin-kubuntu:~/Games/testMonoGame$ ./Run
Could not set X locale modifiers
Number of joysticks: 1
Number of buttons for joystick: 0 - 57
Number of axes for joystick: 0 - 37
Number of PovHats for joystick: 0 - 0
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
Playing song: /home/devin/Games/testMonoGame/Content/Songs/title.wma
Play: /home/devin/Games/testMonoGame/Content/Songs/title.wma
playing: 0
audio driver: alsa

ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
That's all I got, no errors at all. Sadly, I have never learned programming anything except for basic HTML so I can't fix it myself. I will now try to reinstall all the dependencies and see what happens.

I'm using Kubuntu Saucy Salamander (13.10), nVidia proprietary drivers (GTX470) so that can't be the problem.

//No change at all. Maybe I'm still missing a package. Which ones do I need except for the two above?
When maximizing the window, I've noticed the mouse bug doesn't get the mouse stuck in the upper left corner of the screen. Instead, it just makes the cursor go up whenever I move it. When I'm fast enough, I can reach the middle of the screen and when I stop there, it will even stay there. But as soon as I move it, it will go up. I hope this helps.

//FIXED IT! This is a common issue with many wine games: rmmod joydev
Fonts still don't work, but I'll try to play the game without, let's see if it works.


Looks like if this wasn't a missing fonts problem after all. Look, something else is going wrong there, similar problem.

Not only do we need a Broken Texture Pack, but now we need a Broken Font Pack too...
 
Top