ADVERTISEMENT

Mel Gibson's 'Flight Risk' is No. 1 at box office, 'The Brutalist' expands

Published Jan 27, 2025 01:56 am

At A Glance

  • The weekend was also a small test as to whether the once more common Oscar "bump" that can sometimes follow nominations still exists.
A scene from Flight Risk (AP) .png
A scene from Flight Risk (AP) 

NEW YORK (AP) — Critics lambasted it and audiences didn’t grade it much better. But despite the turbulence, Mel Gibson’s “Flight Risk” managed to open No. 1 at the box office with a modest $12 million, according to studio estimates Sunday.

On a quiet weekend, even for the typically frigid movie-going month of January, the top spot went to the Lionsgate thriller starring Mark Wahlberg as a pilot flying an Air Marshal (Michelle Dockery) and fugitive (Topher Grace) across Alaska. But it wasn’t a particularly triumphant result for Gibson’s directorial follow-up to 2016’s “Hacksaw Ridge.” Reviews (21% fresh on Rotten Tomatoes) and audience scores (a “C” CinemaScore) were terrible.

President Donald Trump recently named Gibson a “special ambassador” to Hollywood, along with Jon Voight and Sylvester Stallone.

Going into the weekend, Hollywood’s attention was more focused on the Sundance Film Festival and on Thursday’s Oscar nominations, which were twice postponed by the wildfires in the Los Angeles region.

The weekend was also a small test as to whether the once more common Oscar “bump” that can sometimes follow nominations still exists. Most contenders have by now completed the bulk of their theatrical runs and are more likely to see an uptick on VOD or streaming.

But the weekend’s most daring gambit was A24 pushing Brady Corbet’s “The Brutalist” a three–and-a-half-hour epic nominated for 10 Academy Awards, into wide release. Though some executives initially greeted “The Brutalist,” which is running with an intermission, as “un-distributable,” Corbet has said, A24 acquired the film out of the Venice Film Festival and it’s managed solid business, collecting $6 million in limited release.

In wide release, it earned $2.9 million — a far from blockbuster sum but the best weekend yet for “The Brutalist.”

The audience was downright miniscule for another best-picture nominee: RaMell Ross’ “Nickel Boys.” Innovatively shot almost entirely in first-person POV, the Amazon MGM Studios release gathered just $340,171 in 540 locations after expanding by 300 theaters.

Coming off one of the lowest Martin Luther King Jr. weekends in years, no new releases made a major impact.

Steven Soderbergh’s “Presence,” a well-reviewed horror film shot from the perspective of a ghost inside a suburban home, debuted with $3.4 million in 1,750 locations. The film, released by Neon and acquired out of last year’s Sundance, was made for just $2 million.

The top spots otherwise went to holdovers. The Walt Disney Co.’s “Mufasa: The Lion King,” in its sixth weekend of release, scored $8.7 million to hold second place. After starting slow, the Barry Jenkins-directed film has amassed $626.7 million globally.

“One of Them Days,” the Keke Palmer and SZA led comedy from Sony Pictures, held well in its second weekend, dropping just 32% with $8 million in ticket sales. In recent years, few comedies have found success on the big screen, but “One of Them Days” has proven an exception.

Estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Comscore. Final domestic figures will be released Monday.

1. “Flight Risk,” $12 million.

2. “Mufasa: The Lion King,” $8.7 million.

3. “One of Them Days,” $8 million.

4. “Sonic the Hedgehog 3,” $5.5 million.

5. “Moana 2,” $4.3 million.

6. “Presence,” $3.4 million.

7. “Wolf Man,” $3.4 million.

8. “A Complete Unknown,” $3.1 million.

9. “Den of Thieves 2: Pantera,” $3 million.

10. “The Brutalist,” $2.9 million.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.