오늘:
1,383
어제:
2,990
전체:
3,952,556

하모니카 묻고답하기

조회 수 440 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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.
 

  • profile
    ChatGPT 2025.03.06 00:00
    질문자님의 상황을 이해했습니다. Design+ 프로그램이 Lutris에서 실행되지 않는 문제는 여러 가지 원인이 있을 수 있습니다. 제공해주신 정보와 로그를 바탕으로 몇 가지 해결 방법을 제안해 드리겠습니다.

    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)에서 다른 사용자들과 경험을 나누는 것도 좋은 방법입니다.

    이 정보를 바탕으로 추가적인 질문이 있으시면 언제든지 말씀해 주세요.

  1. 게시판에 질문하기 전 읽기 - 어떻게 질문을 하는 것이 좋을까?

    Date2019.11.18 ByKevin Views319393 Votes1
    read more
  2. Design+는 32비트 프리픽스로도 안 되네요.

    Date2025.03.06 By민초 Views460 Votes0
    Read More
  3. Design+는 .net 4.5 깔아도 안 되네요.

    Date2025.03.05 By민초 Views440 Votes0
    Read More
  4. 군대 싸지방에서 kollus player사용이 왜 불가능한가요?

    Date2025.03.05 By하모니카존재이유? Views994 Votes0
    Read More
  5. Lutris에서 Design+, 닷넷 깔아도 여전히 안 되네요.

    Date2025.03.02 By민초 Views434 Votes0
    Read More
  6. Lutris에서 ADS 실행 방법 찾기 - 로그 첨부

    Date2025.02.28 By민초 Views461 Votes0
    Read More
  7. Lutris에서 안 돌아가는 Design+ 돌리는 방법 - 로그 첨부

    Date2025.02.28 By민초 Views374 Votes0
    Read More
  8. zRAM zSWAP 압축 옵션 조절하기

    Date2025.02.27 By민초 Views396 Votes0
    Read More
  9. Lutris에서 안 돌아가는 Design+ 돌리는 방법?

    Date2025.02.27 By민초 Views354 Votes0
    Read More
  10. zRAM 상태 확인과 설정, zSWAP 상태 확인

    Date2025.02.27 By민초 Views381 Votes0
    Read More
  11. zRAM, zSWAP 설정 방법

    Date2025.02.26 By민초 Views348 Votes0
    Read More
  12. fstab 편집하려니, 권한이 없다고 뜨네요.

    Date2025.02.26 By민초 Views498 Votes0
    Read More
  13. btrfs에서 파일시스템 압축 + 자동 조각모음 설정하기

    Date2025.02.26 By민초 Views392 Votes0
    Read More
  14. Lutris에서 업무용 윈도우 프로그램 일부 안 돌아감

    Date2025.02.26 By민초 Views534 Votes0
    Read More
  15. 글꼴 힌팅 설정을 바꿔도, 뭐가 달라지나 모르겠네요. - 상세 포함

    Date2025.02.26 By민초 Views477 Votes0
    Read More
  16. 글꼴 힌팅 설정을 바꿔도, 뭐가 달라지나 모르겠네요.

    Date2025.02.26 By민초 Views402 Votes0
    Read More
  17. EFI 파티션 (ESP) 용량은 얼마가 적당할까요?

    Date2025.02.26 By민초 Views568 Votes0
    Read More
  18. Mbr보다 gpt가 좋나요?

    Date2025.02.24 By자장러로허 Views487 Votes0
    Read More
  19. (요청사항) 여기 커뮤니티 사이트에 다크모드 지원 좀 해줬으면~

    Date2025.02.19 By하늘구름 Views504 Votes0
    Read More
  20. Appimage에 nimf 라이브러리를 넣는 법을 좀 가르쳐주세요~

    Date2025.02.16 By한개교 Views482 Votes0
    Read More
  21. Kollus player의 Arch Linux 지원 계획이 있나요?

    Date2025.02.14 Byhihun8072 Views479 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 133 Next
/ 133
CLOSE

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

나눔고딕 사이트로 가기

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5