Why can't I run DDLC?Why am I getting an InitDevice::CreateDevice error when I try to run “Pirates of the...

My machine, client installed VPN,

How to prevent pickpocketing in busy bars?

What does it mean by "my days-of-the-week underwear only go to Thursday" in this context?

GPLv3 forces us to make code available, but to who?

How can I model regression with an asymmetric loss function?

Fix Ethernet 10/100 PoE cable with 7 out of 8 wires alive

How much horsepower to weight is required for a 1:1 thrust ratio

Does the app TikTok violate trademark?

split 1 column input into 5 column bed file

If a spaceship ran out of fuel somewhere in space between Earth and Mars, does it slowly drift off to the Sun?

What's the hidden joke/meaning behind "Don't drink and park - accidents cause people"?

How do my husband and I get over our fear of having another difficult baby?

Maximize assigned tasks to each worker

I reverse the source code, you reverse the input!

What should I consider when deciding whether to delay an exam?

What would influence an alien race to map their planet in a way other than the traditional map of the Earth

How do we know neutrons have no charge?

Can a passenger predict that an airline is about to go bankrupt?

"until mine is on tight" is a idiom?

"I will not" or "I don't" as an answer for negative orders?

Create the same subfolders in another folder

Another student has been assigned the same MSc thesis as mine (and already defended)

Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?

Why would an airline put 15 passengers at once on standby?



Why can't I run DDLC?


Why am I getting an InitDevice::CreateDevice error when I try to run “Pirates of the Caribbean” with Wine?Forcing a fullscreen game to run windowed?Can't play games fullscreen, Only see black but can hear themAwesomenauts won't run on ManjaroWhy can't Adobe Flash for Mac run on Linux?Unable to run StarCraft through Wine (stable 4.0; Mint 19, Intel iGPU)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















Im trying to run DDLC and I made sure I have permission to run everything, and when I run it here is my traceback



    I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 487, in main
run(restart)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 2494, in interact
self.start()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1686, in start
self.set_mode()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1916, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/swdraw.py", line 759, in set_mode
self.screen = pygame.display.set_mode((scaled_width, scaled_height), fsflag, 32)
File "src/pygame_sdl2/display.pyx", line 438, in pygame_sdl2.display.set_mode (gen/pygame_sdl2.display.c:6434)
File "src/pygame_sdl2/display.pyx", line 168, in pygame_sdl2.display.Window.__init__ (gen/pygame_sdl2.display.c:2942)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

Linux-4.19.44-04937-gd773af751792-x86_64-with-debian-9.9
Ren'Py 6.99.12.4.2187
Doki Doki Literature Club! 1.1.1


So, I think it is because I don't have libGL.so.1, but this has ran on my computer before. Is there something I am missing?



NOTE: I am using a Crostini on my Chromebook. It is in developer mode and Crouton takes up all of my storage and I can't get a USB










share|improve this question




















  • 1





    it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

    – Daniel Farrell
    56 mins ago


















0















Im trying to run DDLC and I made sure I have permission to run everything, and when I run it here is my traceback



    I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 487, in main
run(restart)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 2494, in interact
self.start()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1686, in start
self.set_mode()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1916, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/swdraw.py", line 759, in set_mode
self.screen = pygame.display.set_mode((scaled_width, scaled_height), fsflag, 32)
File "src/pygame_sdl2/display.pyx", line 438, in pygame_sdl2.display.set_mode (gen/pygame_sdl2.display.c:6434)
File "src/pygame_sdl2/display.pyx", line 168, in pygame_sdl2.display.Window.__init__ (gen/pygame_sdl2.display.c:2942)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

Linux-4.19.44-04937-gd773af751792-x86_64-with-debian-9.9
Ren'Py 6.99.12.4.2187
Doki Doki Literature Club! 1.1.1


So, I think it is because I don't have libGL.so.1, but this has ran on my computer before. Is there something I am missing?



NOTE: I am using a Crostini on my Chromebook. It is in developer mode and Crouton takes up all of my storage and I can't get a USB










share|improve this question




















  • 1





    it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

    – Daniel Farrell
    56 mins ago














0












0








0








Im trying to run DDLC and I made sure I have permission to run everything, and when I run it here is my traceback



    I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 487, in main
run(restart)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 2494, in interact
self.start()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1686, in start
self.set_mode()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1916, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/swdraw.py", line 759, in set_mode
self.screen = pygame.display.set_mode((scaled_width, scaled_height), fsflag, 32)
File "src/pygame_sdl2/display.pyx", line 438, in pygame_sdl2.display.set_mode (gen/pygame_sdl2.display.c:6434)
File "src/pygame_sdl2/display.pyx", line 168, in pygame_sdl2.display.Window.__init__ (gen/pygame_sdl2.display.c:2942)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

Linux-4.19.44-04937-gd773af751792-x86_64-with-debian-9.9
Ren'Py 6.99.12.4.2187
Doki Doki Literature Club! 1.1.1


So, I think it is because I don't have libGL.so.1, but this has ran on my computer before. Is there something I am missing?



NOTE: I am using a Crostini on my Chromebook. It is in developer mode and Crouton takes up all of my storage and I can't get a USB










share|improve this question














Im trying to run DDLC and I made sure I have permission to run everything, and when I run it here is my traceback



    I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 487, in main
run(restart)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 188, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 361, in script
$ __gl_test()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 361, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 2494, in interact
self.start()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1686, in start
self.set_mode()
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/core.py", line 1916, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "/home/vinnyviele6/DDLC-1.1.1-pc/renpy/display/swdraw.py", line 759, in set_mode
self.screen = pygame.display.set_mode((scaled_width, scaled_height), fsflag, 32)
File "src/pygame_sdl2/display.pyx", line 438, in pygame_sdl2.display.set_mode (gen/pygame_sdl2.display.c:6434)
File "src/pygame_sdl2/display.pyx", line 168, in pygame_sdl2.display.Window.__init__ (gen/pygame_sdl2.display.c:2942)
error: Failed loading libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory

Linux-4.19.44-04937-gd773af751792-x86_64-with-debian-9.9
Ren'Py 6.99.12.4.2187
Doki Doki Literature Club! 1.1.1


So, I think it is because I don't have libGL.so.1, but this has ran on my computer before. Is there something I am missing?



NOTE: I am using a Crostini on my Chromebook. It is in developer mode and Crouton takes up all of my storage and I can't get a USB







linux games






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 1 hour ago









VinnyRulesGamingVinnyRulesGaming

203 bronze badges




203 bronze badges











  • 1





    it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

    – Daniel Farrell
    56 mins ago














  • 1





    it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

    – Daniel Farrell
    56 mins ago








1




1





it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

– Daniel Farrell
56 mins ago





it's definitely because you don't have the libGL.so.1 it was linked against, possibly because of a package upgrade or removal.

– Daniel Farrell
56 mins ago










1 Answer
1






active

oldest

votes


















0
















If you do have libGL.so.1 on your computer, uninstall and reinstall. I had this same error happen to me, and I fixed it by doing this






share|improve this answer








New contributor



donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });















    draft saved

    draft discarded
















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f543348%2fwhy-cant-i-run-ddlc%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0
















    If you do have libGL.so.1 on your computer, uninstall and reinstall. I had this same error happen to me, and I fixed it by doing this






    share|improve this answer








    New contributor



    donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


























      0
















      If you do have libGL.so.1 on your computer, uninstall and reinstall. I had this same error happen to me, and I fixed it by doing this






      share|improve this answer








      New contributor



      donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























        0














        0










        0









        If you do have libGL.so.1 on your computer, uninstall and reinstall. I had this same error happen to me, and I fixed it by doing this






        share|improve this answer








        New contributor



        donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        If you do have libGL.so.1 on your computer, uninstall and reinstall. I had this same error happen to me, and I fixed it by doing this







        share|improve this answer








        New contributor



        donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share|improve this answer



        share|improve this answer






        New contributor



        donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        answered 55 mins ago









        donnellan0007donnellan0007

        11 bronze badge




        11 bronze badge




        New contributor



        donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




        New contributor




        donnellan0007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




































            draft saved

            draft discarded



















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f543348%2fwhy-cant-i-run-ddlc%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...