Issues running Bluebook on Wine 9.17

Questions about Wine on Linux
Locked
drowster
Newbie
Newbie
Posts: 1
Joined: Wed Feb 26, 2025 12:38 pm

Issues running Bluebook on Wine 9.17

Post by drowster »

Hi! I'm attempting to run CollegeBoard's Bluebook with a combination of box64 and wine with dxvk installed via winetricks, but run into this error while loading the app.After running, no UI appears and the process hangs at the last log listed. If anything helps, I'm running this on an ARM Chromebook with wine 9.17 and box64 installed with pi-apps. If anyone needs replication, it is installable here: https://bluebook.app.collegeboard.org/windows

Code: Select all

01dc:err:environ:init_peb starting L"C:\\users\\user\\AppData\\Local\\Programs\\bluebook\\Bluebook.exe" in experimental wow64 mode
user@penguin:~$ 01dc:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0021FE80,0021FE7C) stub!
01dc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01dc:fixme:winstation:GetUserObjectSecurity (00000004 0B38FC04 00000000 len=0 0B38FBD8),stub!
01dc:fixme:winstation:GetUserObjectSecurity (00000004 0B38FC04 0A305A48 len=20 0B38FBD8),stub!
01dc:fixme:winstation:GetUserObjectSecurity (00000008 0B38FBD0 00000000 len=0 0B38FBA4),stub!
01dc:fixme:winstation:GetUserObjectSecurity (00000008 0B38FBD0 0A305A48 len=20 0B38FBA4),stub!
01dc:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0B38FBF8, 00000000 0B38FBF4
01dc:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0B38FBF8 00000000 0B38FBF4) returning a dummy value (current locale)
01dc:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0B38FBF8, 284AE460 0B38FBF4
01dc:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0B38FBF8 284AE460 0B38FBF4) returning a dummy value (current locale)
01dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
01dc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 284CC9E4, 16) stub
01dc:fixme:win:RegisterSuspendResumeNotification 000200A2, 0: stub.
01f4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
01dc:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0B38FAB0, 4): stub
01dc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
01fc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0C63FF18
01dc:fixme:ver:GetPackageFamilyName (FFFFFFFF 0B38F958 0B38F95C): stub
0210:err:environ:init_peb starting L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" in experimental wow64 mode
0210:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0210:fixme:seh:WerSetFlags (2) stub
0210:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0220:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0220:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 74DE3109, 28) stub
022c:fixme:seh:WerSetFlags (2) stub
022c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0238:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0238:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000027F3B63BD, 28) stub
0220:fixme:service:QueryServiceConfig2W Level 6 not implemented
0220:fixme:service:QueryServiceConfig2W Level 6 not implemented
0220:fixme:service:QueryServiceConfig2W Level 6 not implemented
0220:fixme:service:QueryServiceConfig2W Level 6 not implemented
0220:fixme:service:QueryServiceConfig2W Level 6 not implemented
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
01dc:err:dbghelp:SymCleanup this process has not had SymInitialize() called for it!
01dc:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0B38A250
Locked