Groups | Search | Server Info | Login | Register


Groups > comp.emulators.apple2 > #2259

Re: Clues tracking down an emulator bug (San inc crack of Airheart)

Newsgroups comp.emulators.apple2
Date 2017-02-23 01:46 -0800
References (5 earlier) <3f769e02-cb4e-41c6-a8d3-0a484e3d6f1f@googlegroups.com> <be1c40e1-01fb-43dd-a7db-b7a3def2c83d@googlegroups.com> <1e08ccc2-3688-4185-a312-bf42a58a6e3e@googlegroups.com> <879ec2c3-c461-429e-a9e7-fd2d8cc90aba@googlegroups.com> <feaef9e0-b4db-4fc8-bc88-61d915abead9@googlegroups.com>
Message-ID <baa5780b-7f72-4b6a-8ccf-eacf35314dd3@googlegroups.com> (permalink)
Subject Re: Clues tracking down an emulator bug (San inc crack of Airheart)
From sicklittlemonkey <nick.westgate@gmail.com>

Show all headers | View raw


On Thursday, 23 February 2017 06:28:12 UTC+13, gid...@sasktel.net  wrote:
> There wouldn't happen to be an old WineBottler version of Ciderpress also there per chance?

I did happen to make one back in 2013. The links look like they might work even though I eventually deleted the containing folder from my Google Drive.

Here's the email I posted to comp.sys.apple2 - maybe someone can find the time to bottle the new version of CiderPress.

(Expanded summary of the post from the Facebook "Apple II Enthusiasts" group.) 

Since WineBottler can package AppleWin for Mac OS X I presumed it would be pretty easy to make a CiderPress app, and it is. Here's a link for the version that requires Wine.app to be already installed. (Still 130MB though!) 
https://docs.google.com/file/d/0B3JBd-TShLlLZzNPRjc5QWV3bDA/edit?usp=sharing 

And here's the stand-alone version with Wine.app embedded. (So you don't need WB, but it's 250MB!) 
https://docs.google.com/file/d/0B3JBd-TShLlLSFhkV05PcXhRVkU/edit?usp=sharing 

For the smaller version you don't need to _use_ WineBottler, but you need Wine.app which WB installs. Get the latest WB release candidate as it installs a more recent version of Wine.app which is needed. 

These have been tested working on 10.6 and 10.8. Apparently Wine.app has problems on 10.9 - read the WineBottler blog for more info if you run into problems. 

Finally, I'll document what I did - just in case anyone is interested in making similar packages. It's fairly well documented in the WB documentation "Do Your Own" section, with a few caveats ... 
http://winebottler.kronenberg.org/documentation 

1. I didn't use the CiderPress installer. On Windows I used Dependency Walker to find CP's referenced DLLs: 
http://www.dependencywalker.com/ 

2. Since CP has a few modules, all in the CP directory, I zipped up the contents of that folder on Windows and unzipped it to a folder on my Mac. In WB I selected the option "This is the actual program, copy it and all files that are in the same folder". 

3. The "Winetricks" option is a pain to scroll through, but CP only needs comctl32 (for COMCTL32.DLL) and vcrun6sp4 (for MFC and VC DLLs). It might be better to use vcrun6sp6, but that's a 60MB separate download - something to try if anyone runs into CP GUI problems. 

4. The other options are easy or optional, then clicking "Install" will bring up a dialog to choose the destination. Here I ran into a WB bug. The default directory is the one we're copying the CP executable and DLLs from, so if WB puts the resulting app there it will package that into itself recursively and hang. (The author will try to fix that in the next release.) Choose the parent folder and all is well. 

Cheers,
Nick.

Back to comp.emulators.apple2 | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-19 14:51 -0800
  Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-19 17:15 -0800
    Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-19 21:16 -0800
      Re: Clues tracking down an emulator bug (San inc crack of Airheart) Peter Ferrie <peter.ferrie@gmail.com> - 2017-02-20 10:19 -0800
        Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-20 13:59 -0800
          Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-20 14:42 -0800
        Re: Clues tracking down an emulator bug (San inc crack of Airheart) Michael AppleWin Debugger Dev <michael.pohoreski@gmail.com> - 2017-02-21 07:56 -0800
          Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-21 08:11 -0800
            Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-21 10:00 -0800
              Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-21 10:10 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) sicklittlemonkey <nick.westgate@gmail.com> - 2017-02-21 19:11 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) gids.rs@sasktel.net - 2017-02-22 09:28 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-22 09:33 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) sicklittlemonkey <nick.westgate@gmail.com> - 2017-02-23 01:46 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-23 06:19 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) gids.rs@sasktel.net - 2017-02-23 08:44 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Michael AppleWin Debugger Dev <michael.pohoreski@gmail.com> - 2017-02-23 21:03 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Steve Nickolas <usotsuki@buric.co> - 2017-02-24 07:14 -0500
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-24 06:07 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) John Brooks <jbrooks@blueshiftinc.com> - 2017-02-24 07:56 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Zellyn <zellyn@gmail.com> - 2017-02-24 09:55 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-24 12:45 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) gids.rs@sasktel.net - 2017-02-24 14:56 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-24 18:37 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Richard Thiebaud <thiebauddick2@aol.com> - 2017-02-24 22:01 -0500
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) BLuRry <brendan.robert@gmail.com> - 2017-02-24 21:09 -0800
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Richard Thiebaud <thiebauddick2@aol.com> - 2017-02-25 19:42 -0500
                Re: Clues tracking down an emulator bug (San inc crack of Airheart) Richard Thiebaud <thiebauddick2@aol.com> - 2017-02-25 19:48 -0500
          Re: Clues tracking down an emulator bug (San inc crack of Airheart) Peter Ferrie <peter.ferrie@gmail.com> - 2017-02-21 08:24 -0800
          Re: Clues tracking down an emulator bug (San inc crack of Airheart) John Brooks <jbrooks@blueshiftinc.com> - 2017-02-23 18:29 -0800
        Re: Clues tracking down an emulator bug (San inc crack of Airheart) Peter Ferrie <peter.ferrie@gmail.com> - 2017-02-21 22:57 -0800

csiph-web