Search found 13 matches

by contextnerror
Mon Aug 29, 2022 2:31 am
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

The patches worked, and I think I found the commit! It's 4cb229a97c1cf6d430a99f3b976064aa10ff3d96, assuming I did it right. I don't know if I need to modify the bug report since I used a patched version of Wine, but I've added the commit hash.
by contextnerror
Thu Aug 25, 2022 8:23 pm
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

It seems like something about my compiler version was causing the quotation marks to be mistakenly interpreted as part of the path. Using the clang-13 port instead seems to work, but also fails to find any sound system, which is new. Make had a few errors throughout, the output has been attached. ma...
by contextnerror
Tue Aug 23, 2022 4:39 pm
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

Sorry, I meant to clarify that I only tried using /opt/X11/lib after trying /opt/local/lib first, and failing repeatedly. You can see in the log file I uploaded that /opt/local/lib was used. Using export instead does not work either. Like previous attempts, it always seems to fail at this specific p...
by contextnerror
Mon Aug 22, 2022 12:46 am
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

Stuck again, but this time in a different spot. The only way I was able to make progress from the last time was to eliminate LDFLAGS from the configure statement entirely. Even trying to use LDFLAGS=“-Wl,-rpath,/opt/X11/lib” from the wiki for building from source on mac still failed. I now have a ve...
by contextnerror
Tue Jul 12, 2022 5:38 pm
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

I've already made an issue, number 53337. Trying to run ./configure is already having problems. Pasting in "configure --enable-win64 LDFLAGS=“ -Wl,-rpath,/opt/local/lib”; make -j$(sysctl -n hw.activecpu)" says that `-Wl,-rpath,/opt/local/lib”' is an unrecognized option. Removing the space ...
by contextnerror
Mon Jul 11, 2022 6:29 pm
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

How exactly do I pass arguments to configure? Do I need to edit the portfile?
by contextnerror
Sun Jul 10, 2022 9:54 pm
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

7.11 does seem to work, mostly. It gets the same error messages in the terminal as 7.12, but the visual impact is only noticeable when scrolling quite fast, and it doesn't have any of the slowdown. Screencapture: https://imgur.com/a/BqHO67E Where do I go from here? I don't understand any of the bise...
by contextnerror
Sun Jul 10, 2022 12:06 am
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Re: Scrolling afterimages and NtUserScrollWindowEx

Correct, I am using the overlay. I was able to confirm correct behavior using wine-stable, so it does seem to be a regression somewhere. I think I remember the issue happening in 7.11 as well (the problem has happened for a while), so it might some time to install various versions and see when it br...
by contextnerror
Wed Jul 06, 2022 4:23 am
Forum: macOS
Topic: Scrolling afterimages and NtUserScrollWindowEx
Replies: 16
Views: 35897

Scrolling afterimages and NtUserScrollWindowEx

Running wine-devel 7.12, macports version. App is Ice Cream Calculator version 2.04 (and 2.03, and 2.02...) My ice cream app seems to have developed some strange behavior. When scrolling through the ingredients list, the new entries will not load, and the same entry displays over and over again unti...
by contextnerror
Fri Apr 29, 2022 4:24 am
Forum: macOS
Topic: Ice Cream Calculator native crash when managing ingredients
Replies: 4
Views: 5781

Re: Ice Cream Calculator native crash when managing ingredients

So it seems like my .net issues were probably related to the bug fixed in devel 7.6, because the install worked fine now. The program, however, will not run at all anymore. Terminal output: https://pastebin.com/RtsbNBQz Backtrace: https://pastebin.com/SLeM9SH6 I do see that SQLite is mentioned in th...
by contextnerror
Thu Mar 24, 2022 1:50 pm
Forum: macOS
Topic: Ice Cream Calculator native crash when managing ingredients
Replies: 4
Views: 5781

Re: Ice Cream Calculator native crash when managing ingredients

So I reinstalled wine and winetricks, and tried the .NET install again, this time version 4.5.2 and using a wine prefix name I had never used before. This is the terminal output, starting at the wine reinstall: https://pastebin.com/DWsQJN5A It's been a few minutes now and I'm not getting any more ou...
by contextnerror
Tue Mar 15, 2022 5:55 pm
Forum: macOS
Topic: Ice Cream Calculator native crash when managing ingredients
Replies: 4
Views: 5781

Re: Ice Cream Calculator native crash when managing ingredients

Well, good to have it confirmed I guess. Unfortunately I can't seem to get .NET for the life of me. Using a fresh install of Winetricks, also obtained through Macports, and running WINEARCH=win32 WINEPREFIX=~/.winedotnet winetricks -q dotnet45 corefonts works up until the actual dotnet45 part, where...
by contextnerror
Sun Mar 13, 2022 3:59 pm
Forum: macOS
Topic: Ice Cream Calculator native crash when managing ingredients
Replies: 4
Views: 5781

Ice Cream Calculator native crash when managing ingredients

Wine version is currently 7.0.0, obtained from Gcenx's version for MacPorts. Running on High Sierra 10.13.6. Using Ice Cream Calculator V1.3, obtained from the mac page (https://icecreamcalc.com/mac-support/) After trying and failing to get a functional dotnet install in several different ways, I ig...