[00:58] _sev_ (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [00:58] _sev__ (~sev@scummvm/undead/sev) joined #scummvm. [00:58] #scummvm: mode change '+o _sev__' by ChanServ!ChanServ@services. [01:26] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JveAM [01:26] scummvm/master 7fd1206 BLooperZ: I18N: Update translation (Hebrew) [01:44] Hey, lately on my 2012 Mac Mini running MacOS 10.15 Catalina, when I try to record video from ScummVM playing a Humongous Entertainment game using Screenflow, it's not recording the game sound. It'll record sound from other applications while I record, just not ScummVM. [01:59] What about other ScummVM titles, @wiley207? [02:02] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [02:02] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [02:27] I will try them out and see [02:28] I recall it worked with "Putt-Putt Goes to the Moon," but that was because it was the DOS version with audio working differently from the subsequent Humongous games (like the use of MIDI music) [02:32] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 252 seconds [02:32] if it's just the music, you might need to check what MIDI device scummvm is using and if it's captured by your recorder [02:32] no, it's all sound, on games like "Pajama Sam" and "Spy Fox" [02:33] hmm can you test with games for other engines (i.e. not SCUMM games?) [02:33] I could [02:35] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [02:37] DominusExult (~dominus@port-92-194-17-12.dynamic.as20676.net) joined #scummvm. [02:37] DominusExult (~dominus@port-92-194-17-12.dynamic.as20676.net) left irc: Changing host [02:37] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [02:41] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [02:41] Nick change: DominusExult -> Dominus [02:45] SylvainTV (~Sylvain@lfbn-lil-1-240-153.w90-45.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [02:45] wait, with "Putt-Putt Goes to the Moon," it only records the MIDI music, but no sound effects or dialogue [02:46] and it wouldn't capture audio from any Living Books or "The Neverhood" either, only video [02:48] again, I use ScreenFlow for video screen capturing on my Mac [02:48] do you have multiple audio devices? i know scummvm lets you pick the output device for the music but not the rest, so maybe it's using some weird default for game audio [02:49] i don't know how you debug that on a mac though [02:55] hmm [03:26] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 252 seconds [03:26] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [03:52] JohnnyonFlame (~quassel@187.3.224.235) joined #scummvm. [04:09] harshbawari (~harshbawa@47.31.123.227) joined #scummvm. [04:18] Hello, I had a word with @DreamMaster yesterday, after which I tried to compile scummvm in visual studio, but it is giving error. It says 'theoradec.h: No such file or directory'. Can anyone help me out? [04:22] did you set up the SCUMMVM_LIBS variable? [04:24] I did but I'm not sure if I did it correctly [04:25] I went to Project > Properties > Config Properties > Environment and added SCUMMVM_LIBS=%PATH%;C:\Users\harsh\Documents\ScumVM [04:26] Documents\ScumVM is where I have stored the downloaded libararies [04:27] and no subfolders, correct? so you have Documents\ScumVM\bin, Documents\ScumVM\include, etc [04:28] Didn't add any subfolder in Environment. bin, include etc all these are present in Documents\ScumVM folder [04:32] don't think you need to add PATH, i just have this: https://i.imgur.com/l0H2gGr.png https://i.imgur.com/khDPSv6.png [04:33] Where can I find this window? [04:34] https://cdn.discordapp.com/attachments/581224061091446795/664688688839786507/Screenshot_41.png [04:35] I'm pretty sure I did this wrong [04:35] oh yeah you don't set it in visual studio [04:36] go in start and menu and search for "environment variables" it should pop up [04:38] my windows is in portuguese but https://i.imgur.com/j52OuHK.png https://i.imgur.com/ZI41A5v.png https://i.imgur.com/r9geP4D.png [04:38] ok, I'm trying [04:39] after that restart visual studio and it should work [04:45] ok now it worked but [04:45] Rest of the build succeeded but scummvm.vcxproj failed [04:46] did you clear the environment you set before in visual studio? [04:47] yes [04:47] what's the error [04:49] https://cdn.discordapp.com/attachments/581224061091446795/664692351524012042/Screenshot_42.png [04:52] I guess I would've messed up something while building create_project.sln [04:53] I will do that again, hopefully it will solve the problem [04:56] might just need to do a clean build [04:58] Evening all. That's probably a good idea. Recompile create_project.exe, and create fresh project files. Maybe even restart the computer entirely. [05:01] On another subject, I'm concerned about crashes I'm getting in gui/editgamedialog.cpp in master. showMidi flag is set, and _globalMIDIOverride created, only if the options don't have NOMIDI nor NOMUSIC. [05:02] But if the options have NOMUSIC, but not NOMIDI, _globalMIDIOverride isn't set, and when it gets down to line 344, it goes into the if block because NOMIDI isn't set, and throws an error because _globalMidiOverride is NULL. [05:03] I'm wondering if I should just change the if check to check for both options not being set [05:06] marcusr (~marcusr@mojo/viking/marcusr) left irc: Read error: Connection reset by peer [05:06] L0ngcat (~L0ngcat@216.246.80.69) left irc: Remote host closed the connection [05:07] L0ngcat (~L0ngcat@216.246.80.69) joined #scummvm. [05:08] marcusr (~marcusr@mojo/viking/marcusr) joined #scummvm. [05:09] harshbawari (~harshbawa@47.31.123.227) left irc: Ping timeout: 260 seconds [05:55] [scummvm] sluicebox pushed 1 new commits to master: https://git.io/JvveA [05:55] scummvm/master fe9b3fe sluicebox: SCI32: Update GK2 subtitle compatibility [06:02] [scummvm] sluicebox pushed 1 new commits to branch-2-1: https://git.io/Jvvej [06:02] scummvm/branch-2-1 23631ad sluicebox: SCI32: Update GK2 subtitle compatibility [06:02] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) left irc: [06:21] Begasus (~begasus@ptr-4qba4e8j484eec7thjb.18120a2.ip6.access.telenet.be) joined #scummvm. [06:57] Begasus (~begasus@ptr-4qba4e8j484eec7thjb.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 246 seconds [07:10] Begasus (~begasus@ptr-4qba4e8j484eec7thjb.18120a2.ip6.access.telenet.be) joined #scummvm. [08:39] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) joined #scummvm. [08:57] _sev__ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [08:58] Begas_VBox (~Begasus@d54C05BEA.access.telenet.be) joined #scummvm. [09:19] Begas_VBox (~Begasus@d54C05BEA.access.telenet.be) left irc: Quit: Vision[0.10.3]: i've been blurred! [09:24] _Tkachov (~q@84.237.53.159) left irc: Read error: Connection reset by peer [09:31] Tkachov (~q@84.237.53.159) joined #scummvm. [09:31] #scummvm: mode change '+o Tkachov' by ChanServ!ChanServ@services. [09:31] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) left irc: Ping timeout: 260 seconds [09:54] girafe (~girafe@lfbn-gre-1-225-202.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [09:56] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 252 seconds [09:56] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [11:18] vliaskov (~vliaskov@x590c8173.dyn.telefonica.de) joined #scummvm. [11:23] [scummvm] moralrecordings pushed 1 new commits to master: https://git.io/JvvIm [11:38] cd (~cd@unaffiliated/cd) left irc: Quit: cd [11:57] Hello friends, I have a large collection of games, can I run them in .zip format on ScummVM? 🙏 [12:13] Nope. And please check the rules. [14:12] Lightkey (~Darklock@p200300F693C0489322CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 248 seconds [14:25] Lightkey (~Darklock@p200300F693C0482722CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [15:25] harshbawari (~harshbawa@47.31.123.227) joined #scummvm. [15:28] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 246 seconds [15:29] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [15:32] Wanted to know from the devs if ScummVM is coming in GSoC 2020 [15:32] I got to know about ScummVM from GSoC's organizations list [15:51] It's possible. Personally I'd even say likely. [16:06] https://int10h.org/oldschool-pc-fonts/ [16:11] [scummvm] sev- pushed 6 new commits to master: https://git.io/Jvvsn [16:11] scummvm/master 7bc46d9 sev-: DIRECTOR: LINGO: Fix compilation for 'the number of words of' [16:11] scummvm/master 956f5cd sev-: DIRECTOR: LINGO: Added test for 'put the number of of' [16:11] scummvm/master d641377 sev-: DIRECTOR: Renamed lingotests detection file to avoid execution [16:27] @harshbawari we cannot categorically tell you yet. Application phase for orgs has not started yet. And then after the org application period, Google gets to decide which ones are accepted (between 2007 and 2019 we have been accepted every year except in 2015). [16:27] I think it is likely we will apply, and hopefully we will get accepted. [16:28] Will there be an update to the Google Play build of ScummVM, to add Blade Runner support among other things? [16:30] harshbawari (~harshbawa@47.31.123.227) left irc: Ping timeout: 265 seconds [16:31] harshbawari (~harshbawa@47.31.123.227) joined #scummvm. [16:44] harshbawari (~harshbawa@47.31.123.227) left irc: Ping timeout: 265 seconds [16:44] ny00123 (~ny00123@5.102.239.60) joined #scummvm. [17:00] Eventually [17:03] Mia (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [17:03] Mia (~Mia@176.234.103.230) joined #scummvm. [17:03] Mia (~Mia@176.234.103.230) left irc: Changing host [17:03] Mia (~Mia@unaffiliated/mia) joined #scummvm. [17:04] waltervn (~waltervn@scummvm/undead/waltervn) joined #scummvm. [17:04] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [17:07] ajax16384 (~User@109.60.130.33) joined #scummvm. [17:07] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [17:12] @criezy Good Luck to your application for GSoC org. I hope to work together with you guys this year. [17:14] ldevulder_ (~ldevulder@176.167.178.134) joined #scummvm. [17:15] [scummvm] sev- pushed 3 new commits to master: https://git.io/JvvGj [17:15] scummvm/master 0869e02 sev-: DIRECTOR: Properly reastart movies [17:15] scummvm/master b0d31a2 sev-: DIRECTOR: Improve error messages [17:15] scummvm/master b521eb3 sev-: DIRECTOR: Sanity checks on unsuccessful movie loading [17:18] ldevulder (~ldevulder@176.164.247.225) left irc: Ping timeout: 258 seconds [17:18] _sev__ (~sev@scummvm/undead/sev) joined #scummvm. [17:18] #scummvm: mode change '+o _sev__' by ChanServ!ChanServ@services. [17:20] _sev__ (~sev@scummvm/undead/sev) left irc: Client Quit [17:27] _sev__ (~sev@scummvm/undead/sev) joined #scummvm. [17:27] #scummvm: mode change '+o _sev__' by ChanServ!ChanServ@services. [17:43] girafe (~girafe@lfbn-gre-1-225-202.w90-112.abo.wanadoo.fr) joined #scummvm. [18:13] @harshbawari You can start contributing now, it will most likely make it easier to get accepted as a GSoC student too [18:20] vliaskov (~vliaskov@x590c8173.dyn.telefonica.de) left irc: Remote host closed the connection [18:35] ny00123_ (~ny00123@5.102.239.60) joined #scummvm. [18:39] ny00123 (~ny00123@5.102.239.60) left irc: Ping timeout: 265 seconds [19:05] SylvainTV (~Sylvain@lfbn-lil-1-240-153.w90-45.abo.wanadoo.fr) joined #scummvm. [19:05] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [19:11] heroux (sandroco@gateway/shell/insomnia247/x-awuuxgoemzujcomq) left irc: Ping timeout: 265 seconds [19:29] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 252 seconds [19:29] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [19:34] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) joined #scummvm. [19:48] Deledrius (~Deledrius@68.118.138.186) left irc: Quit: App.Exit [19:58] Deledrius (~Deledrius@68.118.138.186) joined #scummvm. [20:03] heroux (sandroco@gateway/shell/insomnia247/x-ashnrlihdczoegfn) joined #scummvm. [20:09] criezy (~criezy@host86-176-45-34.range86-176.btcentralplus.com) joined #scummvm. [20:09] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [20:10] JohnnyonFlame (~quassel@187.3.224.235) left irc: Ping timeout: 258 seconds [20:40] [scummvm] athrxx pushed 1 new commits to master: https://git.io/Jvvl6 [20:40] scummvm/master c3ff5f9 athrxx: KYRA: (LOK/Amiga) - fix save thumbnail colors [20:42] [scummvm] athrxx pushed 1 new commits to branch-2-1: https://git.io/JvvlS [20:42] scummvm/branch-2-1 d8810a2 athrxx: KYRA: (LOK/Amiga) - fix save thumbnail colors [20:45] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [21:26] Stormkeeper (~kvirc@cpc96296-lewi18-2-0-cust121.2-4.cable.virginm.net) left irc: Ping timeout: 240 seconds [21:36] Mia (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [22:11] Begasus (~begasus@ptr-4qba4e8j484eec7thjb.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [22:25] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) left irc: Ping timeout: 268 seconds [22:28] [scummvm] criezy pushed 1 new commits to master: https://git.io/JvvRS [22:28] scummvm/master 485e8be criezy: MACOSX: Opt in for dark theme [22:31] [scummvm] criezy pushed 1 new commits to branch-2-1: https://git.io/JvvRx [22:31] scummvm/branch-2-1 caf9b01 criezy: MACOSX: Opt in for dark theme [22:31] I honestly wish some other games like Jonah: A VeggieTales Game, Monopoly Junior (1998), Monopoly (1999/2002) and Chutes and Ladders worked on ScummVM [22:56] waltervn (~waltervn@scummvm/undead/waltervn) left irc: Quit: Leaving [23:03] girafe (~girafe@lfbn-gre-1-225-202.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [23:04] criezy (~criezy@host86-176-45-34.range86-176.btcentralplus.com) left irc: Quit: criezy [23:17] Those aren't adventures or RPGs, so it's unlikely ScummVM would ever support them. [23:52] ny00123_ (~ny00123@5.102.239.60) left irc: Quit: Leaving [00:00] --- Fri Jan 10 2020