Design+는 .net 4.5 깔아도 안 되네요.
링크는 MODS라는 패키지입니다. 여러 프로그램을 MODS라는 패키지로 묶어서 파는 겁니다.
https://patch.midasit.com/00_MODS/kr/01_program/MODS_Gen/MODS%202024%20(Gen2024%20V950%20R2_2024%2008%2005).zip
MODS 가운데 쓰는 건, Gen, SDS, ADS, Design+ 4가지입니다. Lutris에서 돌려보면, Gen과 SDS 2가지는 잘 돌아가네요. 하지만 ADS는 mfc140u.dll 32비트를 dllme에서 받아서 실행파일과 같은 곳에 넣으면, 잘 돌아갑니다. 하지만 Design+는 여전히 안 돌아갑니다. Lutris에서 실행해도, 아무 반응이 없습니다.
prefix 싹 지우고 다시 깔아도, 여전히 안 되네요. 지우고 다시 깔기 전에는 DirectX Runtime 안 깔았는데, 이번엔 이것도 깔았습니다.
Lutris 0.5.14
wine-ge 8.26
winetrick에서 vcrun15, .net 4.5, .net4.0 깔아서 나온 로그입니다.
여기서 vcrun15는 로그에 영향을 안 주네요. 깔아도/안깔아도 로그가 같아요.
고맙습니다.
####################
Started initial process 364655 from gamemoderun /home/psi/.local/share/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine /home/psi/Games/mods/drive_c/Program Files/MIDAS/MODS/Midas Design+/Design+.exe
Start monitoring process.
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Initial process has exited (return code: 1280)
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
하모니카 묻고답하기
2025.03.05 23:59
Design+는 .net 4.5 깔아도 안 되네요.
조회 수 43 추천 수 0 댓글 1
1. Wine 설정 체크: Design+는 32비트 애플리케이션으로 보입니다. 64비트 Wineprefix가 아닌 32비트 Wineprefix에서 실행하고 있는지 확인하세요. Lutris에서 Wineprefix를 32비트로 설정하는 것도 중요합니다.
2. DirectX 및 Libs 설치: DirectX Runtime을 설치하셨다고 했는데, 추가로 필요한 라이브러리들이 있을 수 있습니다. 아래 명령어로 필요한 라이브러리들을 설치해 보세요.
- winetricks를 이용해 다음을 설치해보세요:
- corefonts
- vcrun2015
- d3dx9
그리고 필요한 DLL 파일이 있는지 확인하세요, 특히 MFC 관련 DLL입니다.
3. libgamemodeauto와 관련된 문제 해결: 로그에서 "libgamemodeauto.so.0 from LD_PRELOAD cannot be preloaded"라는 오류가 발생하고 있습니다. 이는 게임 모드 관련 라이브러리가 64비트로 설치되어 있는 경우 발생할 수 있습니다. 게임 모드를 비활성화하거나, 적용된 Wineprefix에 맞게 32비트로 설치해야 합니다. 이를 위해 터미널에서 다음 명령어를 실행해 보세요:
- `gamemoderun command` 대신 직접 Wine 명령어로 실행해 보세요.
4. Clean Prefix: 모든 Wineprefix에서 문제를 해결하기 위해서 `dx11`과 `d3dx9` 등의 라이브러리와 함께 새로운 32비트 prefix를 다시 생성해 보세요. 새로운 prefix를 사용하여 Design+를 다시 설치하고 실행해 보세요.
이 외에도 문제 해결 과정에서 얻은 로그와 오류 메시지를 기반으로 추가적인 조치를 취할 수 있습니다. 제공된 방법들로도 해결이 되지 않을 경우, Lutris 및 Wine의 최신 버전을 사용하고 있는지 확인해 주시고, 문제에 대한 구체적인 로그를 통해 추가적인 도움을 요청해 주시면 될 것 같습니다.
출처로는 Lutris 설정 방법 및 Wine 관련 문서를 참고하실 수 있습니다. 또한, 추가적인 질문과 지원을 위해 [하모니카 커뮤니티 질의응답 게시글](https://hamonikr.org/hamoni_board)에서 다른 사용자들과 경험을 나누는 것도 좋은 방법입니다.
이 정보를 바탕으로 추가적인 질문이 있으시면 언제든지 말씀해 주세요.