https://bugs.winehq.org/show_bug.cgi?id=43119 Bug ID: 43119 Summary: SORCERY JOKERS (Trial) doesn't run (due to lack of virtual memory) Product: Wine Version: 2.8 Hardware: x86-64 URL: http://trial.getchu.com/836703/sjs_trial.exe OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: sagawa.aki+winebugs(a)gmail.com Distribution: --- SORCERY JOKERS (Trial) is a demo version of Japanese visual novel game. It doesn't run due to lack of virtual memory. When I start the application, it shows "DirectDraw Error". Console output shows: wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory Of course, I have libGL.so.1 in /usr/lib/i386-linux-gnu/mesa. strace(1) give me a hint: open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=151363, ...}) = 0 mmap2(NULL, 151363, PROT_READ, MAP_PRIVATE, 16, 0) = -1 ENOMEM (Cannot allocate memory) Therefore, the process can't find out libGL.so.1. -- 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.