오늘:
148
어제:
2,497
전체:
3,556,797

하모니카 묻고답하기

조회 수 75 추천 수 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 Views159876 Votes1
    read more
  2. 하모니카 8.0 사용중 업데이트 후 화면이 ....

    Date2025.04.01 Byvecter Views17 Votes0
    Read More
  3. 듀얼 모니터 사용시 주사율 추가 또는 마우스 커서 깜빡임 질문 드립니다.

    Date2025.04.01 By기즈모 Views9 Votes0
    Read More
  4. bottles battlenet 관련

    Date2025.03.30 Bypowwow Views57 Votes0
    Read More
  5. 리얼텍 랜드라이버 설치 방법

    Date2025.03.29 By땀나는주전자 Views70 Votes0
    Read More
  6. update-grub 후에 부팅화면이 바뀌었는데 이상한 점이 있어요

    Date2025.03.25 By돌돌22 Views147 Votes0
    Read More
  7. HDD 최적화 프로그램이 있을까요?

    Date2025.03.22 By생강 Views164 Votes0
    Read More
  8. 한컴오피스 받고 싶어요

    Date2025.03.21 By다돈받네 Views311 Votes0
    Read More
  9. 하모니카 5.0 업데이트 오류

    Date2025.03.20 By다돈받네 Views111 Votes0
    Read More
  10. 하모니카설치 실패

    Date2025.03.20 ByKorea Views134 Votes0
    Read More
  11. 프로그램 한글 폰트가 깨지는데 어떻게 해야 할까요?

    Date2025.03.19 By완타치 Views134 Votes0
    Read More
  12. 파티션 이미지 만들기 & 복구 관련 문의

    Date2025.03.17 By생강 Views94 Votes0
    Read More
  13. 구형 컴퓨터에 설치가 잘 안 됩니다.

    Date2025.03.17 By완타치 Views138 Votes0
    Read More
  14. 하모니카 USB 부팅으로 설치할 때 한 세월 걸리는 오류가 흔한가요?

    Date2025.03.17 By완타치 Views100 Votes0
    Read More
  15. make 로 프로그램을 인스톨하고 싶습니다

    Date2025.03.16 Bykaboom45 Views87 Votes0
    Read More
  16. 블루투스 연결

    Date2025.03.15 By땀나는주전자 Views101 Votes0
    Read More
  17. 하모니카에서 우분투로 롤백할 수 있을까요?

    Date2025.03.14 By완타치 Views124 Votes0
    Read More
  18. 한컴 오피스가 영문판입니다

    Date2025.03.13 By완타치 Views205 Votes0
    Read More
  19. 하모니카 6.0 까지는 잘 설치가 되는데..그 이후 버전은 설치가 안되는 컴터인데..

    Date2025.03.06 By님놔 Views211 Votes0
    Read More
  20. Design+는 32비트 프리픽스로도 안 되네요.

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

    Date2025.03.05 By민초 Views75 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 131 Next
/ 131
CLOSE

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

나눔고딕 사이트로 가기

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5