Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775182 - games-arcade/jvgs at runtime: Error - /usr/share/jvgs/main.lua: /usr/share/jvgs/main.lua:1: module 'resources/modules/common' not found
Summary: games-arcade/jvgs at runtime: Error - /usr/share/jvgs/main.lua: /usr/share/jv...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-03-10 00:29 UTC by Samuel Bauer
Modified: 2021-03-11 04:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for the ebuild (ebuild.patch,761 bytes, patch)
2021-03-10 00:29 UTC, Samuel Bauer
Details | Diff
patch to chdir from the game: files/jvgs-0.5-path.patch (jvgs-0.5-path.patch,577 bytes, patch)
2021-03-10 00:31 UTC, Samuel Bauer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bauer 2021-03-10 00:29:56 UTC
Created attachment 690405 [details, diff]
patch for the ebuild

Got to chdir before being able to play jvgs:
    cd /usr/share/jvgs/; jvgs
Or just apply a patch before compiling


Error - /usr/share/jvgs/main.lua: /usr/share/jvgs/main.lua:1: module 'resources/modules/common' not found:
        no field package.preload['resources/modules/common']
        no file './resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common/init.lua'
        no file '/usr/lib64/lua/5.1/resources/modules/common.lua'
        no file '/usr/lib64/lua/5.1/resources/modules/common/init.lua'
        no file '/usr/share/lua/5.1/resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common/init.lua'
        no file './resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/loadall.so'
Comment 1 Samuel Bauer 2021-03-10 00:31:33 UTC
Created attachment 690411 [details, diff]
patch to chdir from the game: files/jvgs-0.5-path.patch