• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Linux Error message when exporting for Ubuntu

K

Kajsa Paulsen

Guest
I have tried running my game from my Windows machine to my Ubuntu machine using the green play button, which works perfectly, but when i try to create the application i get an error in the compiler:

"C:\Users\Username\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /c /m=linux /studio /config="Default" /tgt=128 /tg="C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\\TextureGroups.txt" /to="C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\\TextureOptions.txt" /obob=True /obpp=False /obru=True /obes=False /i=3 /cvm /tp=2048 /ogg=False /mv=1 /iv=0 /rv=0 /bv=1130 /gn="Demo1" /o="C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479" /optionsini="C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\Demo1-Default-.ini" "C:\Users\Username\Documents\GameMaker\Projects\Demo1.gmx\Demo1.project.gmx"

MACHINE TYPE = LINUX
Saving IFF file... C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\Demo1.zip
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... EXTN
Writing Chunk... SOND
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... SHDR
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... STRG
Stats : GMA : Instance=0, Global=0
"C:\Users\Username\AppData\Roaming\GameMaker-Studio\zip" GameAssetsLinux.zip assets\icon.png

adding: assets/icon.png (152 bytes security) (stored 0%)
cmd /c""C:\Users\Username\AppData\Roaming\GameMaker-Studio\Linux\linux_package.bat" "C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\" "C:\Users\Username\AppData\Roaming\GameMaker-Studio\Linux\" "Demo1" "C:\Users\Username\AppData\Roaming\GameMaker-Studio\zip" "C:\Users\Username\AppData\Roaming\GameMaker-Studio\unzip" "

C:\Users\Username\AppData\Roaming\GameMaker-Studio\Linux\runner.zip
1 File(s) copied
Created package: C:\Users\Username\Desktop\Demo1-Default-.zip
Transferring package to linux target
"C:\Users\Username\AppData\Roaming\GameMaker-Studio\zip" C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\Demo1.zip Demo1\Demo1.desktop Demo1_install.sh

zip warning: name not matched: User\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\Demo1.zip
updating: Demo1/Demo1.desktop (152 bytes security) (deflated 18%)
updating: Demo1_install.sh (152 bytes security) (deflated 49%)
cmd /c ""C:\Users\Username\AppData\Roaming\GameMaker-Studio\putty\plink" -batch -pw Password [email protected] "[ -d "GameMaker-Studio/Applications/Demo1" ] || mkdir -p "GameMaker-Studio/Applications/Demo1"""

cmd /c ""C:\Users\Username\AppData\Roaming\GameMaker-Studio\putty\pscp" -batch -q -pw Password "C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\gm_ttt_95479\Demo1.zip" [email protected]:GameMaker-Studio/Applications/Demo1"

cmd /c ""C:\Users\Username\AppData\Roaming\GameMaker-Studio\putty\plink" -batch -pw Password -m "C:\Users\Username\AppData\Local\Temp\gm_ttt_74728\package_install.sh" [email protected]"

Archive: Demo1.zip
caution: filename not matched: Demo1_install.sh
sed: kan ikke læse Demo1_install.sh: Ingen sådan fil eller filkatalog
chmod: kan ikke tilgå 'Demo1_install.sh': Ingen sådan fil eller filkatalog
zip warning: name not matched: Demo1_install.sh

zip error: Nothing to do! (Demo1.zip)
Archive: Demo1.zip
creating: Demo1/
creating: Demo1/assets/
inflating: Demo1/assets/game.unx
extracting: Demo1/assets/icon.png
extracting: Demo1/assets/options.ini
inflating: Demo1/runner
bash: linje 23: ./Demo1_install.sh: Ingen sådan fil eller filkatalog
Does anyone know why and what i could try to resolve this issue?
 
B

Big_Macca_101

Guest
It's looking like GameMaker can't find the install bash script it creates, have you tried doing a fresh reinstall of GameMaker?
 
Top